@charset "UTF-8";
/**************************************************
ecarlist STYLESHEET
(C) ecarlist. ALL RIGHTS RESERVED.
AUTHORED BY: Daniel Pitner of ecarlist
***************************************************/

body {
	background:#000000;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top:0px;
	margin-bottom:8px;
}
h1 {
	font-size:16pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h2 {
	font-size:14pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h3 {
	font-size:10pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h4 {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:0px;
}
form {
	margin-top:0px;
}

/*****************************
MAIN CONTAINERS
*****************************/

#banner {
	background:url(../images/bgBanner.jpg) top center no-repeat;
	height:186px;
}
#navigation {
	margin:0px auto;
	width:980px;
	color:#8ebdd9;
	font-size:9pt;
}
#navigation a {
	color:#fff;
	text-decoration:none;
}
#navigation a:hover {
	color:#8ebdd9;
}
#navigation img {
	margin-left:5px;
	margin-right:5px;
}
#mainTopBar {
	background:url(../images/bgTopBar.jpg) top center no-repeat;
	height:21px;
}
#mainContent {
	margin:0px auto;
	width:980px;
	font-size:9pt;
	color:#fff;
	text-align:left;
}
#mainBottom {
	background:url(../images/bgBottom.jpg) top center no-repeat;
	padding-top:10px;
	text-align:center;
	margin:0px auto;
	color:#576975;
	font-size:7pt;
}
#mainBottom a {
	color:#576975;
	text-decoration:none;
}
#mainBottom a:hover {
	color:#FFFFFF;
}
#homeFlash {
	height:195px;
}
#homeFlashButtons {
	height:125px;
}

#centerContent {
	width:480px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	font-size:8pt;
}
.sideColumnContent {
	width:240px;
	float:left;
	font-size:8pt;
}
.espanol {
	float:left;
	text-align:left;
}

/*****************************
columns
*****************************/
.columnTitle {
	background:url(../images/bgTitle.jpg) top center no-repeat;
	height:38px;
}
.columnTitleText {
	color:#9eb7c8;
	padding-top:13px;
	padding-left:20px;
}
.columnText {
	margin-left:40px;
}
.homeInputBox {
	width:187px;
	background:#314754;
	border:0;
}

.hoursLeft {
	float:left;
	width:115px;
	text-align:right;
	color:#9eb7c8;
}
.hoursRight {
	float:right;
	width:115px;
	text-align:left;
	color:#fff;
}


/*****************************
MISC CLASSES
*****************************/
.dottedSeperator {
	background:url(../images/bgSecSeperator.gif) center  center repeat-x;
	height:40px;
}
.spacer20 {
	height:20px;
}
.spacer10 {
	height:10px;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.blueText {
	color:#748c9d;
}

