/*----------------------------------------------------------------
	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;
	border: 1px  solid #c1d1ad;
}
caption, td {
	text-align: left;
	font-weight: normal;
	border: 1px solid #c1d1ad;
	font-weight: normal;
	font-size: 70%;
}

th {
	text-align: left;
	font-weight: bold;
	border: 1px solid #c1d1ad;
    background: #c1d1ad;
	font-size: 70%;
}

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 {
	background: url(../images/containerbg.jpg) no-repeat scroll 0 0;
	margin: 0 auto;
	padding: 0 30px;
	width: 903px;
	text-align: left; 
}
#header {
	height: 142px;
}
#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;
}
#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: left;
	overflow: auto;
}
#content h1 {
	font-size: 140%; letter-spacing: 1px; margin: 0 0 0.7em 0;
	text-transform: none;
}
#content h2 {
	font-size: 115%; margin: 0 0 0.3em 0; font-weight: normal;
}
#content h3 {
	font-size: 100%; margin: 0 0 0.3em 0; font-weight: normal;
}
#content p {
	font: 75%  Arial, Helvetica, sans-serif; 
	line-height: 1.4;
	margin: 0 0 1.4em .4em;
}

/*#content img {
	float: left; padding-right: .2em; margin-bottom: .5em;
}*/

#content ul {
	margin: 0 0 1em 0;
}
#content li {
	font: 80%  Arial, Helvetica, sans-serif;  
	line-height: 1.3;
	padding:0 10px 10px 17px;
	background:url(../images/bullet.gif) 0 5px no-repeat;
	list-style-type:none;
	margin-left: 2em;
}
#content a:link, #content a:visited {
	color: #000871; text-decoration: underline;
}
#content a:hover {
	color: #FFF; background: #000871; text-decoration: none;
}
#content a:active {
	color: #000871; text-decoration: underline;
}
#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 {
	padding:0 8px 0px 10px;
	background:url(../images/bullet.gif) 0 5px no-repeat;
	list-style-type:none;
	color: #005097; 
	margin: 0 0 0 0; 
	font-size: 74%; 
	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; 
	margin: 5px 0 0 5px; 
	padding: 0 0 15px 0; 
	background: url(../images/notesfooterbg.png) no-repeat scroll bottom;
}
.ph { 
	font-size: 120%;
}
#footer {  
	clear: both; 
	height: 107px;
	background: url(../images/footerbg.jpg) no-repeat scroll 0 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 60%;
	position: relative;
	letter-spacing: 1px;
}
#copyright {
	position: absolute; top: 75px; left: 67px;
}
#mail {
	position: absolute; top: 108px; left: 67px;
}
#footernav {
	position: absolute; top: 90px; 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: 42px; 
	left: 695px;
	color: #FFF;
	text-transform: none;
	letter-spacing: normal;
	font-size: 105%;
	line-height: 1.4;
}
#ideal-platform {
	position: absolute; top: 90px; 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;
}
.news_releases a:link, .news_releases a:visited {
	color: #8DC63F; text-decoration: underline;
}
.news_releases a:hover {
	color: #FFF; background: #8DC63F; text-decoration: none;
}
.news_releases a:active {
	color: #8DC63F; text-decoration: underline;
}
.news_releases h3 a:link, .news_releases h3 a:visited {
	color: #000972; text-decoration: underline;
}
.news_releases h3 a:hover {
	color: #FFF; background: #000972; text-decoration: none;
}
.news_releases h3 a:active {
	color: #000972; text-decoration: underline;
}
#content .news_release h1 { 
	margin-bottom: 0.7em; 
	font: normal 120%  Arial, Helvetica, sans-serif;
	color: #000972; 
	text-transform: none;
	letter-spacing: 0;
	border-bottom: none;
}
#content .news_release p { 
	margin-bottom: 0.7em; 
	font: normal 80%  Arial, Helvetica, sans-serif;
	color: #000972; 
line-height: 18px;
	text-transform: none;
	letter-spacing: 0;
	border-bottom: none;
}

#content .news_date { 
	margin-bottom: 0.7em; 
	font: normal 100%  Arial, Helvetica, sans-serif;
	color: #666; 
	text-transform: none;
	letter-spacing: 0;
	border-bottom: none;
}
#content .news_blurb { 
	margin-bottom: 0.7em; 
	font: normal 120%  Arial, Helvetica, sans-serif;
	color: #000972; 
	text-transform: none;
	letter-spacing: 0;
	border-bottom: none;
}


/*----------------------------------------------------------------
	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; margin-right: 1em; margin-top: -.3em;
}
.img-style-rt {
	float: right; padding-left: 1em; margin-bottom: 1em;
}
.clearfix {
	clear:both;
}
.wireframe {
	border: 1px solid black;
}
.block {
	background-color: #F00;
}

/*----------------------------------------------------------------
	timeline styles
----------------------------------------------------------------*/
h3.timeline {
	padding: 3px;
	background-color: #c2c2c2;
	position: relative;
	border: 1px solid #c2c2c2;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -1px;
	cursor: pointer;
}
h3.timeline0 {
	padding: 3px;
	background-color: #666;
	position: relative;
	border: 1px solid #333;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.button2 {
	position: absolute;
	right: 5px;
	text-align: right;
	width: 50px;
	text-transform: uppercase;
}
#bodytext .timeline0 a {
	text-decoration: none;
	color: #000;
	text-transform: lowercase;
}
#bodytext .timeline0 a:link {
	text-decoration: none;
	color: #000;
}
#bodytext .timeline0 a:visited {
	text-decoration: none;
	color: #000;
}
#bodytext .timeline0 a:hover {
	text-decoration: none;
	color: #000;
}
#bodytext .timeline0 a:active {
	text-decoration: none;
	color: #000;
}




/* contact */

#contactform {
	margin-bottom: 5em;
}
#contactform label {
	line-height: 1.5em;
}
#contactform input, #contactform textarea {
	/*background-color: #FFF;*/
}

