/***********************************************/
body{
	font-family:  Lucida Grande, Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("images/bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Lucida-Grande, Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Lucida Grande, Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: normal 125% Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 80% Lucida Grande, 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: square;
	list-style-position: inside; 
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Lucida Grande, Arial,sans-serif;
font-size: 80%;
}

textarea{
font-family: Lucida Grande, Arial,sans-serif;
font-size: 80%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	background-color: #ffffff;
	top: 5px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
		padding: 0px;
	width:755px;
	border: 1px solid #ffffff;
	height: auto;
	
}

#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: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: right;
	width:134px;
	padding: 2px;
	background-color: #A2C380;
	border-left: 1px dotted #333333;
	margin: 3px 3px 0px 5px;
	height: 290px;
	text-align: right;
}

#pageNav h3{
font-family:  Lucida Grande,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 3px;
	font-size:100%;
	
	}

#pageNav a:link, #pageNav a:visited {
font-family:  Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 3px;
	font-size:80%;
	text-align:right;
	font-weight: bold;
	
	}
	
	#pageNav a:hover {

	color: #ffffff;
	
	
	}


#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** 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;
	width: 755px;
	height: 26px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-color: #3f881e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	top: 0px;
	visibility: visible;
	vertical-align: middle;
}

#globalNav img{
	margin-bottom: 0px;
	top: 0px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	padding: 0px;
	margin: 0px;
	z-index: 100;
	width: 500px;
	visibility: visible;
	top: 4px;
	left: 255px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	height: 26px;
	background-position: center;
}


a.glink, a.glink:visited{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

a.glink:hover{
color: #000000;
  	background-image:   url("images/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


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

.feature{
	padding: 10px;
	font-size: 80%;
	line-height:40px
			
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

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


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

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	line-height: 1.3;
	z-index: 20;
	background-position: top;
}

.story h1{
	font: normal 150% Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.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;
}


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

#siteInfo{
	clear: both;
	border-top: 1px dotted #000000;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: right;
	}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 2px;
	padding: 0px 3px;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.166;
	height: 220px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/arrw_l.gif);
	

}

#sectionLinks h4{
	padding: 5px 5px 15px;
	text-align: center;
	font-size: 105%;
	font-weight: bold;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px;
	color: #333333;
	text-align: right;
	bottom: 200px;
	position: static;
	background-position: bottom;
}

#sectionLinks a:hover{
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

.advert{
	float:left;
	width: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family:  Lucida Grande,Arial,sans-serif;
	color: #333333;
	font-size:80%;
	text-align:left;

	
}
.advert img{
	margin-bottom: 5px;
	z-index: 20;
}



/**************** advertr styles *****************/

.advertr{
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 3px;
	position: relative;
	z-index: 21;
}
.advertr img{
	margin-bottom: 5px;
	z-index: 20;
}
/**************** baser styles *****************/

#baser img {
	float:right;
	width: 210px;
	margin: 0px;
	position: relative;
	clear: right;
	
}

/**************** pens styles *****************/

#pens  {
	background-image:  url("images/pencils.jpg");
	background-repeat: no-repeat;
	left: 180px;
	bottom: 0px;
	width:200px;
	height:145px;
	z-index: 0;
	position: relative;
	visibility: visible;
	
	
	
}
.underscore {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	width: 300px;
	background-position: center;



}
#map_canvas {
	float:left;
	
}
