

#avmenu .nav, #avmenu .nav ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	/* line-height: 1; */
	font-weight: bold;
	font-size: .9em;
	line-height: 1.1em;
}
#avmenu .nav { margin: 5px 0 25px 0; }

#avmenu .nav a {
	display: block;
	margin: 0;
	padding: .6em 0 .6em 10px;
	width: 150px;
	text-decoration: none;
	color: #25408f;
	border: 1px solid #335f7d;
	background: #dddddd;
}
#avmenu .nav a:hover { background-color: #bbbbbb; }

#avmenu .nav li { /* all list items */
	float: left; /* for ie to not put extra space */
	margin: 0;
	padding: 0;
	width: 150px; /* width needed or else Opera goes nuts */
}

#avmenu .nav li ul  { /* second-level lists */
	position: absolute;
	background: #f6f7e9;
	border: 2px solid #335f7d;
	width: 170px;
	margin: -2em 0 0 160px;
	font-size: 1em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	overflow: hidden;
}
#avmenu .nav li li a {
	padding: .4em 0 .4em 8px;
	width: 160px;
}

#avmenu .nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.plaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0px;
	font-weight: bold;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.cyanbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 00b0f0;
}
.boldlargetext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.pagetitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 010281;
}
.slogantextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 010281;
}

.gmf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.servicestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.titlegold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9B8449;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.goldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9B8449;
}
.smallwhitetext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.goldtextsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B8449;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.showcasetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.specialheaderred {
	font-family: "verdana";
	font-size: 0.69em;
	font-weight: bold;
	color: #000000;
	text-align:left;
}
.specialheaderblack  {
	font-family : "verdana";
	font-size: 0.65em;
	color: #d0beaa;
	font-weight : normal;
	text-align:left;
	margin-right: 5%;
}
.webpagecopy {

	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.95em;
	color: #d0beaa;
	text-align:left;
	margin-left: 5%;
	margin-right: 5%;
}

.contactcopy {

	font-family: "verdana";
	font-weight:bold;
	font-size: 0.7em;
	color: #d0beaa;
	background:#25408f;
	text-align:center;
}

.pagetitle {

	font-family: "verdana";
	font-weight:bold;
	font-size: 1.35em;
	color: #d0beaa;
	text-align:center;
}


.contacttitles {

	font-family: "Verdana";
	font-size: 0.95em;
	color: #d0beaa;
	text-align:right;
	margin-right: 15%;
}

