html,body {
	background:#2B2B2B url('/images/layout/2010/bg.jpg') center top no-repeat;
	height:100%;
}

/* HTML5 tags */
header,section,footer,aside,nav,article,figure {
	display:block;
}

header {
	height:139px;
}

h1#siteLogo {
	margin:0;
}

h1#siteLogo a {
	display:block;
	float:left;
	width:600px;
	height:112px;
	background:url('/images/layout/2010/pw_logo.png') no-repeat;
	text-indent:-99999px;
	margin:0;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#content {
	background:#FFF;
	padding-top:10px;
	/*height:100%;
	height:auto;*/
	min-height:550px;
	padding-bottom:140px;
	-moz-box-shadow:5px -10px 10px #000, -5px -10px 10px #000;
	-webkit-box-shadow:5px -10px 10px #000, -5px -10px 10px #000;
	box-shadow:5px -10px 10px #000, -5px -10px 10px #000;
}

footer {
	position:absolute;
	bottom:0;
	padding:20px 0 10px 150px;
	height:100px;
	width:100%;
	margin:auto;
	background:#BF1335;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F52A7B), to(#BF1335));
	text-align:center;
}

footer ul {
	list-style:none;
	float:left;
	margin-bottom:0;
}

footer li, footer a, footer a:visited {
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	text-shadow:-1px 0px 5px #4F0229;
	text-transform:uppercase;
	line-height:20px;
}

footer a:hover {
	text-decoration:none;
	text-shadow:-1px 0px 1px #4F0229;
}

ul#social {
	margin: 25px 45px 0 0;
	padding: 0;
	float:right;
	width: 285px;
	list-style: none;
}

ul#social li {
	float:left;
	margin:0;padding:0;
	possition:relative; /*--Important--*/
}

/* NAVIGATION
---------------------------------------------------------- */
nav {
	height:35px;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 35px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.tour {
	background: url(/images/layout/2010/tour_nav.png) no-repeat;
	width: 133px;
}
ul#topnav a.devo {
	background: url(/images/layout/2010/devo_nav.png) no-repeat;
	width: 146px;
}
ul#topnav a.downloads {
	background: url(/images/layout/2010/downloads_nav.png) no-repeat;
	width: 158px;
}
ul#topnav a.leaders {
	background: url(/images/layout/2010/leaders_nav.png) no-repeat;
	width: 181px;
}
ul#topnav a.about {
	background: url(/images/layout/2010/about_nav.png) no-repeat;
	width: 134px;
}
ul#topnav a.elist {
	background: url(/images/layout/2010/elist_nav.png) no-repeat;
	width: 112px;
}
ul#topnav a.home {
	background: url(/images/layout/2010/home_nav.png) no-repeat;
	width: 96px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 35px; left: 0;
	background: #FFE8A6; /*--Background gradient--*/
	padding: 5px 5px 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #000;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana,Helvetica,Arial;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
}
ul#topnav .sub ul li a:hover {
	color: #4F0229;
	background-position: 5px 12px ;/*--Override background position--*/
}

.video {
	margin-bottom:20px;
	background:#000;
	-moz-box-shadow:0px 10px 10px #000;
	-webkit-box-shadow:0px 10px 10px #000;
	box-shadow:0px 10px 10px #000;
}

.locations {
	float:left;
	width:200px;
}
.locations h3 {
	font-size:14px;
}

/* Content Blocks */
.homeTitlewrap {
	background:#1f2028 url('/images/layout/homeTitlebg.png');padding:10px;margin:20px 0px;
}

.homeTitlewrap h4 {
	text-transform:uppercase;color:#FF0066;margin:0;
}

.homeTitlewrap h2 {
	margin:0;
	color:#FFF;
}

.homeTitlewrap h2 a {
	color:#fff;text-decoration:none;
}

/* LEFT MENU */

#sidebar h3 {
	color:#FFF;
	font-family:Trebuchet MS, Arial;
	background:#333;
	padding:3px 4px 5px 4px;;
	line-height:16px;
	text-align:center;
	font-size:14px;
	margin:0px;
}
#sidebar p {
	padding-left:10px;
}
#ad {
	font-size:11px;
	line-height:15px;
	font-family:"Trebuchet MS";
	color:#666666;
	margin-bottom:20px;
	margin-left:10px;
}
#ad a {
	color:#333333;
	text-decoration:none;
}
#ad a:hover {
	color:#FF0066;
}

#sidebar ul{
list-style-type:none;
margin:0px 0 0 8px;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold; 

}
#sidebar li a {
background : url(../images/layout/2000/starbullet.gif) no-repeat left;
padding-left : 18px;
padding-bottom : 0;
text-decoration:none;
color:#000;
line-height:20px;
}
#sidebar li a:hover {
background : url(../images/layout/2000/starbullet_o.gif) no-repeat left;
padding-left : 18px;
padding-bottom : 0;
text-decoration:none;
color:#06F;
}

