/*
main.css
by Peter Tran (split83.com)
All rights reserved.
*/

H2
{
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.7em;
	color: #000;
}
H3
{
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #000;
}
SPAN
{
	font-family: helvetica, arial, clean, sans-serif;
	color: #FFF;
	background: #000;
}
P
{
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.2em;
}
A:link, A:visited, A:hover, A:active
{
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
}
#container
{
	background: #000874 url(../img/grad-bg.png) repeat-y center;
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
#main
{
	background: #FFF;
	min-width: 480px;
	width: 800px;
	margin: 0 auto 20px auto;	
}
#main P
{
	padding: 0 40px 10px 40px;
}
#header
{
	margin: 0 auto;
	padding: 30px 0 50px;
	width: 800px;
}
#header H1
{
	margin: 0;
	padding: 0 0 0 30px;
	font-family: helvetica, arial, clean, sans-serif;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
}
#header H3
{
	margin: 0 0 0 8px;
	padding: 0 30px 0 0;
	font-family: helvetica, arial, clean, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
	float: left;
}
#nav
{
	float:right;
	margin:5px 8px 0 0;
	padding:10px 0;
}
#nav UL
{
	float: right;
	list-style: none;
}
#nav LI
{
	float: left;
	padding: 0;
}
#nav LI A, #OlderNewer A
{
	font-family: helvetica, arial, clean, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 8px 20px;
}
#nav LI A:hover, #OlderNewer A:hover
{
	background: #0066CC;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#intro
{
	margin: 20px 20px 20px;
	padding: 0;
	float: left;
}
#intro IMG
{
	float: left;
}
#intro A
{
	color: #0066CC;
	line-height: 100%;
	font-weight: bold;
}
#intro H4
{
	color:#000;
	float:right;
	font-family:helvetica,arial,clean,sans-serif;
	font-size:1.5em;
	line-height:150%;
	margin:10px 0 10px 10px;
	text-align:center;
	width:320px;
}
#events H2
{
	margin: 30px 20px 20px 20px;
	padding: 10px 0 10px 0;
	color: #000;
	border-bottom: 5px solid #0066CC;
	clear: both;
}
#events H3
{
	margin: 30px 0 10px 40px;
}
#events SMALL
{
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	font-variant: small-caps;
	float: right;
	margin:-50px 20px 0 0;
}
#OlderNewer {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	margin: 20px;
}
#footer
{
	background: #000874;
	margin: 10px;
	overflow: auto;
}
#footer H2
{
	padding: 20px 0 0 20px;
	color: #152ba4;
}
#footer H3 {
	margin: 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #0066CC;
}
#contact
{
	margin: 15px;
	padding: 5px;
	float: left;
}
#contact P
{
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	color: #ccc;
	font-size: 1.3em;
}
#twitter {
	margin: -30px 15px 15px 0;
	float: right;
}
#twitter A {
	background: #222;
}
#links
{
	margin:0 15%;
	overflow:auto;
	padding:0 0 50px;
}
#links LI
{
	
}
#links LI A
{
	color: #FFF;
	font-weight: bold;
}
#copyright
{
	font-size: 0.9em;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	background: #222;
	color: #555;
	padding: 10px 0 10px 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
#bottomNav {
	float: right;
}
#bottomNav a {
	float: left;
	text-decoration: none;
	color: #fff;
	margin: 0 20px 0 0;
}
#copyright a:hover {
	color: #0066CC;
}
.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Jquery panning slideshow */
#window{
	border: 10px solid #000874; 
	float: left; 
	width: 400px; 
	height:300px; 
	background:#222; 
	overflow:hidden; 
	position:relative;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 5px ##444;
}
#slideshow{
	width:800px; 
	height:600px; 
	overflow:hidden; 
	position:relative;
}
#slideshow li{
	width:400px; 
	height:300px; 
	float:left; 
	display:inline;
}

.shadow {
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.4);
}
.button
{
	background: #222 url(../img/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
.large.button
{
	font-size: 14px;
	padding: 8px 14px 9px;
}
.blue.button
{
	background-color: #2DAEBF;
}
/*For frames around officer images or anywhere you want images*/
.frame
{
	
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 5px;
	background-color: #000874;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 5px ##444;
}
.frame IMG
{
	text-align: center;
	border: 1px solid #000;
	padding: 0;
	margin: 5px;
}
.transparent
{
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}