/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(../images/blueprintRepeat.jpg);
}

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

a:hover {
	text-decoration: underline;
}
a.white_link{
	color: #FFFFFF;
}
a.white_link:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}
.text_sm{
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-size:10px;
	
}

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

#masthead{
	margin: 0 0 0 30px;
	width: 721px;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat;
	float:none;
}

#navBar{
	width: 190px;
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #E0DBC9;
	border-bottom: 1px solid #ccc;
}

#content{
  	float:left;
	width: 490px;
	margin: 0;
	padding: 0 0 0 0;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat;
	margin-top: 0px;
}
#parent{
	width: 721px;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat;
	margin-top: 0px;
	float: none;
}
/****************Right Links********************/
#sectionhead{
	height: 24px;
	margin: 0;
	padding: 10px 0 0 8px;
	margin-top: 2px;
	background-color: #6E6855;
	color:#E9E6D9;
	font-size: 80%;
	font-weight:bold;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

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


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

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


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

#globalNav{
color: #FFFFFF;
padding: 5px 0px 0px 5px;
height:80px;
width: 498px;
background-color: #826644;

margin: 0 0 0 20px;
background-image:url(../images/box_bg.gif);
}
/* '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: 80%;
	padding: 0px 4px 0px 0px; 
	color: #FFFFFF;
	text-decoration: underline;
}
#globalNav a:hover {
	font-size: 81%;
	padding: 0px 4px 0px 0px; 
	color: #FFFFFF;
	text-decoration: none;
}
/************* Map Container ******************/
#mapholder{
color: #FFFFFF;
padding: 5px 0px 5px 5px;
height:auto;
width: 498px;
background-color: #E9E6D9;
white-space: nowrap;
margin: 3px 0 0 20px;
}

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

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


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

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

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	width: 490px;
	clear: both;
	padding: 10px 0px 0px 25px;
	font-size: 80%;
}
.story h2{
	font-size:18px;
}
.story h3{
	font-size:15px;
}
.story p{
  padding: 0px 0px 10px 0px;
  line-height: 20px;
}
.sm{
font-size:12px;
}


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

#siteInfo{
	
	width: 668px;
	clear: both;
	border: 1px solid #B3936B;
	font-size: 75%;
	padding: 10px 10px 10px 25px;
	margin-top: 0px;
	margin-left: 45px;
	background-color: #B3936B;
}
/* 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;
}

#siteInfo a{
color:#000000;
	text-decoraction: underline;
}
#siteInfo a:hover{
color:#000000;
	text-decoraction: none;
}
/************* #search styles ***************/

#search{
	padding: 0;
	background-color:#826644;
	font-size: 90%;
	vertical-align:top;
}

#search form{
 margin: 0 0 0 2px;
 padding: 0px;
}
#search .txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:10px;
}

#search label{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}


/*********** #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 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	height: auto;
	background-color:#826644;
	color:#FFFFFF;
}

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

#sectionLinks a{
	padding: 2px 0px 2px 10px;
	border-top: 4px solid #FFFFFF;
	width: 100%;
	width: auto;
	color:#FFFFFF;
}

#sectionLinks a:visited{
	border-top: 1px solid #FFFFFF;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-bottom: 1px #FFFFFF;
	background-color: #E0DBC9;
	padding: 2px 0px 2px 10px;
	color:#333333;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-color: #E0DBC9;
}

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


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

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	background-color: #E0DBC9;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
/************ General style *****************/
/*----------- Form styles------------------*/
.text_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 80px;
}
.text_box_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 70px;
	height: 12px;
}
.text_box_sm1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 120px;
	height: 14px;
}
.text_box_sm2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 30px;
	height: 20px;
}
.text_box_sm3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 120px;
	height: 20px;
}
/*----------- End Form styles------------------*/


