body {   
	text-align:center;  
	margin:0 auto;  
	border:none;
	background-color:#031634;
	font-family:Georgia;
}  

a {
	border:none;
	text-decoration: none;
}

a img {
	border:none;
}

div.clear {
clear: both;
}


.wrapper {
	background:#031634 url(/images/gradient.gif) repeat-y top; 
	margin:0 auto;
	padding-left:10px;   
	width:800px;  
	text-align:left;
	min-height:500px;
 	height:auto !important;
  	height:500px;

  	padding-bottom:20px;

}

.header {
	width:632px;
	margin-left:168px;  
	height:123px;  
}

/*****Image Replacement Technique (Replaces the logo with text but displays as an image)*****/

	h1{  
		width:463px;  
		height:123px;  
		margin:0;  
		overflow: hidden;  
		background:url(/images/header_logo.jpg) no-repeat;  
	}  
	h1 a:link, h1 a:hover, h1 a:visited, h1 a:active{  
		display: block;  
		width:463px;  
		height:123px;  
		text-indent: -100000px;  
	}    
	
/*****End Image Replacement Technique*****/


h2 {
	font-family:Georgia;
	font-size:16px;
	color:#ffffff;
	text-decoration: underline;
	padding-top:20px;
	margin:0;
}

h3 {
	font-family:Georgia;
	font-size:14px;
	color:#ffffff;
	text-decoration: underline;
	padding-left:20px;
	margin:0;
}

h4 {
	font-family:Georgia;
	font-size:13px;
	color:#ffffff;
	text-decoration: none;
	margin:0;
}

/*****Navigation Menu*****/

.nav {
	width:685px;
	margin-left:115px;
	height:37px;
	list-style: none;
	border:none;
}

.nav-ul {
	width:350px;
	margin-left:220px;
	height:5px;
	border:none;
}

/*****Bottom section of main page*****/

.bottom {
	width:800px;
	height:300px;	
}

.bottomleft {
	width:350px;
	padding-top:10px;
	margin-left:50px;
	height:280px;
	float:left;
}

.bottomright {
	width:330px;
	padding-top:10px;
	margin-right:45px;
	margin-left:25px;
	height:280px;
	float:right;
	line-height:0px;
	display: block;
	font-size: 0;		/*Gets rid of the gaps between images in IE*/
}

/*****Content code for individual pages*****/

.content {
	width:600px;
	margin-left:100px;
	margin-right:25px;
	min-height:500px;
	height:auto !important;
	height:500px;

}

.content p {
	font-family:Georgia;
	font-size:13px;
	color:#ffffff;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: justify;
}

/*****code for staff grid content*****/

.image_float {
	float:left;
	padding:3px 5px 0 5px;
	display: block; /*fix for IE alignment issues*/
	width:135px; /*fix for IE alignment issues*/
}

.image_float p {
	text-align: center;
}


/*****Content code for list pages (Media, Resources)*****/

.list-content {
	width:700px;
	min-height:400px;
	margin-left:75px;
	margin-right:25px;
}

.list-content p {
	font-family:Georgia;
	font-size:13px;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom:5px;
}


/*****Documents list on Resources Page*****/

.doc ul {
	font-family:Georgia;
	font-size:13px;
	color:#ffffff;
	padding-top: 10px;
	margin-left:25px;
	list-style: none;
}

.doc li {
	position:relative;
	width:600px;
	height:60px;
	float:left;
	display:block;
	background:url(/images/doc_button.gif) no-repeat;	
}

.doc li a {
	color:#000000;
	text-decoration: none;
}

.doc li span {
	position:absolute;
	padding-top: 23px;
	margin-left: 55px;
	text-align:center;
}

/*****Video list on Media page*****/

.video ul {
	font-family:Georgia;
	font-size:13px;
	color:#ffffff;
	padding-top: 10px;
	list-style: none;
}

.video li {
	position:relative;
	width:600px;
	height:60px;
	float:left;
	display:block;
	background:url(/images/video_button.gif) no-repeat;	
}

.video li a {
	color:#000000;
	text-decoration: none;
}

.video li span {
	position:absolute;
	padding-top: 23px;
	margin-left: 85px;
	text-align:center;
}

/*****Audio list on Media page*****/

.audio ul {
	font-family:Georgia;
	font-size:13px;
	color:#ffffff;
	padding-top: 10px;
	list-style: none;
}

.audio li {
	position:relative;
	width:600px;
	height:100px;
	float:left;
	display:block;	
}

.audio li a {
	color:#000000;
	text-decoration: none;
}

.audio li span {
	position:absolute;
	padding-top: 23px;
	margin-left: 85px;
	text-align:center;
}


/*****Map on Location page*****/

.map {
	padding-top:10px;
	padding-bottom: 10px;
	width:550px;
	margin-left:15px;
	display: block;
}

/*****Footer*****/

.footer {
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	height:62px;
	text-align: center;	
	background: url(/images/footer_gradient.gif) repeat-x top;
	
}

.footer p {
	font-family:Georgia;
	font-size:12px;
	color:#ffffff;
	width:800px;
	padding-top: 20px;
	height:42px;
}