html,body {
	margin:0;
	padding:0;
}

body {
	text-align:center;

	
/* IE6 needs this to center the layout in the browser window */
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.6em;
	color:#726f6f;
}

p {margin-top:5px;margin-bottom:5px;}
* {
	margin-top:0;
}

h1 {
	font-size:16px;
	color:#b21231;
	margin-bottom:10px;
}

h5 {
	font-size:12px;
	font-weight:bold;
	text-transform: none;
	margin:0;
}


h2 {
	font-size:14px;
	color:#3a8c33;
	margin-bottom:10px;
	margin-top:10px;
}

a {
	color:#143d8d;
}

a:hover {
	color:#726f6f;
}

a:focus {
	outline:none;
}

#header {
	background:url(imgs/topbg.jpg);
	height:146px;
	clear:both;
}

#content {
	margin-top:30px;
	clear:both;
}

#contenthome {
	margin-top:0;
	background:url(imgs/homebg.gif);
	background-repeat:repeat-x;
	clear:both;
}

#footer {
	height:45px;margin-top:50px;
	clear:both;
}

.wrapper {
	width:940px;
	margin-left:auto;

	
/* centers max'd layout in browser */
	margin-right:auto;

	
/* centers max'd layout in browser */
	text-align:left;

	
/* prevents page inheriting IE6 centering hack on body */
}

#content .wrapper {
	background:url(imgs/contentbg.jpg);
	background-repeat:no-repeat;
	min-height:600px;
}

#contenthome .homewrapper {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	min-height:700px;
	text-align:left;
}

#logo {
	width:440px;
	float:left;
	border:0;
	height:105px;
}

#logo img {
	border:0;
}


	
/* homepage styles */
.promobox {
	height:275px;
	width:940px;
	padding:0;
	margin:0;
	position:relative;
}

.promobox img {
	padding:0;
	border:0 solid #ccc;
	background-color:black;
	width:940px;
	height:275px;
	top:0;
	left:0;
	position:absolute;
}

#newswrap {
	margin-top:15px;
	height:300px;
	background:url(imgs/newsbg.jpg) 0 0 no-repeat;
}

#news {
	float:left;
	width:350px;
	margin-right:15px;
	padding:15px;
}

#quicklinks {
	float:left;
	width:280px;
	padding:15px;
}

#cal {
	float:left;
	margin-left:15px;
	width:185px;
	padding:15px;
}

h3 {
	font-size:12px;
	text-transform:uppercase;
	color:#b21231;
	margin:0;
}

h4 {
	font-size:12px;
	text-transform:uppercase;
	color:#3a8c33;
	margin:0;
}

ul.homeboxes {
	margin:0;
	padding:0;
}

li.newslink {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px dashed #e8dea8;
}


	
/* Top links and search box */
#navsublinks {
	width:418px;
	height:50px;
	float:left;
	padding-left:80px;
	padding-top:45px;
}

#navsublinks ol {
	margin:0;
	padding:0;
	padding-left:25px;
}

#navsublinks li {
	font-size:12px;
	color:#cccccc;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	padding-top:3px;
}

#navsublinks li.formholder {
	padding-top:0;
}

#navsublinks a {
	text-decoration:none;
	color:#999999;
}

#navsublinks a:hover {
	color:#3d6991;
}

#header form {
	padding:0;
	margin:0;
	display:inline;
}

#searchbox {
	border:1px solid #b6c9ee;
	margin-left:10px;
	width:175px;
	height:20px;
	vertical-align:top;
}


	
/* Main navigation */
#mainnav {
	height:30px;
	clear:both;
}

#mainnav ol {
	margin:0;
	padding:0;
}

#mainnav li {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}

#mainnav li a {
	text-indent:-9999px;
	height:41px;
}

li.about a {
	display:block;
	width:97px;
	background:url(imgs/nav/about.png) 0 0 no-repeat;
	text-decoration:none;
}

li.about a:hover,li.about a.active {
	background-position:-97px 0;
}

li.membership a {
	display:block;
	width:119px;
	background:url(imgs/nav/membership.png) 0 0 no-repeat;
	text-decoration:none;
}

li.membership a:hover,li.membership a.active {
	background-position:-119px 0;
}

