body {
	background-color:#000000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
h1, h2, h3, h4 {
	color: #B0C2CC;
}
p, td, li {
	color:#FFFFFF;
}
h5 {
	font-size: 14px;
}
.pagetitle {
	color: #A6C3CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
}
a:link {
	color : #A6C3CD;
}
a:visited {
	color : #A6C3CD;
}
a:hover {
	color : #DAF0F8;
	text-decoration : none;
}
.white {
	
}
body.mceContentBody {
	background: #000000;
	color:#FFFFFF;
}
.nav_back {
	background-image: url(images/nav_background_car.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	font-size:11px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #ffffff;
}
.navlink {
	font-weight: bold;
	color: #A6C3CD;
	text-decoration: none;
	font-size:11px;
}
.navlink:hover {
	font-weight: bold;
	color: #DAF0F8;
	text-decoration: none;
}
.navlinkcurrent {
	font-size: 11px;
	font-weight: bold;
}
.nav_dots, .leftcolumn {
	background-image: url(images/navdots.gif);
	background-repeat: repeat-y;
}
.bodyContent {
	padding-left: 25px;
	font-size: 13px;
}
.bottom {
	font-size: 10px;
	text-decoration: none;
}
.leftcolumn {
	background-color: #000000;
}
.contentarea {
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: repeat;
	line-height: 18px;
}
.rightsidebar {
	background-color: #000000;
	border-left-color: #5F7075;
	border-left-width: 1px;
	border-left-style: solid;
}

.button {
	color: #ffffff;
	font-size: 10px;
	background-color: #7D1B33
}
#menu {
	padding: 10px 0 10px 15px;
	right: 2px;
	top: 0;
	
}
#menu form {
	margin: 0 0 0 13px;
}
#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #ffffff;
}
#menu ul {
	color: #ffffff;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	
}
#menu ul li h2.widgettitle {
	border: solid 1px #5F7075;
	padding: 4px;
	width: 180px;
	color: white;
	background-color: #354C57;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px;
}



#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
	padding-bottom: 10px;
}
#menu ul ul li a {
	color: #ffffff;
	text-decoration: none;
	
}
#menu ul ul li a:hover {
	border-bottom: 1px solid #5F7075;
}
#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* Home Page */

.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:340px;	width: 800px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 20px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	color: #920000;
}
.paging a:hover {font-weight: bold;}

.clear {
clear:both;
}

#threeboxes {
margin-top:0px;
}

.homebox {
float:left;
margin-right:12px;
}

.homeboxlast {
float:left;
margin-right:0px;
}

#homelogo {
margin-bottom:20px;
}

.column {
float:left;
width:300px;
padding:5px 20px; 
}

