
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: #54636D;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid white;
	border-bottom-width: 0px;
	font: normal 12px sans-serif;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #54636D;
	width: 200px; /* default width for menu */

}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFF;
}

.anylinkmenu a:hover{ /*hover background color*/
	background: #54636D;
	color: #CC9B7A;
}

/* ######### Alternate multi-column class for drop down menus ######### */


/* ######### class for shadow DIV ######### */


.sanylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}

.stylePageTitle {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:12pt; color:#FFFFFF; font-weight:bold;}
.stylePageCopy {font-family: Arial, Helvetica, sans-serif, Geneva; font-size:11pt; color:#000000; }
.stylePageCopyBold {font-family: Arial, Helvetica, sans-serif, Geneva; font-size:11pt; color:#54636D;  font-weight: bold;}
.stylePageFooter {font-family: Arial, Helvetica, sans-serif, Geneva; font-size:7pt; color:#000000; text-decoration:none; }

.ttl {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:11pt; color:#3F5359; font-weight:bold;}
.copy {font-family: Arial, Helvetica, sans-serif; font-size:8pt; color:#3F5359; font-weight:normal;}
.mouse {font-family: Arial, Helvetica, sans-serif; font-size:7pt; color:#3F5359; font-weight:normal; line-height:11px;}
.formfield {border: 1px #FFF groove; background-color: #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color: #3F5359; border-color: #000000}
.formfield_submit {border: 1px #FFF groove; background-color: #E46804; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color: #3F5359; border-color: #000000}

.error {
	font-family: Arial, Helvetica, sans-serif, Geneva; 
	font-size:9pt; 
	color:#FF000A; 
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style7 {font-size: large; color: #FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif;}
.style8 {
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.style8 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

.style9 {font-size: x-small}
.style10 {color: #CCCCCC}

.headercontact {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:10pt; color:#3F5359; font-weight:normal;}
.schedulebtnright {width:20px; height:28px; background:url("../images/schdulebtnright.jpg") no-repeat bottom right;}
a.schedulebtn {lign-height:28px; padding:0px 0px 0px 20px; align:top; font-family: Geneva, Arial, Helvetica, sans-serif; font-size:11pt; color:#000; font-weight:normal;}

