/* DM Auto Leasing - CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	overflow: scroll;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
}

#maincontainer {
	margin: 0 auto;
	width: 1000px;
	background: #efefef;
}

#maincontainer_aggie {
	margin: 0 auto;
	width: 1000px;
	background: #ffffff;
}


/*---------------------------- Header ----------------------------*/

#header {
	width: 1000px;
	height: 86px;
	background: url(../images/head_bg.jpg) top right no-repeat;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
	margin: 0;
	padding: 0;
	text-align: left;
}

#header h1 a {
	width: 140px;
	height: 86px;
	display: block;
	text-indent: -999px;
	text-decoration: none;
	background: url(../images/logo.gif) no-repeat top left;
	float: left;
	text-align: left;
}


/*---------------------------- Header Aggie Page ----------------------------*/

#header_aggie {
	width: 1000px;
	height: 86px;
	background: url(../images/head_bg_aggie.jpg) top right no-repeat;
}

#header_aggie h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
	margin: 0;
	padding: 0;
	text-align: left;
}

#header_aggie h1 a {
	width: 140px;
	height: 86px;
	display: block;
	text-indent: -999px;
	text-decoration: none;
	background: url(../images/logo_aggie.gif) no-repeat top left;
	float: left;
	text-align: left;
}


/*---------------------------- Phone ----------------------------*/

#phone {
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
	clear: right;
}

#phone h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #99bbc5;
	padding-left: 5px;
}


/*---------------------------- Phone Aggie Page ----------------------------*/

#phone_aggie {
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
	clear: right;
}

#phone_aggie h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	padding-left: 5px;
}

/*---------------------------- Nav ----------------------------*/

#nav {
	margin: 0;
	padding: 0;
	height: 31px;
	width: 860px;
	float: left;
	border-bottom: 4px solid #999;
}

#nav ul {
	padding: 17px 0 0 0;
	display: block;
}

#nav li {
	display: block;
	float: left;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	list-style: none;
}

#nav li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

#nav ul.submenu {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
	margin: 0;
	padding: 0;
}

#nav li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
	display: block;
}

#nav li:hover>ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#nav li:hover>ul li a:hover {
	color: #d88026;
}



#nav li a:link, #nav li a:active, #nav li a:visited {
	padding: 0 20px 0 5px;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
}

#nav li a:hover {
	border-bottom: 4px solid #d88026;
}

#nav li.selected a:link, #nav li.selected a:active, #nav li.selected a:visited {
	padding: 0 20px 0 5px;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	border-bottom: 4px solid #d88026;
}

#nav li.selected a:hover {
	border-bottom: 4px solid #d88026;
}

/*---------------------------- Wrapper ----------------------------*/

#wrapper {
 background: #fff;
 margin: 0 10px 0 10px;
}

/*---------------------------- Main Content Large ----------------------------*/

#maincontent_large {
 float: left;
 width: 980px;
 background: #fff;
 padding: 10px 0 0 0;
}

#maincontent_large div p {
	font-size: 10px;
}

#maincontent_large p a:link, #maincontent_large p a:active, #maincontent_large p a:visited {
	text-decoration: underline;
	color: #777;
	display: block;
}

#maincontent_large p a:hover {
	color: #000;
}

#maincontent_large h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	padding: 0 0 5px 10px;
}

#maincontent_large p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
	padding: 5px 0 0 10px;
	line-height: 16px;
}

#maincontent_large h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 5px 5px 4px 10px;
	background: #99bbc5;
	margin: 10px 9px 0 10px;
}


/*---------------------------- Main Content ----------------------------*/

#maincontent {
 float: left;
 width: 590px;
 background: #fff;
 padding: 10px 0 0 0;
}

#maincontent p a:link, #maincontent p a:active, #maincontent p a:visited {
	text-decoration: underline;
	color: #777;
}

#maincontent p a:hover {
	color: #000;
}

#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	padding: 0 0 5px 10px;
}

#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
	padding: 5px 0 0 10px;
	line-height: 16px;
}

#maincontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 5px 5px 4px 10px;
	background: #99bbc5;
	margin: 10px 9px 0 10px;
}

/*---------------------------- Free Quote Purchasing ----------------------------*/

#free_quote_container_right {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width: 380px;
}

#free_quote_container_right h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 5px 5px 4px 10px;
	.padding: 5px 5px 8px 10px;
	background: #99bbc5;
	margin: 0;
}

#free_quote_right {
	margin: 0;
	.margin: -5px 0 0 0;
	padding: 0;
	border: 10px solid #e1ebee;
}

#free_quote_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
}

#quote_form_right {
 padding: 5px 0 0 10px;
}

#quote_form_right table td p.left {
	text-align: left;
}

#quote_form_right table td p.right {
	text-align: right;
}

/*---------------------------- Free Quote ----------------------------*/

#free_quote_container {
	margin: 0 0 0 10px;
	padding: 15px 0 0 0;
}

#free_quote {
	margin: 0;
	.margin: -5px 0 0 0;
	padding: 0;
	border: 10px solid #e1ebee;	
	background: url(../images/get_started_3_steps.gif) top left no-repeat;
	height: 178px;
}

#free_quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
}

#quote_form {
 padding: 5px 0 0 130px;
}

#quote_form table td p.left {
	text-align: left;
}

#quote_form table td p.right {
	text-align: right;
}


/*---------------------------- Free Quote Aggie Page ----------------------------*/

