/*****************************\

     STYLES FOR PWH, Inc.

\*****************************/


/*     PAGE LAYOUT: WHOLE PAGE    */

body {
	background-color: #26D;
	background-image: url(/_images/Template_Art/page_background.gif);
	background-attachment: fixed;
	margin: 0px;
	padding: 10px;
	text-align: center;
}


div#layoutSizer {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

div#pageLayout {
	margin: 0px;
	border: 3px solid #DB2;
	background-color: black;
}




/*     PAGE LAYOUT: HEADER    */

div#pageHeader {
	height: 100px;
	background-color: #159;
	background-image: url(/_images/Template_Art/banner.jpg);
	background-repeat: no-repeat;
}


div#pwhLogo {
	width: 264px;
	height: 100px;
	background-image: url(/_images/Template_Art/PWH_web_logo.jpg);
}


div#topNavbar {
	height: 35px;
	background-color: #CCC;
	background-image: url(/_images/Template_Art/top_navbar_background.gif);
	overflow: hidden;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	line-height: 33px;
}




/*     PAGE LAYOUT: MIDDLE     */

div#pageMiddle {
	background-color: black;
	padding: 4px 8px 8px 8px;
	min-height: 200px; /*height: expression('200px');*/
}


div#leftRegion {
	float: left;
	width: 122px;
	border: 1px solid #DB2;
}


div#rightRegion {
	float: right;
	width: 122px;
	border: 1px solid #DB2;
	min-height: 233px; /*height: expression('233px');*/
}


div#pageContentEdge {
	background-color: #F8F0D8;
	margin: 0px 128px 0px 128px;
	border: 1px solid #DB2;
	min-height: 233px; /*height: expression('233px'); */
}


div#pageContent {
	background-color: #F8F0D8;
	margin: 5px 15px 15px 11px;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	text-align: justify;
}




/*     PAGE LAYOUT: FOOTER     */

div#pageFooter {
	padding-top: 30px;
	background-color: #CCC;
	background-image: url(/_images/Template_Art/footer_background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}


div#footerNavbar {
	border: 1px solid gray;
	padding: 10px;
	margin: 0px 50px 0px 50px;
	line-height: 22px;
}


div#legalConcerns {
	height: 40px;
	margin: 10px 50px 0px 50px;
}


div#legalConcernsNavbar {
	float: left;
	text-align:left;
	width: 42%;
}


div#legalConcernsCopyright {
	float: right;
	text-align:right;
	width: 42%;
}



/*     NAVIGATION BAR BUTTONS     */

a.topNavbar {
	color: #159;
	text-decoration: none;
	font-weight: bold;
	margin-right: 8px;
}

a.topNavbar:hover {
	text-decoration: underline;
	color: #26D;
}

a.leftNavbar {
	display: list-item;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 0px 3px 0px 5px;
	line-height: 33px;
	color: white;
	background-color: #159;
}

a.leftNavbar:hover {
	color: #159;
	background-color: white;
}

a.footerNavbar {
	color: #159;
	text-decoration: none;
	font-weight: bold;
	margin:3px;
}

a.footerNavbar:hover {
	text-decoration: underline;
	color: #26D;
}




/*     PAGE CONTENT FORMATTING     */

h1 {
	margin-top: 0px;
}

h1,h3,h5 {
	color: #159;
	text-align: left;
}

h2,h4,h6 {
	color: #777;
	text-align: left;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 9px;
}


li {
	margin-bottom: 6px;
}

td {
	font-size: 14px;
}

th {
	font-size: 14px;
}

hr {
	width: 75%;
	clear: both;
	text-align: center;
}


a {
	color: #159;
}

a:hover {
	color: #26D;
}


strong.GameTitle {
	color: #159;
}

strong.ChangeNeeded {
	color: red;
	font-size: 133%;
	font-weight: normal;
}

div.Testimonial {
	margin: 7px;
	border: 1px dashed #DB2;
	padding: 5px 10px 5px 8px;
}

p#Subheadline {
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	color: black;
	text-align: left;
}

blockquote.TestimonialText {
	margin-right: 0px;
	margin-left: 0px;
}

cite.TestimonialAuthor {
	display: block;
	text-align: right;
}

span.PWH {
	font-weight: bold;
	font-family: Georgia, serif;
	font-style: normal;
	margin-right: .1em;
	margin-left: .1em;
	color: #159;
}
