/* CSS Document */

/* COLORS 
	body background: #FFFFFF;
	main text: #222222
	links: #003768, #F47B20;
	headline: #586815
*/

/*CSS RESET START*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/*CSS RESET END*/

/* GENERIC
---------------------------------------------------------------*/
body {
	text-align: center;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin:0 auto;
	width: 1022px;
	height: 100%;
	background: url(images/fade.gif);
}

#content {
	margin-left: 18px;
}

.topborder {
	float: left;
	width: 984px;
	height: auto;
	border-bottom: 6px solid #737E36;
/*	background: url(images/top.gif) top center;*/
}
#clear {
	clear: both;
}
.clear {
    	clear: all;
}
.smallspacer {
	float: left;
    	height: 5px;
	width: 984px;	
	background-color: #FFF;
}

.spacer {
    	height: 20px;
	width: 200px;	
}

.largespacer {
    	height: 300px;
	width: 200px;	
}
.midspacer {
    	height: 150px;
	width: 200px;	
}
.lilspacer {
    	height: 75px;
	width: 200px;	
}



/* HEADER
------------------------------------------------------------- */
#header{
	float: left;
	width: 984px;
	height: 180px;
	background: url(images/gray-fade.gif) top center;
}
#logo {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#search {
	float: right;
	width: 250px;
	margin-top: 150px;
	margin-right: 5px;
}
.searchbox {
	float: left;
	width: 180px;
	height: 15px;
	border: 1px solid #CCC;
}
.searchbutton {
	float: right;
}



/* MAIN IMAGE */
#mainimage {
	float: left;
	width: 984px;
	height: 120px;
	border-bottom: 5px solid #CCC;
}


.grayline {
	float: left;
	width: 984px;
	border-top: 1px solid #E7E7E7;
	margin-top: 0px;
}





/* MENU
------------------------------------------------------------- */

#menu {
	float: left;
	width: 205px;
	height: 100%;
	text-align: left;
	background-color: #FFF;
}
#menu ul {
	width: 205px;
	list-style-type: none;
}
#menu li {
	padding: 2px 0 2px 20px;
	border-bottom: 1px solid #E7E7E7;
}

.menu_here {
	font-size: 13px;
	font-weight: normal;
	color: #B5B433;
	text-decoration: none;
	padding-left: 20px;
	line-height: 23px;
	letter-spacing: 0.05em;
	background: url(images/arrow_on.gif) no-repeat left;
 }

.menu_on {
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	padding-left: 20px;
	line-height: 16px;
	/*letter-spacing: 0.05em;*/
	background: url(images/arrow.gif) no-repeat left;
 }

a.menu_on:link {
	color: #888888;  }
a.menu_on:visited {
	color: #888888;  }
a.menu_on:hover {
	background: url(images/arrow_on.gif) no-repeat left;
	color: #B5B433;  }
a.menu_on:active {
	color: #B5B433; }

#about_menu { display: none; }
#board_menu { display: none; }
#issues_menu { display: none; }
#events_menu { display: none; }
#partners_menu { display: none; }
#global_menu { display: none; }
#project_menu { display: none; }
#project2_menu { display: none; }
#project3_menu { display: none; }
#project_menu a, #project2_menu a {
	line-height: 16px;
}
.nav {
	margin-left: 20px;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	color: #B5B433;  }

a.nav:link {
	color: #B5B433;  }
a.nav:visited {
	color: #B5B433;  }
a.nav:hover {
	color: #888888;  }
a.nav:active {
	color: #888888; }



/* CENTER
------------------------------------------------------------- */
#center {
	float: left;
	width: 485px;
	height: 100%;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 5px solid #E7E7E7;
	border-left: 5px solid #E7E7E7;
	background-color: #FFF;
}

h1 {
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	color: #586815;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #CCC;
}

.item {
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #E7E7E7;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #444444;
}

h3 {	
	font-weight: bold;
	font-size: 12px;
	color: #586815;
}

p, blockquote, td {
	font-size: 12px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	line-height: 16px;
	margin-top: 5px;
}
p a, blockquote a {
	color: #B5B433;
	text-decoration: none;
}

blockquote {
	margin: 10px 30px 10px 30px;
}

.footnote {
	font-size: 10px;
	font-weight: normal;
	color: #444;
}

.footnotelink {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #B5B433;
}



.list {	
	list-style-type: bullet;
	margin-left: 20px;
	width: 455px;
	font-size: 11px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	line-height: 14px;
	margin-top: 5px;
}


/* RIGHT COLUMN
------------------------------------------------------------- */

#rightcol {
	float: right;
	margin-right: 20px;
	padding-bottom: 45px;
	width: 244px;
	height: auto;
	background-color: #EEE;
}

#rightnav {
	text-decoration: none;
	font-size: 14px;
	color: #586815;
}

#rightnav ul {
	width: 240px;
	list-style-type: none;
}

#rightnav li {
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E7E7E7;
}
#rightnav li a {
	text-decoration: none;
	font-size: 13px;
	color: #586815;
}

.rightcolgray {
	width: 244px;
	border-top: 5px solid #E7E7E7;
}
.quote {
	width: 200px;
	height: auto;
	padding-top: 10px;
	padding-left: 20px;
}

.quotestyle {
	text-align: left;
	text-decoration: none;
	/* font-size: 13px; */
	font-size: 11px;
	/* line-height: 14px; */
	color: #444;
}
.name {
	text-align: right;
	text-decoration: bold;
	/* font-size: 13px; */
	font-size: 11px;
	margin-top:10px;
	color: #444;
}



/* FOOTER
------------------------------------------------------------- */
#bottomborder {
	margin: 0;
	width: 1022px;
}










