*{ margin: 0; padding: 0; }

body{
	background:#111550 url(../images/bg_body.jpg) center 0 repeat-y;
	font-family: trebuchet, 'trebuchet ms', verdana, sans-serif;
	font-size: 11.5px;
}

a { text-decoration:none; }
a:hover { text-decoration:underline; }

#header{
	position: relative;
	background:#2B5AB1 url(../images/bg_stripes.jpg);
	margin: 0 auto;
}

#header2{
	width:789px;
	margin: 0 auto;
	position:relative;
}
		
.hrlogo{ padding:0; margin:0; border:0; }

#logo_link{ position: absolute; top: 0; left: 0; width: 788px; height: 150px; }
#logo_link a{ display: block; width: 100%; height: 100%; cursor: pointer; }
#logo_link span{ display: none; }


/**********NAVIGATION**************************/

#header ul{
	 list-style-type: none;
	 font-family: trebuchet, 'trebuchet ms', arial, sans-serif;
	 background: url(../images/bg_ul.gif) 0 0 repeat-x;
	 font-size: 12px;
	 height: 31px;
	 margin-top: -5px;
	 padding:0;
}
	
#header ul li{
	float: left;
	text-transform:uppercase;
	position: relative;
	height: 31px;
	padding: 0 8px;
}

#header ul span{ float: left; }

#header ul li.active{  background: #8e2323;}

#header ul li:hover, #header ul li.sfhover { background: #8e2323; }

#header ul li a{ 
	color: #fff;
	text-decoration: none;
	padding: 9px 15px 3px 15px;
	display: block;
}

/********************2nd level*********************/

#header ul li ul{
	position: absolute;
	left: -999em;
	background: transparent;
	margin: 30px 0 0 0;
	display:block;
}

#header ul li:hover ul, #header ul li.sfhover ul{ left: 0; }

#header ul li ul li{
	text-transform:none;
	margin:0;
	background:#8e2323;
	width:158px;
	padding:3px 8px;
	float: none;
}
#header ul li ul li a{
	display: block;
	float:none;
	background: #8e2323;
	padding: 5px 5px 5px 20px;	
	clear:both;
}

#header ul li ul li a:hover{ background: #6e1515; }
	
/**************************/
#container{
	background: #fff;
	width: 789px;
	min-height:600px;
	border-bottom:1px solid #D9E2F1;
	margin: auto;
}

a{ color: #5B78A4; }

hr{ display: block; margin: 10px 0; border: 0; border-top: 1px solid #2d4676; background: transparent; height: 1px; width: 100%; }


/**********************************************************
	         LEFT-SIDE
**********************************************************/

.left-side{
	padding: 45px 35px 20px 35px;
	width: 475px;
	float: left;
	color: #000;
	background: transparent url(../images/bg_content.jpg) 70% 10px no-repeat;
	font-family:georgia, times, serif;
	font-size:13px;
	color:#2d4676;
	line-height:1.35em;
}

.left-side ul{
	list-style-image: url(../images/bullet_main.gif);
	line-height: 1.8em;
	margin: 0 0 15px 25px;}
	
.left-side ul li ul {margin-bottom:5px;}
	

.left-side p { margin-bottom: 15px;}

.left-side a{ font-weight: bold; color:#0a2456;}
.left-side a:hover {text-decoration:underline;}

.left-side h1{  font-style:italic;   font-weight:normal; font-size:24px; margin-bottom:20px;}

.left-side h2 {font-size:20px; font-weight:normal; margin-bottom:8px;}

.left-side h3 {font-size:15px; margin-bottom:5px;}

.left-side h4 {font-size:13px;}

.sitemap_left{ float: left; width: 50%; }
.sitemap_right{ float: right; width: 50%; }

/***************************************************
                  RIGHT-SIDE
***************************************************/

.right-side{
	float: right;
	width:243px;
	background:#fff url(../images/bg_sidegradient.jpg) left top repeat-x;
	color: #666;
	min-height:640px;
	padding-bottom:20px;
}

#sidebox {
	padding:2px;
	font-size:12px;
	color:#000;
	border-bottom:1px solid #adbfe1;
	min-height:260px;
	padding-bottom:10px;
}
#sidebox .side-image{
	width: 239px;
	height: 141px;
	display: block;
}
#sidebox .side-content{ padding: 13px; }
#sidebox .side-content a{ color: #2D4781; }

#sidebox h2.title {
	font-family:georgia, times, serif;
	font-size:15px;
	font-style:italic;
	margin:15px 0 0px 18px;
	color:#2d4781;
}

