﻿/*
	Dark Blue	587DB4
	Light Blue	C6D5DA
	Dark Tan	AFA979
	Light Tan	D8D7A7
	Dark Gray	66665E
*/

body {
	margin: 0;
	padding: 0;
	background: #D8D7A7 url(images/TopBkgd.jpg) repeat-x left top;
	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	color: #66665E;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #66665E;
}

h1 { 
	font-size: 24px;
	text-transform: uppercase;
}

h2 { 
	font-size: 18px;
}

h3 { 
	text-transform: uppercase;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align:left;
}

ul, ol { }

a { 
	color: #587DB4;
	text-decoration:none;
}

a:hover { 
	text-decoration: none;
	color: #AFA979;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { 
	display: none;
}

#wrapper {
}

/** LOGO **/

#logo {
	width: 850px;
	height: 225px;
	margin: 0 auto;
	padding-left: 50px;
	background: url(images/PHSLogo_blue.jpg) no-repeat center top;
}

/** HEADER **/

#header {
	width: 900px;
	height: 45px;
	margin: 0 auto;
	background: url(images/MenuBar.jpg) no-repeat left top;
}

/** MENU **/

#menu {
	float: left;
	width: 859px;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url('images/MenuListItem.gif') no-repeat left 20px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #D8D7A7;
}

#menu .current a {
	height: 15px;
	background: #D8D7A7;
	color: #66665E;
}

/** CONTENT **/

#content {
	width: 840px;
	margin: 0 auto;
	padding: 10px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 6px #587DB4 solid;
}

/** LEFT **/

#left {
	float: left;
	width: 570px;
}

.main {
	margin-bottom: 25px;
}

.main .title {
	height: 30px;
	color: #42423E;
	text-transform: uppercase;
	padding-top: 10px;
}

.main .title a{
	color: #42423E;
}

.main .caption {
	margin-top: -5px;
	padding: 2px 30px 2px 0px;
	border-bottom: 1px #AFA979 dotted;
	font-family: Helvetica, Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #587DB4;
}

.main .caption span {
	display: block;
	margin-top: -5px;
}

.main .entry {
	padding: 5px 0;
}

.main ul{
	list-style:none;
}

.main li{
	line-height: 180%;
	padding-left:22px;
	background: url(images/BallBulletWhite.jpg) no-repeat left;
}

.center{
	text-align:center;
}

.comments{
	text-align:center;
	font-style:italic;
	padding-bottom:5px;			
}
/** RIGHT **/

#right{
	float: right;
	width: 230px;
	padding: 0 5px 0 15px;
	background-color: #D8D7A7;
	/*border: 4px #587DB4 dotted;*/
}

#right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#right li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#right li ul {
}

#right li li {
	margin: 0;
	padding-left: 21px;
	background: url(images/BallBullet.jpg) no-repeat left -1px;
}

#right li li a {
	text-decoration: none;
}

#right li li a:hover {
	color: #AFA979;
}

#right h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 5px 5px 2px 5px;
	border-bottom: 1px #AFA979 dotted;
	color: #587DB4;
}

#right p {
	line-height: 200%;
	margin: 0 5px 0 0;
}

/** FOOTER **/

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}

#footer a {
}
