@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #6f6f6f;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/assets/bkg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	}
a {
	color: #288dd0;
	text-decoration: none;
}
a:hover {
	color: #0CF;
}


.p {
	margin-top: 0px;
}
.clearspace, .clr  {
	clear: both;
}
.oddRows {
	background-color: #9CC;
}
.evenRows {
	background-color: #FFC;
}
a img {
	border:0px;
	}
.contentTable {}
.contentTable td {
	padding-right: 8px;
	padding-left: 8px;
}

.contentTableHeader {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #3C3934;
	text-align: center;
}
div.ui-datepicker {font-size:10px; z-index:9999999; display:none;}
img.ui-datepicker-trigger{position:relative; left:4px; top:1px;}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 166px;
	position: relative;
}
#topNav {
	position: absolute;
	top: 83px;
	right: 12px;
	width: 335px;
	text-align: right;
}

#mainNav {
	background-image: url(../images/assets/bkg_mainNav.jpg);
	background-repeat: repeat;
	height: 28px;
	position: absolute;
	top: 130px;
	width: 875px;
	padding-top: 5px;
	padding-left: 80px;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
}
#mainNav ul li {
	list-style-type: none;
	float: left;
	display: block;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-right: 25px;
}
#mainNav ul a {
	color: #939393;
	font-size: 12px;
	text-decoration: none;
}
#mainNav ul li:hover {
	background-color: #242424;
}

#logo {
	position: absolute;
	height: 129px;
	width: 383px;
	clip: rect(0px,auto,auto,0px);
	z-index: 10;
	top: 10px;
	left: 6px;
}
#copy {
	margin-top: 15px;
}
.headers, h1 {
	font-size: 16px;
	color: #0CF;
}
