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

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

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

a:link, a:visited{
	color: #31393b;
	text-decoration: none;
}

a:hover{
    color: #997e62;
	text-decoration: none;
}

/* 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: #9d0508;
}

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

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

h4{
 font-size: 110%;
 font-weight: normal;
 color:  #ebe9d8;
}

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

#maincontent {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 5px;
}

.homeintro{
	color: #997e62;
	margin: 30px 25px 20px 30px;
	font-size: 13px;
	text-align: left;
	width: 40%;
	float: left;
}

.bodytext{
	color: #997e62;
	margin: 40px 10px 0px 20px;
	font-size: 13px;
	text-align: left;
	width: 310px;
	float: left;
}

.menutext {
	color: #31393b;
	font-size: 9px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}

.copyright {
	color: #31393b;
	font-size: 9px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: -20px;
}
			

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

#mainbody{
	position:absolute;
	background-color: #000000;
	width: 851px;
	height: 581px;
	margin-top: 60px;
	float: left;
	position: relative;
	left: 20%;
}


#banner{
	background-color: #806c78;
	width: 850px;
	height: 60px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#bannerimage{
    float:left;
	background-color: #806c78;
	width: 600px;
	height: 60px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#menu{
    float: right;
	background-color: #806c78;
	width: 140px;
	height: 60px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#leftcol{
  float:left;
	width: 100px;
	height: 500px;
	background-color: #c68535;
}


#rightcol{
    float: right;
	width: 50px;
	height: 500px;
	margin-left: 825px;
	background-color: #997e62;
}

#rightcol2{
    float: left;
	width: 45px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	background-color: #997e62;
}

#content{
  float: left;
  background-color: #fff2d3;
	width: 725px;
	height: 500px;
	font-size: 80%;
}


#bottombar{
	background-color: #806c78;
	width: 850px;
	height: 20px;
	margin-top: 500px;
}

#menu {
	background-color: #999999;
	padding: 10px 0px 0px 0px;
	float: left;
	height: 50px;
	width: 880px;
}


.perilscover{
	float: right;
	padding: 25px 0px 0px 0px;
	
}


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

#siteName{
	margin: 0px;
	padding: 0px 0px 15px 15px;
	color: #9d0508;
}


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

#pageName{
	padding: 1% 0% 1% 1%;
}

.pageheading{
	margin: 15px 0 5px 0;
	text-align: left;
	width: 63%;
	float: right;
}

.sectionheading{
	margin: 25px 0px 0px 25px;
	text-align: left;
	width: 63%;
	float: left;
}

.sectionsubheading{
	margin: 0px 0px 0px 25px;
	text-align: left;
	width: 63%;
	float: left;
}
.pagesubhead{
	margin: 25px 0 45px 25px;
	text-align: left;
	font-size: 90%;
	width: 63%;
	float: right;
}

.hometagline{
	margin: 15px 0 0px 0;
	font-size:12px;
	font-style:italic;
	text-align: center;
	width: 63%;
	float: right;
}

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



/* '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{
 padding: 0px 0px 0px 0px;
 width: 100px;
 float: right; 
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 85%;
	padding: 5px 5px 5px 5px;
	border: 1px solid #f5e7d3; 
}

#globalNav h3{
	padding: 10px 10px 10px 10px;
}

#globalNav a:link{
	padding: 5px 5px 5px 5px;
	border: 1px solid #f5e7d3;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#globalNav a:visited{
	border-top: 1px solid #f5e7d31;
	padding: 5px 5px 5px 5px;
}

#globalNav a:hover{
	border: 1px solid #f5e7d31;
	text-color: #000000;
	background-color: #ff7d00;
	padding: 5px 5px 5px 5px;
	text-decoration: none
}



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

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


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


.photos{
	color:#333333;
	padding: 2px 0px 2px 0px;
	margin: 60px 45px 10px 10px;
	width: 300px;
	float:  right;
}

.photos2{
	color:#333333;
	padding: 2px 0px 2px 0px;
	margin: 40px 45px 10px 10px;
	width: 300px;
	float:  right;
}

.homephoto{
	color:#333333;
	padding: 2px 0px 2px 0px;
	margin: 80px 45px 10px 10px;
	width: 300px;
	float:  right;
}

.sectionfeature{
	color:#333333;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 25px;
	font-size: 85%;
	text-align: left;
	width: 85%;
	float: left;
}

.placeholder{
	color:#6da6d1;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 25px;
	font-size: 85%;
	text-align: left;
	width: 90%;
	float: left;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}


/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	margin: 20px 25px 20px 30px;
	width: 90%;
	font-size: 90%;
}

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


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



/* 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 ***********/


#homelink{
    float: right;
	margin: 20px 0px 0px 0px;
	font-size: 70%;
}

#sectionLinks{
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #cccccc;
	font-size: 90%;
}

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

#sectionLinks a:link{
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

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

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #448abd;
	padding: 5px 0px 5px 10px;
	text-decoration: none
}


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