@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: 700;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff;
	font: 76%/1.5 Arial, Helvetica, sans-serif;
	color: #000;
}
#wrap {
	width: 1004px;
	margin: 0 auto;
	position: relative;
}
#header {
	position: relative;
	background: #1b1464;
	color: #fff;
	padding: 0 0 0 56px;
	height: 108px;
}
#header h1 {
	padding: 24px 0 0;
	font-size: 24px;
	line-height: 1;
}

#logo {
	position: absolute;
	left: -56px;
}
#tagLine {
	font-size: 14px;
	padding: 0 0 9px;
	width: 405px;
	text-align: right;
}
#call {
	position: relative;
	right: 12px;
	top: -54px;
	margin-bottom: -36px;
	float: right;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
#gNav {
	list-style: none;
	background:#ddf;
	height: 27px;
}
#gNav li {
	float: left;
	padding: 0 3px;
	margin: 0 3px;
	width: 108px;
	text-align: center;
}
#gNav a {
	padding: 3px 0 4px;
	display: block;
	color: #000;
	text-decoration: none;
}
#gNav a:hover {
	color: #fff;
	background: #000;
}
#home #gNav #nOne a, #news #gNav #nTwo a, #carProg #gNav #nThree a, #faq #gNav #nSeven a, #about #gNav #nEight a {
	color: #e1e1e1;
	background: #3333CC;
}
#main {
	position: relative;
	padding: 0 188px;
	width: 628px;
	overflow: hidden;
	background: #eee;
}
.column {
	position: relative;
	float: left;
	padding: 12px 0 24px;
}
#content {
	width: 628px;
	background: #fff;
	min-height: 740px;
	max-height: 100%;
}
#content * {
	margin: 0 1em 1em;
}
#content p * {
	margin: auto;
}
#content h2 {
	color: #039;
	font-size: 18px;
}
#content h3 {
	color: #039;
	font-size: 16px;
}
#content p.medBlack {
	font-weight: 700;
}
#content p a.medBlack {
	margin-left: 9px;
	color: #000;
}
#content ul {
	position: relative;
}
#home #content li {
	position: relative;
	margin-left: 0;
	background: #d9e3ff;
	border-bottom: 2px solid #000;
	overflow: hidden;
}

#home #content li img {
	float: left;
	position: relative;
	margin: 0 1em 0 0;
	left: 0;
}

#home #content li p a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-weight: 700;
}


#home #content li p a:hover {
	text-decoration: underline;
}

#about #content ul, #tour #content ul {
	list-style: disc;
}
#faq #content li * {
	margin-left: 0;
}
p.stars {
	text-align: center;
	color: #039;
}
p.right {
	text-align: right;
	font-weight: 700;
}
#partners {
	width: 100%;
}
#navBar {
	margin: 0 0 0 -100%;
	width: 188px;
	right: 188px;
}
#navBar h3, #navBar p {
	width: 90%;
	margin: auto;
	font-weight: 700;
}
#navBar h3 {
	margin-bottom: 1em;
	font-size: 14px;
}
#navBar .subNav {
	margin-left: 1em;
}
#navBar .subNav li {
	margin-bottom: 1em;
	font-size: 1.1em;
}
#navBar .subNav a {
	text-decoration: none;
	font-weight: 700;
	color: #000;
}
#navBar .subNav a:hover {
	text-decoration: underline;
}
#sideBar {
	margin: 0 -188px 0 0;
	width: 188px;
}
#sideBar h3 {
	width: 85%;
	margin: 0 auto;
	padding: 6px 3px;
	background: #ffc;
	font-size: 14px;
}
#sideBar h3 a {
	text-decoration: none;
	color: #000;
}

#sideBar h3 a:hover {
	text-decoration: underline;
}
#smLogo {
	width: 127px;
	margin: 12px 0 0 30px;
}
#footer {
	margin: 0 auto 2em;
	padding: 3px;
	background: #33c;
	color: #fff;
	text-align: center;
}
