/* ------- body ------- */

body {
	margin: 0;
	padding: 0;
	
	background-color: #fff;
/*	background-color: #7f7f7f;*/
/*	background-color: #a6ae92;*/
	
	font-family: "Times New Roman", Times, "Georgia", serif;
	font-size: 1.0em;
	}

/* ------- base ------- */

abbr,
acronym {
	border-bottom: 1px dotted #333;
	font-style: italic;
	cursor: help;
	}
	
address {
	font-style: italic;
	margin: 0 0 0 1.5em;
	}

blockquote {
	margin: 0 10px 0.7em 20px;
	padding: 10px 10px 0 10px;

	background-color: #eee;
	border: 1px solid #ccc;
	
	font-style: italic;
	}
	
cite {
	font-style: italic;
	}
	
code, pre {
	background-color: #eee;
	border: 1px solid #ccc;
	}

/* ------- p's ------- */

p {
	margin: 0;
	font-size: 0.9em;
}

#masthead p {
	text-indent: -9999px;
	}
	
p#search-label {
	text-indent: 0;
	text-align: right;
	margin: 0;
	padding: 5px;
	background-color: #fff;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 2px;
	}
		
#content p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	}
	
blockquote p {
	margin: 0 0 10px 0;
	}
	
p.attribution {
	margin: 10px 15px 0 0;
	
	font-size: 0.9em;
	text-align: right;
	}

div#masthead p {
	margin: 0;
	}

p#form-message {
	}
	
.good {
	margin-bottom: 10px !important;
	padding: 5px;
	border: 1px solid #31ac3a;
	color: #333;
	background-color: #ccffa8;
	}

.bad {
	margin-bottom: 10px !important;
	padding: 5px;
	border: 1px solid #fa4748;
	color: #333;
	background-color: #fdcfb9;
	}
	
div#bottom p {
	margin: 0 0 0 205px;
	}
	
div#footer p {
	margin: 0 0 0 190px;
	padding: 0 5px 5px 5px;
	font-size: 0.8em;
	}
	
/* ------- img's ------- */

img.full_page_image {
	margin-right: -10px;
	}

img.image_right {
	float: right;
	margin-left: 5px;
	}
	
/* ------- forms -------- */

form {
	margin: 0;
	padding: 0;
	}
	
#contact-form p {
	margin: 0;
	}

#contact-form p.alt {
	margin: 0 0 10px 0;
	}
	
input.text {
	width: 50%;
	background-color: #edefe0;
	font-size: 1.0em;
	font-family: "Times New Roman";
	}

input#search-field {
	width: 180px;
	font-size: 0.8em;
	font-family: "Times New Roman";
	background-color: #edefe0;
	}
	
textarea {
	width: 75%;
	background-color: #edefe0;
	font-size: 1.0em;
	font-family: "Times New Roman";
	}
	
span.error {
	color: red;
	font-size: 1.0em;
	font-weight: bold;
	}
span.valid {
	color: green;
	font-size: 1.0em;
	font-weight: bold;
	}

.key {
	text-decoration: underline;
	}

/* ------- h's ------- */

h1,h2,h3,h4,h5,h5 {
	margin: 0;
	font-family: "Times New Roman", Times, "Georgia", serif;
	}

h1 {
	margin-top: 15 px;
	padding: .4em 0 .35em 0;
	font-weight: normal;
	text-transform: uppercase;
	}
	
	h1#bio_header{
		padding: 10px 0;
		text-transform: none;
		}
		
h2 {
	margin: .4em 0 0.1em 0;
	font-weight: normal;
	}
	
h3
{
	margin-top: 15px;
	color: #000;
	font-weight: normal;
	font-size: 1.0em;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

	#news h3
	{
		margin: 0;
		background-color: #7f7f7f;
		color: #FFF;
		padding: 5px;
		text-transform: none;
		font-size: 0.95em;
		letter-spacing: 1px;
		font-weight: normal;
	}

		#news h3 a
		{
		color: #fff;
		}
		
			#news h3 a:visited
			{
			color: #fff;
			}
		
		
h4 {
	margin: 0.4em 0 0.6em 0;
	font-weight: normal;
	}

/* ------- links ------- */

a:link {
	color: #000;
	text-decoration: underline;
	}
	
a:visited
{
	color: #AC203C;
	text-decoration: underline;
}
	
a:hover,
a:active {
	color: #333;
	text-decoration: none;
	}
	
#search a:link,
#search a:visited {
	letter-spacing: 3px;
	text-decoration: none;
	color: #666;
	font-size: 0.9em;
	}
	
