/* CSS Document */
@import "reset.css";
@import "type.css";
html{overflow-y:scroll;}
body {
	text-align:center;
	background-color:#0050c1;
	background-image:url(images/back_fade.jpg);
	background-repeat:repeat-x;
}
#wrapper {
	width:775px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size::62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	background-image:url(images/back_left_menu.jpg);
	background-repeat:repeat-y;
	background-color:#FFF;
}
#banner{
	width:775px;
	height:80px;
	position:relative;
}
#admin{
	top:10px;
	left:10px;
	position:absolute;
	width:400px;
	height:50px;
}
#content{
	width:604px;
	float:right;
}
#text{
	width:604px;
	font-size:15px;
}
#photo{
	width:604px;
	height:202px;
}
#footer{
	clear:both;
	height:15px;
	font-size:10px;
	line-height:20px;
	background-color:#0050C1;
}
#footer a{
	float:right;
	color:#599FFF;
	text-decoration:none;
	margin-left:20px;
}
#home_photos{
	width:775px;
	height:279px;
	background-color:#015293;
	overflow:hidden;
}
#fade_home{
	background-image:url(images/fadehome.jpg);
	background-repeat:repeat-x;
	width:775px;
	height:16px;
	font-size:1px;
	line-height:1px;
}
#home_content{
	width:775px;
	background-color:#a9a79e;	
}
#home_content_left{
	float:left;
	margin-left:20px;
	display:inline;
	width:343px;
	color:#FFF;
}
#home_content_left h1{
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	margin-bottom:10px;
	margin-top:10px;
}
#home_content_left P{
    font-size: 0.8em;
    line-height: 1.3em;
    margin-bottom: 12px;
    margin-right: 13px;
}
#home_content_right_tile{
	float:right;
	display:inline;
	width:395px;	
}
.hide{display:none;}
#home_content_right_tile h2{
	font-weight:bold;
	font-size:13px;
	color:#333;
	margin-left:5px;
	
}
#home_content_right{
	float:right;
	display:inline;
	width:395px;
	color:#FFF;
	margin-bottom:10px;
	background-color:#ffd000;
	margin-top:6px;
	height:179px;
	overflow:hidden;
}
#home_content_right_lower{
	float:right;
	display:inline;
	width:166px;
	margin-bottom:10px;
}
#home_content_right_lower p{
	font-size:11px;
}
#home_content_right_lower a{
	font-weight:bold;
	color:#000;	
}
ul#news_summary_img{
	width:175px;
	float:left;
	
}
#news_summary_img{
	position:relative;
}
#news_summary_img img{
	width:212px;
	height:170px;
	position:absolute;
	left:5px;
	top:5px;
}
ul#news_summary_text{
	width:172px;
	float:right;
	background-color:#b9b9b1;
}
#news_summary_text a{
	font-size:11px;
	display:block;
	width:160px;
	height:45px;
	color:#000;
	padding:7px 6px;
	border-bottom:1px solid #a9a79f;
	overflow:hidden;
	line-height:12px;
}
#news_summary_text h3{
}
#news_summary_text a.last{	border:none;}
#news_summary_text a:hover, #news_summary_text a.active{
	background-color:#ffd000;
	text-decoration:none;
}	
#home_footer{
	width:775px;
	height:25px;	
	background-color:#b8d0e4;
	clear:both;
}
#home_footer p{
	float:right;
	font-size:11px;
	margin-right:20px;
	margin-top:6px;
	display:inline;
}
#home_footer a{
	color:#000
}
#sub_menu{
	width:604px;
	height:26px;
	background-color:#72b9f5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0050c0;
	border-right-color: #0050c0;
	border-bottom-color: #0050c0;
	border-left-color: #0050c0;
}
#sub_menu ul{
	margin-left:14px;
	margin-top:4px;
}
#sub_menu li{
	float:left;
	text-align:center;
	margin-right:25px;
}
#sub_menu li a{
	font-size:.8em;
	color:#FFF
}
#sub_menu li a:hover{
	text-decoration:none;
	color:#0060BF;
}
#sub_menu li .active{
	color:#0060BF;
}

#top_menu{
	width:775px;
	height:23px;
	background-color:#72b9f5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0050c0;
	border-right-color: #0050c0;
	border-bottom-color: #0050c0;
	border-left-color: #0050c0;
}
#top_menu ul{
	float:right;
}
#top_menu li{
	float:left;
	width:104px;
	text-align:center;
	margin-left:1px;
	background-image:url(images/top_menu_back.jpg);
	height:23px;
	background-repeat:no-repeat;
}
#top_menu .active{
	background-image:url(images/top_menu_back_active.jpg);
	background-repeat:no-repeat;
}
#top_menu li a{
	padding-top:6px;
	display:block;
	font-size:.7em;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	width:100%;
	height:23px
}
#top_menu li a:hover{
	text-decoration:none;
	color:#0060BF;
}



#left_menu{
	width:171px;
	float:left;
}
#left_menu ul{
	margin-top:10px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:130px;

}
#left_menu li{
	border-bottom:solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;

}
#left_menu li a{
	color:#0050c0;
	font-size:.8em;
	display:block;
	padding-top:8px;
	padding-bottom:5px;
	height:100%;
	width:159px;
	padding-left:4px;

}
#left_menu li a:hover{
	background-color:#d7e7f4;
	text-decoration:none;
}
#left_menu li .active{
	background-color:#d7e7f4;
}

.textedit2{
	margin-left:10px;
}

.contact_text{
	width:275px;
	float:left;
}
#contact_form{
	width:323px;
	float:right;
}

a[title="video"] {
	background: url(images/vid.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;	
}

a[title="video_wide"] {
	background: url(images/vid.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;	
}

#clear{clear:both;}

#text p.error{
	color:#F30; 
	font-weight:bold;
}
#text h2{
	font-weight:bold;
	font-size:12px;
	margin-left:15px;
	margin-bottom:4px;
}
#text p.date{
	color:#666;
	font-size:11px;
}
.float_left{float:left; font-weight:bold; font-size:12px; margin-right:20px; display:inline}
.float_right{float:right; font-weight:bold; font-size:12px; margin-right:20px; display:inline}
.saved{
	background-color:#D7E7F4;
	color:#FFF;
	font-weight:bold;
	padding:5px;
}
#news_photos{
	border: 1px solid #666;
	padding: 10px 10px;
	width: 95px;
	float:right;
	margin-right:34px;
	margin-top:7px;
	height:auto;
	display:inline;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background:#EBEBEB;
	behavior: url(/PIE.htc);
}

.news_summery img{
		float:left;
	width:143px;
	height:100px;
	margin-right:10px;
	margin-left:20px;
	margin-bottom:10px;
	padding-bottom:3px;
	position:relative;
}
.news_summery{clear:left; margin-bottom:10px;overflow: hidden;}

#news_photos li{
	float:left;
	margin:1px;
	margin-bottom: 1px;
	display:inline;
}
#news_photos ul{
    list-style-position: none;
    list-style-type: none;
    margin-bottom: 1px;
    margin-left: 1px;	
}	
#news_photos.main{
	width:95px;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:26px;	
}
.float_right_next_page{float:right; font-weight:bold; margin-right:20px; display:inline; font-size:13px; margin-bottom:15px;	}
.float_left_prev_page{float:left;font-weight:bold; margin-left:15px; display:inline; font-size:13px;  margin-bottom:15px;}
#Update{ height: 25px;}
.strong{font-weight:bold;}

