html, body
{
	background: #040203 url(images/body_bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 100%;
	height: 100%;
}
input, select, textarea
{
	font: 12px Arial, Helvetica, sans-serif;
}
p, div, h1, h2, h3, h4, h5, form, input, select, option, dt, dd, img, form, fieldset, div
{
	margin:	0;
	padding: 0;
	border:	0;
}
a
{
	color: #ecbf35;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	color: #FFF;
}
:focus
{
	outline: 0 none;
}
.blueTxt
{
	color: #8eb9ff;
}
a.blueLink {color:#3a5d98;text-decoration:none;}
a.blueLink:hover {color:#ecbf35;text-decoration:none;text-shadow:1px 1px 2px #000;}
html #fullHeight
{
	/*background: url(images/carrier.jpg) no-repeat center top;*/
	height: auto;
	min-height:100%;
	width: 100%;
	bottom: 0px;
	text-align: center;
}
#pageContainer
{
	width: 985px;
	margin: 0 auto 0px;
	text-align: left;
}
#header
{
	margin: 0px;
	padding: 0px;
	height: 141px;
	position: relative;
}
#header #logo
{
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}
#header .middleMessage,
#header h2
{
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 410px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-top: 20px;
	list-style: none;
}
#header .middleMessage li
{
	padding-left: 13px;
}
#header #blogicon
{
	z-index: 2;
	position: absolute;
	top: 22px;
	right: 320px;
	border: 0px;
}
#header #twiticon
{
	z-index: 2;
	position: absolute;
	top: 22px;
	right: 215px;
	border: 0px;
}
#header #rssicon
{
	z-index: 2;
	position: absolute;
	top: 22px;
	right: 285px;
	border: 0px;
}
#header #fbicon
{
	z-index: 2;
	position: absolute;
	top: 22px;
	right: 250px;
	border: 0px;
}
#header #phone
{
	position: absolute;
	top: 15px;
	right: 5px;
}
#header #topNavVehicles
{
	position: absolute;
	height: 134px;
	width: 650px;
	right: -14px;
	bottom: -11px;
}
#header .topNavVehicles-img
{
	width: 618px;
	height: 131px;
}
#header .likeButton
{
	z-index: 1;
	position: absolute;
	right: 136px;
	top: 28px;
}


.nav
{
	width: 981px;
	height: 52px;
	background: url(images/top_nav.png) no-repeat;
}
.nav ul
{
	font: bold 12px Arial, Verdana, sans-serif;
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
}
.nav li
{
	display:block;
	float: left;
	list-style: none;
	margin: 0px;
	text-transform: uppercase;
	background: url(images/nav-separator.png) no-repeat right 2px;
	height: 50px;
	padding-right:2px;
}

.nav li.lastLink {background:none;padding-right:0;}

.nav li a {
	/* ADJUST NAV WIDTH HERE */
    padding: 12px 27px 0 27px;
	height: 37px;
	display: block;
	color: #263c6e;
	text-decoration: none;
	
}
.nav li a:hover,
.nav li.nav-item-over a
{
	color: #fff;
	background: url(images/top_nav.png) no-repeat -55px -57px;
	text-decoration: none;
}

li.fistLink { line-height:26px;}

li.fistLink a:hover {
	background: url(images/top_nav.png) no-repeat -2px -57px;
}
li.lastLink a:hover {
	background: url(images/top_nav.png) no-repeat -866px -57px;
}
.nav a span{}
.nav a:hover span
{
	/*background: transparent url(images/navButton_R.png) no-repeat right top; /*right corner image*/
}

/* SUB NAV */
.nav li .subnav
{
	display: none;
	float: left;
	position: relative;
	z-index: 100;
}
.nav li:hover .subnav,
.nav li.nav-item-over .subnav
{
	display: block;
}
.nav li .subnav a
{
	float: none;
	display: block;
	padding: 5px 10px;
	font-size: 10px;
	height: auto;
	
	color: #ccc;
	background: url(images/subnav-item-42_spr.png) repeat-x top;
}
.nav li .subnav a:hover
{
	color: #fff;
	background-position: 0 -42px;
}






#mainBanner
{
	margin-top: 8px;
}
#contentContainer
{
	margin-left: 4px;
	margin-top: 10px;
}
#contentContainer #left
{
	float: left;
	width: 690px;
}
#contentContainer #right
{
	width: 278px;
	margin-left: 10px;
	float:left;
}
/*module____________________________________________________________________*/

.modulePanel
{
	height: auto;
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
}
.modulePanel .topL
{
	background: url(images/module_corners.png) left top;
	height: 13px;
	width: 13px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.modulePanel .topC
{
	background: url(images/module_corners_TB.png) repeat-x top;
	position: absolute;
	height: 13px;
	left: 13px;
	top: 0px;
	right: 13px;
}
.modulePanel .topR
{
	background: url(images/module_corners.png) right top;
	height: 13px;
	width: 13px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.modulePanel .panelBottom
{
	clear: both;
}
.modulePanel .panelBottom h4, .modulePanel .bottomL
{
	background: url(images/module_corners.png) left bottom;
	height: 13px;
	width: 13px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.modulePanel .panelBottom h5, .modulePanel .bottomC
{
	background: url(images/module_corners_TB.png) repeat-x bottom;
	position: absolute;
	height: 13px;
	left: 13px;
	right: 13px;
	bottom: 0px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.modulePanel .panelBottom h6, .modulePanel .bottomR
{
	background: url(images/module_corners.png) right bottom;
	height: 13px;
	width: 13px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.modulePanel .sideL
{
	background: url(images/module_corners._LR.png) repeat-y left;
}
.modulePanel .sideR
{
	background: url(images/module_corners._R.png) repeat-y right;
}
.divider
{
	background: url(images/divider.gif) repeat-x;
	height: 2px;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	margin: 5px 6px 5px 2px;
	clear: both;
}
.modulePanel h2
{
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
.modulePanel p
{
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}
.info
{
	padding-right: 10px;
	padding-left: 10px;
}
/*
.modulePanel .sideL {
	background: #F00;
	width: 13px;
	position: absolute;
	left: 0px;
	top: 13px;
	bottom: 13px;
}*/
	
.modulePanel .sideR
{
	margin-left: 5px;
}
.modulePanel .panelContent
{
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
.modulePanel .panelContent h2, h3
{
	font-size: 19px;
	font-weight: normal;
}
.modulePanel .panelContent p
{
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 10px;
}
.modulePanel .panelContent li
{
	font-size: 14px;
	line-height: 30px;
	list-style: none;
}
.modulePanel .panelContent .phone
{
	width: 33px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
}
.panelSpacer
{
	margin-top: 10px;
}
.militaryLogo img
{
	margin-left: 64px;
}
/*Vehicle Inventory */
.vehicleContainer
{
}
a.vehicleContainer:link, a.vehicleContainer:visited, a.vehicleContainer:active
{
	width: 266px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	margin-top: 2px;
	background: url(images/featured_veh_up-light.png) no-repeat left top;
	padding-top: 4px;
	height: 102px;
	margin-left: 1px;
	float:left;
	margin-right:15px;
}
a.vehicleContainer:hover
{
	background-image: url(images/featured_veh_up-light.png);
}
.vehicleContainer
{
}
a.vehicleContainer .vehiclePhoto
{
	border: 1px solid #001129;
}
a.vehicleContainer:hover .vehiclePhoto
{
	border: 1px solid #8eb9ff;
}
.vehicleInfo
{
	height: 92px;
	width: 132px;
	overflow: hidden;
	display: block;
	float: left;
}
.vehicleContainer .vehicleInfo .vehicleTitle
{
	color: #8eb9ff;
	letter-spacing: -0.2px;
	padding: 0px;
	font-size: 12px;
	margin: 6px 0 8px;
	display: block;
}
.vehicleContainer .vehicleInfo .stats
{
	width: 120px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0px 0 10px;
	display: block;
	text-align: right;
}
.vehicleContainer .vehicleInfo label
{
	float: left;
	width: 50px;
	text-align: left;
	font-weight: bold;
	margin-right: 10px;
}
.pageHeader
{
	background: url(images/page_header.png) repeat-x bottom;
	height: 33px;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 8px;
	padding-left: 4px;
	margin-bottom: 5px;
}
.info_div
{
	float: left;
	padding-left: 10px;
}
.info_div p
{
	font-size: 15px;
	margin-bottom: 10px;
}
.info_div label
{
	font-weight: bold;
}
.info_div iframe
{
	border: 3px solid #283c5b;
}
a.milSite {display:block;text-decoration:none;width:983px;height:75px;background:url(images/btn_mil_site.png) no-repeat top left;font:normal 20px Tahoma, Geneva, sans-serif;color:#fff;text-align:center;line-height:1.6em;text-shadow:1px 1px 2px #ff0000;padding-top:18px;}
a.milSite:hover {text-decoration:none;background:url(images/btn_mil_site_over.png) no-repeat top left;}

a.credit-btn{display:block;text-decoration:none;width:941px;height:144px;background:url(images/btn_apply_for_credit.png) no-repeat;margin-top:10px;}
a.credit-btn:hover{text-decoration:none;background:url(images/btn_apply_for_credit_over.png) no-repeat;}

.img-wrapper
{
	margin-top:40px;
}

/*Footer________________________________________*/

#footer
{
	border-top: 1px solid #4a6887;
	margin-top: 20px;
	height: 40px;
	font-size: 10px;
	padding-top: 5px;
	clear: both;
}
.clear
{
	clear: both;
}
.r1 a
{
	margin-left: 5px;
	vertical-align: text-top;
}
/*HOURS*/
.hoursL
{
	width: 225px;
}
.hoursDiv
{
	float: left;
	font-size: 13px;
	margin-top: 15px;
	font-weight:bold;
	padding: 0 10px 0;
	margin: 0;
}
.hoursDiv li
{
	list-style: none;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
.hoursDiv label
{
	width: 102px;
	display: block;
	float: left;
}
.hoursDiv h2
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*STAFF*/

.staffBox
{
	float:left;
	width:191px;
	height:210px;
	padding:2px;
	margin:10px;
	border:solid 1px #000;
}
/*GALLERY*/

.galleryBox
{
	float:left;
	padding:2px;
	margin:7px;
	border:solid 4px #3759a6;
}
/* BUTTONS */

a.buttonBig
{
	width: 150px;
	height: 30px;
	line-height: 30px;
	display: block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #263C6E;
	background: url(images/buttonBig_bg.gif) repeat-x center center;
	margin: 0 auto;
	font-weight: bold;
	border: 1px solid #666;
}
a.buttonBig:hover
{
	border-color: #263C6E;
	text-decoration: underline;
}
a.sqButton {display:block;text-decoration:none;height:90px;width:122px;float:left;margin-right:43px;color:#aed2f4;text-align:left;padding-left:5px;font:bold 14px Arial;text-shadow: #000 1px 1px 2px;padding-top:8px;background:url(images/squareButton.png) no-repeat;}
a.sqButton:hover {text-decoration:none;color:#fff;}
a.sqButton span {width:122px;}
a.sqButton.lux {background:url(images/squareButton-lux.png) no-repeat;}
a.sqButton.suv {background:url(images/squareButton-suv.png) no-repeat;}
a.sqButton.coupe {background:url(images/squareButton-coupe.png) no-repeat;}
a.sqButton.moto {background:url(images/squareButton-moto.png) no-repeat;}
a.sqButton.ten {background:url(images/squareButton-10K.png) no-repeat;}
a.sqButton.at {background:url(images/squareButton-at.png) no-repeat;}
a.sqButton.sale {background:url(images/squareButton_sale.png) no-repeat;}


/* FORM */

.system
{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 10px 0;
}
.systemerror
{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #f66;
	margin: 10px 0;
}
a.captchaRefresh
{
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(images/captchaRefresh.png) right no-repeat;
}
a.captchaRefresh:hover
{
	background-position: left;
	text-decoration: none;
}
#a123 {
	float: right;
	width: 180px;
	height: 27px;
	margin-top: -37px;
}
#a123 a {
	font-size: 10px;
	font-weight: normal;
}
	
#a123 a:hover {
	text-decoration: none;
	color: #CCC;
}
	
#a123 .Poweredby{
	font-size: 11px;
	float: left;
	margin-top: 10px;
	margin-right: 2px;
}
