/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/*****Colors Used in this website are:
Dark Green: #00A551;
Neduim Green:#59C490;
Light Green: #D2FFE9;
Gray: #333333;
*/






body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Tahoma;
}
a{
	color: #00A551;
	text-decoration: none;
}

a:link{
	color: #00A551;
	text-decoration: none;
}

a:visited{
	color: #00A551;
	text-decoration: none;
}

a:hover{
	color: #666666;
	text-decoration: none	;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Tahoma;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
 text-align:inherit;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Tahoma;
 font-size: 90%;
 font-weight: bold;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
 text-align:left;
 
}

ul ul{
 list-style-type: disc;

}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	position:relative;
	width: 720px;
	height:58px;
	margin: auto;
	background-image:url(../images/header/header_03_r1_c1.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#flash_banner{
	position:relative;
	height: 127px;
	width: 720px;
	margin: auto;
}

#globbar{
	position:relative;
	width: 720px;
	margin: auto;
	background-image:url(../images/header/header_03_r3_c4.jpg);
	background-repeat:repeat-x;
}


#globbar_left{
	float: left;
	width: 168px;
	height: 37px;
	background-color:#D2FFE9;
	background-image:url(../images/header/header_03_r3_c1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}

#globbar_links{
	position:relative;
	top: 7px;
	margin-left:168px;
	width:549px;
	text-align:center;
	height:37px;
	color:#FFFFFF;
}
#globbar a{
	color:#FFFFFF;
}

#globbar a:visited{
	color:#FFFFFF;
}

#globbar a:hover{
	color:#009933;
}

#page_cell{
	position:relative;
	width: 720px;
	margin: auto;
	background-color:#D2FFE9;
}

#navBar{
	float:left;
	position:relative;
	width: 168px;
	background-color:#D2FFE9;
	background-image:url(../images/header/header_03_r4_c1.jpg);
	background-position:left;
	background-position:top;
	background-repeat:no-repeat;
	padding-top:50px;
	
}



#content{
	position:relative;
	width: 549px;
	background-color:#FFFFFF;

}


#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	text-align:justify;

}

.feature h3{
	text-align: center;
	font-family:Tahoma;
}

.feature img{
	float: right;
	padding: 0px 5px 5px 10px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	text-align:right;
}

.story p{
	padding: 0px 0px 10px 0px;
}
#story_table{
	float:right
}
/************* #siteInfo styles ***************/
#footer{
	position:relative;
	width: 720px;
	margin: auto;

}



#siteInfo{
	font-size: 75%;
	position: relative;
	text-align:center;
	width: 720px;
	height: 37px;
	background-image:url(../images/header/footer_bg.png);
	background-repeat:repeat-x;

}

#siteInfo a{
	color:blue;
}

#siteInfo a:visited{
	color:#FFFFFF;
}

#siteInfo a:hover{
	color:#009933;
}



#b4_site_info{
	position:relative;
	height:37px;
	margin-top:-37px;
	background-image:url(../images/header/footer_tilt.png);
	background-repeat:no-repeat;
	background-position:right;

}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#bottom_links{
	position:relative;
	width: 720px;
	margin: auto;
	font-size: 75%;
	position: relative;
	text-align:center;


}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	text-align:right;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;

}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 5px 2px 10px;
	font-weight: bold;
	font-family:Tahoma;
}

#sectionLinks a:hover{
	background-color: #DFF0E8;
	font-weight:normal;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	text-align:left;
	margin: 0px;
	padding: 0px 10px 10px 20px;
	font-size: 70%;
/*	font-style:italic;*/
	font-style:normal;
	
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;

}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 

}