@charset "utf-8";
/* General Page Styling */
*{
margin: 0px;
padding:0px;
}
body{
background:url(../images/bg.jpg) repeat;
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size: 15px;
color:#333;
word-warp: break-word;
}
h2{
	width: 240px;
	float:right;
	height:30px;
	background:url(../images/twitbg.png) left no-repeat;
	border-bottom: 1px solid #000;
	text-indent:40px;
	font-size: 22px;
}
h4{
font-size: 22px;
}
/* Links */
a{
color: #767284;
text-decoration:none;
}
a:hover{
color:#488AC7;
text-decoration: underline;
}
a:focus{
outline: none;
}
a:visited:{
color:	#CDA4BB;
}
a:active{
top:1px;
position: relative;
color: #A6A642;
outline: none;
}
img{
border: none;
}
/* Header styling */
#head{
margin: 0px auto;
width: 920px;
height: 300px;
background:url(../images/head.png) no-repeat left;
display:block;
}
/* Navigation styling */
#nav {
	margin: 0px auto;
	height:30px;
	width:920px;
	border-bottom: 1px solid #000;
}
#nav>li {
	float: left;
	position: relative;
	text-align: left;
	list-style: none;
	height:30px;
	width:140px;
		font-size: 18px;

}
#nav li li{
text-align: left;
	list-style: none;
	height:20px;
	width:140px;
}

/* main level link */
#nav a {
	color: #000;
	text-decoration: none;
	display: block;
}
.nav{
		margin-top:5px;
		float:left;
}
#nav a:hover {
	color: #488AC7;
}
#nav a:active {
top:1px;
position: relative;
color: #A6A642;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {

}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #000;

}
#nav ul a:hover {
	color: #488AC7;

}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 140px;
	position: absolute;
	height: auto;
	float: left;
	top: 30px;
	background:  url(../images/paper.jpg) repeat-y;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#nav ul a {
	color: #999933;
}

/* level 3+ list */
#nav ul ul {
	left: 140px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}

.space{
margin-left: 50px;
}
/* Submenu styling */
.submenu{
margin: 0px auto;
width:500px;
height: 30px;
border-bottom: 1px solid #000;
display: block;
}
.submenu li{
float: left;
list-style: none;
width: 100px;
}
.idTabs{
}
.idTabs li a.selected {
color: #A6A642;
}
/* Containers for page */
#bontain{
	width: 920px;
	margin: 0px auto;
	height: 680px;
}
/* Intro paragraph */
#into{
	float: left;
	width: 572px;
	margin: 40px 0px 0px 0px;
	line-height: 25px;
	height: 170px;
}
/* Twitter style feeds */
#twitter-link{
display:block;
text-align:right;
}
#twitter_update_list{
list-style-type: none;
line-height: 25px;
}
#dates{
	float: right;
	width: 240px;
	height: 170px;
	margin: 40px 0px 0px 0px;
}
/*  Bottom info (Area Under paragraph and important events) */
.botinfo{
	width: 305px;
	height: 160px;
	float: left;
	margin: 50px 0px 0px 0px;
}
.ttop{
	width: 210px;
	height: 150px;
	float: left;
	margin: 50px 0px 0px 50px;
}
.botleft{
	margin-left: 50px;
}
.botinfo >img{
float: left;
width:auto;
height: auto;
margin-top: 10px;
}
#highp{
font-size: 12px;
margin:10px 0px 0px 5px;
float: left;
width: 240px;
line-height: 22px;
}
#high{
background:url(../images/highlight.png);
border-bottom: 1px #000 solid;
float: left;
height:40px;
width:300px;
font-size:24px;
}
.top{
	margin-top: 8px;
	float: left;
	width: auto;
	margin-left:40px;
}
#conf{
background: url(../images/upe1.png);
border-bottom: 1px #000 solid;
float: left;
height:40px;
width:300px;
font-size:24px;
}
#confp{
width: 193px;
float: left;
font-size: 12px;
margin:10px 0px 0px 5px;
line-height: 22px;
}
#qu{
background: url(../images/quotes.png);
border-bottom: 1px #000 solid;
float: left;
height:40px;
width:210px;
font-size:24px;
}
#qup{
width: 210px;
float: left;
font-size: 12px;
margin:10px 0px 0px 5px;
line-height: 22px;
}
/* Footer border*/
#foot_bor{
background: url(../images/fbobg.png) center no-repeat;
width: 920px;
height:100px;
float: left;
margin-top: 60px;
}
.bor{
margin-top: 38px;
float: left;
}
/* footer Area */
#finfo{
float: left;	
width:920px;
height:180px;
}
#finfo dl{
float: left;
margin-top: 10px;
width: 140px;
}
.dl{
margin-left: 40px;
}
#finfo dt{
font-family: Verdana, Arial, "Helvetica", sans-serif;
font-size:16px;
font-style: italic;
font-weight:bold;
}
#finfo dd{
line-height: 25px;
}
/* Copyright Area */
#copy{
width:920px;
height:20px;
text-align:center;
float:left;
}
/* Template Styling */
/* Template Header */
#head2{
margin: 0px auto;
width: 920px;
height: 170px;
background: url(../images/temp_head.png) no-repeat left;
display:block;
}
.htxt{
font-size: 44px;
float: left;
margin-top: 70px;
}
/* Containers for template */
#bontain2{
	width: 920px;
	margin: 0px auto;
	min-height: 680px;
	height:auto;
}
/* Paragraph styling for template(left side txt stuff) */
#intot{
	float: left;
	width: 590px;
	margin: 40px 0px 20px 0px;
	line-height: 25px;
	height: auto;
	min-height: 300px;
}
#intot p{
	margin: 10px 0px 10px 0px;
}
.p5{
	width: 450px;
	float: left;
}
.p51{
	width: 450px;
	float: left;
}
.p4{
width: 590px;
float: left;
}
.img{
	width: 130px;
	height: auto;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}