ul.sidebar_nav {
	margin-left:40px;
	margin-top:20px;
}
ul.sidebar_nav li{ list-style-image: url(../images/bullet_sidenav.gif); margin-bottom: 8px; }
ul.sidebar_nav li li{ margin-left: 20px; margin-top: 3px; }
ul.sidebar_nav li a { color:#000; text-decoration: none; }
ul.sidebar_nav li a:hover { text-decoration:underline; }
ul.sidebar_nav li a.active{ text-decoration: underline; color: #2D4781; }

.submit_button{
	border: 1px solid #2d4781;
	padding: 3px;
	color: #000;
	background:#5d85d0;
	margin: 5px 0;
}

/*************************************************
         SEARCH
***************************************************/

.search{
	/*margin: 15px 0 0 0;*/
	padding: 15px 0 0 0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.search_text{
	color: #666;
	border: 1px solid #fff;
	display: inline;
	padding: 2px;
	height: 15px;
	text-transform:none;
	background:#5d85d0;
}
.search_text2{
	color: #666;
	border: 1px solid #5d85d0;
	display: inline;
	padding: 2px;
	height: 15px;
	text-transform:none;
}
.search_button{
	background: url(../images/go.gif) 0 0 no-repeat #5B78A4;
	display: block;
	width: 63px;
	height: 40px;
	border: none;
	margin:7px 0 0 50px;
}

#contact {
	padding-left:13px;
	font-size:11px;
	color:#464646;
	border-top:1px solid #b5c6e4;
	margin-top:0;
	padding-top:13px;
}

/*********HOME TEMPLATE**************/

/*used to be links-box*/
.search-box{
	padding: 10px;
	margin: 0;
	background:#bfcce7 url(../images/bg_search.jpg) top left repeat-x; 
	border-bottom:1px solid #d4ddef;
	border-top:1px solid #c1cce8;
}



/******INTERIOR PAGE********/

.interior-left-content{ float: left; width: 317px; padding: 20px 15px 0 0;  }
.interior-right-content{ float: right; width: 180px;  }



/****Search page & Sitemap******/
.search-content{
	padding: 20px 15px 0 0;
}

/**************************/
.cleaner{
	clear: both;
	height: 0px;
	background: transparent;
}


/******************CALENDAR*****************/

.events-calendar{ 
	text-align: center;
	padding-bottom: 5px;
}
.calendar-grid{ border: 1px solid #adbfe1; }
.calendar-grid td, .calendar-grid th{ padding: 3px; }
.hilite{ background-color: #adbfe1; }

.event{
	padding: 0 0 20px 0;
}

.event_img{ float: left; margin-right: 8px; border: 1px solid #2d4781; }


/************FOOTER*************/
#bottom-nav{
	padding: 0 0 15px 0;
	font-size:11px;
}
#bottom-nav a{ color: #3a5383; text-decoration:none; }
#bottom-nav a:hover {text-decoration:underline;}

#footer{
	font-family:trebuchet, 'trebuchet ms', sans-serif;
	width: 789px;
	margin: auto;
	text-align: center;
	color:#3a5383;
	height:46px;
	border-top:1px solid #fff;
	font-size: 10px;
	padding:25px 0 0 0;
	background:#FEFEFF url(../images/bg_footer.jpg);	
}


/**********************images************/
.home-image {
	margin-bottom:25px;
	display: block;
	width: 472px;
	height: 293px;
}

.inline_left {float:left; padding-right:20px; padding-bottom:15px; padding-top:5px; }
.inline_right {float:right; padding-left:20px; padding-bottom:15px; padding-top:5px;}
.icon {float:left; padding-right:5px; padding-top:5px;}
.icon2 {float:left; padding-right:5px;}