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

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

.iframeDiv {
	height:auto;
}

body{
	font-family: Arial, sans-serif;
	color: #7F3A1B;
	line-height: 1.166;
	margin: 0px 60px 0px 60px;
	padding: 5px;
	background-color: #FFF;
	border:ridge;
}


/* overrides decoration from previous rule for hovered links */
a anchor {
text-decoration:none;
}

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

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: xx-large;
	color: #7F3A1B;
	text-align: center;
	padding: 5px 0px 10px 0px;
}

h2{
 font-size: x-large;
 color: #7F3A1B;
}

h3{
	font-size: large;
	color: #7F3A1B;
}

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

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


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.rightFloat { 
float:right;
}

.headerText {
display:inline;
font-weight:bold;
font-family:"Century Gothic", "Century Schoolbook";
font-size:50px;
text-align:center;
vertical-align:middle;
}

.dropCap {
float:left;
font-size:100px;
line-height:70px;
padding-top:2px;
font-family: Times, serif, Georgia;
}

.links ul li{
	padding-top: 15px;
	padding-right: 400px;
	padding-bottom: 10px;
	padding-left: 40px;
	list-style-type: disc;
}


				

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



#masthead{
	background-image:url(images/sunset_banner.JPG);
	background-repeat:no-repeat;
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	overflow-x:auto;
	overflow-y:hidden;
	height: auto;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #FB8F23;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



#content{
	width: 100%;
	background-color:#F2F7A4;
	
}

#content a{
text-decoration:underline;
}

a.pageanchor{
text-decoration:none;
}

#content2Col{

	 float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#content2Col a{
text-decoration:underline;
}


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

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


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

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


/************* #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:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.globalNav ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
white-space:nowrap;
}

.globalNav ul li a {
	font-size: 90%;
	padding: 0px 4px 0px 4px; 
	border-right: 1px solid #DADADA;
	margin: 0;
	color:#383636;
	font-weight:bold;
	text-decoration: none;
}
.globalNav ul li{
display: inline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #C2791B;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFCC33;
}

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

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


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

.feature{
	padding: 10px 0px 20px 5px;
	font-size: x-large;
	overflow: auto;
	text-align: left;
}

.feature h2{
	padding:10px 10px 10px 10px;
	text-align:center;
	font-weight: bold;
	font-size: xx-large;

}
.feature h3{
	text-align: left;
}

.image_right{
	float: right;
	padding: 10px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5;
}
.image_left{
	float: left;
	padding: 10px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5;
	padding-right: 20px;
}
.feature p{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.feature li{
font-size:large;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
}

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

.books td{
	vertical-align: top;
	padding-bottom: 30px;
	
}
.books table{
	padding-left:30px;
	
}
.books_text {
	
	float: right;
	
}

.highlight {
	font-weight:bold;
	font-style:italic;
	padding-right:10px;
	margin:auto;
	overflow:auto;
	background-color: #ACAC82;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	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: 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 ***********/

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

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


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

#wrapper{
 padding:10px;
background:white;
width:700px;
 margin:0 auto;
border:1px solid lightblue;
}



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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
.subheading {
	font-weight: bold;
	text-align: center;
}
.feature h3 {
	font-size: x-large;
}
h3 .XBigText {
	font-size: larger;
	font-family: Arial, sans-serif;
}

.XBigText {
	font-size:large;
	font-weight: bold;
}
.BigText {
	font-size: 18px;
}
.XXBigText {
	font-size: x-large;
	font-weight: bold;
}
.SmallText {
	font-size: x-small;
}