.img2{
	width: 100px;
	height: auto;
	float: left;
	padding-right: 10px;
	margin-top: 20px;
}
.imgal{
	float: left;
	width: 60px;
	height: auto;
	margin-right: 10px;
	margin-top: 10px;
}
.img5{
width: 60px;
height: 80px;
float: left;
}
.dl2 dd{
margin-top: 10px;
}
/* Twitter date feeds */
#dates2{
	float: right;
	width: 240px;
	height: 300px;
	margin: 40px 0px 0px 0px;
}
/* Officer info */
.off{
	width: 590px;
	height: auto;
	float: left;
	margin: 10px 0px 10px 0px;
}
.off img{
float: left;
width: 60px;
height:auto;
}
.off dl{
width: 520px;
height:auto;
float:left;
margin-left: 10px;
}
.dd{
margin-top: 5px;
}
/* Governing members styling for officers page */
.sgov{
width: 120px;
height: auto;
float: left;
padding-right: 10px;
font-size: 13px;
margin-top: 10px;
}
.sgov img{
float: left;
width: 100px;
height:auto;
}
.sgov2{
width: 150px;
height: auto;
float: left;
padding-right: 10px;
font-size: 13px;
margin-top: 10px;
}
.sgov2 img{
float: left;
width: 150px;
height:auto;
}
/* Random Styling */
.op{
float: left;
}
.width{
width: 450px;
float: left;
margin-top: 20px;
}
/* Styling for Contact Form */
#form{
width:300px;
float: left;
height: auto;
}
.p90{
width: 300px;
float: left;
}
.widthy{
float: left;
width:100px;
}
.spry{
margin-bottom: 10px;
float: left;
}
.spry input{
float: left;
width: 300px;
}
.spry textarea{
float: left;
width: 300px;
background: url(../images/contact.jpg) center repeat;
height: 200px;
overflow: auto;
border: 1px #ccc solid;
}
.spry option{
float: left;
}
.blind{
display: none;
}
/* Styling for faq on contact form page */
#faq{
float: right;
width: 240px;
height: auto;
}
#fh4{
border-bottom: 1px solid #000;
}
