@charset "utf-8";
/* CSS Document */
/* AAA1titleloan.com		*/
/* Rev. 2009.0427a			*/

body {
	margin:0;
	text-align:center;
	}
	
#container {
	margin:0 auto;
	padding:0;
	width:780px;
	border:0px solid;

}
#left {
	width:184px;
	float:left;
	margin:10px 0 0 0;
	}

#navigation {
	width:576px;
	height:49px;
	float:right;
	margin:15px 0 0 0;
	/*background-image:url(img/bg_nav.jpg);
	background-repeat:no-repeat;*/
	}
#navigation ul {
	list-style:none;
	margin:15px 0 0 0;
	}
#navigation ul li {
	display:inline;
	float:left;
	padding:0 5px;
	height:22px;
	border-right:1px solid #CCC;
	border-left:1px solid #999;
	}
#navigation ul li#first {
	border-left:0;
	}
#navigation ul li#last {
	border-right:0;
	}
#navigation ul li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	}
#navigation ul li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#009900;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
	}
#navigation ul li.active a {
	color:#009900;
	
	}
#navigation ul li.active {
	background-image: url(img/bg_nav_active.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	}
#contentMain {
	width:576px;
	float:right;
	margin:19px 0 0 0;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	}
#contentMain h1 {
	color:#006600;
	font-size:2.5em;
	border-bottom:3px solid #009900;
	background-image: url(img/bg_h1.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
#contentMain h2 {
	color:#006600;
	font-size:1.0em;
	border-bottom:2px solid #009900;
	background-image: url(img/bg_h1.jpg);
	background-repeat:repeat-x;
	background-position:center;
	}
#contentMain h3 { /* FAQ's */
	color:#006600;
	font-size:14px;
	font-style:italic;
	border-bottom:1px dotted #009900;
	background-image: url(img/bg_h1.jpg);
	background-repeat:repeat-x;
	background-position:center;
	}
#footer {
	clear:both;
	width:576px;
	float:right;
	border-top:1px dashed #CCCC9A;
	}
#footer ul {
	list-style:none;
	margin:15px 0 0 0;
	float:right;
	}
#footer ul li {
	display:inline;
	float:left;
	padding:0px 5px;
	height:14px;
	border-right:1px solid #A6A653;
	border-left:1px solid #E4E4C9;
	}
#footer ul li#first {
	border-left:0;
	}
#footer ul li#last {
	border-right:0;
	}
#footer ul li a {
	position:relative;
	top:-5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCC9A;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	height:14px;
	
	
	}
#footer ul li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#009900;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	}
#footer ul li.active a {
	color:#009900;
	}
#left #copyright {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color:#000;
	margin: 55px 0 0 0;
	}
	
#columnarForm fieldset {
	float: left;
	display: block;
	width: 13em;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;
	height:230px;
}

#columnarForm fieldset.textarea {
	width: 20em;
}
#columnarForm fieldset.textarea textarea {
	width: 19em;
	height:9.5em;
}

#columnarForm input {
	display: block;
	width: 12em;
}
#columnarForm #_Submit {
	display: block;
	width: 8em;
}
#columnarForm label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
#columnarForm label.first {
	padding-top: 1em;
}

form#columnarForm {
	padding:0 0 0 60px;
	}
#errorDivContact {
	color:#990000;
	border-bottom:2px dashed #990000;
	margin:0 20px 15px 20px;
	}
.disclaimer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	}
#stateFlag {
float:left;
	width:90px;
	padding:5px;
	text-align:center;
	}
#locations {
	float:left;
	width: 142px;
	line-height:18px;
	}
#locations span {
	font-weight:bold;
	font-style:italic;
	color:#003300;
	}
#locations p {
	font-size:11px;
	color:#666666;
	text-align:left;
	}
#locations a:link, #locations a:active, #locations a:visited {
	color:#666;
	text-decoration:none;
	}
#locations a:hover {
	color:#0000CC;
	text-decoration:underline;
	}
	
	/* Mini-application styles */
#preApp {
	position:relative;
	width:330px;
	border:0px solid #000;
	background-image:url(img/bg_miniApp.jpg);
	background-repeat:repeat-y;
	background-position:0 100px;
	float:right;
	margin:12px 0 0 20px;
	
	}
#leftContent {
	position:relative;
	width:220px;
	height:180px;
	border:0px solid #000;
	float:left;
	margin-top:12px;
	}
#marginForm fieldset {
	display: block;
	margin: 0 0 5px 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}
#marginForm fieldset.radio {
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}
#marginForm fieldset.radio input {
	position: static;
	clear: both;
	float: left;
}
#marginForm fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}
#marginForm fieldset.radio legend {
	float: left;
	font-weight: bold;
}
#marginForm select {
	position: relative;
	top: -1.6em;
	left: 123px;
	display: block;
	font-size:11px;
	width:128px;
}
#marginForm input {
	position: relative;
	top: -1.6em;
	left: 123px;
	width:125px;
	display: block;
	font-size:11px;
}
#marginForm input.check {
	position: relative;
	top: 0;
	left: 0;
	display: inline;
	font-size:11px;
	width:15px;
}
#marginForm input.submit {
	clear: both;
	top: 5px;
	/*background-color:#FF6600;
	color:#FFF;*/
	font-weight:bold;
}
#marginForm label {
	clear: both;
	float: left;
	display: block;
	width: 12em;
	margin-top: -1em;
	font-weight: normal;
	font-size:11px;
	color:#000;
	background-image:url(img/label.bg.gif);
	background-repeat:repeat-x;
}
#marginForm label.first {
	margin-top: 1em;
}
#checkDiv {
	clear:both;
	position:relative;
	font-size:9px;"
	}
#checkDiv a:link, #checkDiv a:visited {
	color:#5B9A18;
	text-decoration:none;
	}
#checkDiv a:hover {
	color:#006600;
	text-decoration:underline;
	}