/* 
  -----------------------------------
  BP-PP Interior Page - Basic
  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 {
	background-image: url(../assets/p7bp_mastheadtile.jpg);
	background-repeat: repeat-x;
	background-color: #4A4A4A;
}
body, #masthead {
	min-width: 770px;
}
#logodiv {
	background-image: url(../assets/p7bp_topgraphic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#layoutwrapper {
	width: 100%;
	margin: 0 auto;
	padding: 48px 0 0 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #333333;
}
h1.topheading {
	font-size: 0.7em;
	font-weight: normal;
	color: #4A4A4A;
	width: 770px;
	margin: 0 auto;
	padding-bottom: 12px;
}
#columnwrapper {
	width: 900px;
	margin: 0 auto;
	background-image: url(images/p7bp_bck900.gif);
	background-repeat: repeat-y;
}
#leftbox {
	width: 200px;
	float: left;
	font-size: 0.75em;
}
#leftboxcontent {
	color: #CCCCCC;
	padding: 0 16px 16px 16px;
	background-image: url(../assets/bigpens-01-280w.jpg);
	background-repeat: no-repeat;
	background-color: #444444;
	border-bottom: 1px solid #666666;
}
#mainbox {
	width: 673px;
	float: left;
	margin-left: 20px;
}
#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: 1em;
	letter-spacing: .3em;
	margin: 0;
}
h3 {
	margin-top: 30px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#footerbox {
	width: 100%;
	margin: 0 auto;
	background-image: url(../assets/p7bp_footer.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top: 1px solid #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;
}
#p7nav, #p7nav ul {
	margin: 0;
	padding: 0;
	width: 198px;
}
#p7nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #D3E8E9;
	background-image: url(images/p7bp_pmmover.jpg);
	background-repeat: repeat-x;
}
#p7nav ul li {
	background-color: #EFC4B4;
	background-image: url(images/p7bp_pmmsubmark.jpg);
}
#p7nav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
	border-color: #333333;
	border-top: 0 !important;
}
#p7nav a {
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	color: #ABABAB;
	line-height:1.25em;
	background-color: #4c4c4c;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #414141;
}
#p7nav ul a {
	padding: 3px 10px 3px 24px;
	color: #999999;
}
#p7nav a:hover, 
#p7nav a:focus, #p7nav .p7PMon {
	background-color: #333333;
	color: #999999;
	letter-spacing: 0.01px;
	border-color: #000000;
}

/* ------ the current page marker style ------ */
#p7nav .p7mark {
	color: #333333!important;
	background-color: transparent!important;
	font-weight: normal;
	letter-spacing: 0.1em!important;
	border-color: #000000;
}
.image-left {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
.txt-nnotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #434343;
}
.txt-notes-brd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.4em;
	color: #333;
	padding-left: 4px;
	border-left: thin solid #666;
}

.txt-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #6E6E6E;
	border-left: thin dotted #70D6C9;
	margin-right: 50px;
	margin-left: 50px;
	padding-right: 20px;
	padding-left: 10px;
	width: 75%;
}
