@charset "utf-8";
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}
p {
	margin-top:0px;
}

#container {
	margin: 50px auto auto;
	width: 850px;
}
#container #content {
	float: right;
	width: 250px;
}
#container #slideshow {
	float: left;
	min-height: 500px;
	width: 550px;
	margin-top:0px;
}

#content #prinav {
	padding: 30px 0;
}
#prinav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content #bodytext {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top:20px;
	line-height: 1.5em;
}

#content #bodytext a,
.highslide-caption a {
	color:white !important;
	text-decoration:none;
	border-bottom: 1px dotted white;
}
#content #bodytext a:visited,
.highslide-caption a:visited  {
	color: white !important;
	text-decoration:none;
}
.clear {
	clear:both;
}
#prinav ul li a {
	color: #FFFFFF;
	text-decoration:none;
	line-height: 1.5em;
}
#prinav ul li a:hover {
	color: #999999;
	text-decoration:none;
}
#prinav ul li a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#prinav ul li a.active {
	color: #999999 !important;
	text-decoration:none;
}

#contact {
	margin: 10px;
	padding: 0 5px;
}

#contact div {
	display:block;
	margin-bottom: 15px;
}
#contact label {
	font-weight:bold;
	display:block;
	padding-bottom: 5px;
}
#contact label.error {
	display:block;
	color: red;
}
#contact input,
#contact textarea {
	border:1px white solid;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
	background-color:black;
	color:white;
	width: 390px;
}
#contact input {
	font-size: 1.2em;
}
#contact textarea {
	height: 6em;
	font-size: 1.1em;
}
#contact input.formsubmit{
	height: 2em;
	background-color:black;
	border:none;
	color:white;
	width:auto;
	padding-left:0px;
}
#contact input.radio{
	border:none;
	width:auto;
}
/* DIV scroller styles */
.scroll-pane {
	height:300px;
	overflow:auto;
}
.jScrollPaneTrack {
	background: #000;
}
.jScrollPaneDrag {
	background:#000 url(/i/dragblock-horiz.png) repeat-x 50% 50%;
}
a.jScrollArrowUp {
	background: url(/i/arrow-up.png) repeat-x 0 0;
	border-bottom:0px !important;
}
a.jScrollArrowDown {
	background: url(/i/arrow-down.png) repeat-x 0 0;
	border-bottom:0px !important;
}
/* End scroller styles */

#bodytext .newssummary .date {
	float: left;
	width: 50px;
}
#bodytext .newssummary p {
	margin-left: 60px;
	margin-top:0;
}
#slideshow #carousel-instr {
	padding-left: 40px;
}
#footer {
	padding-top: 30px;
}
#footer p {
	margin:0;
	padding:0;
	line-height:2em;
}
#footer #twitter {
	float:right;
	width:250px;
}
#footer #copyright {
	color:#666666;
}
