/* 
  -----------------------------------
  BP-PP Interior Page
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 105%;
	background-color: #000000;
	color: #dfd3da;
	margin: 0;
	padding: 0;
}
#masthead {
	background-image: url(images/p7bp_mastheadtile.jpg);
	background-repeat: repeat-x;
	background-color: #4A4A4A;
}
body, #masthead {
	min-width: 820px;
}
#logodiv {
	background-image: url(images/p7bp_topgraphic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#layoutwrapper {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-color: #000000;
	border-bottom: 2px #0f5859 solid;
	text-align: center;
}
h1.topheading {
	font-size: 1em;
	font-weight: strong;
	color: #ffffff;
	width: 820px;
	margin: 0 auto;
	padding-bottom: 12px;
	text-align: left;
}
#columnwrapper {
	width: 820px;
	margin: 0 auto;
	background-image: url(images/p7bp_layout.gif);
	background-repeat: repeat-y;
}
#leftbox {
	width: 200px;
	float: left;
	font-size: 0.75em;
	text-align: left;
	height: 450px
}
#mainbox {
	width: 600px;
	float: left;
	margin-left: 18px;
 background-color: #3b3439;
border-top: 1px #C51B4D solid;
border-left: 1px #C51B4D solid;
border-right: 1px #C51B4D solid; 
	height: 100%;
}
#maincontent {
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 20px 40px;
	text-align: left;
}
#maincontent p {
	margin: 6px 0 12px 0;
}
#maincontent h1 {
	font-size: 1em;
	font-weight: strong;
}


img.floatleft {
	float: left;
	margin: 0 12px 0 0;
}
.centered {
	text-align: center;
}
h2  {
	font-size: 1.2em;
	letter-spacing: .2em;
 color: #ffffff;
	margin: 0;
}
h3 {
font-size: 1em;
letter-spacing: .2em;
color: #9e949a;
margin: 0;
}
h3 {
	margin-top: 15px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#footerbox {
	width: 100%;
	margin: 0 auto;
	background-image: url(images/p7bp_footer.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top: 6px #0a3738 solid;
}
#footercontent {
	width: 820px;
	margin: 0 auto;
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 16px 0 20px 0;
}
.copyright {
	letter-spacing: 0.3em;
	font-weight: bold;
}
#footerindent {
	padding: 0 48px;
}
#footercontent a {
	color: #5C8989;
}
#footercontent a:hover {
	color: #333333;
}
.p7TPcontent a {
	color: #082d2d;
}
.p7TPcontent a:hover {
	color: #CCCCCC;
	background-color: #0a4848;
	text-decoration: none;
}
.smalltextwhite {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #ffffff;
}
#maincontent a {
	color: #8fd4ce;
 text-decoration: none; }
#maincontent a:hover {
	color: #75b0ad;
}
.p7TPpanel {margin: 24px 0 0 0;}
#p7PMnav {width: 198px;}
#p7PMnav ul {width: 196px;}
#p7PMnav ul a {padding: 3px 10px 3px 20px;}
.tabletext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: normal;
}
.hidden { display: none ; position: static; visibility: hidden}
