
body {
	margin: 0; padding: 0;
	font: 14px/1.231 normal Arial, Helvetica, sans-serif;
	background: #ffffff;
}
.container {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
/* MENU STYLES */
ul.topnav {
	list-style: none;
	padding: 0 60px;
	margin: 0;
	float: left;
	width: 1000px;	
	font-size: 13px;

}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 50px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 12px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	color: #00B1C6;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	
	height: 35px;	
	float: left;
	/*background: url(images/menu/subnav_btn.gif) no-repeat center top;*/
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;	z-index: 3;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
		z-index: 3;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	text-align:left;
		z-index: 3;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px left;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px left;
}
/* PAGE STYLE */
#header{
	height: 228px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	
}
#menu{
	height: 41px;
	background-image: url(images/menuBG.jpg);
	background-repeat: no-repeat;
	text-align:center;

}

#upcoming li{
	/*line-height: 1.5em;*/
	width: 200px;
}
#footer{
	background-image:url(images/footer.jpg);
	height: 23px;
	color: #FFFFFF;
	float: none;
	text-align:center;
	padding-top: .4em;
	font-size:80%; 
	clear: both;
	}
#left{
	width: 25%;
	float:left;
}
#right{
	width: 70%;
	float:right;
}

#upcoming{
/*	background-image:url(images/upcomingBox.jpg);
	background-repeat:no-repeat;
	height: 322px;*/
	width: 275px;
	
	}
#upcoming_middle{
background-image:url(images/upcomingBox_middle.jpg); 
background-repeat:repeat-y; 
width:inherit;
}
#upcoming_events{

	margin-left:2em;
	width:270px;
	
	}
	
#date{
	color:#007A88;
	font-weight: bold;
}
.inner{
	width: 1010px;
}
#welcome{
}
#news{
}
ul.content{
line-height: 175%; 
}

a {
	color: #008393;
	text-decoration:none;
	font-weight: bold;
	
}
a:visited{
	color: #008393;
}
a:hover{
	text-decoration:underline;
}
h2{
	color: #008393;
}
h3{
	color:#000000;
}
.small {
	font-size: small;
}
.dir{
	
/*color: #008393;-->*/
	}
.dirName{
	font-weight:bold;
	}
.newsletter img{
	border: groove thin #000000;
	width: 196px;
	height: 250px;
	text-align: center;
}
.newsletter{
	text-align: center;
}
.newsletter table{
	padding: 1em;
}

.career{
	font-weight: bold;
	font-size: large;
	text-align: left
	}

.boldBK{
	font-weight:bold;
}
.boldGN{
	font-weight:bold;
	color: #008393;
}
.GN{
	color: #008393;
}
.smallGN {
	font-size: small;
	color: #008393;
}
.behind{
	z-index: -1;
}
#leftInner{
float: left;
	width: 50%;
	vertical-align:top;
}
#rightInner{
float: left;
 width: 50%;
 vertical-align:top;
}

