/*----------------------------------------------------------------
	reset styles
----------------------------------------------------------------*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	display: block;
}


/*----------------------------------------------------------------
	default link styles
----------------------------------------------------------------*/

a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	color: #FFF; background: #CCC; text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/*----------------------------------------------------------------
	content
----------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #588329 url(../images/mainbg.jpg) repeat-x scroll 0 0;
}
#container {
	margin: 0 auto;
	padding: 0 30px;
	width: 903px;
	text-align: left;
	background: url(../images/maincontainerbg.jpg) no-repeat scroll 0 0;
}
#header {
	height: 132px;
	padding: 11px 0 0 0;
	background: url(../images/mainheaderbg.png) no-repeat scroll 0 0;
}
#header h3 {
	color: #80ADBF; 
	text-transform: lowercase;
	padding: 5px 10px 0 10px; 
	width: 198px; 
}
#header img { 
	/*float: left;*/
}
#header p { 
	color: #8084B8; 
	font-size: 65%;
	padding: 5px 10px 0 10px; 
	line-height: 1.4; 
}
#navigation {
	height: 24px;
	background: url(../images/navbarbg.jpg) no-repeat scroll 0 0;
}
#mainnav {
	margin: 0 0 0 1px; font-size: 80%; border-top: 1px solid white;
}
#mainnav li {
	float: left; color: #FFF; 
	line-height: 23px; 
	letter-spacing: 1px;
	background: url(../images/navbg.jpg) repeat-x scroll 0 0;
}
#mainnav li ul {
	position: absolute; 
	width: 174px; 
	left: -999em;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
