/* CSS Document */

body {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	background-color: #13326B;
	}
a, a:visited{
	color: #000066;
	text-decoration: none;
	}
	
a:hover{
	color: #990000;
	text-decoration: none;
	}

#container {
	width: 960px;
	background: #ffffff;
	text-align: left;
	border: 3px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}

#header {
	height: 113px;
}
#headerimg {
	height: 78px;
	float: left;
	width: 311px;

}
#headerflag {
	height: 60px;
	float: right;
	width: 580px;
}
#headerbar {
	height: 7px;
	background-image: url(/images/bar_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
	margin-bottom: 0px;
}
#headernav {
	height: 27px;
	background-color: #000066;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
}
#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
	float: left;
	padding-right: 3px;
	padding-left: 3px;
}
#navigation li a {
	display: block;
	width: 150px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#navigation li a:hover {
  color: #FFFF09;
	text-decoration: none;
}
#header h2 {
	color: #ffffff;
	font-size: 35px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-variant: small-caps;
	margin: 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #000000;
	text-decoration: none;
	background: #f5fbff;
	}

#header h3 {
	color: #cccccc;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#menu { 
	background: #444444;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 12px 25px 12px 25px;
	text-align: center;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	}
#menu h2 {
	color: #ffffff;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 10px 25px 12px 25px;
	}
		
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu ul li a {
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	padding: 12px 25px 12px 25px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #000000;
	background: #f5fbff;
	text-decoration: none;
	}

#menu2 { 
	background: #444444;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 10px 25px 12px 25px;
	text-align: center;
	margin-bottom: 5px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	}
#menu2 h2 {
	color: #cccccc;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 10px 25px 12px 25px;
	}
		
#menu2 li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#menu2 ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu2 ul li a {
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	padding: 10px 25px 12px 25px;
	margin: 0px;
	text-decoration: none;
	}

#menu2 ul li a:hover {
	color: #000000;
	background: #f5fbff;
	text-decoration: none;
	}



#content {
	width: 510px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 203px;
	margin-right: 0px;
	position:relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.66em;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#content a:hover {
	color: #000099;
	text-decoration: none;
}	
#content p img{
	border: none;

	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px 5px 15px 0px;
	}
#content h1 {
	color: #990000;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #666666;
	font-size: 22px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	}
#content h2 a  {
	color: #666666;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	background: #f5fbff;
	text-decoration: none;
	}


#content h3 {
	color: #666666;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 120%;
	font-variant: small-caps;
	border-bottom: 1px solid #666666;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	background: #f5fbff;
	text-decoration: none;
	}

#content h3 {
	color: #666666;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	background: #00ccff;
	text-decoration: none;
	}



#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #000066;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #990000;
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #FFFFFF;
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar {
	background: #ffffff;
	color: #000000;
	width: 195px;
	float: left;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	}
#l_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#l_sidebar h2 {
	color: #000000;
	background: #ffffff;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	}


#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 0px 0px;
	}
	
#l_sidebar ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}

#l_sidebar ul li a:hover {
	color: #000000;
	background: #f5fbff;
	}


#r_sidebar {
	background: #ffffff;
	color: #000000;
	width: 195px;
	float: right;
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	}
#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#r_sidebar h2 {
	color: #000000;
	background: #ffffff;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	}


#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 0px 0px;
	}
	
#r_sidebar ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}

#r_sidebar ul li a:hover {
	color: #000000;
	background: #f5fbff;
	}
#footer { 
	background: #cccccc;
	padding: 0px 0px 5px 0px;
	text-align: center;
	clear: both;
	}
.linktext {
	font-size:12px;
	margin-left:5%;
	margin-right:5%;
}
.linktextarea {
	font-size:10px;
	font-family:verdana;
	overflow:hidden;
}
.ads {
	float: right;
	height: 250px;
	width: 300px;
	padding: 15px;
}
.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.post ul li a:link, .post ul li a:visited {
	color: #006699;
	text-decoration: none;
}
.post ul li a:hover {
	color: #000000;
	text-decoration: none;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #13326B;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	margin-bottom: 0px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #13326B;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumb a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
.cardsearch {
	float: right;
	height: 70px;
	width: 215px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}
.credittypes {
	color: #A2232B;
	padding-left: 20px;
}
#content .style1 {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFF00;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: normal;
	border: 2px dashed #990000;
	width: 350px;
	margin-left: 115px;
	line-height: 110%;
	word-spacing: 2px;
	margin-bottom: 15px;
}
.InfoHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	background-color: #E5E5E5;
	padding: 4px;
	height: 25px;
	border: 1px solid #000066;
}.largetxt {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	padding-top: 5px;
}
/* CSS Document */

#contentwide {
	width: 750px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 100px;
	margin-right: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.66em;
	}
#contentwide p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#contentwide p img{
	border: none;

	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px 5px 15px 0px;
	}
#contentwide h1 {
	color: #990000;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}
	
#contentwide h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#contentwide h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#contentwide h2 {
	color: #666666;
	font-size: 22px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	}
#contentwide h2 a  {
	color: #666666;
	text-decoration: none;
	}

#contentwide h2 a:hover {
	color: #000000;
	background: #f5fbff;
	text-decoration: none;
	}


#contentwide h3 {
	color: #666666;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 120%;
	font-variant: small-caps;
	border-bottom: 1px solid #666666;
	}
#contentwide h3 a  {
	color: #666666;
	text-decoration: none;
	}

#contentwide h3 a:hover {
	color: #000000;
	background: #f5fbff;
	text-decoration: none;
	}

#contentwide h3 {
	color: #666666;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	}
#contentwide h3 a  {
	color: #666666;
	text-decoration: none;
	}

#contentwide h3 a:hover {
	color: #000000;
	background: #00ccff;
	text-decoration: none;
	}



#contentwide ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#contentwide ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#contentwide li {
	margin: 0px;
	padding: 0px;
	}
	
#contentwide ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#contentwide ul li a {
	color: #000066;
	text-decoration: none;
	}

#contentwide ul li a:hover {
	color: #990000;
	text-decoration: underline;
	}

#contentwide blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
#contentwide .style1 {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFF00;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: normal;
	border: 2px dashed #990000;
	width: 350px;
	margin-left: 115px;
	line-height: 110%;
	word-spacing: 2px;
}
.dealerlocator{
	padding: 0px;
	float: right;
	height: 125px;
	width: 225px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #000066;
	}
.noResults {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin-top: 15px;
	margin-bottom: 15px;
}
.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
.linktext a:link {
	color: #003366;
	text-decoration: underline;

}
.linktext a:visited {
	color: #000066;
	text-decoration: underline;

}

.linktext a:hover {
	color: #006699;
	background: #f5fbff;
	text-decoration: none;

}

