/* @override 
	http://lonepineschool.dev/css/lonepineschool.css
	http://lonepineschool.com/css/lonepineschool.css
	http://www.lonepineschool.com/css/lonepineschool.css
	http://prevedellohettick.dev/css/prevedellohettick.css
	http://www.prevedellohettick.com/css/prevedellohettick.css
*/

body, html {
	background: black;
	height: 100%;
	padding: 0;
	color: #808080;
	font: 13px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-style: normal;
	color: white;
	border: 1px solid #313131;
	border-left-style: none;
	border-right-style: none;
	margin-bottom: 30px;
	padding: 20px 20px 20px 2px;
}

h1.pagetop {
	text-align: center;
}

a {
	color: white;
}

a img {
	border-style: none;
}

div#header {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	border: 1px solid #b2b2b2;
	border-top-style: none;
	border-bottom-style: none;
	height: 204px;
}

div#messagearea {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	background: #dce9fa url(/images/message-area-bg.png) repeat-x;
	border: 1px solid #b2b2b2;
	padding-top: 12px;
	padding-left: 20px;
	font-size: 13px;
	padding-bottom: 11px;
}

div#mainimage {
	height: 452px;
	background: url(/images/ph-logo-big.jpg) no-repeat center;
	text-align: center;
}

/* @group Menu */

#menu {
	text-align: center;
}

#mainimage #menu {
	padding-top: 360px;
}

#menu.top {
	float: right;
	margin-top: 40px;
}

#menu a {
	display: inline-block;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #7e7e7e;
	padding: 2px 25px;
	text-decoration: none;
}

#menu a:hover  {
	color: #fcb81b;
}

#menu a.last {
	border-left: 1px solid gray;
}

#menu a.selected  {
	background: url(/images/menu-on.png) repeat-x 0 bottom;
	color: white;
}

/* @end */

div#content {
	margin-left: auto;
	margin-right: auto;
	background: black repeat-x;
	width: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#themessage {
	color: #7995fc;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-bottom: 30px;
}

div#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2px;
	font-size: 12px;
}

div#contentright {
	float: right;
	width: 20%;
	margin-left: 30px;
	height: 100%;
	padding-left: 30px;
	border-left: 1px dashed silver;
}

/* @group contact */

form#emailjohn,form#emailscott,form#emailliz,form#emailsean,form#emaillisa {
	padding-top: 20px;
	margin-left: -5px;
}

form#formemail textarea {
	width: 600px;
	height: 200px;
}

.contactname {
	font-size: 16px;
	color: #fccb1c;
}

table#contact {
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
}

table#contact td {
	vertical-align: top;
	border: 1px dotted #323232;
	border-top-style: none;
	border-right-style: none;
	padding: 20px;
}

table#contact td.left {
	border-left-style: none;
}

table#contact td.bottom {
	border-bottom-style: none;
}



/* @end */

.center {
	text-align: center;
}

img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img#phlogohorz {
	margin-bottom: 30px;
	margin-top: 10px;
}

/* @group Slideshow */

div#slideshowNavButtons {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align: center;
}

div#slideshow {
	font-size: 20px;
	text-align: center;
	width: 798px;
	height: 398px;
	overflow: hidden;
	border: 1px solid #6a6a6a;
	margin-left: auto;
	margin-right: auto;
}

div#slideshowTop, div#slideshowBottom {
	font-size: 20px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 62px;
}

div#slideshowNav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

a.slideNav {
	margin-right: 5px;
	margin-left: 5px;
	padding: 2px 5px;
}

div#slideshowNav a {
	text-decoration: none;
	font-size: 21px;
	color: #868686;
}

div#slideshow div {
    height: 280px;
	width: 100%;
}    


/* @end */

