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

body {
	background-color:#000;
	margin: 0 0 0 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top:0px;
	margin-bottom:10px;
}
h1 {
	font-size:50pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-5pt;
	color:#006199;
	text-shadow:#000000;
}
h2 {
	font-size:12pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
h3 {
	font-size:10pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h4 {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:0px;
}

a {
	color:#e2e2e2;
	text-decoration:underline;
}
a:hover {
	color:#d86569;
}


/******************
CONTAINERS
*******************/
#mainContainer {
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:940px;
	margin:0px auto;
}
#banner {
	background:url(../images/bgBanner.jpg) top center no-repeat;
	height:86px;
	margin-top:15px;
	margin-bottom:6px;
}
#bannerLeft {
	float:left;
}
#bannerRight {
	float:right;
}
#homepageFlash {
}

#nav {
	text-align:center;
	background:url(../images/bgNav.gif) top center repeat-x;
	height:55px;
}
#nav #navInner {
	background:url(../images/bgNavInner.gif) bottom center repeat-y;
	height:55px;
}

#content {
	width:940px;
	text-align:left;
	color:#e2e2e2;
}
#contentHome {
	background:url(../images/bgContent.jpg) top center repeat-x;
	width:940px;
}
.homeColumnSide {
	width:240px;
	margin-left:8px;
	margin-right:8px;
	margin-top:12px;
	float:left;
	background:#000;
	filter:alpha(opacity=70);
	opacity:.7;
}
.homeColumnCenter {
	width:420px;
	margin-top:12px;
	background:#000;
	float:left;
	filter:alpha(opacity=70);
	opacity:.7;
}
.columnInner {
	margin-left:14px;
	margin-right:14px;
}
.lineSeperator {
	margin-bottom:16px;
}
#bottom {
	background:url(../images/bgBottom.jpg) top center no-repeat;
	height:110px;
	font-size:8pt;
	margin-bottom:10px;
	color:#3e4349;
}
#bottom a {
	color:#8a3134;
	text-decoration:underline;
}
#bottom a:hover {
	color:#fff;
}
#bottomRight {
	float:right;
	width:171px;
	margin-right:10px;
	margin-top:20px;
}
#bottomLeft {
	float:left;
	text-align:left;
	margin-left:20px;
	margin-top:40px;
}
.bottomLeftText {
	color:#8a3134;
}

#copyright {
	text-align:right;
}



/******************
PAGES
*******************/


/******************
TITLES & HEADERS
*******************/
.header {
	background:url(../images/bgHeader.gif) bottom center repeat-x;
	height:47px;
}
.titleLeft {
	float:left;
	height:47px;
	width:240px;
}
.titleRight {
	float:right;
	height:47px;
	width:240px
}
.titleCenter {
}
.titleCenterImg {
	float:left;
}
.titleCenterInner {
	font-size:10pt;
	background-color:#fff;
	color:#64696f;
	font-weight:bold;
	float:left;
	height:47px;
	width:220px;
	text-align:center;
}
.titleCenterText {
	margin-top:20px;
}
.titleCenterText a {
	color:#64696f;
	text-decoration:none;
}
.titleCenterText a:hover {
	text-decoration:underline;
	color:#64696f;
}


/******************
MISC
*******************/
.homeQuickLink {
	margin-bottom:10px;
}
.shadowUnder {
	background:url(../images/shadowUnder.gif) top center repeat-x;
	height:10px;
}
.dottedLine {
	background:url(../images/dottedLine.gif) center center repeat-x;
	height:30px;
}
#dottedLineBottom {
	background:url(../images/dottedLine_big.gif) top center repeat-x;
	height:31px;
}
.clear {
	clear:both;
}
.floatLeft{
	float:left;
}
.floatRight {
	float:right;
}
.spacer {
	height:20px;
}
.spacerCornerUp {
	background:url(../images/cornersTop.gif) top center no-repeat;
	height:6px;
}
.spacerCornerDown {
	background:url(../images/cornersBottom.gif) top center no-repeat;
	height:6px;
}
.displayBlock {
	display:block;
}
.centerImage {
	margin:0px auto;
}
.txtMedium {
	font-size:8pt;
}

.txtBig {
	font-size:10pt;
}
.navArrow {
	margin-left:5px;
	margin-right:5px;
}

	