@charset "UTF-8";
/* CSS Document */

body,td,th,p {
	font:13px Arial, Helvetica, sans-serif; 
	color: #333;
}

body {
	background-color:  #EEEEEE;
	background-image: url(/graphics/bkg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input, select { background-color: #FFF; color: #F00; font:13px Arial, Helvetica, sans-serif; border: #333 1px solid; padding: 4px; cursor: pointer; }

a, a:visited, a:active {
	color: #F00;
	font-weight: bold;
	text-decoration:none;
	font-size: 13px;
}

a:hover {
	color: #CCC;
	text-decoration: none;
}

.footer, a.footer, a.footer:visited, a.footer:active {
	font-size: 12px;
	line-height: 34px;
	font-weight: normal;
}

a.nav:link, a.nav:visited, a.nav:active {
	display: inline-block;
	font-size: 13px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 36px;
	color: #FFF;
	margin-top: -1px
}

a.nav:hover {
	background: #777 url(/graphics/titlebkg.gif) repeat-x top;
}

.qstitletd {
	font: 24px "Times New Roman", Times, serif; 
	font-weight: bold;
	font-style: italic;
	color: #F00;
	padding-bottom: 4px;
	padding-top: 6px;
}

a.qsbuttons:link, a.qsbuttons:visited, a.qsbuttons:active, a.qsbuttons:hover {
	display: inline-block;
	background: url(/graphics/redbutbkg.gif) repeat-x #F00;
	border: #F00 1px solid;
	font-weight: bold;
	padding: 9px 12px; 
	color: #FFF;
	margin: 0 5px;
}

a.qsmain:link, a.qsmain:visited, a.qsmain:active {
	display: inline-block;
	background-color:#000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 34px;
	color: #FFF;
	border: #000 1px solid;
}

a.qsmain:hover {
	background: #666;
	border: #000 1px solid;
}

.pagetitle {
	display: block;
	width: 236px;
	background: #777 url(/graphics/titlebkg.gif) repeat-x top;
	color: #FFF;
	font: 18px "Times New Roman", Times, serif;
	line-height: 44px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.redtitle {
	color: #F00; 
	font: 18px 'Times New Roman', Times, serif; 
	font-style: italic; 
	font-weight: bold;
}

.whitetitle {
	color: #F00; 
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}


.testimonials {
	color: #E8E8E8;
	font: 15px 'Times New Roman', Times, serif; 
	font-style: italic;
	padding:  20px 14px 5px 24px;
}

.signed {
	color: #FFF;
	font-size: 12px;
	text-align: right;
	padding-right: 16px;
}

a.foot:link, a.foot:visited, a.foot:active {
	display: inline-block;
	font-size: 12px;
	padding: 3px 5px;
	color: #CCC;
}

a.foot:hover {
	color: #FFF;
}

.menuAgent {
	background-color:#000;
	height: 36px;
}

.menuAgent a, .menuAgent a:visited {
color: #FFF;
background-color: #000;
padding: 10px 8px;
line-height: 24px;
margin: 0;
text-decoration: none;
}

.menuAgent a:hover {
background-color: #777;
color: #FFF;
}

/* ----------------------------*/
/* This is where the Navigation CSS Starts */
/* ----------------------------*/

.chromestyle {
width: 99%;
font-weight: bold;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {
width: 100%;
padding: 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited {
color: #FFF;
padding: 10px 8px;
line-height: 24px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover {
background-color: #777;
color: #FFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
margin-top: -2px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #E9E9E9;
width: 174px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 2px;
text-align: left;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a, .dropmenudiv a:visited { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color: #000;
color: #FFF;
}