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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #999;
	background-repeat: repeat;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #005279;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #00659B;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006093;
	margin: 0px;
	padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #265930;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #FFF;
	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,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(images/banner.jpg);
	height: 185px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	border: thin solid #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
}
.floatright {
	float: right;
}



#navBar{
	float: left;
	width: 24%;
	margin: 0px;
	padding: 0px;
	background-color: #006FAA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navBar2{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF00;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
	float:right;
	width: 17%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	background-color: #FFF;
}

#content{
	width: 55%;
	float: left;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 119px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

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

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

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


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

.story{
	clear: both;
	font-size: 80%;
	border: 2px solid #006FAA;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/barbkgrnd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper #content .story h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
}

.story2{
	clear: both;
	font-size: 80%;
	border: 2px solid #006FAA;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/barbkgrnd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper #content .story2 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
}


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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 65%;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #006FAA;
}
#siteInfo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}


#siteInfo img{
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/footer.jpg);
}


/************* #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;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #666;
}


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

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

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 8px;
	color: #000000;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4BAA42;
	border-right-color: #4BAA42;
	border-bottom-color: #4BAA42;
	border-left-color: #4BAA42;
}
#headlines a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #2B6426;
	font-weight: normal;
}
#headlines a:hover {
	background-color: #E4F3E2;
	text-decoration: none;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
.floatleft {
	float: left;
}
.feature h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bolder;
	color: #FF0000;
	font-style: italic;
}
#wrapper #content .story h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #C70818;
}
#wrapper #navBar #sectionLinks ul h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #006FAA;
	font-weight: bold;
	background-color: #FFF;
	border: 1px solid #006FAA;
}
#wrapper #headlines div h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #666;
}
#wrapper #navBar #sectionLinks ul p {
	font-family: Verdana;
	font-size: 80%;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrapper #content .feature center form input {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #34772F;
	font-weight: bold;
	background-color: #C1EAFF;
}