li.advice a {
	display:block;
	width:172px;
	background:url(imgs/nav/advice.png) 0 0 no-repeat;
	text-decoration:none;
}

li.advice a:hover,li.advice a.active {
	background-position:-172px 0;
}

li.leg a {
	display:block;
	width:158px;
	background:url(imgs/nav/leg.png) 0 0 no-repeat;
	text-decoration:none;
}

li.leg a:hover,li.leg a.active {
	background-position:-158px 0;
}

li.advo a {
	display:block;
	width:97px;
	background:url(imgs/nav/advocacy.png) 0 0 no-repeat;
	text-decoration:none;
}

li.advo a:hover,li.advo a.active {
	background-position:-97px 0;
}

li.calendar a {
	display:block;
	width:94px;
	background:url(imgs/nav/calendar.png) 0 0 no-repeat;
	text-decoration:none;
}

li.calendar a:hover,li.calendar a.active {
	background-position:-94px 0;
}

li.gallery a {
	display:block;
	width:203px;
	background:url(imgs/nav/photos.jpg) 0 0 no-repeat;
	text-decoration:none;
}

li.gallery a:hover,li.gallery a.active {
	background-position:-203px 0;
}


	
/* Section navigation */
#sublinks {
	width:230px;
	float:left;
	margin:0;
}

#sublinks ol {
	margin:0;
	padding:0;
}

#sublinks li {
	list-style-type:none;
	margin:0;
	margin-right:3px;
	padding:0 0 1px;
}

#sublinks li a {
	display:block;
	text-decoration:none;
	width:195px;
	height:30px;
	border-bottom:1px solid #eeebe6;
	color:#726f6f;
	font-size:14px;
	line-height:30px;
	padding-left:10px;
}

#sublinks li a:hover,#sublinks li a.active {
	background:url(imgs/sidelinkbg.jpg);
}

#sublinks img {
	border:0;
}


	
/* end navs */
#article {
	width:500px;
	margin-left:20px;
	margin-right:0px;
	margin-top:5px;
	float:left;
	min-height:600px;
	/* IE adjustments */
	overflow:hidden;
	display:inline;
}

.adpromos {
	width:150px;
	border:1px solid #d7dfe6;
	float:right;
	clear:right;
	margin:0;
	margin-bottom:10px;
}

.adpromos img {
	border:0;
}

.sidebardownloads {
	width:130px;
	border:1px solid #d7dfe6;
	float:right;
	margin:0;
	margin-bottom:10px;
	padding:10px;
	background:url(imgs/sidebarbg_1.gif);
	text-align:center;
}

#footer_content {
	width:940px;
	border-top:1px solid #a1a1a1;
	padding-top:10px;
	font-size:12px;
	line-height: 13px;
	text-align: center;
	color:#a1a1a1;
}

#footer_content a {text-decoration: none;color:#707278;}

div.clear {
	height:50px;
	overflow:hidden;
	clear:both;
}


	
/*directory formating */
.biophoto {
	width:125px;
	height:150px;
	border:1px solid #726f6f;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

h2.name {
	color:#726f6f;
	margin-bottom:0;
}

div.biowrap {min-height:175px;clear:both;}

p.bioinfo {
	margin-bottom:30px;
}

h2.bylawtitle {
	color:#726f6f;
	text-transform:uppercase;
	margin-bottom:0;
}

.gallerypics {
	border:1px solid #726f6f;
	margin-bottom:20px;
}

#gallerycol1 {
	width:310px;
	margin-left:10px;
	margin-right:25px;
	margin-top:5px;
	float:left;
	min-height:800px;
}

#gallerycol2 {
	width:310px;
	margin-top:33px;
	float:left;
	
}

div.singlepicwrap {width:150px;float:left;font-size:12px;text-align: center;margin-top:10px;margin-right:15px;}
div.singlepicwrap img {border:1px solid #726f6f;}
div.highlightbox {width:250px;border-bottom:1px solid #ced5e1;}
	
/* calendar */
div.date {
	width:40px;
	background: #f2f2ee;
	padding:3px;
	margin-right:10px;
	margin-bottom:5px;
	float:left;
	clear: both;
	text-align:center;
}

div.descript {
	width:400px;
	border-bottom:1px solid #e5e5e1;
	padding:3px;
	float:left;
}

p.caption {margin-top:-15px;margin-bottom:10px;}
