@charset "utf-8";

a, address, body, div,h1, h2, h3, h4, h5, h6,img, li, span, ul, p{
	Margin: 0;
	padding: 0;
	}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ccc;
	color:#333;
	}
h1, h2, h3, h4, h5, h6{
	font-size:1em;
	}
h1.header{
	font-size:1.5em;
	}
	
/******************
nav styles
******************/
ul#nav{
	list-style:none;
	width: 180px;
	border-bottom: 1px solid #333;
	}
ul#nav li{
	position:relative;
	list-style:none;
	}
ul#nav li ul {
	position: absolute;
	left: 179px;
	top: 0;
	display: none;
	width:180px;
	border-bottom:1px solid #333;
	}
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding:10px 10px 10px 10px;;
	border: 1px solid #333;
	border-bottom: 0;
	height:1%;
	}
ul#nav li a:hover{
	background:#6699CC;
	color:#fff;
	}
ul#nav li:hover ul.first { 
	display: block;
	background:#FFFFFF; 
	}
ul#nav li:hover ul.first:hover li:hover ul.second{ 
	display: block;
	background:#FFFFFF; 
	}
/************************
Banner Nav
************************/
#banner img{
	float:left;
	padding:10px;
	}
#banner ul{
	float:right;
	border-right:1px solid #816644;
	border-left: 1px solid #333;
	}
#banner ul li{
	float:left;
	list-style:none;
	display:block;
	border-left: 1px solid #816644;
	border-right: 1px solid #333;

	}
#banner ul li a{
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	width:100px;
	height:95px;
	}
#banner ul li a:visited{
	color:#fff;
	}
#banner ul li a:hover{
	color:#fff;
	background:#444;
	}
#banner ul li a:link{
	color:#fff;
	}
#banner ul li a:active{
	color:#ff9900;
	background:#444;
	border-right:1px solid #333;
	}

/************************
Page Layout
************************/
.wrapper{
	width:800px;
	margin: 0 auto;
	}
#banner{
	height:95px;
	background:url(images/banner_bg.jpg) repeat-x;
	}
#stripe{
	height:10px;
	background:#f90;
	border-top:1px solid #fc8;
	border-bottom:1px solid #fc8;
	}
#main{
	border-top:1px solid #aaa;
	background:#f4fbfb;
	border-bottom:1px solid #aaa;
	padding-bottom:10px;
	}	
.lcol{
	float:left;
	width:200px;
	padding-top:10px;
	/*background:#CCCC33;*/
	}
.rcol{
	float:right;
	width:200px;
	padding-top:10px;
	/*background:#0066FF;*/
	}
.mcol{
	float:left;
	width:400px;
	padding-top:10px;
	/*background:#99CCCC;*/
	}
#footer{
	background:#CCCCCC;
	border-top:1px solid #ddd;
	}
.paddingwrapper{
	padding:10px;
	}
/****************************
Utility classes
****************************/
.clearleft{
	clear:left;
	}
.clearright{
	clear:right;
	}
.clearboth{
	clear:both;
	}
.float_left{
	float:left;
	}
	
/**************************
Specificities
**************************/
img.float_left{
	margin-right:10px;
	}
.rcol form{
	background:#eee;
	border:1px solid #ddd;
	margin-bottom: 20px;
	padding-top:10px;
	}
form label{
	display:block;
	font-weight:bold;
	width:100%;
	}
form input.login{
	width:150px;
	}
.error{
	background:#FFA8AA;
	width:150px;
	}
.error_text{
	color:#FF0000;
	}	
legend{
	color: #333333;
	font-weight:bold;
	}
fieldset{
	border:none;
	}
.rcol ul{
	float:left;
	width:100%;
	padding-top:10px;
	}
.rcol ul li{
	float:left;
	list-style:none;
	width:33%;
	}
#user_landing .mcol ul{
	list-style:none;
	height:auto;
	}
#user_landing .mcol ul li{
	display:block;
	float:none;
	width:auto;
	}
#user_landing .mcol ul li a{
	padding:10px;
	height:1%;
	border:1px solid #f4fbfb;
	}
#user_landing .mcol ul li a:visited{
	display:block;
	text-decoration:none;
	color:#444;
	}
#user_landing .mcol ul li a:link{
	display:block;
	text-decoration:none;
	color:#444;
	}
#user_landing .mcol ul li a:hover{
	display:block;
	text-decoration:none;
	color:#000;
	background:#FFFFFF;
	border:1px solid #CCC;
	}
#footer .mcol{
	padding-top:0;
	}
ul.articles{
	padding-left:1em;
	}
ul.articles li{
	list-style:none;
	padding-bottom:1em;
	}	
ul.articles li p{
	padding-left:1em;
	}
#bylaws ol li{
	list-style:decimal;
	}	
#bylaws ol.letters li{
	list-style:lower-alpha;	
	}
#bylaws .mcol ol.no_list_style li{
	list-style:none;
	padding:0 0 0 0;
	}
a img{
	border:none;
	}
body#forms .mcol ul.forms li{
	background:url(images/pdf_icon.gif) left center no-repeat;
	padding:5px 5px 5px 50px;
	height:50px;
	list-style:none;
	border-bottom:1px solid #CCCCCC;
	}
#team_pages .team_item p{
	float:left;
	width:100px;
	}
#team_pages #heading{
	font-weight:bold;
	}
