/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, Geneva, "Trebuchet MS", sans-serif;
	color: #000000;
	line-height: 1.450;	
	margin: 15px;
	padding: 0px;
	text-align: left;
	background-color:#FFFFFD;
}

a:link, a:visited, a:hover {
	color: #895649;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color: #ececec;
}
/* overrides decoration from previous rule for hovered links */

a:visited {
	color: #006633;
	text-decoration: underline;
}
/* overrides decoration from previous rule for visited links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, Geneva, "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, Helvetica, Geneva, "Trebuchet MS", sans-serif;
 font-size: 140%;
 color: #006666;
}

h2{
 font-size: 120%;
 color: #895649;
}

h3{
 font-size: 115%;
 color: #006666;
}

h4{
 font-size: 110%;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

li {
	margin-bottom: 9px;
}	

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.label1{
 font: bold 100% Verdana, Arial, Helvetica, Geneva, "Trebuchet MS", sans-serif;
 color: #895649;
}

.label2{
 font: bold 100% Verdana, Arial, Helvetica, Geneva, "Trebuchet MS", sans-serif;
 color: #CC0000;
}

.noLink {
	color: #895649;
}


.titleAccent {
	background-color: #895649;
	color: #FBFBFB;
	font-size: 120%;
	font-weight: bold;
	margin: -10px 0px 0px -15px;
	padding: 7px 5px 7px 15px;
	}
	
.rightDiv {
	float: right; 
	width: 240px; 
	border-bottom: 2px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	margin: 0px 0px 25px 35px; 
	padding: 5px 5px 15px 15px;
}


.catIndex {
	color: #895649;
		text-align: left;
		display: block;
		padding-top: 15px;
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #895649;
		font-family: Arial, Helvetica, Geneva, "Trebuchet MS", Verdana, sans-serif;
		font-size: 118%;
		font-weight: bold;
		font-style: normal;
}
				
	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

.textInset {
	float: right;
	width: 43%;
	font-size: 98%;
	line-height: 1.200;
	margin: 25px;
	padding: 17px;
	background-color: #EBDDCF;
	border: outset 3px;
	border-color: #CCCCCC;
}

.textInset h2 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 0px;
}

.postDate {
	text-align: right;
	font-size: 85%;
	color: #999999;	
}

.anchorText {
	float:right;
	width: 33%;
	margin: 7px;
	padding: 5px;
	text-align:right;
	font-size: small;
	line-height: 1.166;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}



/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	text-align: right;
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
/* '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%;
	text-align: right;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 83%;
}


.feature h2{
	padding: 27px 0px 5px 0px;
	margin-top: 7px;
	text-align: left;
}	

.feature h3{
	padding: 30px 0px 5px 0px;
	margin-top: 7px;
	text-align: left;
}

.feature img{
	float: none;
	padding: 10px 10px 10px 10px;
	margin: 10 5px 5px 10;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 78%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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: 8px 0px 9px 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: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 92%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	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;
	margin-bottom: 8px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
}

.relatedLinks li {
	padding-top: 6px;
}

.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: 20px 5px 20px 10px;
	font-size: 80%;
}

#headlines h3 {
	padding: 10px 0px;
}	


#headlines p{
	padding: 5px 0px 5px 0px;
}



