@import url("reset.css");
@import url("fonts.css");
@import url("base.css");


/*standard*/
.clear {clear: both;height: 0;}

hr
{
	border-color: #bfb7ae;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 20px;
	height: 0;
}

/*structure*/



html {
	background-color: #5688A1;
	color: #262222;
}

body {
	background: none;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(../img/header2.png) no-repeat left bottom;
	height: 200px;
	width: 950px;
}

#header a {
	display: block;
	height: 185px;
	width: 950px;
}

#leftCol {
	float: left;
	width: 280px;
	margin-top: 15px;
	margin-bottom: 45px;
}

#rightCol {
	float: left;
	width: 640px;
	margin: 15px 25px 45px 0px;
}

#footer {
	color: #666666;
	font-size: 85%;
	text-align: center;
	padding: 10px;
}

#footer a:link {
	color: #333333;
}
#footer a:visited {
	color: #000000;
}
#footer a:active {
	color: #174B8B;
}
#footer a:hover {
	color: #666666;
}

#intro {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#intro img {
	padding-left: 10px;
	padding-right: 10px;
}

#intro h1 {
	padding-bottom: .5em;
}

#intro p {
	font-size: 93%;
	padding-bottom: .5em;
}

.right {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

.headers {
	border-bottom: 10px solid #000;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;	
}

#news {
margin-right: 20px;
	margin-left: 20px;	
}

#news h2 {
	font-size: 197%;
	color: #174b8b;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}

a {font-weight:bold;}
a:link {color: #227799;}
a:visited {color: #227799;}
a:active {color: #227799;}
a:hover {color: #115577;}

.inset-20 {
	margin-right: 20px;
	margin-left: 20px;	
}

.inset-15 {
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 15px;
}



/*nav formatting*/


.nav {
	width: 200px;
	float: right;
 }
 
ul.nav {
	margin: 10px 0 0;
}

ul.nav li {
	list-style: none;
	margin-bottom: 3px;	
}
 
.nav a {
	background: url(../img/nav.gif) no-repeat;
}
 

#nav-bio {
	height : 32px;
	 width : 200x;
	 background-position : 0px 0px;
	 } 

#nav-bio a {
	height : 32px;
	 width : 200px;
	 display: block;
	 } 

#nav-bio a:hover {
	background-position : -200px 0px;
	 } 

#nav-news {
	height : 32px;
	 width : 200px;
	 } 
	 
#nav-news a {
	height : 32px;
	 width : 200px;
	 display: block;
	  background-position : 0px -34px;
	 } 

#nav-news a:hover {
	background-position : -200px -34px;
	 } 

#nav-gallery {
	height : 32px;
	 width : 200px;
	 
	 } 

#nav-gallery a {
	height : 32px;
	 width : 200px;
	 display: block;
	 background-position : 0px -68px;
	 } 

#nav-gallery a:hover {
	background-position : -200px -68px;
	 } 

#nav-resources {
	height : 32px;
	 width : 200px;
	
	 } 

#nav-resources a {
	height : 32px;
	 width : 200px;
	 display: block;
	  background-position : 0px -102px;
	 } 

#nav-resources a:hover {
	background-position : -200px -102px;
	 } 

#nav-contact {
	height : 32px;
	 width : 200px;
	
	 } 

#nav-contact a {
	height : 32px;
	 width : 200px;
	 display: block;
	  background-position : 0px -136px;
	 } 

#nav-contact a:hover {
	background-position : -200px -136px;
	 } 


/*table formatting*/


/*form formatting*/
input[type=text],input[type=password],textarea{width:24.5em;*width:23.8em;}


/*panels*/

.wideBox {
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.8);
	margin-bottom: 25px;
	}
	
/*rollovers*/

#more-news {
	height: 27px;
	padding: 17px;
	border-top: 1px solid #cccccc;
	 } 
	 
#more-news a {
	height: 27px;
	width: 223px;
	display: block;
	background: url(../img/button-news.gif) no-repeat 0px 0px;
	 } 

#more-news a:hover {
	background-position : 0px -27px;
	 } 

