/***********************************************/
/* HTML tag styles                             */
/***********************************************/


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #808040;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(images/gradient_brown_3000.jpg);
	overflow: -moz-scrollbars-vertical; 
	height:101%
}

a{
	color: #BBBB77;
	text-decoration: none;
}

a:link{
	color: #BBBB77;
	text-decoration: none;
}

a:visited{
	color: #BBBB77;
	text-decoration: none;
}

a:hover{
	color: #BBBB77;
	text-decoration: underline;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #808040;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #808040;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #808040;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #808040;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;

}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: relative;
	margin: 0px auto;
	left: 0px;
	overflow: hidden;
	width:720px;
	top: 5px;
	height:auto;
	background-color:#F7F7EE;
		
}

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #808040;
	width: 100%;
	
}

#navBar{
	float: left;
	width: 140px;
	text-align:left;
	font-size: 12px;
	height: 490px;
	
}


#content{
	float: left;
	text-align: left;
	width: 580px;
	display: table-cell;
	padding: 10px 0px 0px 0px;
    min-height: 490px; /* For Gecko browsers */
    height:auto !important; /* For Gecko browsers */
    height: 490px; /* For IE */
}

#content_start{
	text-align: left;
	display: table-cell;
	padding: 10px 0px 0px 0px;
    min-height: 490px; /* For Gecko browsers */
    height:auto !important; /* For Gecko browsers */
    height: 490px; /* For IE */
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #808040;
	font-size: 24px;
	text-align:left;
}

/************** utility styles *****************/

#utility{
	font: 12px Verdana,sans-serif;
	position: absolute;
	color: #808040;
	padding: 0px 0px 0px 0px;
	text-align:right;
	width: 235px;
	left: 478px;
	top: 22px;
	visibility: visible;
	z-index: 101;
}

#utility a{
	color: #808040;
	padding: 0px 0px 0px 0px;
}

#utility a:hover{
	color: #808040;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}

/************** slogan styles *****************/

#slogan{
	font: 12px Verdana,sans-serif;
	position: absolute;
	color: #808040;
	padding: 0px 0px 0px 0px;
	text-align:left;
	width: 350px;
	left: 120px;
	top: 39px;
	visibility: visible;
	z-index: 101;
	height: 19px;
}


/************** utility styles *****************/

#banner{
	font: 12px Verdana,sans-serif;
	position: absolute;
	color: #808040;
	padding: 0px 0px 0px 0px;
	text-align:right;
	width: 579px;
	left: 141px;
	top: 0px;
	visibility: visible;
	z-index: 101;
	height: 90px;
}

#banner a{
	color: #808040;
	padding: 0px 0px 0px 0px;
}

#bannera:hover{
	color: #808040;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}





/************** pageName styles ****************/

#pageName{
	color: #808040;
	padding: 0px 10px 5px 10px;
	margin: 0px;
	text-align:left;

}



#pageName img{
	position: absolute;
	top: 15px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	width: 52px;
	height: 54px;
	left: 761px;
}

/************* globalNav styles ****************/

#globalNav{
padding: 0px 0px 0px 0px;
color: #FFFFFF;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */


#globalNav a {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px, 0px, 0px, 0px;
}

#globalNav a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px, 0px, 0px, 0px;
}

/*************** search styles *****************/

#search{
	font: 12px Verdana,sans-serif;
	position: absolute;
	z-index: 101;
	width: 293px;
	left: 420px;
	top: 60px;
	text-align:right;
	color: #808040;
}

#search input{
  font-size: 12px;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 12px;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/*************** clock styles *****************/

#clock{
	font: 12px Verdana,sans-serif;
	position: absolute;
	z-index: 101;
	width: 234px;
	left: 479px;
	top: 56px;
	text-align:right;
	color: #CDCD9C;
	visibility: visible;
	height: 5px;
}

#clock input{
  font-size: 12px;
  margin: 0px  0px 0px 10px;
 }
 
#clock a:link, #search a:visited {
	font-size: 12px;
	font-weight: bold;
	
}

#clock a:hover{
	margin: 0px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 10px 5px 10px;
	font: 12px Verdana,sans-serif;
	color: #808040;
	text-align:left;
}

#breadCrumb a{
	color: #808040;
}

#breadCrumb a:hover{
	color: #808040;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-align:left;
}
html>body .feature {height: auto;}


.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature a{
	color: #BBBB77;
	text-decoration: none;


}

.feature a:hover{
	color: #BBBB77;
	text-decoration: underline;

}
/*************** story styles ******************/

.story {
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	text-align:left;
}

.story p {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

.story img{
	border-color:#808040;
}

.story a{
	color: #BBBB77;
	text-decoration: none;
	
}

.story a:hover{
	color: #BBBB77;
	text-decoration: underline;
	
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #CDCD9C;
	font-size: 12px;
	color: #808040;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 5px 0px;
	text-align:center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a{
	color: #CDCD9C;
}

#siteInfo a:hover{
	color: #CDCD9C;
	text-decoration: underline;
}

/*********** #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{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	width: 100%;
	text-align:left;
}

#sectionLinks h3{
	padding: 0px 0px 0px 5px;
}

#sectionLinks a {
	color:#808040;
	display: block;
	padding: 0px 0px 0px 5px;
}

#sectionLinks a:hover{
	background-color:#808040;
	text-decoration:none;
	padding: 0px 0px 0px 5px;

}
/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 5px 0px 10px 10px;
	border-right: 1px solid #808040;
	border-bottom: 1px solid #808040;
	color: #808040;
	height: 205px;
}

.relatedLinks h2{
	padding: 5px 0px 5px 0px;
	color: #D5D5AA;
}

.relatedLinks a{
	color: #808040;
	display: block;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
}
.relatedLinks a:link{
	color: #808040;
	text-decoration: none;
}

.relatedLinks a:visited{
	color: #808040;
	text-decoration: none;
}
.relatedLinks a:hover{
	color: #808040;
	text-decoration: underline;
}

