/* CSS Document */


html {
height:100% auto; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}

/* for internet explorer */


body {
	height:100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	font-family: Arial, Helvetica;
    font-size: 90%;
	color: #182542;
	text-align: justify;
}

/* Top Bar */

/* Level One */

#main_cont {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}

#top_level_one {
height: 100px;
width: 750px;
border-left:2px;
border-right:2px;
border-left-style:solid;
border-right-style:solid;
border-left-color:#d5d5d5;
border-right-color:#d5d5d5;
float: left;
}

#top_box_one {
width: 180px;
background-color: #FFFFFF;
padding-left: 22px;
padding-top:20px;
float: left;
}

#top_box_two {
width: 400px;
height: 110px;
margin-left: 120px;
padding-top:20px;
float: left;
}


/* Level Two */
#top_yellow_line {
clear:left;
height: 30px;
width:750px;
background-color: #efd751;
border-left:2px;
border-right:2px;
border-left-style:solid;
border-right-style:solid;
border-left-color:#d5d5d5;
border-right-color:#d5d5d5;
}


#main_container {
	width: 750px;
	border-left:2px;
	border-right:2px;
	border-left-style:solid;
	border-right-style:solid;
	border-left-color:#d5d5d5;
	border-right-color:#d5d5d5;
	}

#content_1{
	width:750px;
	float:left;
	height:100%;
	min-height:600px;
	background-color:#d5d5d5;
}

#content_2{
	width: 580px;
	float: left;
	height:100%;
	min-height:600px;
	visibility: inherit;
	background-color:#FFFFFF;
	padding-left: 9px;
	padding-right: 11px;	
}

#content_3{
	width:150px;
	float: left;
	min-height:350px;
	background-color:#293a34;
	visibility: inherit;
	margin:5px;
	color:#FFFFFF;
	margin-left:3px;
}

#content_3 p{
	margin-left:6px;
	margin-right:6px;
}

a.news_link{
	text-align:justify;
	text-decoration:none;
	color:#FFFFFF;
}
#side_menu{
	width: 150px;
	float: left;
	background-color:#d5d5d5;
}

.menu_item{
	text-align:left;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#bec4c2;
	margin-top:6px;
	margin-bottom:6px;
}

.menu_item a{
	font-family: Arial, Helvetica;
	font-size:90%;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding-left:5px;
}
.menu_item_selected{
	text-align:left;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#bec4c2;
	margin-top:6px;
	margin-bottom:6px;
}

.menu_item_selected a{
	font-family: Arial, Helvetica;
	font-size:90%;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
}



#main_section
{
	float: left;
	width: 750px;
	visibility: inherit;
	background-image: url(images/backing_strip.gif);
	background-repeat: repeat-y;
}


#footer{
height: 30px;
width:750px;
background-color: #efd751;
clear: both;
padding-top:5px;
padding-bottom:5px;

}

a.footer{
font-family: Arial, Helvetica;
    font-size: 90%;
	color: #182542;
	font-weight:bold;
	text-align: left;
	text-decoration:none;
}

#clark_link{
	width:40%;
	float:left;
	padding-left:5px;
}

#copyright{
	width:40%;
	float:right;
	float:right;
	text-align:right;
	padding-right:5px;
	font-style:italic;
}


p.strap_line{
	font-family: Times New Roman;
    font-size:200%;
	color: #879890;
	font-style:italic;
	font-weight:bold;
	margin-top:-10px;
	text-align:right;
	word-spacing: 0.1em;
}

p.sub_strap_line{
	font-family: Times New Roman;
    font-size:100%;
	color: #879890;
	font-style:italic;
	margin-top:-35px;
	font-weight:bold;
	text-align:right;
	word-spacing: 0.3em;	
}

#map{
	float:right;
	width:300px;
	height:300px;
	padding:5px;
}

td.border_bottom{
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#bec4c2;
}
a{
	font-family: Arial, Helvetica;
    font-size: 90%;
	color: #182542;
	text-align: justify;
}