@charset "utf-8";
@import url("hoverbox.css");
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}

/********** HEADER CSS **********/
#headerWrapper {
	background: url(../images/header_bkgrnd.gif) repeat-x #FFF;
	width: 100%;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	text-align: center;
}

/********** NAVIGATION CSS **********/
#navWrapper {
	margin: 0px;
	padding: 0px;
	background: #000;
	width: 100%;
	height: 36px;
}

#nav {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	position: relative;
	background: #000;
}

#nav ul li a:link, #nav li a:visited {
	background: #000;
	padding: 0px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a.current {
	color: #FFF;
	background: url(../images/nav_hover.gif) no-repeat center top;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
	background: #000;
	padding: 0px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

#nav ul ul li a.current, #nav li a.current:hover, #nav li li a.current:active {
	color: #FFF;
	background: #000;
	cursor: default;
}
#nav ul ul li a:hover {
	color: #FFF;
	background: #F6A01A;
}

/********** MAIN CONTENT CSS **********/
#contentWrapper {
	margin: 0px;
	padding: 0px;
	background: #F7A11A;
	width: 100%;
}

#content {
	margin: 0px auto;
	padding: 10px;
	background: url(../images/content_bkgrnd.gif) repeat-y top;
	width: 940px;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
}

#content h1 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	border-bottom: thin dotted #8C8C8C;
}
#content h2 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
}

#content p {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
}

.footnoteR {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	text-align: right;	
}

#content a {
	text-decoration: none;
}

.contentImg {
	float: right;
	padding: 0px 5px 5px 10px;
}

.contentImgBorderR {
	float: right;
	margin: 4px;
	padding: 3px;
	border: 1px solid #000;
}

.contentImgBorderL {
	float: left;
	margin: 4px;
	padding: 3px;
	border: 1px solid #000;
}

.highlight {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #0033CC;
}

#content table {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	border: 1px solid #000;
	background: #FFF;
}

#galleryEnd {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

/********** NEWS CSS **********/
#newsWrapper {
	margin: 0px;
	padding: 0px;
	background: #000;
	width: 100%;
	height: 200px;
}

#news {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	color: #FFF;
}

#news1 {
	margin: 10px 12px 10px 10px;
	padding: 0px;
	float: left;
	width: 295px;
	height: 160px;
	position: relative;
}

#news2 {
	margin: 10px 14px;
	padding: 0px;
	float: left;
	width: 295px;
	height: 160px;
	position: relative;
}

#news3 {
	margin: 10px 10px 10px 12px;
	padding: 0px;
	float: left;
	width: 295px;
	height: 160px;
	position: relative;
}

#news h1 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	border-bottom: thin dotted #8C8C8C;
}

#news p {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3 em;
}

.newsPhoto {
	border: 1px solid #FFF;
	margin-left: 4px;
	padding: 3px;
	float: right;
}

.newsBtn {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

/********** FOOTER CSS **********/
#footerWrapper {
	margin: 0px;
	padding: 0px;
	background: #000;
	width: 100%;
	float: left;
}

#footer {
	margin: 0px auto;
	padding: 10px;
	width: 960px;
	text-align: center;
}

#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	color: #FFF;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
