/* CSS Document */
/*simple page style -- horizontal global navigation
modeled after 2col_leftNav.css */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	width: 800px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
a:link, a:visited, a:hover {
	color: #5E616A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #003300;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #003300;
	text-decoration: none;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: x-large;
 color: #003333;
}

h2{
	font-size: large;
	color: #003300;
	font-weight: bold;
	font-family: Rockwell, Verdana, "Arial Rounded MT Bold", "MS Sans Serif";
}

h3{
	font-size: medium;
	color: #003366;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: capitalize;
}

h4{
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5{
	font-size: 100%;
	color: #334d55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul{
	list-style-type: square;
	list-style-position: inside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
/***********************************************/
/* layout divs */
/***********************************************/
#masthead{
	margin: 0;
	padding: 10px 10px 10px 0px;
	width: 100%;
	background-image: none;
	border: 4px #003300;
	background-color: #FFFFFF;
	text-align: center;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #000000;
}

#content{
	float:right;
	width: 90%;
	margin: 0;
	padding: 0 3% 0 0;
	background-color: #FFFFFF;
	background-image: none;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #003333;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/pale-horizontal-wood.jpg);
	text-decoration: none;
}
/* '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 img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: small;
	color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	color: #666666;
}

.feature img{
	padding: 10px;
	margin: 10px 15px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #822C15;
}

.story p{
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #9F4715;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #525662;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 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;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: small;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffff;
	background-color: #cccccc;
	padding: 2px 0px 2px 10px;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************ #id styles **********************/
.creditline-white {
	font: normal 9pt/90% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFCC center center;
}
.logowhite {
	font: italic bold normal 11pt/90% "Book Antiqua";
	color: #FFFFFF;
	background: center center;
}
.logolg {
	font: italic bold normal 14px/normal "Book Antiqua";
	text-transform: capitalize;
	color: #000000;
}
.logoexlrge {
	font-family: "Book Antiqua";
	font-size: large;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
}
.right {
	float: right;
	margin: 10px;
	padding: 10px;
}

.left {
	margin: 10px;
	padding: 10px;
	float: left;
}

.newlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0066CC;
}
.contactinfo {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E3B1D;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 10px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
