/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 151px;
	border-bottom: 0px solid #fff;
}
ul li {
	position: relative;
}
li ul {
	position: absolute;
	left: 150px;
	top: 0px;
	display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #f6e142;
	background: #000000;
	padding: 3px;
	border: 0px solid #FFF;
	border-bottom: 0px;
	font-family: "verdana";
	font-size: 0.6em;
	font-weight:bold;
	margin-left: 10%;
}
ul li a:hover {
	background-color: #000000;
	font-weight:bold;
	color:#ee2823;
	
	
}
li:hover ul, li.over ul { 
	display: block;
}
.plaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: #ee2823;
	font-weight: bold;
}
.specialheaderred {
	font-family: "verdana";
	font-size: 0.69em;
	font-weight: bold;
	color: #FF0000;
	text-align:left;
}
.specialheaderblack  {
	font-family : "verdana";
	font-size: 0.65em;
	color: #000000;
	font-weight : normal;
	text-align:left;
	margin-right: 5%;
}
.webpagecopy {

	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.95em;
	color: #000000;
	text-align:left;
	margin-left: 5%;
	margin-right: 5%;
}

.contactcopy {

	font-family: "verdana";
	font-weight:bold;
	font-size: 0.7em;
	color: #000000;
	background:#fee832;
	text-align:center;
}

.pagetitle {

	font-family: "verdana";
	font-weight:bold;
	font-size: 1.35em;
	color: #000000;
	text-align:center;
}


.contacttitles {

	font-family: "Verdana";
	font-size: 0.95em;
	color: #000000;
	text-align:right;
	margin-right: 15%;
}

.jleft {
	float: left;
	text-align:left;
}

