/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Lucida, Tahoma,Arial,sans-serif;
	color: #9fad9e;
	margin: 0px;
	padding: 0px;
	background-color: #9fad9e;
}

a:link, a:visited, a:hover {
	color: #21543f;
	text-decoration: none;
	
}

a:hover {
	text-decoration: none;
	color: #968c28;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Lucida, Tahoma, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 120%;
	color: #21543f;
	margin-left: 167px;
	line-height: 180%;
}

h2{
	font-size: 95%;
	color: #21543f;
	padding: 5px 0px 5px 170px;
}

h3{
 font-size: 95%;
 color: #968c28;
 font-weight: normal;
}

h4{
 font-size: 85%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 85%;
 color: #334d55;
}

h1.invisible {
	display:none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#surround{
	background-color: #dae5dc;
	width: 820px;
	margin: 0 auto;
	margin-top: 15px;    
}
	
#masthead{
	margin: 0px;
	padding: 0px;
	width: 820px;
	background-color: #fff;
	
}
#mastheadimg{
	background-color: #fff;
	height: 88px;
	width: 350px;
}

#navBar{
	margin-left: 0px;
	padding: 0px;
	background-color: #eeeeee;
	width: 312px;
}

#content{
	width: 500px;
	background-color: #dae5dc;
	position: relative;
	left: 314px;
	height: 100%;
	font-size: 1em;
	line-height: 140%;
	margin-top: 0px;
}
#flash{
	width: 506px;
	top: 311px;
	background-image: url(../img/bg_pg_ltgray.jpg);
	font-size: 20%;
	color: #CCCCCC;
	padding-left: 318px;
}
#content a:link, #content a:visited {
	color: #21543f;
	text-decoration: none;
	line-height: 140%;
}

#content a:hover {
	text-decoration: none;
	color: #878905;
	line-height: 140%;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
	color: #5b6e98;
	background-color: #fff;
	text-align: right;
	line-height: 110%;
	width: 440px;
	height: 25px;
	padding-top: 170px;
	padding-right: 50px;
	float: right;
}
#globalNav a:link, #globalNav a:visited {
	color: #386351;
	line-height: 110%;
	font-size: 0.85em;
	text-align: right;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	height: 88px;
	font-weight: bold;
}

#globalNav a:hover {
	color: #8cafad;
	line-height: 110%;
	text-align: right;
	font-size: 0.85em;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	height: 88px;	
}

#searchIndex {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #9fad9e;
	margin-top: 5px;
}
#dvSearchTerms {
	visibility: hidden;
	color: #999999;
	width: 800px;
	padding-top: 10px;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
    list-style-type: none;
	margin-top: 0px;
	font-size: 0.8em;
	top:232px;
	width: 312px;
	background-color: #5b6e98;
	line-height: 180%;
	position: absolute;
	}
#sectionLinks a:link, #sectionLinks a:visited{
	color: #333333;
	display: block;
	width: 170px;
	text-indent: 25px;
	line-height: 180%;
	text-decoration: none;
}
#sectionLinks a:hover{
	background-color: #d6ce49;
	width: 170px;
	text-decoration:none;
	color: #FFFFFF;
	display: block;
	line-height: 180%;
	text-indent: 25px;
	background-image: url(../img/arrow_flower.gif);
	background-repeat: no-repeat;
}


/************** .feature styles ***************/

.feature{
	background-color:#ffffff;
	padding: 0px 20px 0px 15px;
	font-size: 80%;
	line-height: 140%;
	float: left;
	width: 614px;
}

.feature h2{
	padding: 5px 0px 5px 150px;
	text-align: left;
	font-size: 105%;
	line-height: 150%;
	font-weight: bold;
	color: #386351;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	position:relative;
	clear: both;
	border: 0px solid #cccccc;
	font-size: 76%;
	color: #fff;
	padding: 10px 10px 10px 20px;
	margin-top: 0px;
	background-color:#9194b6;
	text-align:left;
	line-height: 160%;
}
#siteInfo a:link, a:visited, a:hover {
	color: #fff;
	text-decoration: underline;
	width: 820px;
	line-height: 160%;	
}

/************** #picture styles **************/

.left_pix {
	margin-left: 10px;
}
.rightpix {
	float: right;
}
.alttags {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: .7em;
	color: #CCCCCC;
}

