@charset "UTF-8";
/**************************************************
ecarlist STYLESHEET
(C) ecarlist. ALL RIGHTS RESERVED.
AUTHORED BY: Chris Alexander of ecarlist
***************************************************/
	
body {
	background: #161614 url('../images/body_bg.jpg') top center no-repeat;
	text-align:center;
	padding:0px;
	margin:0px;
}

#container {
	position:relative;
	padding:0px;
	margin:0px auto;
	width:981px;
	text-align:left;
}
	
/* --- PRIMARY NAVIGATION --- */
#priNav {
	height: 55px;
	width: 981px;
	margin:219px auto 0px;
	padding:0px;
	text-align: center;
	position:relative;
}

#priNav h2 { display:none; }

/**/
#flash {
	width:981px;
	height:316px;
	padding:0px;
	margin:0px auto;
	position:relative;
	/*
	background:url('../images/flash.jpg') top center no-repeat;
	*/
}

#spacer {
	width:981px;
	height:26px;
	padding:0px;
	margin:0px auto;
	position:relative;
	background:url('../images/spacer.gif') top center no-repeat;
}

/* --- CONTENT --- */
#content {
	width:971px;
	min-height:326px;
	padding:10px 5px;
	margin:0px auto;
	position:relative;
	background: url('../images/content_bg.jpg') left bottom no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
}

#content p {
	padding:0px 0px 10px 0px;
	margin:0px;
	font-size:13px;
	line-height:16px;
	color:#fff;
}

#content p span {
	color:#89a4b5;
	/*font-size:11px;*/
}

#content h2 {
	padding:0px;
	margin:0px auto 5px;
	color:#89a4b5;
	font-weight:normal;
	font-size:18px;
}

#content a {
	text-decoration:underline;
	color:#fff;
}

#content a:hover {
	text-decoration:none;
	color:#acdcff;
}

.sideColumn {
	float:left;
	padding:0px;
	margin:0px;
	width: 358px;
}

.centerColumn {
	float:left;
	padding:0px;
	margin:0px 0px 0px 10px;
	width:603px;
}

#content .centerColumn p {
	font-size:10px;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.divider {
	height:4px;
	background: url('../images/divider.gif') top left repeat-x;
	padding:0px;
	margin:0px 8px 10px;
	position:relative;
}

/*.header {
	text-align:center;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:35px;
	background:url('../images/header1.gif') top left repeat-x;
	margin:0px auto;
	position:relative;
}

.header2 {
	text-align:center;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:35px;
	background:url('../images/header2.gif') top left repeat-x;
	margin:0px auto;
	position:relative;
}

.header3 {
	height:20px;
	background:url('../images/header3.gif') top left no-repeat;
	margin:0px auto;
	position:relative;
}

.body {
	background-color:#4d4d4d;
	padding:10px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px auto;
	position:relative;
}

.body2 {
	background:#011c3a url('../images/content_body2.jpg') top left repeat-x;
	padding:12px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	margin:0px auto;
	position:relative;
}

.body3 {
	background: url('../images/content_body3.gif') top center repeat-y;
	padding:10px 15px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px auto;
	position:relative;
}

.body3 p {
	padding:0px;
	margin:0px;
}

.body3 form {
	padding:0px;
	margin:0px;
}

.footer {
	height:14px;
	background: url('../images/content_footer.jpg') top center no-repeat;
	padding:0px;
	margin:0px auto 11px;
	position:relative;
}

.footer2 {
	height:14px;
	background: url('../images/content_footer2.jpg') top center no-repeat;
	padding:0px;
	margin:0px auto 11px;
	position:relative;
}

.footer3 {
	height:20px;
	background: url('../images/content_footer3.gif') top left no-repeat;
	margin:0px auto 11px;
	position:relative;
	padding:0px;
}*/

.clear { clear:both; }
.larger { font-size:20px; }

/* --- FOOTER --- */
#footer_img {
	clear:both;
	width:981px;
	height:38px;
	padding:0px;
	margin:0px auto;
	background: url('../images/footer_img.jpg') top center no-repeat;
}

#footer {
	padding:0px;
	margin:0px auto;
	position:relative;
	text-align:center;
	background:url('../images/footer_bg.jpg') top center no-repeat;
	width:981px;
	height:81px;
}

#footer p {
	padding:8px 0px 0px 15px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#858585;
	line-height:15px;
}

#footer p a {
	color:#858585;
	text-decoration:none;
}

#footer p a:hover {
	color:#6b8eac;
	text-decoration:underline;
}

