/* CSS Document */
@import "reset.css";
@import "type.css";
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;
}
#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;
}

#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;	
}

