@import url('_reset.css');
@import url('_useful.css');

/*	Begin
********************************/

body {

	font-family: 'Georgia', Verdana, sans-serif;

	background: #FFF url('../img/layout/bg_main.gif') top center repeat-y;
	
	width: 757px;
	margin: 0px auto;
	

}

a {
	color: #003263;
	text-decoration: underline;
}

.image_spanner {
	background-color: #ffe163;
	margin-bottom: 10px;
}

.image_spanner img {
	margin-bottom: 0px !important;
}


/*	Header
********************************/

#header {

	position: relative;
	height: 190px;

}

#header strong {

	display: block;
	text-indent: -9999px;

	background-image: url('../img/layout/logo.gif');
	width: 78px;
	height: 98px;
	
	position: absolute;
	top: 45px;
	left: 50px;

}

#header h1 {

	display: block;
	text-indent: -9999px;

	background-image: url('../img/layout/header_none.jpg');
	width: 571px;
	height: 172px;
	
	position: absolute;
	top: 12px;
	left: 180px;

}

#header h2 {

	text-indent: -9999px;

}


/*	Main
********************************/

#main {

	width: 733px;
	padding: 2px 8px 0px 4px;
	margin: 0px auto;

	background: #FFF url('../img/layout/bg_yellow.jpg') top left repeat-y;

}

/*	Navigation
********************************/

#nav {

	float: left;
	width: 163px;
	margin-bottom: 20px;

}

#nav li a {

	text-decoration: none;
	display: block;
	background-color: #003263;
	height: 19px;
	margin-bottom: 2px;
	text-align: right;
	padding: 8px 3px 0px 0px;
	font-size: 12px;
	overflow: hidden;
	
	color: #fff;

}

#nav li.on a {
	background-color: #ffd420;
	color: #003263;
}

#nav li.sub a {
	background-color: #31699F;
}

#nav li.sub a.on {
	background-color: #679BCF;
	color: #000;
}

/*	Content
********************************/

.content {
	float: left;
	background-color: #FFF;
	margin-left: 7px;
	padding: 9px;
	overflow: hidden;
	width: 545px;
	line-height: 1.7em;
}

.singleColumn {
	width: 445px;
	padding-right: 109px;
}

.dualColumn {

	width: 260px;

}

.content h2 {

	color: #003263;
	font-size: 2.2em;
	margin-bottom: .5em;
	font-weight: normal;
	line-height: normal !important;

}

.content h3 {

	color: #003263;
	font-size: 1.2em;
	

}

.content p {
	font-size: 1.1em;
	color: #231f20;
}

.content img {
	margin-bottom: 10px;
}

.content ul, .content ol {

	list-style-image: url('../img/layout/dot_yellow.gif');

	font-size: 1.1em;

}

.content li {
	margin-left: 30px;
}

.content ol {
	list-style-type: decimal;
}

/*	Lead Story
********************************/

.lead_story {
	margin-bottom: 60px;
}


/*	Video News
********************************/

.video_news {
	margin-bottom: 40px;
}

.video_news h2 {

	display: block;
	width: 251px;
	height: 31px;
	
	background: url('../img/layout/video_top.jpg') top left no-repeat;
	padding: 36px 8px 0px 0px;
	margin-bottom: 3px;
	text-align: right;
	
	font-size: 20px;
	color: #003263;
	font-weight: bold;
	overflow: hidden;
	

}

.video_news .desc {
	text-align: right;
	color: #003263;
	font-size: 1.1em;
	font-weight: bold;
}



/*	Upcoming Events
********************************/

.event {
	margin-bottom: 15px;
}

.event .thumb {
	float: left;
	width: 150px;
	overflow: hidden;
	margin-right: 20px;
}

.event .text {
	float: left;
	width: 275px;
	overflow: hidden;
}

.event h2 {
	font-size: 1.7em;
}


/*	Misc
********************************/

table td, table th {
	padding: 7px;
	font-size: 1.1em;
}

#headerMessages, #headerErrors {

	padding: 17px 10px 1px 10px;
	float: left;
	margin: 5px 0px 7px 7px;
	font-size: 1.2em;
	background-color: #FFF;
	color: #000;
	width: 543px;

}

#headerMessages p, #headerErrors p {
	color: red;
}

