/* 
Penn-Ohio stylesheet v1.0
2012-06-06
author:
James Dittrich
Youngstown Computer
330.259.7278
*/

body{
	font: 12px Arial, Helvetica, sans-serif;
	background: url('bg-left.png') 0% top repeat-y, url('bg-right.png') 100% top repeat-y;
}

p{
	padding: 10px;
}

tr{
	padding-top: 10px;
}

td{
	padding: 0px 0px 10px 20px;
}

/* page formatting elements */
.page-wrap{
	margin: 0px auto;
}

.page{
	width: 960px;
	margin: 0px auto;
}

.page-content{
}

.header, .main, .footer{
	box-shadow: 2px 2px 10px #000000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* page header */
/* employ Phark technique for SEO-friendly CSS image replacement */
/* light version */
.header{
	margin: 5px auto 0px auto;
	width: 960px;
	height: 190px;
	background: #fff;
	border-radius: 25px 25px 0px 0px; 
	-moz-border-radius: 25px 25px 0px 0px; 
	-webkit-border-radius: 25px 25px 0px 0px;
	border-top: 1px solid #000;
	border-bottom: none;
	color: #000;	
	max-height: 190px;
	padding: 0px;
}

.site-name{
	margin: 10px auto;
	color: #000; 
	width: 600px; 
	height: 130px;
	background: url("logo.png") top left no-repeat;
	text-indent: -9999px;
}

/* navigation styles */

.nav{
	margin: 0px auto;
	height: 40px;
	max-height: 40px;
	width: 960px;
	max-width: 960px;
	position: absolute;
	top: 160px;
	background: #004e85;
}

.nav ul{
	margin: 8px 6px 6px 6px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	vertical-align: center;
}

.nav ul li{
	display: inline;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 25px;
	border-right: 1px solid #fff;
}

.nav ul li:last-child{
	border-right: none;
}

.nav ul li a:link{
	color: #fff;
	text-decoration: none;
}

.nav ul li a:visited{
	color: #fff;
}

/* change this so that the current page has a link class to stay a fixed color */
.nav ul li a:hover{
	text-decoration: underline;
}

/* color for the link to the current, displayed page */
#current a{
	color: #fff;
}

/* page content styles */
.main{
	background: #fff;
	color: #000;
	width: 910px;
	padding: 50px 25px 50px 25px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.main h1{

}

.main table{
	margin-top: 20px;
	border: 1px solid #ccc;
}

.main table th{
	background: #ccc;
	color: #000;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

.main table tr{
	border: 1px solid #ccc;
}

.main table tr:nth-child(odd){
	background: #e0e0e0;
}

.main table tr:nth-child(even){
	background: #fff;
}

.main table td{
	border: none;
	padding: 3px;
}

.main h2{
	margin: 0px auto;
	text-align: center;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #004e85;
}

.main h3{
	text-align: left;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.main ul{
	list-style-position: inside;
}

.main ul li{
	margin: 5px 0px 5px 0px;
}

#purpose {
	width: 450px;
	padding: 15px;
	float: left;
}

#pic img{
	padding-left: 25px;
}

#profile {
	;
}

.photos{
	position: relative;
	height: 390px;
	background: #fff;
	margin-top: 25px;
	clear: both;
}

.img-container{
	width: 210px;
	padding: 10px 5px 30px 5px;
	margin: 0px 5px 10px auto;
	border: 1px solid #888;
	text-align: center;
	float: left;
}

.img-container p{
	margin: 0px auto;
	padding: 0px;
	color: #888;
}

.img-container img{
	width: 200;
	height: 150;
	margin: 0px auto;
}

#wh-left-col{
	float: left;
	width: 500px;
}

#wh-right-col{
	float: right;
	width: 300px;
	margin-left: 25px;
	clear: right;
}

#wh-right-col img{
	margin-bottom: 25px;
}

.blurb{
	background: #fff;
	color: #000;
	width: 270px;
	float: left;
	border: 1px solid #004e85;
	margin-top: 25px;
}

.blurb h3{
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
	background: #004e85
}

#col1{
	padding: 10px;
	margin-right: 15px;
}

#col2{
	padding: 10px;
	margin-right: 15px;
}

#col3{
	padding: 10px;
}

#facilities-photo{
	padding-top: 20px;
	margin: 0px auto;
	width: 506px;
}

#facilities-photo img{
	border: 3px solid #000;
}

/* footer styles */
.footer{
	clear: both;
	width: 920px;
	max-width: 920px;
	height: 130px;
	color: #fff;
	background: #004e85;
	padding: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	border-radius: 0px 0px 25px 25px; 
	-moz-border-radius: 0px 0px 25px 25px; 
	-webkit-border-radius: 0px 0px 25px 25px;
}

.footer-address{
	position: relative;
	clear: none;
	float: right;
	text-align: right;
	font-size: 10pt;
	color: #fff;
	margin: 0px;
	font: 14px bold Arial, Helvetica, sans-serif;
}

#address{
	max-width: 400px;
}

#gmap{
	float: right;
	position: relative;
	width:300px;
	height:300px;
	border: 3px solid #000;
	margin-bottom: 50px;
	margin-left: 25px;
}

