/***********************************************/
/* ncsa_archweek1                           */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size:18px;
	color: #333333;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #3333CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Schoolbook", "Bookman Old Style", "Times New Roman", serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 200%;
 color: #FFFAF0;
 margin: 30px 10px 15px 10px;
}

h2{
 font-size: 140%;
 color: #3333CC;
}

h3{
 font-size: 120%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: bold;
 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                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
	background-color: #B25E36;
}


#masthead a:link{
	color: #FFFF99;
	text-decoration: none;
}

#masthead a:visited{
	color: #FFFF99;
	text-decoration: none;
	
}

#masthead a:hover{
	color: #FFCC33;
	text-decoration: underline;
}



#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #FFFAF0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #333333;
}

/************* #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;
	font-size: 24px; 
}

.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;
}

.story h3{font-size:18px;}
.story h4 {font-size:14px;
	margin-top:10px;}

/************* #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;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; color:#333333;}
#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;
	font-weight:bold;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	font-weight:bold;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FBD9A2;
	padding: 2px 0px 2px 10px;
	font-weight:bold;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
		color: #3333CC;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}



/************** #contact styles **************/

#contact{
	margin: 15px 6px 6px 6px;
	padding: 10px 0px 2px 5px;
	font-size: 80%;
	border: 1px solid #191970;
	background-color: #FBD9A2;
}

#contact h3{
	color: #333333;
}

#contact p{
	padding: 1px 0px 1px 0px;
}

#contact a:link{
	color: #000000;
	text-decoration:underline;
}

#contact a:visited{
	color: #000000;
	text-decoration: underline;
}

#contact a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B25E36;
}

/************** #onthispage styles **************/

#onthispage {border:thin #333333 solid;
 background-color:#FBD9A2;}

/************** #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;
}

