@charset "macintosh";
body {
	background-color: #000000;
	color:#333;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.5em;
}


html {height:100%;}
body {height:100%; margin:0; padding:0;}
#bg {position:fixed; top:0; left:0; width:100%;}
#siteContainer {position:relative; z-index:1; padding : 10px 0px; }

.altbody {
	color:#111;
}
	
	
a {
	color:#000;
}

img {
	border: none;
}

.dotted {
	border-top:1px dotted #666;
	padding-top:5px;
	padding-bottom:5px;
}


h1 {
	margin: 0px;
	padding-bottom:10px;
	font-size:23px;
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	color:#FFFFFF;
}

h2 {
	margin: 0px;
	padding-bottom:5px;
	font-size:18px;
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	color:#333;
}

h3 {
	color:#ec008c;
	margin: 0px;
	padding-bottom:5px;
	font-size:13px;
	text-transform:uppercase;
	font-family: Helvetica, "Trebuchet MS", sans-serif;
}



#mainContainer {
	width : 970px;
	position : relative;
	text-align : left;
}

#nav {
	text-align:right;
}




.contentBlock {
	margin-top:10px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#fff;

}

.contentPad {
	padding: 15px;
	padding-left : 25px;
}

.rightCol .contentPad {
	padding: 15px 60px;
}




.leftHome {
	float:left;
	margin-right:10px;
	border : 10px solid #fff;
}


.midHome {
	width:553px; 
	height:371px; 
	background-color:#fff; 
	float:left;
	font-size: 16px;
	line-height: 1.3em;
}

.rightHome {
	float:left;
	margin-left:10px;
}

#footer {
	height : 40px;
	background : url(/images/layout/footer_bg.png);
	color : #fff;
	line-height : 40px;
	padding : 0px 10px;
	margin-top : 10px;
	font-size : 11px;
}

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

#footer a:hover {
	text-decoration : underline;
}

.footercell {
	font-size: 12px;
	color:#fff;
	line-height:1.3em;
}

.footercell h2 {
	display:inline;
}

.footercell ul {
	margin : 0px; 
	padding : 0px;
	list-style : none;
}

.footercell li {
	margin-bottom : 10px;
}

.footertop {
	padding:10px;
	background-color:#fff;
}

.footerbot {
	margin:10px 10px 0px 10px;
	background-color:#fff;
}


.quote {
	color:#ec008c;
	line-height:1.3em;
}



.leftCol {
	float:left;
	margin-right:10px;
	width: 180px;
	background-color:#fff;
	color: #333;
	font-size:11px;
	
}

.leftCol a {
	color: #666666;
}


.rightCol {
	float:right;
	background-color:#fff;
	width:775px;
	min-height:470px;
	border-left:5px solid #333;
	

}


.accidentLayer {
	display:none; 
	color:#ec008c
}


#slideshow {
    position:relative;
    height:351px;
	width:386px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}



.midHome h1 {
	background : #4E4D4D;
	text-align : center;
	padding : 15px 0px;
	text-transform : uppercase;
	margin-bottom : 15px;
}

.spaced li {
	margin-bottom : 15px;
}