/* Advance Insurance.com */
/* 12/11/06 - New stylesheet based on redesign requirements */

/* Styles for HTML elements */ 
body {
	text-align:center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.125em;
	color: #0079C2;
}
h2 {
	font-size: 1.05em;
	color: #666666;
}
h3 {
	font-size: 1em;
	color: #666666;
}
h4 {
	font-size: 0.95em;
	color: #666666;
}
h5 {
	font-size: 0.9em;
	color: #666666;
	font-weight: bold;
}
h6 {
	font-size: 0.85em;
	color: #666666;
	font-weight: bold;
}

a:link {
	color: #B34F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a.ColorNoChange {
	color: #B34F00;
}

/* End HTML element definition */

/* Styles for layout divs */
#Wrapper {
	background-image: url(../images/background_image.gif);
	background-repeat: repeat-y;
	width: 850px;
	height: 100%;
	margin: 0 auto;
}
#Container {
	width: 800px;
	background-color: #FBFBFB;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #666666;
}

#TopLogo {
	padding: 5px;
	height: 65px;
	width: 390px;
	margin-top: 15px;
	text-align: left;
	float: left;
}

#TopSearch {
	height: 55px;
	width: 396px;
	margin-right: 2px;
	text-align: right;
	float: right;
	padding-top: 20px;
	font-size: 0.625em;
	color: #999999;
}
#MainNav {
	width:800px;
	margin-top: 2px;
	text-align: left;
}
#BodyContent {
	padding: 10px 5px 10px 10px;
	width: 560px;
	text-align: left;
	float: left;
	font-size: 0.75em;
	background-color:#FBFBFB;
}
#FormRight {
	width: 200px;
	padding: 8px 14px 5px 6px;
	text-align: right;
	float: right;
	font-size: 0.75em;
	background-color:#CDDEEE;
	
	border-style: solid;
	border-color: #9ab;
	border-width: 0 0 1px 1px;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
#Footer {
	font-size: 10px;
	color: #999999;
	width: 780px;
	padding: 10px;
	clear:both;
}

/* End layout styles */

/* Various classes */
.FormTextBox {
	width: 160px;
	height: 18px;
	border: 1px solid #666666;
	font-size: 1em;
	color: #666666;
}
.FormTextArea {
	width: 180px;
	border: 1px solid #666666;
	font-size: 0.95em;
	color: #666666;
}
.FormSubmit {
	margin-left: 5px;
	margin-top: 2px;
	border: 1px solid #333333;
	background-color: #03519B;
	font-size: 1em;
	font-weight: bold;
	color: white;
	height: 20px;
	width: 50px;
	vertical-align: top;
}
.photo {
	border: 1px solid #333333;
}

.footnote {
	font-size: xx-small;
	color:#666666;
}
/* End classes */