@charset "utf-8";
/* CSS Document */

/* Layout CSS */
	@import url("/css/layout.css");
/**/

/* Slideshow CSS */
	@import url("/css/slideshow.css");
/**/

body{
	background-image:url(/images/bkgd.gif);
	color:#00447c;
	font-size:12px;
	
}
a{
	color:#00447c;
}
p{
	padding:0px;
	margin:1px 0px 10px 0px;
}
#shell #head{
	background-image:url(/images/header.png);
}
#shell #head h4,#shell #head h3{
	padding:0px;
	color:#CCC;
	text-align:right;
	
}
#shell #head h4{
	margin:0px 100px 0px 0px;

}
#shell #head h3{
	font-size: 18px;
	margin:0px 100px 0px 0px;
	padding-top:15px;
}

#shell #footer{
	background-color:#00447c;
}

h2{
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:12px;
	border-bottom:1px solid #999;
	padding:3px;
}
h3{
	padding:0px;
	margin:0px;
	font-size:12px;
}
h4{
	padding:0px;
	margin:0px;
	font-size:10px;
}
h5{
	padding:0px;
	margin:0px;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 90%;
	

}

img.rounded{
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
}


/* menu */
#shell #menu ul li a.top-link{
	border-top: 1px solid #999;
}
#shell #menu ul li a{
	display:block;
	text-decoration:none;
	color:#FFF;
	font-size:11px;
	padding:5px;
	border-bottom: 1px solid #999;
	border-left: 10px solid #007ac2;

}
#shell #menu ul li a:hover{
	background-color:#FFF;
	color:#00447c;
	border-left: 10px solid #00447c;
}

/* footer */
#shell #footer{
	font-size:9px;
	text-align:center;
	color:#FFF;
}

#shell #footer a{
	color:#FFF;
	text-decoration:none;
}
#shell #footer a:hover{
	text-decoration:underline;
}

img.wrap{
	display:block;
	float:left;
	margin: 0px 10px 10px 0px;
}
div.contact{
	border:1px solid #007ac2;
	padding:10px;
	width:358px;
	float:left;
	margin:0px 10px 10px 0px;
}

/*News*/
a.news-odd h4,a.news-even h4,a.news-odd p,a.news-even p{
	margin:0px;
	
}
.news-odd,.news-even{
	padding:2px;
	margin-bottom:2px;
	border: 1px solid #FFFFFF;
	display:block;
	text-decoration:none;
	width:210px;
}
.news-odd{
	background-color: #DDD;
}

.news-even{
	background-color:#FFFFFF;
}
.news-even:hover, .news-odd:hover{
	text-decoration:none;
	border: 1px solid #007ac2;
}

/* History*/
#history table{
	float:left;
	margin-right: 5px;
	padding-right: 5px;
	font-size:8px;
	border-right: 1px solid #007ac2;
	vertical-align:top;
}
#history table td{
	vertical-align:top;
}
#history table th{
	text-align:left;
}

