/***********************************************/
/* 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, a:hover {
	color: #8f0000;
	text-decoration: none;
}



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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 200%;
 color: #8f0000;
 border-bottom: 10px solid #8f0000;
}

h2{
 font-size: 114%;
 color: #8f0000;
 border-bottom: 0px;
}

h3{
 font-size: 100%;
 color: #8f0000;
 border-bottom: 0px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #8f0000;
 border-bottom: 0px;
}

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

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

table.spec {font-family: Verdana; font-weight: normal; font-size: 11px; color: #404040; background-color: #cccccc; border: 1px #8f0000 solid; border-collapse: collapse; border-spacing: 0px; margin-top: 0px;}
table.spec th.header { border-bottom: 2px solid #8f0000; background-color: #8f0000; text-align: center; font-family: Verdana; font-weight: bold; font-size: 11px; color: #ffffff;}
table.spec td { border-bottom: 1px dotted #8f0000; font-family: Verdana, sans-serif, Arial; font-weight: normal; font-size: 11px; color: #404040; background-color: white; text-align: left; padding-left: 3px; border-left: 1px dotted #8f0000;}

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 70px;
	position: absolute;
}

#navBar{
position: absolute;
	top: 95px;
	left: 0px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    height: 717px;	
}

#content{
	position: absolute;
	top: 95px;
	left: 265px;
	width: 100%;
}


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

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

#subName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #ccc;
}


/************* #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 0px 0px;
}


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

.about {
	padding: 10px 0px 20px 10px;
	color: #8f0000;
	font-style: italic;
}
.feature{
	padding: 10px 0px 10px 10px;
	clear: both;
}

.feature h3{
	padding: 20px 0px 5px 0px;
	text-align: left;
}

.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: 10px 0px 0px 10px;
	font-size: 80%;
}

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


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

#siteInfo{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	left: 0px;
	top: 820px;
	position: absolute;
}


#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



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


#sectionLinks h3{
	padding: 1px 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;
}

.relatedLinks h3{
	padding: 2px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	left: 10px;
	top: 820px;
	position: absolute;
	
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines h3{
    padding-top:10px;
	}



