@charset "utf-8";
/* CSS Document */


BODY,DIV,P,SPAN,FORM,UL,LI,OL,IMG,H1,H2,H3{
	border: 0;
	margin: 0;
	padding: 0;
}

BODY{
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #232323;
}

#flash H2{
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 18px;
}

A, A:visited{
	color: #588fc1;
}


#layout{
	width: 951px;
	margin: 20px auto;
}

/* header */

#header{
	height: 81px;
}
#linklogo{
	float: left;
}
#frmsearch{
	float: right;
	display: inline;
	margin-right: 46px;
	font: 11px/18px Arial, Helvetica, sans-serif;
}
#keyword{
	margin-left: 20px;
	margin-right: 7px;
	border: inset 1px #c3c3c3;
	border-top-width: 2px;
}
#frmsearch a, #frmsearch a:visited{
	color: #484848;
	text-decoration: none;
	margin: 0 7px;
}
#frmsearch a:hover{
	color: #588fc1;
	text-decoration: underline;
}
#btnsearch{
	cursor: pointer;
	width: 52px;
	height: 19px;
	background: url(images/search.jpg) no-repeat;
	border: 0;
}

 /* end header */

 /* nav */

#nav{
	list-style: none;
	height: 48px;
}
#nav li{
	float: left;
	background: url(images/bg_li.gif) repeat-x;
	height: 48px;
}
#nav a, #nav a:visited{
	display: block;
	height: 48px;
	text-align: center;
	line-height: 48px;
	text-indent: -9999px;
}
li#m0{
	width: 276px;
	background: url(images/logo_bottom.jpg) no-repeat;
}
#m0 a{
	background: url(images/menu0.jpg) no-repeat;
}
#m1{
	width: 151px;
}
#m1 a{
	background: url(images/menu1.jpg) no-repeat;
}
#m1 a:hover, #m1 .active{
	background: url(images/menu1.jpg) no-repeat bottom;
}
#m2{
	width: 156px;
}
#m2 a{
	background: url(images/menu2.jpg) no-repeat;
}
#m2 a:hover, #m2 .active{
	background: url(images/menu2.jpg) no-repeat bottom;
}
#m3{
	width: 170px;
}
#m3 a{
	background: url(images/menu3.jpg) no-repeat;
}
#m3 a:hover, #m3 .active{
	background: url(images/menu3.jpg) no-repeat bottom;
}
#m4{
	width: 153px;
}
#m4 a{
	background: url(images/menu4.jpg) no-repeat;
}
#m4 a:hover, #m4 .active{
	background: url(images/menu4.jpg) no-repeat bottom;
}

 /* end nav */
 
  /* content */
 
#inner{
	margin-right: 44px;
	margin-left: 61px;
}
#main{
	height: 290px;
}
#main img{
	float: left;
}
#flash{
	float: right;
	width: 365px;
}

.row{
	width: 100%;
	float: left;
	clear: both;
}
.box{
	width: 174px;
	height: 220px;
	border: solid 1px #fed374;
	border-left-width: 0px;
	float: left;
	text-align: center;
}
.box img{
	margin: 7px 0;
}
.last{
	border-right-width: 0;
}
.col{
	float: left;
	width: 174px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.col .box{
	border: 0;
	border-bottom: solid 1px #fed374;
	height: auto;
	padding: 15px 0;
}
.col .last{
	border-bottom-width: 0;
}

.box H1{
	font: 12px/23px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	background: #aff8af;
	text-align: center;
	margin: 0 1px;
	color: #484848;
}
#news{
	float: left;
	width: 300px;
	list-style: none;
	margin-left: 20px;
}
#news li{
	border-top: solid 1px #fed374;
	padding: 10px 0;
	padding-left: 45px;
}

#news .update{
	background: url(images/icon_update.jpg) no-repeat 0 10px;
}

#news .event{
	background: url(images/icon_event.jpg) no-repeat 0 10px;
}

#news .blog{
	background: url(images/icon_blog.jpg) no-repeat 0 10px;
}

.innerpage{
	background: url(images/bg_content.jpg) no-repeat;
}
.ipage{
	position: relative;
	min-height: 600px;
	font: 14px/18px Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
.ipage h1{
	font: 16px/36px Georgia, "Times New Roman", Times, serif;
	color: #588fc1;
	font-weight: bold;
	padding-top: 30px;
}
.lbox{
	float: left;
	padding-top: 30px;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	width: 170px;
	top: 45px;
	color: #104a7e;
}
.lbox ul{
	border-bottom: solid 1px #fed374;
	margin: 10px 0;
	list-style: none;
}
.lbox li{
	border-top: solid 1px #fed374;
	font-weight: bold;
	color: #232323;
}
.lbox li a, .lbox li a:visited{
	display: block;
	color: #0e4e87;
	padding: 5px 10px;
	text-decoration: none;
}
.lbox li a:hover{
	background: #fed374;
}
.lbox li a.active, .lbox li a.active:visited{
	color: #232323;
}
.lbox p{
	padding: 0 10px;
}
.lbox .bord{
	border: solid 1px #588fc1;
	border-width: 1px 0;
	padding: 8px;
}

.lbox img{
	float: left;
	clear:both;
	margin-top: 20px;
}
.lbox .nofl{
	float:none;
	margin-top:-10px;
}

#newsletter{
	display: block;
	width: 153px;
	height: 26px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 90px;
	background: url(images/bg_newsletter.jpg) no-repeat;
	margin-bottom: 200px;
	margin-top: 120px;
}
.rbox{
	float: left;
	width: 436px;
	padding: 30px;
	padding-top: 0px;
	clear: none;
}

.rbox ul{
	margin-left: 30px;
}

#y4tn .field{
	width: 100%;
	padding: 10px;
}
#y4tn.field span{
	display: block;
	float: left;
}
#y4tn label{
	display: block;
	float: left;
	width: 160px;
}
#y4tn .small{
	width: 70px;
}
#y4tn select{
	float: left;
	width: 300px;
}
.btn{
	background: #588fc1;
	color: #fff;
	padding: 3px 20px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	margin-left: 160px;
}
#results div{
	display: none;
}

.rpad{

}
.bbord{
	border-bottom: solid 1px #777;
}
.rbox H2{
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #588fc1;
}

.highlight{
	color: #588fc1;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.alpha{
	margin-right: 10px;
}
.focus{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
}
.focus strong{
	font-size: 18px;
	color: #588fc1;
}
.focus em{
	font-size: 14px;
}

.limg{
	margin-right: 10px;
	margin-bottom: 10px;
}
.bmarg{
	margin: 0 1px;
}

#gallery{
 margin-left: 20px;
}
#gallery img{
	margin: 5px;
	
}
   /* end content */
 
 
  /* footer */
#footer{
	float: left;
	width: 100%;
	height: 46px;
	border-top: solid 5px #6da3c9;
	background: url(images/bg_footer.gif) repeat-x;
	color: #588fc1;
	font-size: 11px;
	line-height: 46px;
}
#footer a, #footer a:visited{
	color: #588fc1;
	padding: 0 3px;
}
 
 
  /* end footer */
  