#mainnav li ul li {
	width: 174px;
}
#mainnav li:hover, #mainnav li.sfhover {
	background: url(../images/navbg.jpg) repeat-x scroll 0 -23px;
}
#mainnav li:hover ul, #mainnav li.sfhover ul {
	left: auto;
}
#mainnav a {
	display: block; padding: 0 8px;
}
#mainnav a:link, #mainnav a:visited {
	color: #FFF; text-decoration: none; 
}
#mainnav a:hover {
	color: #005097; text-decoration: none; background: none;
}
#mainnav a:active {
	color: #FFF; text-decoration: none;
}
#flashintro {
	height: 490px;
}
#content-container { 
	height: 495px; background: url(../images/contentbg.jpg) no-repeat scroll 0 0;
}
#content { 
	float: left;
	padding: 0 35px 0 0;
	width: 445px;
	height: 425px;
	display: inline;
	color: #000871;
	margin: 45px 0 0 33px;
	text-align: justify;
	overflow: auto;
}
#content h1 {
	font-size: 130%; letter-spacing: 1px; margin: 0 0 0.7em 0;
	text-transform: uppercase;
}
#content p {
	font: 70% 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	line-height: 1.4;
	margin: 0 0 1.4em 0;
}
#subnav { 
	float: right;
	padding: 0 0 0 11px;
	width: 148px;
	height: 448px;
	display: inline;
	border-left: 1px solid #C6CAB9;
	margin: 20px 0 0 0;
}
#subnav h3 {
	color: #588428; 
	font-size: 85%; 
	margin: 0.7em 0 0.2em 0;
}
#subnav li {
	list-style: disc; 
	color: #005097; 
	margin: 0 0 0 1em; 
	font-size: 75%; 
	line-height: 1.5;
}
#subnav a:link, #subnav a:visited {
	color: #005097; text-decoration: none;
}
#subnav a:hover {
	color: #FFF; background: #005097; text-decoration: none;
}
#subnav a:active {
	color: #005097; text-decoration: none;
}
#notes { 
	float: right;
	padding: 1px 0 0 0;
	width: 230px;
	height: 494px;
	display: inline;
}
#notes h3 {
	color: #80ADBF; 
	text-transform: lowercase;
	padding: 5px 10px 0 10px; 
	width: 198px; 
	background: url(../images/notesheadbg.png) no-repeat scroll 0 0;
	margin: 0 0 -1px 0;
}
#notes p { 
	color: #8084B8; 
	font-size: 65%;
	padding: 5px 10px 0 10px; 
	line-height: 1.4; 
	background: url(../images/notesbg.png) repeat scroll 0 0;
}
.note { 
	width: 218px;
	height: 110px;
	margin: 0 0 0 5px; 
	padding: 0 0 15px 0; 
	float: left;
}
.note[class] { 
	background: url(../images/mainnotesbg.png) no-repeat scroll 0 0;
}
.ph { 
	font-size: 120%;
}
#footer {  
	clear: both; 
	height: 111px;
	background: url(../images/mainfooterbg.jpg) no-repeat scroll 0 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 60%;
	position: relative;
	letter-spacing: 1px;
}
#copyright {
	position: absolute; top: 35px; left: 67px;
}
#mail {
	position: absolute; top: 65px; left: 67px;
}
#footernav {
	position: absolute; top: 50px; left: 67px;
}
#footernav li {
	float: left; margin: 0 0.5em 0 0;
}
#footernav a:link, #footernav a:visited {
	color: #FFF; text-decoration: none;
}
#footernav a:hover {
	color: #588329; background: #FFF; text-decoration: none;
}
#footernav a:active {
	color: #FFF; text-decoration: none;
}
.vcard {
	position: absolute; 
	top: 2px; 
	left: 695px;
	color: #FFF;
	text-transform: none;
	letter-spacing: normal;
	font-size: 105%;
	line-height: 1.4;
}
#ideal-platform {
	position: absolute; top: 50px; left: 695px;
}
#ideal-platform a:link, #ideal-platform a:visited {
	color: #C6CAB9; text-decoration: none;
}
#ideal-platform a:hover {
	color: #588329; background: #C6CAB9; text-decoration: none;
}
#ideal-platform a:active {
	color: #C6CAB9; text-decoration: none;
}
.web_pages_content {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	news
----------------------------------------------------------------*/

.news_intro, .news_releases, .news_date, .news_blurb,
.news_release, .news_subtitle {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	events
----------------------------------------------------------------*/

.events_intro, .events, .event_box, .events_blurb, .event, 
.events_subtitle {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	biography
----------------------------------------------------------------*/

.biographies, .biography_name, .biography_title, .biography_general_info, .biography_link, .biography_label, .biography_phone, .biography_fax, .biography_email, .biography_address, .biography_street1, .biography_street2, .biography_city, .biography_state, .biography_zipcode, .biography_section_header, .biography_section_text {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	site search
----------------------------------------------------------------*/

.site_search, .site_search_header, .site_search_results,
.site_search_count, .site_search_section, .site_search_hit,
.site_search_result_link, .site_searchPresult_brief {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	pdf creator
----------------------------------------------------------------*/

.pdf_creator_link, #pdf_creator_form, #pdfGenerator,
#pdfGenerationFields {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	hCard styles
----------------------------------------------------------------*/

.vcard, .fn, .n, .family-name, .given-name, .additional-name, 
.honorific-prefix, .honorific-suffix, .nickname, .sort-string, 
.url, .email, .tel, .adr, .post-office-box, .extended-address, 
.street-address, .locality, .region, .postal-code, .country-name, 
.label, .geo, .latitude, .longitude, .tz, .photo, .logo, .sound, 
.bday, .title, .role, .org, .organization-name, .organization-unit, 
.category, .note, .class, .key, .mailer, .uid, .rev, .type, .value, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*----------------------------------------------------------------
	misc styles
----------------------------------------------------------------*/

.img-style-lt {
	float: left; padding-right: 1em; margin-bottom: 1em;
}
.img-style-rt {
	float: right; padding-left: 1em; margin-bottom: 1em;
}
.clearfix {
	clear:both;
}
.wireframe {
	border: 1px solid black;
}
.block {
	background-color: #F00;
}

