@charset "UTF-8";
/* CSS Document */

* body {
	margin-top: 0px;
	background-color:#FFFFFF;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
a{
	text-decoration:none;
	color:#990000;
}
a:hover {
	text-decoration:none;
	color:#93A352;
}

/***************************************************
**  center                                    **
***************************************************/
#center {
	width:100%;
	margin-top: 0px;
}

/***************************************************
**  container                                     **
***************************************************/

#container {
	width:100%;
	z-index:1;
	height: 100%;
}
/***************************************************
**  Banner                                       **
***************************************************/
#top_banner {
	margin:0;
	height:100%;
	width:993px;
	background-image:url(../gfx/white_shadow.gif);
	background-repeat:repeat-y;	
}
#logo {
	position:relative;
	z-index:100;
	padding-top: 30px;
	padding-left: 40px;
	height: 126px;
	width: 152px;
}
#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	z-index: 110;
	width: 200px;
	padding-top: 30px;
	padding-left: 5px;
}
#top_nav a{
	color: #333333;
	text-decoration: none;
}
#top_nav a.selected{
	color: #990000;
	
}
#top_nav a:hover{
	color: #990000;
	
}
#side_image_secondary {
	height:200px;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 10px;
	padding-left: 0px;
}

/***************************************************
**  Middle Section                                **
***************************************************/
#middle_section {
	width:100%;
	height: 100%;
	z-index: 10;
}
.background1 {
	background-image: url(../gfx/back_image1.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;

}
.background2 {
	background-image: url(../gfx/back_image2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#middle_shadow {
	background-image:url(../gfx/white_shadow.gif);
	background-repeat: repeat;
	z-index: 5;
}

#side_image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 10px;
	padding-left: 0px;
}

/***************************************************
**  Bottom Section                                **
***************************************************/
#bottom_section {
	width:993px;
	height:46px;
	background-image:url(../gfx/bottom_bar.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 9px;
	padding-left: 22px;
	width: 957px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color:#FFCC00;
}
.quote_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #F28730;
	font-weight: bold;
}
.faq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F78428;
	text-decoration: none;
}
.faq a {
	text-decoration: none;
}
.faq a:hover {
	text-decoration: none;
}
