/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #000000;
	background: #D19F90;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img{
	border: 0;
}

a:link, a:visited, a:hover {
	color: #D03D4C;
	text-decoration: none;
}

a:hover {
	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: 140%;
 color: #334d55;
}

h2{
 font-size: 125%;
 color: #D03D4C;
}

h3{
 font-size: 115%;
 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;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	width: 800px;
	height: 125px;
	background: #852630 url(../images/header.gif) top left no-repeat;
	color: #A6465E;
	border-bottom: 3px solid #AB8276;
	float: left;
}

#mainmasthead{
	margin: 0;
	padding: 0px;
	width: 800px;
	height: 125px;
	background: #852630 url(../images/header_main.gif) top left no-repeat;
	color: #A6465E;
	border-bottom: 3px solid #AB8276;
	float: left;
}

#mastheadright{
}

#navBar{
	margin: 0;
	width: 125px;
	padding: 0px;
	float: left;
	height: 100%;
	background-color: #D03D4C;
	font-size: 10.5px;
	clear: both;
}

#mainnavleft{
	width: 125px;
	margin: 0;
	padding: 0;	
	padding-bottom: 20px;
	float: left;
	background: #D03D4C;
}

#mainnavright{
	width: 125px;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	float: right;
	background: #D03D4C;
}

#content{
	float: left;
	width: 550px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #F2F2F2;
	border-right: 125px solid #D03D4C;
}

#midsection{
	background-color: #D03D4C;
	width: 800px;
	height: 45%;
}

#maincontent{
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
	background: #F2F2F2;
	clear: both;
}

#content p, li{
	text-align: justify;
}

#maincontent p, li{
	text-align: justify;
}

#maintopcontent{
	width: 520px;
	margin: 0;
	padding: 30px 15px 0 15px;
	text-align: justify;
	float: left;
	font: 10px;
	background: #F2F2F2;
}

#mainbottomcontent{
	margin: 0;
	padding: 0 15px 15px 15px;
	/*border-top: 2px solid #D03D4C;*/
	border-right: 125px solid #D03D4C;
	border-left: 125px solid #D03D4C;
	text-align: justify;
	font: 10px;
	clear: both;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	width: 780px;
	background: #85655B;
	color: #D1D1D1;
	padding: 3px 0px 3px 20px;
	white-space: nowrap;
	border-bottom: 3px solid #AB8276;
	clear: left;
}
/* '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:link, #globalNav a:visited, #globalNav a:hover {
	color: #D1D1D1;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:hover {
	color: #D03D4C;
	text-decoration: none;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	padding: 5px 0px 5px 10px;
}

#breadCrumb a{
	color: #D03D4C;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 110%;
}

.feature h2{
	padding: 3px 0px 3px 0px;
}

.feature h3{
	padding: 5px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.board{
	margin: 0 5px 5px 0;
}

.boardmember{
	clear: both;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 15px 0px 15px;
}

.story p{
	padding: 0px 10px 0px 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: 800px;
	border-top: 2px solid #2E2E2E;
	background: #822630;
	font-size: 12px;
	color: #AB323E;
	padding: 10px 0 5px 0;
	margin: 0;
}
/* 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:link, #siteInfo a:visited {
	color: #2E2E2E;
	font-size: 12px;
	font-weight: bold;
}

#siteInfo a:hover {
	color: #D03D4C;
	font-size: 12px;
	font-weight: bold;
}


/************* #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 {
	color: #2E2E2E;
	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 #2E2E2E;
	text-align: left;
}

/* 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;
	border-bottom: 1px solid #2E2E2E;
	font-size: 90%;
	text-align: left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #2E2E2E;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	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;
}


/************** #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%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/************* #board styles *****************/

#boardname{
	font-size: 130%;
	font-weight: bold;
}

#boardtitle{
	font-size: 115%;
	font-style: italic;
}

#titlebanner{
	margin: 0;
	padding-right: 10px;
}

