@charset "utf-8";
/* CSS Document */

html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* constrain certain portions to 1000px wide */
.constrained
{
	width: 952px;
	margin: 0px auto 0px auto;
}

.leftpad {
	padding-left: 10px;
}

/* Search box beside nav menu */
div#search
{
	color: white;
	margin-left: auto;
	padding-top: 6px;
	width: 300px;
	text-align: right;
}

div#search .search_input
{
	border: 1px solid #6998CC;
	font-size: 10px;
}

div#search .search_button
{
	border: 1px solid black;
	background-color: #CCCCCC;
	font-size: 10px;
	margin-left: 4px;
}

/* Top Nav menu */
div#navigation
{
	background: url('images/navbg02.jpg') repeat-x top;
	height: 34px;
}

table#navtable
{
	float: left;
}

table#navtable .cap
{
	background: url('images/navsep.jpg') no-repeat top right;
	height: 34px;
	width: 3px;	
}

table#navtable a:link,
table#navtable a:visited,
table#navtable a
{
	display: block;
	background: url('images/navsep.jpg') no-repeat top right;
	text-align: center;
	color: white;
	text-decoration: none;
	padding: 7px 10px 0px 10px;
	height: 27px;
	font-size: 8pt;
}

table#navtable ul
{
	position: absolute;
	display: none;
	width: 160px;
	margin: 0;
	padding: 0;
}

table#navtable li
{
	display: inline;
}

table#navtable li ul
{
	margin-left: 160px;
	margin-top: -18px;
}

table#navtable li a:link,
table#navtable li a:visited,
table#navtable li a
{
	display: block;
	background: none;
	background-color:#E7E7E7;
	color: #777777;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	border-left: 1px solid #6571B7;
	height: 10px;
	width: 156px;
	padding: 4px 0px 4px 4px;
	margin: 0;
}

table#navtable li a:hover
{
	background-color:#6571B7;
	color: white;
}

/* Flash thing */
div#flashbar 
{
	text-align: center;
	background-color: #bbc8db;
	background-image: url('images/flashbar_background.jpg');
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	height: 191px;
	clear: both;
	margin-bottom: 10px;
	padding-left: 13px;
}

div#imagebar 
{
	text-align: center;
	background-color: #bbc8db;
	background-image: url('images/flashbar_background.jpg');
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	height: 191px;
	clear: both;
	margin-bottom: 10px;
}


/* Inner body */
div#body
{
}

/* Left content area */
div#content_area
{
	padding-top: 20px;
	float: left;
	width:540px;
}


/* Latest video area */
.video_descr
{
	margin: 10px 0px 0px 27px;
	color: white;
}

.video
{
	width: 325px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto 0px auto;
	background-color: #000000;
	padding: 10px;
}

div#latest_video
{
	width: 382px;
	margin-left: auto;
}

div#latest_video .area
{
	background: url('images/videobg.jpg') no-repeat top left;
	height: 372px;
}

div#latest_video .video
{
	width: 325px;
	height: 220px;
	padding: 7px 8px 7px 8px;
	margin: 0px auto 0px auto;
	background-color: 000000;
	border: 1px solid #919191;
}

div#latest_video .descr
{
	margin: 10px 0px 0px 27px;
	color: white;
}

div#latest_video .bottom
{
	background: url('images/videocap.jpg') no-repeat bottom left;
	background-color: #F4F4F4;
	padding-bottom: 58px;
	font-size: 20px;
	padding-top: 20px;
	padding-right: 20px;
}


/* articles/events links */
table#links td
{
	font-size: 10px;
}

/* bottom area */
div#bottom
{
	background: url('images/footerbg1.jpg') repeat-x top;
	height: 253px;
	padding: 50px 20px 0px 20px;
	margin-top: 75px;
	clear: both;
}

div#bottom td
{
	font-size: 10px;
}

div#bottom input
{
	border: 1px solid #AEAEAE;
	color: #8D8D8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px 6px 4px 6px;
	width: 162px;
}

div#bottom textarea
{
	border: 1px solid #AEAEAE;
	color: #8D8D8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 174px;
	height: 108px;	
}

/* footer */
div#footer
{
	background: url('images/footerliner.jpg') repeat-x top;
	background-color: #6671B8;
	font-size: 10px;
	padding-top: 30px;
	height: 98px;
	color: white;
}

div#footer p, div#footer span, div#footer td, div#footer a
{
	color: white;
	font-size: 10px;
}

div#footer a
{
	font-size: 10px;
	text-decoration: underline;
}

div#footer .links
{
	float: left;
	height: 42px;
	padding: 10px 0px 0px 23px;
	background: url('images/footersep.jpg') no-repeat top left;
}

div#footer .links a:link,
div#footer .links a:visited,
div#footer .links a
{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

.logoholder {
	margin-top: 10px;
}