/* CSS Document */

/*

main style sheet containing styles universal to all pages

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation & Sidebar
Headers
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/backgrounds/body.gif) #C88725 repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #356D83;
	outline: none;
}

a:hover {color: blue;}

/*
PAGE STRUCTURE
================================================*/

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) transparent repeat-x;
	padding: 16px 0;
	width: 100%;
}

#container {
	background: url(../images/backgrounds/container.gif) #fff repeat-y left top;
	border-top: 10px solid #F7F7F7;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#banner {
	background: url(../images/backgrounds/banner.jpg) transparent no-repeat 10px 0;
	float: left;
	width: 800px; height: 180px;
}

#logo {	
	background: url(../images/backgrounds/logo.jpg) transparent no-repeat;
	float: left;
	position: relative; left: 17px; top: 6px;
	text-indent: -9999px;
	width: 199px; height: 169px;
}

#content {
	color: #373737;
	float: left;
	line-height: 1.5em;
	padding: 20px 10px 20px 20px;
	width: 510px;
}

#sidebar {
	float: left;
	padding: 20px;
	width: 220px;
}

#footer {
	background: url(../images/backgrounds/footer.gif) #E8E8E8 no-repeat;
	float: left;
	padding: 0 20px 0 0;	
	width: 780px; height: 83px;
}

/*
NAVIGATION & SIDEBAR
================================================*/

#nav {
	border-bottom: 2px solid #877D50;
	float: left;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	width: 210px;
}

#nav li {
	float: left;
	list-style-type: none;
	padding: 6px 0 0 0;
	width: 210px;
}

#nav li a {
	background: url(../images/backgrounds/nav-item.gif) transparent repeat-x 0 -100px;
	border-bottom: 2px solid #F0DC9E;
	color: #9F6815;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 3px 0 5px 6px;
	text-decoration: none;
	width: 204px;
}

#nav li ul {
	float: left;
	padding: 0 0 10px 10px;
	width: 200px;
}

#nav li li a {
	border-bottom: 1px solid #F2E4B9;
	color: #9F804F;
	font-size: 1.2em;
}

#nav li a:hover {
	background-position: 0 0;
}

#nav li a.current {
	background-position: 0 -25px;
}

/* join button */

#join {
	border-bottom: 2px solid #877D50;
	float: left;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	width: 210px;
}

#join a {
	background: url(../images/backgrounds/join-button.jpg);
	float: left;	
	text-indent: -9999px;
	width: 210px; height: 85px;
}

#join a:hover {background-position: 0 -85px;}

/* mission box */

#mission {
	background: url(../images/backgrounds/mission-icons.gif) no-repeat right top;
	border-bottom: 2px solid #877D50;
	float: left;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	width: 210px;
}

#mission p {
	color: #656565;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 65px 0 0;
}

/*
HEADERS
================================================*/

h1 {
	border-bottom: 2px solid #F0DC9E;
	color: #865823;
	font-size: 1.6em;
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
}

h2 {
	border-bottom: 2px solid #F0DC9E;
	color: #BC823F;
	font-size: 1.4em;
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
}

h3 {
	color: #9F805C;
	font-size: 1.2em;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 3px 0;
}

/*
TEXT TREATMENTS
================================================*/

#content p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 25px 0;
}

#content ul, #content ol {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 15px 25px;
}

#content li {padding: 0 0 10px 0;}

#footer p {
	color: #919AA2;
	float: right;
	font-size: 1.1em;
	padding: 30px 10px 0 10px;
}

#footer p#address {
	text-align: right;
}

/*MEMBER LISTINGS*/

#content ul#member-list {
	list-style-type: none;
	padding: 0;
}

#content ul#member-list li {
	float: left;
	padding: 0 0 8px 0;
	width: 510px;
}


#content ul#member-list h2, #content h2#citizen-link {
	border: 0;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#content ul#member-list h2 a, #content h2#citizen-link a {
	border-bottom: 1px solid #F0DC9E;
	color: #BC823F;
	font-size: 13px;
	float: left;
	padding: 2px 0 0 0;
	text-decoration: none;
	width: 510px;
}

#content ul#member-list h2 a:hover, #content h2#citizen-link a:hover {
	background: #F5EDAE;
	padding: 2px 0 0 3px;
	width: 507px;
}

#content p.back-link {
	border-bottom: 1px solid #F0DC9E;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
}

#content p.back-link a {text-decoration: none;}

#content .member {
	font-size: .9em;
	border-bottom: 1px solid #F0DC9E;
	margin: 0 0 15px 0;
}

#content .founder {
	background: #F1F1BB;
	border-bottom: 0;
	padding: 10px;
}

.member h3 {
	font-size: 1.4em;
}

#content .member p {
	padding: 0 0 7px 0;
}

/*RECOMMENDED READINGS*/

#content .reading {
	border-bottom: 1px solid #F0DC9E;
	margin: 0 0 15px 0;
}

#content .reading p {
	padding: 0 0 10px 0;
}

/*IN THE NEWS*/

#content .news-item {
	border-bottom: 1px solid #F0DC9E;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.news-item h3 {
	font-size: 1.4em;
}

#content .news-item p {
	padding: 0 0 10px 0;
}

#content .news-item p.date {
	color: #919AA2;
	font-size: .9em;
	padding: 0;
}



/*
IMAGES
================================================*/

#footer a img {
	border: 0;
	float: right;
	margin: 30px 0 0 0;
}


.left {
	background: #f7f7f7;
	border: 1px solid #877D50;
	float: left;
	margin: 0 30px 30px 0;
	padding: 5px;
}

.right {
	background: #f7f7f7;
	border: 1px solid #877D50;
	float: right;
	margin: 0 0 30px 30px;
	padding: 5px;
}



/*
PROMOTE SIBA!
================================================*/

.banner-graphic {
	border-bottom: 1px solid #F2E4B9;
	float: left;
	margin: 0 0 38px 0;
	padding: 0 0 10px 0;
	width: 510px;
}

#content .banner-graphic p {
	padding: 0 0 10px 0;
	width: 510px;
}

.banner-graphic blockquote{
	font-size: 9px;
}

.banner-graphic img {
	border: none;
	background: #f7f7f7;
	border: none;
	float: left;
	margin: 0 15px 0 0;
	padding: 5px;
}

/*
FEEDBACK BUTTON
================================================*/

a#feedbackbutton-a,
a#feedbackbutton-b {	
	float: right;
	height: 56px;
	position: relative; left: -20px; top: 10px;
	text-indent: -9999px;
	width: 210px;
}

a#feedbackbutton-a:hover,
a#feedbackbutton-b:hover {
	background-position: 0 -56px !important;
}

a#feedbackbutton-a {background: url(../images/backgrounds/feedback-button-a.gif);}
a#feedbackbutton-b {background: url(../images/backgrounds/feedback-button-b.gif);}