#free_quote_container_aggie {
	margin: 0 0 0 10px;
	padding: 15px 0 0 0;
}

#free_quote_aggie {
	margin: 0;
	.margin: -5px 0 0 0;
	padding: 0;
	border: 2px solid #500000;	
	background: url(../images/get_started_3_steps_aggie.gif) top left no-repeat;
	height: 178px;
}

#free_quote_aggie p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
}

#quote_form_aggie {
 padding: 5px 0 0 130px;
}

#quote_form_aggie table td p.left {
	text-align: left;
}

#quote_form_aggie table td p.right {
	text-align: right;
}


/*---------------------------- Free Quote Ext ----------------------------*/

#free_quote_container_ext {
	margin: 0 0 0 10px;
	padding: 15px 0 0 0;
}

#free_quote_ext {
	margin: 0;
	.margin: -5px 0 0 0;
	padding: 0;
	border: 10px solid #e1ebee;
}

#free_quote_ext p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
}

#quote_form_ext {
 padding: 5px 5px 0 10px;
}

#quote_form_ext table td p.left {
	text-align: left;
}

#quote_form_ext table td p.right {
	text-align: right;
}

/*---------------------------- Form Items ----------------------------*/

select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
}

input.button {
	padding: 5px 0 5px 5px;
}

/*---------------------------- Live Help ----------------------------*/

#live_help_container {
	margin: 15px 0 0 0;
	padding: 0;
}

#live_help_container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	padding: 0 0 0 10px;
}

#live_help_container p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
	padding: 5px 0 0 10px;
	line-height: 16px;
}

#live_help_container .help_image {
	float: left;
	width: 200px;
	height: 110px;
	padding: 15px 0 0 10px;
}

/*---------------------------- Live Help Small ----------------------------*/

#live_help_container_small {
	padding: 0;
	margin: 15px 10px 0 10px;
	border-top: 4px solid #99bbc5;
}

#live_help_container_small h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	padding: 5px 0 0 5px;
}

#live_help_container_small p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
	padding: 5px 0 0 0;
	line-height: 16px;
	margin: 0 0 0 0;
}

#live_help_container_small .help_image_small_1 {
	float: left;
	width: 185px;
	padding: 5px 0 5px 0;
	margin: 0 0;
}

#live_help_container_small .help_image_small_2 {
	float: left;
	width: 175px;
	padding: 5px 0 5px 10px;
	margin: 0 0;
}

/*---------------------------- Right Content ----------------------------*/

#rightcontent {
 float: left;
 width: 390px;
 background: #fff;
 padding: 5px 0 0 0;
}

#rightcontent table {
	
}

#rightcontent table td {
	padding: 0 0 5px 0;
}

#rightcontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	padding: 0 0 0 10px;
}

#rightcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
	padding: 5px 0 0 10px;
	line-height: 16px;
}

#rightcontent table p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
	padding: 0 0 0 10px;
	line-height: 16px;
}

#rightcontent p a:link, #rightcontent p a:active, #rightcontent p a:visited {
	text-decoration: underline;
	color: #777;
	display: block;
}

#rightcontent p a:hover {
	color: #000;
}

#rightcontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 5px 5px 4px 10px;
	background: #99bbc5;
	margin: 10px 9px 0 10px;
}

#rightcontent ul {
	padding: 5px 0 0 10px;
	display: block;
}

#rightcontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #777;
	list-style: none;
	padding: 3px 0 3px 15px;
}

#rightcontent li a:link, #rightcontent li a:active, #rightcontent li a:visited {
	text-decoration: underline;
	color: #777;
	display: block;
}

#rightcontent li a:hover {
	color: #000;
}

/*---------------------------- Resource Images ----------------------------*/

#resource_images {
	margin: 10px 10px 0 10px;
	border-top: 4px solid #99bbc5;
	padding: 10px 0 15px 0;
}

#resource_images img {
	padding: 0 15px 0 5px;
}

/*---------------------------- Footer ----------------------------*/

#results {
	width: 1000px;
	clear: both;
	padding: 10px;
}

/*---------------------------- Footer ----------------------------*/

#footer {
	width: 1000px;
	clear: both;
	border-top: 4px solid #979797;
	margin: 0 0 0 -10px;
	background: url(../images/foot_bg.jpg) top right repeat-y;
	padding: 0 0 5px 0;
	height: 37px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #777;
	padding: 5px 0 0 10px;
	line-height: 16px;
}

#footer ul {
	padding: 5px 0 0 5px;
	display: block;
}

#footer li {
	display: inline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #5f5f5f;
	list-style: none;
	float: left;
}

#footer li a:link, #footer li a:active, #footer li a:visited {
	padding: 0 5px 0 5px;
	text-decoration: none;
	color: #5f5f5f;
	display: block;
	float: left;
}

#footer li a:hover {
	color: #000;
}

#logos {
 float:right;
 margin: 5px 10px 0 0;
}

/*---------------------------- HR ----------------------------*/

div.hr {
	margin: 0;
	padding: 5px 0 0 0;
	background: url(../images/hr.jpg) center left no-repeat;
	height: 20px;
}

/*---------------------------- CHROME NOTICE ----------------------------*/

#chrome_notice {
	margin: 5px 10px 5px 5px;
}

#chrome_notice img {
	padding: 0 10px 5px 0;
}

#chrome_notice p {
}