@charset "utf-8";
* { outline: none; }
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #2c3569;
	margin:0px;
	padding:0px;
	background-image: url(../resources/bkg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.container-all {
	background-image: url(../resources/bkg_stars.gif);
}
.container {
	background-color: #FFFFFF;
	width: 800px;
}


.header {
	padding-top:28px;
	background-color: #5396c0;
	padding-top:28px;
}

.headerLinks{
	text-align:right;
	position:absolute;
	margin-left:565px;
	top:14px;
}
.headerLinks #links{
	color:#FFFFFF;
	font-size: 14px;
}
.headerLinks #links a{
	color:#FFFFFF;
	text-decoration:none;
}
.headerLinks #links a:hover{
	color:#f7e402;
	text-decoration:underline;
}
.headerLinks #phoneNbr{
	color:#FFFFFF;
	font-size: 18px;
	font-weight:bold;
}

.nav {
	height:54px;
	background-color: #454c80;
	width:100%;
	background-image: url(../resources/headerCarImage-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav td{
	text-align:center;
	vertical-align:middle;
}

.nav .link {
	display:inline;
}

.nav a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration:none;
}
.nav a:hover {
	text-decoration:underline;
}

.nav .link .subnav{display:none;position:absolute;text-align:left;border:1px solid #1f2758;}
.nav .link:hover .subnav{display:block;padding:0px;margin:0px;margin-left:35px;margin-top:-5px;
/* the next two are for IE */
//margin-top:50px;//margin-left:-135px;
}
.nav .link:hover .subnav .item {padding:5px 0 5px 0 ;background:#FFFFFF;font-size: 11px;border-bottom:1px dotted #1f2758;text-transform: uppercase;}
.nav .link:hover .subnav .item a{color:#000000;text-decoration:none;padding:5px 15px 5px 15px;}
.nav .link:hover .subnav .item:hover{background-color:#c2dff1;}
.nav .link:hover .subnav .item:hover a{color:#1f2758;}


.content {
	width:534px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	vertical-align:top;
}
.content #editableRegion{
	padding:20px;
	padding-top:10px;	
}
h1 {
	line-height: 26px;
	font-size: 25px;
	color: #000000;
	font-weight:normal;
}
h2 {
	font-weight:bold;
	font-size: 14px;
	color: #000000;
	padding-bottom:0px;
	margin-bottom:0px;
	text-transform: uppercase;
}
h3 {
	font-weight:bold;
	font-size: 12px;
	color: #000000;
	padding-bottom:0px;
	margin-bottom:0px;
	text-transform: uppercase;
}
blockquote{
	border:1px dashed #999999;
	background-color:#c9e5f6;
	padding:6px;
	margin-left:12px;
	margin-right:12px;
}
p{
	
}
.logo{
	margin-left:16px;
}







/*  FORMS */
.contactForm table{
	border-collapse:collapse;
	border:1px solid #999999;
}
.contactForm table th{
	border-bottom:1px solid #cccccc;
	background-color: #EAEAEA;
	min-width:140px;
	font-weight:bold;
	padding:5px;
	text-align:right;
	vertical-align:top;
}
.contactForm td{
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	padding:4px;
	vertical-align:top;
	text-align: left;
}
.contactForm textarea{
	width:300px;
	height:70px;
}
.contactForm .spacerRow{
	height:2px;
	background-color:#999999;
}

.sidebar{
	vertical-align:top;
	background-image: url(../resources/sidebar_images.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidebar img{
	margin-top:10px;
}
/* TESTIMONIALS */
.testimonials{
	margin-top:940px;
	padding:12px;
	font-size:12px;
	text-align:left;
}
.testimonials .quote{
	font-size:12px;
	border:1px solid #8dd0ec;
	background-color:#c9e5f6;
	color:#054d6b;
	padding:6px;
	margin-top:12px;
}
.testimonials #quoteSignature{
	text-align:right;
	font-style: italic;
	color:#1a66d8;
}

/* FAQ */
.faq{
	margin-top:10px;
	margin-bottom:10px;
}
.faq #q{
	font-weight:bold;
}
.faq #a{
	color:#666666;
}

/* FOOTER */
.footer{
	background-color: #454c80;
	height:26px;
}
.footer #copyright{
	margin-top:6px;
	margin-left:12px;
	color:#FFFFFF;
	font-size: 12px;
	float:left;
}
.footer #links{
	margin-top:6px;
	margin-right:12px;
	color:#FFFFFF;
	float:right;
	font-size: 12px;
}
.footer #links a{
	margin-right:6px;
	margin-left:6px;
	color:#FFFFFF;
	text-decoration:none;
}
.footer #links a:hover{
	text-decoration:underline;
}

