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

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

body{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;	
	margin: 0px;
	padding: 0px;
	background-color: #C9B397;
}

a:link, a:visited, a:hover {
	color: #4f3323;
	text-decoration: none;
}

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

p{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;	
	margin-top: 0px;
	padding-top: 0px;
}

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

h1{
 	font-family: Arial,sans-serif;
 	font-size: 20px;
 	color: #a90056;
 	padding-top: 10px;
	padding-bottom: 25px;
	line-height: 22px;	
}

h2{
 	font-size: 14px;
 	padding-bottom: 0px;
	margin-bottom: 12px;
	color: #334d55;
	border-bottom: 1px #334d55 dotted;
}

h3{
 	font-size: 100%;
 	color: #334d55;
 	border-bottom: 1px #334d55 solid;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

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                                 */
/***********************************************/

#splashcontainer{
	border: 4px #a90056 solid;
	width: 350px;
}

#container{
	margin: 30px auto;
	padding: 0px;
	width: 800px;
	background-color: #faf8f2;
	border: 1px #a90056 solid;
	background-image:  url(images/pagebackground.gif);
	background-repeat: repeat-y;
}

#masthead{
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid #cccccc; */
	width: 100%;
}

/* #navBarImage{
	padding-top: 0px;
	padding-bottom: 0px;
} */

#navBar{
/*	margin: 0px 600px 0em 0px; */
	padding: 0px;
	background-color: #f4f2ec;
}

#content{
/*  float:right;
	width: 450px;
	margin: 0px;
	padding: 0em 0px 0em 0px;
	margin-right: 85px; */
	margin-top: 20px; 
}


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

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


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

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



#pageName{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: right;
}
/* 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" */

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

}

#pageName p{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
}




/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 0px;
white-space: nowrap;
height: 28px;
background-color: #a90056;
margin-top: 1px;
margin-bottom: 0px;
vertical-align: top;
}
/* '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: 50%;
	padding: 0px 4px 0px 0px;
	color: #ffffff;
}


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

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


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

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

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 5px 5px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
}

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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	padding-left: 265px;
	text-align: left;
}
/* 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 p{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

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

/* 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: 11px;
	text-align: left;
	background-color: #f2e6c9;
	padding-top: 0px;
	top: 1px;
	left: 1px;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
/*	padding: 2px 10px 20px 10px; */
	padding: 5px 10px 5px 20px;
	border-top: 1px solid #cccccc;
	width: 100%;
 	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 5px 10px 5px 20px;
	border-top: 1px solid #cccccc;
	width: 100%;
 	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:hover{
	padding: 5px 10px 5px 20px;
	border-top: 1px solid #cccccc;
	color: #fff;
	text-decoration: none;
	background-color: #4f3323;
	width: 100%;
 	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

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


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

#advert{
	padding: 20px 0px 0px 0px;
	font-size: 80%;
}

#advert img{
	display: block;
}

#advert p{
padding-left: 25px;
padding-right: 25px;
font-family: Times, "Times New Roman", serif;
font-size: 16px;
color: #334d55;
padding-top: 5px;
padding-bottom: 50px;
font-weight: normal;
line-height: 1.4em;
}

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

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

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

/*************** #mainMenu styles **************/

#mainmenu {
	font-size: 12px;
	padding: 5px 0px 0px 30px;
	background-color: #a90056;
	color: #CCCCCC;
}

#mainmenu a{
	color: #CCCCCC;
	padding-right: 1.0em;
	font-size: 0.9em;
	font-weight: bold;
}

#mainmenu a:link{
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#mainmenu a:visited{
}

#mainmenu a:hover{
	/* background-color: #b0cdf6; */
	color: #fff;
	text-decoration: none;
}

/************** bioimage style **************/

img.bioimage {
float: left;
border-right: 10px #ffffff solid;
padding-top: 5px;
padding-bottom: 4px;
}
