/* 	
	Bluestem Interactive
	Modifications by David M. Frye, WideSky.biz
	Edited with CSSEdit 2.6 (82)
	Valid CSS version 3
	Last edited on 2009.12.23
*/

body
{
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	line-height: 140%; /*added 20091209*/
	margin: 0;
	padding: 0;
 }

#container
{
	width: 1000px;
	margin: 0 auto;
}

#header-container
{
	width:  100%;
	text-align: center;
	margin-bottom: 0px;
}

#navigation
{
	background-image: url(../images/bg_green_bars.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#side
{
	width: 210px;
	margin-left: 0px;
	margin-top: 17px;
	float:  left; 
}

#logo h1
{
	margin: 10px 0 0 0;
	padding: 0;
	text-indent: -9999px;
}

#logo h1 a
{
	background-image: url(../images/logo_lg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;	width: 187px;
	height: 120px;
}
 
#side .pullquote
{
	color: #5e7e35;
	line-height: 160%;
	font-size: 80%;
	font-weight:  bold;
	border-color: #f3f5f1;
	border-width: 0 0 0 0;
	border-style: solid;
	padding-top: 0;
	margin-top: 0;
}

.pullquote p
{
	width: 200px;
	color: #5e7e35;
	line-height: 140%;
	font-size: 90%;
	font-weight:  bold;
}

#side .pullquote_credit
{
	width: 190px;
	text-align: right;
	font-style: italic;
}

#side .contact_info
{
	color: #5e7e35;
	line-height: 160%;
	font-size: 80%;
	font-weight:  normal;
	border-color: #f3f5f1;
	border-width: 0 0 0 0;
	border-style: solid;
	padding-top: 0px;
	margin-top: 0px;	
}

.contact
{
	border: 0px solid;
	width: 192px;
	height: 28px;
}

.bold
{
	font-weight:  bold;
}

.italic
{
	font-style:  italic;
}

#main img.floatleft
{
	float: left;
	margin: 5px 10px 10px 20px;
}

#content
{
	overflow: auto;
	clear: both;
	margin-bottom: 20px;
}

#main
{
	width: 790px;
	float: left;
}

#main p, #main li
{
	text-align: left;
}

#main li
{
	width: 700px;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size:  1em;
	color: black;
	margin-left: 10px;
}

#main p, .home_page_intro
{
	width: 700px;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size:  1em;
	color: black;
	margin-left: 20px;
}

#main object
{
	margin-left: 10px;
}

#main .home_page_banner
{
	width: 450px;
	height: 282px;
}

#main h2
{ 
	color: #003893;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size:  1.0em;
	font-weight: bold;
	margin-left: 20px;
}

#main h3
{
	color: black;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size:  0.9em;
	font-weight: bold;
	margin-left: 20px;
}

#main h4
{
	color: #5e7e35;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 20px;
}

#main .slogan
{
color: #5e7e35;
font-size: 20pt;
font-weight: bold;
text-align: center;	
}

#main table
{
	margin-left: 20px;
}

/* Home Page news */
#homeNews { margin-top: 20px; }

#homeNews h3
{
	margin: 15px 0 0 0;
	padding: 0;
	color: #000066;
	font-size: 90%;
}

#homeNews p
{
	margin: 0;
	font-size: 72%;
	line-height: 140%;
	color: #000066;
	text-align: left;
}

#newsHdr { margin:  0 ; }

#homeBanner { margin-top: 10px; }

#footer
{
	width:  100%;
}

#footer p
{
	width: 1000px;
	text-align: right;
	clear: both;
	border-color: #cccccc;
	border-width: 1px 0 0 0;
	border-style: solid;
	color: #eaeaea;
	font-size: 70%;
	padding-top: 0;
}


#navigation
{
	margin: 0;
	padding: 14px 0 10px 10px;
	font-size: 80%;
	top: 0px;
 	width: auto;
}

#navigation ul, #navigation li
{

	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navigation a:link, #navigation a:visited
{
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #5e7e35;
	font-weight: bold;
}

#navigation a:link#current, #navigation a:visited#current, #navigation a:hover
{
	border-bottom: 4px solid #1E2086;
	padding-bottom: 2px;
	background: transparent;
	color: #000066;
}

#navigation a:hover { color: #1E2086; }

a:link
{
	color: #5e7e35;
	font-weight: normal;
}

