/* CSS Document */

/* Branding Bar Styles */

#brandingbarwrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

#brandingbar {
	margin: 0 auto;
	width: 993px;
}

/* Branding Bar Top Nav */

#topnav {
	background: #fff url('../images/p2_logo_new.gif') no-repeat left bottom;
	width: 956px;
	color: #666;
	margin: 0 auto;
	font-size: x-small;
	padding: 19px 0px 6px 7px;
	text-transform: uppercase;
}
#topnav a {
	color: #666;
	padding: 0 10px;
	margin-top: 10px;
	text-decoration: none;
}

#topnav a.first {
	padding-left: 32px;
}

#topnav a:hover {
	color: #cc0000;
}

#branding_bar {
	margin: -14px auto 0 auto !important;
	padding:0 !important; 
	width: 980px !important;	
}

#branding_footer {
	margin: 0 auto;
	padding: 10px 0 !important;
	width: 980px !important;	
	color: #666;
	font: 11px Arial, Helvetica, sans-serif;	
}

/* Page Styles */

body{
	font-family: Arial,sans-serif;
	color: #777779;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
 	line-height: 120%;
 	margin: 0 auto;
	background-color: #dbddca !important;
}

a {
	color: #777779;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}

/* Top Nav Styles */


#navBar{
	float: left;
	width: 910;
	height: 84px;
	margin: 0px 0px;
	padding: 7px 35px 5px 35px;
	background-color: #9ac9cc;
}

/* NavBar link styles */
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.logo {
	float: left;
	padding: 19px 85px 0px 0px;
}

/* #SectionLinks styles */

#sectionLinks{
	float: right;
	margin: 8px 0 0 0;
	padding: 0px 0px 2px 0px;
	font-size: 85%;
	width: 300px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	color: #42210b;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
}

#sectionLinks a:hover{
	background-color: #ccc;
	text-decoration:none;
}

/* Header Styles */

h1 {
	font-size: 150%;
	color: #663311;
	padding: 12px 2px 6px 2px;
	margin: 0px;
}

h2 {
	font-size: 150%;
	color: #663311;
	margin: 0px;
	padding: 16px 6px 2px 6px;
}

h3 {
	font-size: 110%;
	color: #663311;
	margin: 0px;
	padding: 0px 6px 2px 6px;
}

br.clear {
	clear: both;
}

/* Main Video Content */

#container {
	width: 980px;
	margin: 12px auto 0 auto;
	background-color: #ebeddf;
}

#player {
	width: 504px;
	float: left;
	padding: 12px 33px 18px 33px;
	margin: 0px;
}

#flashvideo {
	width: 500px;
	padding: 0px 2px 7px 2px;
}

#player p{
	font-family: Arial,sans-serif;
	color: #777779;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
 	line-height: 130%;
 	margin: 0 auto;
}
#playerbuttons {
	width: 504px;
	float: left;
	padding: 0px 0px 0px 0px;
}

/* Right Nav */

#rightcolumn {
	width: 375px;
	float: right;
	padding: 12px 35px 18px 0px;
	margin: 0px;
}

#selectbox {
	width: 343px;
	background-color: #dbddca;
	float: right;
	padding: 18px 16px 18px 16px;
	margin: 0px;
}

#rightcolumn p {
	font-family: Arial,sans-serif;
	color: #777779;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
 	line-height: 120%;
	margin: 0px 4px 0px 4px;
}

/* Share This Feature */

div.sharebox {
	width: 343px;
	float: right;
	padding: 18px 16px 18px 16px;
	margin: 0px;
}
div.sharebox li {
	size: 20%;
	line-height: 200%;
}
div.sharebox ul {list-style: none; margin: 0 4px 0px 4px; padding: 0;}

div.sharebox a {
	margin-left: 5px;
	padding-left: 26px;
	line-height: 200%;
	text-decoration: none;
}

div.sharebox a.foot-stumble {
	background: url(../images/share_stumble.gif) no-repeat 0 50%;
}
div.sharebox a.foot-digg {
	background: url(../images/share_digg.gif) no-repeat 0 50%;
}
div.sharebox a.foot-facebook {
	background: url(../images/share_facebook.jpg) no-repeat 0 50%;
}
div.sharebox a.foot-delicious {
	background: url(../images/share_delicious.jpg) no-repeat 0 50%;
}
div.sharebox a.foot-hugg {
	background: url(../images/share_hugg.jpg) no-repeat 0 50%;
}


/* Footer */

#footerbar {
	margin: 0 auto;
	padding:0;
	width: 990px;
}


