@charset "UTF-8";
body 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	background-color: #F9A351;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #4d4d4d;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
}

a:link, a:active, a:visited
{
	color:#E36F1E;
	text-decoration:none;
}

a:hover
{
	color:#00529B;
	text-decoration:underline;
}


.clear 
{
	clear:both;
}

.clearline 
{
	clear:both;
	border-bottom:solid 1px #00529b;
	padding-top:12px;
	margin-bottom:12px;
}

.stronger
{
	font-weight:bold;
	color:#00529B;
}

#container 
{
	width: 855px; 
	background: #FFFFFF;
	background-image:url(images/stretch_bg.gif);
	margin: 0 auto; 
	text-align: left;
}

#mainContent 
{
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat;
	padding:30px;
}

#header
{
	position:relative;
	height:155px;
	text-align:right;
	font-size:11px;
	color:#00539B;
}

#logolink
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:400px;
	height:120px;
}

#menu
{
	height:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#menu a
{
	padding-left:14px;
	padding-right:14px;
}

.article_row {
	clear:both;
}

.article_date {
	float:left;
	width:190px;
	padding:5px;
	border-bottom:solid 1px #666;
}

.article_title {
	float:left;
	width:550px;
	padding:5px;
	border-bottom:solid 1px #666;
}

.article_table_head {
	width:760px;
	background-color:#F9A351;
	color:#fff;
	font-size:1.4em;
}

.headline 
{
	padding:12px;
	height:40px;
	margin-bottom:12px;
	background-image:url(images/h1_bg.gif);
	background-repeat:no-repeat;
}

.headline h1
{
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:18px;
	float:left;
}

.headline .subnav
{
	float:right;
}

.headline .subnav a
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;	
	padding-left:12px;
	text-decoration:underline;
}

.headline .subnav a:hover
{
	color:#FFEFCF;
}

.fullblock 
{
	width:795px;
}

.textblock 
{
	width:500px;
	float:left;
}

.photoblock
{
	width:265px;
	float:left;
	margin-left:30px;
}

.contactblock
{
	width:400px;
	float:left;
}

.mapblock
{
	float:left;
}

.photoblock .caption
{
	margin-top:12px;
	padding:0;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(images/caption-bg_mid.gif);
	background-repeat:repeat-y;
}

.photoblock .caption img
{
	display:block;
	margin:0;
}

.photoblock .caption p
{
	margin:0;
	padding:0;
	padding-left:12px;
	padding-right:12px;
}


#footer
{
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	width:855px;
	height:50px;
	margin: 0 auto; 
}

form label 
{
	display:block;
}