/* 
  -----------------------------------
  BP-PP Interior Page - PMM Only
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	color: #333333;
	margin: 0;
	padding: 0;
}
#masthead {
	display:none;
}
body, #masthead {
	min-width: 770px;
}
#logodiv {
	display:none;
}
#layoutwrapper {
	width: 100%;
	margin: 0 auto;
	padding: 48px 0 0 0;
	background-color: #FFFFFF;
	border-bottom: 1px none #FFFFFF;
}
h1.topheading {
	font-size: 1.0em;
	font-weight: normal;
	color: #4A4A4A;
	width: 770px;
	margin: 0 auto;
	padding-bottom: 12px;
}
#columnwrapper {
	width: 770px;
	margin: 0 auto;
	background-image: url(images/p7bp_layout.gif);
	background-repeat: repeat-y;
}
#leftbox {
	display:none;
}
#leftboxcontent {
	color: #CCCCCC;
	padding: 0 16px 16px 16px;
	background-image: url(images/p7bp_photos_bigmoney.jpg);
	background-repeat: no-repeat;
	background-color: #444444;
	border-bottom: 1px solid #666666;
}
#mainbox {
	width: 550px;
	float: left;
	margin-left: 20px;
	border-bottom: 1px solid #333333;
}
#maincontent {
	border-top: 1px dotted #333;
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 20px 36px;
}
#maincontent p {
	margin: 6px 0 12px 0;
}
img.floatleft {
	float: left;
	margin: 0 12px 0 0;
}
.centered {
	text-align: center;
}
h2, h3 {
	font-size: 1.1em;
	letter-spacing: .3em;
	margin: 0;
	font-weight: bold;
}
h3 {
	margin-top: 30px;
	font-weight: bold;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#footerbox {
	width: 100%;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top: 1px none #AECBC9;
}
#footercontent {
	width: 770px;
	margin: 0 auto;
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 16px 0 20px 0;
}
.copyright {
	letter-spacing: 0.5em;
	font-weight: bold;
}
#footerindent {
	padding: 0 48px;
}
#footercontent a {
	color: #5C8989;
}
#footercontent a:hover {
	color: #333333;
}
#maincontent a {
	color: #003399;
}
#maincontent a:hover {
	color: #CC3300;
}
#p7PMnav {width: 198px;}
#p7PMnav ul {width: 196px;}
#p7PMnav ul a {padding: 3px 10px 3px 20px;}
#leftboxcontent a:link {
	color:#D6D6D6;
	text-decoration: none;
	}
#leftboxcontent a:visited {
	color:#D6D6D6;
	text-decoration: none;
	}	
#leftboxcontent a:hover {
	color:#E7B07A;
	text-decoration: none;
	}
#leftboxcontent a:active {
	color:#D6D6D6;
	text-decoration: none;
	}
.image-left {
	margin: 5px 10px 5px 5px;
	float: left;
	padding-right: 5px;
}
.float-right {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}
