/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Arial, arial;
	color: #847d7d;
	margin-top: 10px;
	padding: 0px;
	font-size: 11px;
	background-color: #fff;
    text-align: center;
}

a:link, a:visited, a:hover {
	color: #5b5757;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#email {
	color: #847d7d;
	text-decoration: none;
}

#email a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, arial;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial, arial;
 font-size: 120%;
 color: #5b5757;
}

h2{
 font-size: 180%;
 color: #5b5757;
 font-weight: normal;
}

h3{
 font-size: 100%;
 color: #5b5757;
}	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main{
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}

#logo{
float: left;
width: 800px;
text-align: right;
margin-bottom: 2px;
}

#logo img{
padding-top: 0px;
float: left;
}

#contact{
float: right;
padding-top: 10px;
}

#banner{
text-align: left;
margin-bottom: 0px;
float: left;
}

#masthead{
	float: left;
	height: 250px;
	width: 800px;
	background-color: #5b5757;
}


#gradient
{
background-image: url('/images/gradient_02.gif');
background-repeat: repeat;
height: 30px;
margin: 0px;
}

#navcontainer
{
float: left;
}

#navcontainer ul
{
padding: 0px;
margin: 0px 0px 1px 0px;
background-image: url('/images/nav_bg_03.gif');
background-repeat: repeat-x;
color: #c5c5c5;
height: 20px; 
width: 800px;
font-family: Arial, helvetica, sans-serif;
}

#navcontainer ul li {
display: inline; 
}

#navcontainer ul li a
{
float: left;
padding: 3px 1em;
color: #c5c5c5;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul li a:hover
{
color: #ffffff;
}

#sidecontainer ul
{

color: #5b5757;
width: 100%;
font-family: Arial, sans-serif;
list-style-type: none;
padding: 0;
margin: 0;
}

#sidecontainer ul li
{
margin-bottom: 5px;
background-image: url('/images/dot.gif');
background-repeat: no-repeat;
background-position: 0 100%;
padding-left: 5px;
padding-bottom: 10px;
}

#sidecontainer ul li a
{
background-color: #ffffff;
color: #5b5757;
text-decoration: none;
font-weight: normal;
}

#sidecontainer ul li a:hover
{
background-color: #ffffff;
color: #5b5757;
text-decoration: underline;
}

#footcontainer{
margin: 10px 0px 0px 0px;
text-align: center;
float: left;
width: 100%;
}

#footcontainer ul
{
padding-bottom: 2px;
margin: 10px 0px 0px 0px;
color: #b0b0b0;
font-family: Arial, helvetica, sans-serif;
}

#footcontainer ul li { 
display: inline; 
padding: 0px 1em;
}

#footcontainer ul li a
{
padding: 0px;
color: #b0b0b0;
text-decoration: none;
font-weight: normal;
}

#footcontainer ul li a:hover
{
text-decoration: underline;
}

#navBar{
	float: left;
	width: 200px;
	margin: 0;
	padding: 0px;
	background-color: #ffffff;
}

#content{
	float: left;
	width: 800px;
	text-align: left;
	margin: 0px;
}

#newsHeader{
width: 200px;
color: #ffffff;
height: 15px;
background-image: url('/images/news_bg_03.gif');
background-repeat: repeat-x;
padding-top: 2px;
padding-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
background-repeat: repeat;
font-family: Arial, helvetica, sans-serif;
}

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

.feature{
	float: left;
	width: 575px;
	font-size: 11px;
	font-family: Arial, arial;
	color: #5b5757;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
}

.featureRight{
	float: right;
	width: 200px;
	font-size: 11px;
	font-family: Arial, arial;
	color: #5b5757;
	font-weight: normal;
	margin-right: 5px;
}


#title{
font-size: 24px;
font-weight: normal;
margin-bottom: 10px;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	width: 550px;
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}

.story p{
	padding: 0px 0px 0px 0px;
}


/*********** #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;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

.newsBox{
	float: left;
	width: 190px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 0px 5px 0px 5px;
}

.newsBoxMainL{
	float: left;
	width: 270px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 0px 5px 0px 5px;
}

.newsBoxMainR{
	width: 270px;
	margin-left: 285px;
	margin-bottom: 0px;
	padding: 0px 5px 0px 5px;
}

.newsHead{
	
	background-image: url('/images/news_bg_03.gif');
	background-repeat: repeat-x;
	background-color: #5b5757;
	height: 14px;
	padding-top: 2px;
	padding-left: 5px;
	color: White;
	border: 1px solid #5b5757;
}

.newsHead2{
	
	background-image: url('/images/news_bg_04.gif');
	background-repeat: repeat-x;
	background-color: #00A1F2;
	height: 14px;
	padding-top: 2px;
	padding-left: 5px;
	color: White;
	border: 1px solid #00A1F2;
}

.newsHead h3{
	font-size: 100%;
	color: #ffffff;
	}

.newsHead2 h3{
	font-size: 100%;
	color: #ffffff;
	}

.newsCol{
	color: #5b5757;
	margin-bottom: 8px;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	font-weight: normal;
}