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

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

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #896d5d;
	line-height: 1.8;
	background-image: url(background.jpg);
	background-repeat: repeat-x;	
	margin: 0px;
	padding: 0px;
	width: 1000px;
	scrollbar-face-color: #D3BFB2;
	scrollbar-shadow-color: #896D5D;  
	scrollbar-highlight-color: #F6EEE8;
	scrollbar-3dlight-color: #D3BFB2;
	scrollbar-darkshadow-color: #D3BFB2;
	scrollbar-track-color: #D3BFB2;
    scrollbar-arrow-color: #175064;

}

a:link, a:visited {
	color: #175064;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#800f1b;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Prestige Elite Std", Courier, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 150%;
 	color: #f6eee8;
}

h2{
 font-size: 150%;
 color: #f6eee8;
 padding: 0 0 0 10;
}

h3{
 font-size: 124%;
 padding-left:10px;
 color: #800F1B;
}

ul{
 list-style-type: disc;
}

ul a{
	font-size:10px;
}

li {
	padding-top:5px;
}

.red {
	color:800F1B;
}
/*

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

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



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

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

label{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #003366;
}
*/				

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

#masthead{
	margin: 0;
	padding: 0px 0px;

}

#masthead p{
	margin: -170 0 0 0;
	padding: 20 0 0 250;

}

#wrapper{
	width: 980px;
	margin 0 auto;
	position: relative;
}

#navBar{
	float: left;
	position: relative;
	margin: -900 25 0 0;
	padding: 150 0 0 20;
	width: 190px;
	height: 400px;
	/*background-color: #d3bfb2;
	border-right: 1px solid #d3bfb2;
	border-left: 1px solid #d3bfb2;
	border-bottom: 1px solid #d3bfb2;*/
}

#navBar a span {
	display:none;
}

#rightBar{
	float: right;
	background-image:url(right_bar.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: -170 -65 0 55;
	padding: 50 0 0 0;
	width: 350px;
	height: 900px;
	border-color: #896D5D;
	/*background-color: #d3bfb2;
	border-right: 1px solid #d3bfb2;
	border-left: 1px solid #d3bfb2;
	border-bottom: 1px solid #d3bfb2;*/
}
#content{
  	float:right;
  	width: 500px;
	margin-right: -70px;
	margin-top: 20px;
	padding: 0 0 0 0;
}

#content h2 span {
	display:none;
}


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

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


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

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


#pageName_main{
	background-image: url(welcome.gif);
	background-repeat:no-repeat;
	padding: 10px 15px 30px 0px;
	height: 720px;
	border-left: 1px solid #896D5D;
	border-bottom: 1px solid #896D5D;
}

#pageName_synopsis{
	background-image: url(synopsis.gif);
	background-repeat:no-repeat;
	padding: 10px 15px 30px 0px;
	height: 720px;
	border-left: 1px solid #896D5D;
	border-bottom: 1px solid #896D5D;
}

#pageName_reviews{
	background-image: url(reviews.gif);
	background-repeat:no-repeat;
	padding: 10px 15px 30px 0px;
	height: 720px;
	border-left: 1px solid #896D5D;
	border-bottom: 1px solid #896D5D;
}

#pageName_upcoming{
	background-image: url(upcoming_events.gif);
	background-repeat:no-repeat;
	padding: 10px 15px 30px 0px;
	height: 720px;
	border-left: 1px solid #896D5D;
	border-bottom: 1px solid #896D5D;
}

#pageName_contact{
	background-image: url(contact.gif);
	background-repeat:no-repeat;
	padding: 15px 0px 30px 0px;
	height: 720px;
	border-left: 1px solid #896D5D;
	border-bottom: 1px solid #896D5D;
}

#pageName_bio{
	background-image: url(bio.gif);
	background-repeat:no-repeat;
	padding: 15px 0px 30px 0px;
	height: 720px;
	border-left: 1px solid #896D5D;
	border-bottom: 1px solid #896D5D;
}

#pageName_archived_events2{
	background-image: url(archived_events.gif);
	background-repeat:no-repeat;
	padding: 15px 0px 30px 0px;
	height: 720px;
	border-left: 1px solid #896D5D;
	border-bottom: 1px solid #896D5D;
}

#pageName_archived_reviews{
	background-image: url(archived_reviews.gif);
	background-repeat:no-repeat;
	padding: 15px 0px 30px 0px;
	height: 720px;
	border-left: 1px solid #896D5D;
	border-bottom: 1px solid #896D5D;
}

#pageName_latest_news{
	background-image: url(latest_news.gif);
	background-repeat:no-repeat;
	padding: 15px 25px 30px 0px;
	
}

#pageName_interviews{
	background-image: url(interviews.gif);
	background-repeat:no-repeat;
	padding: 15px 25px 0px 0px;
	
}

#pageName_readings{
	background-image: url(readings.gif);
	background-repeat:no-repeat;
	padding: 15px 25px 0px 0px;
	
}
#pageName_archived_events{
	background-image: url(archived_events.gif);
	background-repeat:no-repeat;
	padding: 15px 25px 30px 0px;
	
}
	
/************* #globalNav styles **************/

#globalNav{
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%;
	padding: 5px 0px 5px 10px;
}


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

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

.feature2 {
	font-size: 120%;
}


.feature h3{
	padding: 30px 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{
	clear: both;
	padding: 20px 10px 0px 0px;
	
}

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

.story2{
	clear: both;
	padding: 5px 0px 0px -10px;
}

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

.title_bar{
	padding: 0px 0px 0px 0px;
	background-color:#896D5D;
	width: 473px;
	height: 32px;
}

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

#siteInfo{
	clear: both;
	/*border: 1px solid #cccccc;*/
	/*background-image:url(NH-PreFooter-Graphic.gif);*/
	/*background-repeat:no-repeat;*/
	padding: 0 0 0 0;
	margin-top: -30px;
	margin-left: 20px;
}
/* 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 a{
	color: #175064;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-decoration:underline;
}

.headerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #F6EEEE8; 
	font-weight: normal; 
	line-height: 17px; 
	text-decoration: none;
	
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #516698;
	border-top: 1px solid #516698;
	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 #D3BFB2;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #topnavLinks styles ***********/

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

/*********** #sectionLinks styles ***********/

#sectionLinks{
	/*background-image:url(button_blank2.gif);
	background-position:bottom;
	background-repeat:no-repeat;*/
	margin: -70 0 0 -30;
	padding: 60 0 0 10;
	width: 200px;
	height: 700px;
	font-weight: bold;
}

#sectionLinks a:link {
	font-family: "Prestige Elite Std", Courier, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 5px 0px 20px;
	border-top: 1px solid #D3BFB2;
	color: #175064;
  voice-family: "\"}\""; 
  voice-family:inherit;
}

#sectionLinks a:visited{
	font-family: "Prestige Elite Std", Courier, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 5px 0px 20px;
	border-top: 1px solid #D3BFB2;
	text-decoration:none;
	color:#175064;
}

#sectionLinks a:hover{
	font-family: "Prestige Elite Std", Courier, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 5px 0px 20px;
	border-top: 1px solid #D3BFB2;
	color: #800F1B;
	text-decoration:none;
}

#sectionLinks2 a:link {
	font-family: "Prestige Elite Std", Courier, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 5px 0px 20px;
	border-top: 1px solid #D3BFB2;
	color: #175064;
  voice-family: "\"}\""; 
  voice-family:inherit;
}

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



