/***********************************************/
/* green_site.css                            */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Tahoma,sans-serif;
	color: #333333;
	line-height: 1.366;
	margin: 0px;
	padding: 0px;
	background-color: #3A3511;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CC3300;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: circle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 135px;
	left: 51px;
	right: 5%;
	width:90%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 20px;
	width:90%;
	left: 52px;
	right: 5%;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	height: 150px;
	
}

#pageNav{
	float: left;
	width:130px;
	padding: 0px;
	font: small Verdana,sans-serif;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #003c76;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 130px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: normal;
	height: 114px;
}


/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	height: 42px;
	color: #cccccc;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 22px;
	left: 128px;
	z-index: 100;
	padding-top: 62px;
	visibility: visible;
}


a.glink, a.glink:visited{
  	font-size: 70%;
  	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: none;
	color: #FF6600;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	left: 0px;
	height: 20px;
	padding: 0px 0px 0px 133px;
	visibility: hidden;
	color: #ffffff;
	top: 89px;
	width: 784px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 70%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #FF9900;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 70%;
	height: 200px;
}
html body .feature {
	height: auto;
}

.feature h3{
	font: bold 135% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 30px 0px 0px 10px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 70%;
}

.story h3{
	font: bold 110% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** table styles ****************/

.tabletxt {
	font: normal 100% Tahoma, sans-serif;
	color: #007da3;
}
.tabletxtblk {
	font: bold 100% Tahoma, sans-serif;
}
.tablehd {
	font: 110% Tahoma, "sans serif";
	color: #007DA3;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 70%;
	color: #cccccc;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
}


/********************* end **********************/