/* ------- lists ------- */

#content ul, #content ol {
	margin: 0.5em 0 1.2em 2.2em;
	padding: 0;
	font-size: 0.9em;
	}

#content ul ul,
#content ul ul ul,
#content ul ul ul ul,
#content ol ol,
#content ol ol ol,
#content ol ol ol ol,
#content ul ol,
#content ol ul {
	font-size: 1.0em;
	margin-bottom: 0.5em;
	}
	
#content ul li, #content ol li {
	margin: 0 0 0.5em 0;
	line-height: 1.4em;
	}

#news ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	}
	
.alternate_list_style ul, .alternate_list_style ol {
	list-style: none;
	}
	
/* ------- divs ------- */

div#wrap {
	width: 1000px;
	margin: 10px auto;
	}
	
div#masthead {
	margin: 0;
	padding: 0;
	height: 113px;
	background: transparent url('../images/masthead.png') no-repeat;
	}
	
	div#search {
		float: right;
		bottom: 0;
		width: 400px;
		margin: 40px 15px 0 0;
		background-color: #fff;
		}
		
div#main {
	margin: 0;
	background: transparent url('../images/page_bg.gif') repeat-y;
	}

div#navigation {
	float: left;
	margin: 0 12px 0 0;
	padding: 11px 0 0 0;
	width: 191px;
	background: transparent url('../images/nav_bg.gif') no-repeat;
	}

html > body #navigation {
	margin-right: 0;
	}

div#content {
	margin: 0 15px 0 0;
	padding: 0 0 10px 0;
	height: 1%;
	}

html > body #content {
	margin-left: 206px;
	}
	
	div#content-inner {
		margin-right: 10px;
		}
		
	div#content-left {
		float: left;
		width: 49%;
		margin-right: 1%;
		}
	
	div#content-right {
		float: left;
		width: 49%;
		}
	
	div#content-left-third {
		float: left;
		width: 32%;
		margin-right: 1%;
		}
	
	div#content-middle {
		float: left;
		width: 32%;
		margin-right: 1%;
		}	
	
	div#content-right-third {
		float: left;
		width: 32%;
		}	
	
	div#sub-content {
		float: left;
		width: 580px;
		margin: 15px 0 0 0;
		padding: 0 0 10px 0;
		}
		
		#partners {
			margin: 20px 0 0 0;
			}
			
			#quorum-box {
				float: left;
				width: 280px;
				}
		
			#fp-box {
				float: right;
				width: 280px;
				}	
	
div#news {
	float: right;
	width: 190px;
	margin: 15px 0 0 0;
	background-color: #D4D4C9;
	}

div#contact-form {
	margin: 10px 0;
	padding: 10px;
	}
	
div#bottom {
	clear: both;
	height: 50px;
	background: #fff url('../images/body_bottom.png') no-repeat bottom;
	}
	
div#footer {
	clear:both;
	width: 975px;
	margin: 0 auto;
	padding: 0;
	background: #fff url('../images/footer.png') repeat-y top;
	}

/* ------- navigation ------- */

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navigation ul ul {
	background-color: #ccc;
	}

#navigation ul ul ul {
	background-color: #aaa;
	}

#navigation ul ul ul ul {
	background-color: #999;
	}
	
#navigation ul li a {
	display: block;
	width: 161px;
	
	padding: 5px 15px;
	
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	}

#navigation ul li ul li a {
	width: 151px;
	padding: 5px 15px 5px 25px;
	}

#navigation ul li ul li ul li a {
	width: 141px;
	padding: 5px 15px 5px 35px;
	}

#navigation ul li ul li ul li ul li a {
	width: 131px;
	padding: 5px 15px 5px 45px;
	}
	
#navigation a:hover {
	background-color: #f3f3f3;
	}

#navigation a.active {
	background-color: #fff;
	}
