@charset "utf-8";
/* CSS Document */

.thumbnail
{
float: left;
width: 175px;
border: 0px solid #999;
margin: 10px;
padding: 0px;
}

.thumbnail img {
    margin-left: auto;
    margin-right: auto;

}

.clearboth { clear: both; }

/* html */
body{
	background-color: #969086;
	margin: 0;
	padding: 0;
	background-image: url(../images/template/shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

p{
	word-spacing: 0.1em;
	line-height: 1.3em;
	padding: 0;
}

a{
	text-decoration: underline;
}

img{
	border:0px;
}

ul{
	list-style: none;
	margin: 0 px;
}
h1, h2, h3, h4{
	padding: 0;
	margin: 0;
}

/* header */

#container{
	width: 960px;
	bgackground-color: #FFFFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.container{
	width: 960px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header{
	width: 960px;
	height: 110px;
	background-color: #232d3c;
	margin: 0px;
	padding-top:10px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header h1{
	position: -999px;
	text-indent: -9999px;
	
}
#header h2{
	font-size: 36px;
	text-align: center;
	line-height: 25px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-variant: small-caps;
}

#subheader{
	width: 960px;
	height: 75px;
	background-color: #fff;
	background-image: url(../images/template/nav_bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	margin: 0;
}
	
#subheader2{
	width: 960px;
	height: 20px;
	background-color: #fff;
	margin: 0px;
	background-image: url(../images/template/nav_bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
}
	
#subheader ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-variant: normal;
	font-size: 1em;
	font-weight: lighter;
	margin-left: 40px;
	margin-right: auto;

}

#subheader ul, li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 1em;
	font-weight: lighter;
}

#blue_line{
	background-color:#61717e;
	height: 3px;
	margin-left: 80px;
	margin-right: 90px;
}

/* content */

#content{
	width: 960px;
	height: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

#content ul li{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.75em;
	text-align: left;
	padding-top: 5px;
}

#main_content{
	width: 960px;
	height: auto;
	background-color: #595855;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

div.main_desc {
	font-size: 1.3em;
}

div.main_desc p{
	line-height: 1.6em;
}
#content a:link {
	color:#900;
}
#content a:hover {
	text-decoration: underline;
}
#content a:visited{
	color:#900;
}


#content p{
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 0.75em;
	font-weight: normal;
	padding-left: 0px;
}

#content h1, #content h1 a{
	font-family:"Times New Roman", Times, serif;
	color:#666;
	font-size:2.5em;
}

#content h2, #content h2 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #666;
	font-weight: 900;
}

#content h3, #content h3 a{
	font-family: "Times New Roman", Times, serif;
	font-size:1.3em;
	color: #666;
	font-weight: bold;
}

#content h4, #content h4 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	colro: #666;
	color: #666;
}

#img_container{
	padding-top: 20px;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 0px;
	
}

#content img{
	border: thick solid #232d3c;
	margin-right: 10px;
}

#contributors dl{}

#contributors dt{
	font-family: Arial, Helvetica, sans-serif;
	color: #61657E;
	font-weight: bold;
	font-size: 0.8em;
}

#contributors dd   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #595855;
}

#info dl{}

#info dt{
	font-family: Arial, Helvetica, sans-serif;
	color: #61657E;
	font-weight: bold;
	font-size: 0.8em;
	width: 90px;
	text-align: right;
}

#info dd{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #595855;
	text-align: left;
	margin-left: 100px;
	margin-top: -25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.right{
	float: right;
	margin-left: 10px;
	
}

.left{
	float: left;
	margin-right: 10px;
	
}

ul#bullet{
	list-style-type: square;
}
ul#bullet li{
	margin-bottom: 5px;
}
label{
	width: 120px;
	float: left;
	text-align: right;
	margin-right:15px;
	clear: both;
}
.input-box{
	margin-bottom: 10px;
	width: 250px;
	
}
textarea{
		width: 380px;
}



div.navigation{
	width: 600px;
	margin-left: 180px;
}

.thumbnail {
	height: 150px;
	padding: 0px;
	
}
.thumbnail img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.style1 {
	font-size: 1.8em;
	font-style: italic;
}

.style2{
	font-size: 0.5em;
}
/* footer */

#footer h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:1.5em;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size: 0.75em;
	font-weight: normal;
}
#footer a {
	text-decoration: none;
	color: #CCC;
}
#footer dl{
	margin: 0;
}

#footer a:hover{
	text-decoration: underline;
	}
#footer dt a{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 1.2em;
	margin: 0;
}
#footer dd, #footer dd a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#999;
	margin: 0;
}
#footer{
	background-color: #595855;
	float: left;
	margin: 0;
	padding-bottom: 100px;
	width:960px;
	clear: both;

}

#footer_img_container{
	padding-left: 10px;
}

#footer h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size: 0.72em;
	font-weight: normal;
}		

/* map */

#main_map{
	border: 0px solid #0f0f5b;
	height: 450px;
	padding-bottom: 200px;
	margin-left: 0px;
	background-color: #ffffff;
		width: 960px;

}

#main_map2{
	border: 0px solid #0f0f5b;
	height: 450px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/template/map2.jpg);
		width: 960px;

}

.overlay {
	float: right;
	width: 215px;
	padding: 10px;
	height: 430px;
	margin: 0px;
	float: right;
	width: 215px;
	padding: 10px;
	height: 430px;
	margin: 0px;
	color: #FFF;
	background-image: url(../images/template/dkbg.png);
}

.overlay2 {
	float: right;
	width: 315px;
	padding: 10px;
	height: 430px;
	margin: 0px;
	float: right;
	width: 215px;
	padding: 10px;
	height: 430px;
	margin: 0px;
	color: #FFF;
	background-image: url(../images/template/dkbg.png);
	font-family: Arial, Helvetica, sans-serif;
}

.overlay2 form{
	color: #FFF;
}

.container_12 #footer #footer_img_container  img {
	border: 5px solid #242D3C;
}
table {
	border: 1px solid #999999;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
thead {
	background-color: #595855;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 0.75em;
	font-weight: normal;
	margin: 3px;
	padding: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-collapse:collapse;
}

thead td {
	color: #FFFFFF;
	padding: -4px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #595855;
	border-right-color: #595855;
	border-bottom-color: #595855;
	border-left-color: #595855;
}
