/* CSS Document Build for */
/*______________________________________Globals*/
body{
	background:url('../images/content-bg.jpg') repeat-x;
	background-color:#f4f4f4;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
}
a{
	color:#ff0000;
}	
p{padding:5px;}
h1{
	padding:5px;
}
	h2{
		text-align:center;
	}
#container{
		width:850px;
		background:url('../images/page-bg.jpg') repeat-y;
}
#page{
	width:760px;
	margin:0px;
	}
/*______________________________________Nav*/
#nav{
	height:77px;
	background:url('../images/header-nav.jpg') repeat-x;
	border-right:1px solid #ff0000;
	overflow:hidden;
	}
	#logo{
		float:left;
		width:200px;
		height:50px;	
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#ffffff;
		font-size:30px;
		margin:10px 10px;
	}
		#logo a{
			color:#ffffff;
			text-decoration:none;
		}
		.navlink{
			color:#ffffff;
			border-left:1px solid #ffffff;
			width:100px;
			height:77px;
			padding-top:20px;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-variant:small-caps;
			font-weight:bold;
			text-align:center;
		}
			.navlink a{
				text-decoration:none;
				color:#ffffff;
			}
			.navlink a:hover{
				text-decoration:underline;
			}

#header{
	height:225px;
	background:url('../images/banner-bg.jpg');
	border-right:1px solid #ff0000;
	}
	#helper{
		width:90px;
		height:240px;
		background:url('../images/grayback.jpg') repeat-x;
		position:absolute;
		top:74px;
		left:760px;
	}
#trifold{
	height:85px;
	background:url('../images/tripple-section.jpg') repeat-x;
	border-right:1px solid #ff0000;
	
}
	.sectionLabel{
		float:left;
		margin:2px;
		margin-top:35px;
		width:247px;
		text-align:center;
	}
	.section{
		width:252px;
		height:473px;
		border-right:1px solid #ff0000;
		float:left;
		background:#ffffff;
		
	}
		.section p{
			padding:5px 10px;
		}
/*_______________________________________________Content*/
#content{
	background:#ffffff;
	padding-left:1px;
	}
		#pageContent{
			padding:20px;
			padding-left:18px;
			border-right:1px solid #ff0000;
			
		}
	/*_____________________current issues*/
	
		.pdfLink{
			width:200px;
			margin:10px 40px;
		}
			.pdfLink a{
				color:#ff0000;
				padding-bottom:5px;
				text-decoration:none;
			}
	/*___________________________Meet our staff*/
		.staffBlock{
			width:700px;
			padding-bottom:10px;
			border-bottom:1px solid #aaaaaa; 
			margin:10px;
		}
		.staffImg{
			border:1px solid #aaaaaa;
			padding:5px;
			margin:5px;
			float:left;
			text-align:center;
			font-weight:bold;
		}
			.staffImg img{
				display:block;
			}
			.staffBlock p{
				float:left;
				width:450px;
				padding-top:0px;
			}
			.preImg{
				width:208px;
				height:314px;
			}
		
	
	
	
	

/*______________________________________Credits*/
#footer{
	height:38px;
	background:url('../images/footer-bg.jpg');
	border-right:1px solid #ff0000;
	padding-top:15px;
	padding-right:5px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	}
		#footer a{
			color:#ffffff;
			text-decoration:none;
		}
/*_______________________________________________POP UP Credits*/
#creditsbody{
	border:1px solid #326e15;
	width:480px;
	font-family:"Arial", Helvetica, sans-serif;
	margin:5px auto 5px auto;	
	
	}
	#creditsbody a{
		text-decoration:underline;
		text-align:center;
	}
	#creditsbody p{
	font-size:12px;
	}
	#closecredit{
		background:#ffffff;
		text-align:center;
		font-size:12px;
		padding:5px;
		border-top:1px solid #326e15; 
	}
	
	
/*_______________________________________________misc*/
.clear{clear:both;}
.bold{font-weight:bold;}
.italic {font-style:italic;}
	
	

