/* rcg.css   style sheet for rockcreekgardens.com */	/*<style type="text/css"><!--  */body {	background: #FFF8DC url( /images/rcgbg.gif ) fixed;	color: black;	font-family: "Comic Sans MS", "Arial Rounded MT Bold", Arial , Verdana, Helvetica, Sans-serif;	font-size: 18px;	margin: 2%;}/*#col1 {float: left; text-align: center; width: 18%; position:relative; }*/#col1 {float: left; width: 5%;	/*border-color: #8B4513;   /*  saddle brown */	/*border-style: ridge;*/	/*border-width: 3px;*/ }#main {float:  left; text-align: center; width:100%; }#main2 {float:  left; text-align: center; width:100%; }#uc { text-transform: uppercase; }/* The following four selectors allow you to select links when they	are in the four different states:link - before they have been visited,visited - after it has been visited,hover - when the mouse is over the link,active - when the user clicks the link. ----   NOTE:   they MUST be in this order:    link,   visited,   hover  then  active   ----   */a:link {text-decoration: none; color: #0000ff;} a:visited {text-decoration: none; color: #006400; font-style: italic}a:hover {color: #2f4f4f;  font-weight: bold}a:active	{ text-decoration: none; color: #00008b;	font-weight: normal; 	 font-family: verdana, arial, helvetica, 'Sans Serif'; }a img {border: none;}/* set margins for paragraphs */p { margin: 3%;}.colorButton {	background: #FFDEAD url(  );    /* navajo white */	border-color: #8B4513;   /*  saddle brown */	-moz-border-radius: 8px 8px 8px 8px;	/*  mozilla */	border-radius: 8px 8px 8px 8px;			/*  css3  */	border-width: 2px;	border-style: solid;	color: #000000;	font-family: arial, verdana;	font-size: small;	font-weight: bold;	cursor: pointer;/*	cursor: hand; */}.alertTitle {	background-color: #D4D4D4;	font-family: arial, verdana;	font-size: large;	font-weight: bold; }#Titlewarn {	background-color: #FFFF00;		/* yellow  */	color: #006400;								/* darkgreen */	border-style: ridge; /* solid  dotted  dashed  double  groove  ridge  inset  outset  */	border-width: 3px; /*border-width: 5px;  /* 5 px medium thin thick */	border-color: #228B22;					/*  forestgreen  */}#Titleerror {	background-color: #DC143C;		/*  crimson  */	color: #FFFFFF;							/*  white */}#Titleinfo {	background-color: #0000FF;		/*  blue */	color: #FFFFFF;							/*  white */}#Titlequestion {	background-color: #008000;			/*  green */	color: #FFFF00;								/*  yellow */}.alertMessage {	font-family: arial, verdana;	font-size: medium;	font-weight: normal;}#Messagewarn {	color: #008000;								/* green */}#Messageerror {	color: #FF0000;							/*  red */}#Messageinfo {	color: #0000FF;								/*  blue */}#Messagequestion {	color: #006400;								/*  darkgreen */}.alertBoxStyle {	cursor: default;	filter: alpha(opacity=98);	background-color: #F8F8FF;	position: absolute;	visibility:hidden; z-index: 8000;	border-style: ridge; /* solid  dotted  dashed  double  groove  ridge  inset  outset  */	border-width: medium; /*border-width: 5px;  /* 5 px medium thin thick */	border-color: #FF0000;	color: #0000FF;	text-align: center;}.alertBoxShadow {	cursor: default;	filter: alpha(opacity=100);	background-color: #F8F8FF;	position: absolute;	visibility:hidden; z-index: 7000;	border-color: gray;	border-style: solid; /* solid  dotted  dashed  double  groove  ridge  inset  outset  */	border-width: medium; /*border-width: 5px;  /* 5 px medium thin thick */	color: #FFFFFF;}#tbg1 {	background: #00FFFF;		/*  aqua  */	/*color: "006600";	font-family: "Arial,Verdana,Tahoma,Helvetica";	font-size: "medium";*/}#tbg2 {	background: #FFFACD;		/*  lemonchiffon  */	/*color: "006600";	font-family: "Arial,Verdana,Tahoma,Helvetica";	font-size: "medium";*/}	/* </style>  */