/* 
  -----------------------------------
  PMM PagePack Plus(TM) Style Sheet
  by Project Seven Development
  www.projectseven.com
  Anderssen Jones
  Intro Page CSSP
  -----------------------------------
*/
body {
	background-color: #2B2827;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 24px 0;
	padding: 0;
	background-image: url(../images/bgBottom.jpg);
	background-position: 0px 670px;
	background-repeat: no-repeat;
}
#masthead {
	background-color: #2B2826;
	background-image: url(../images/bms-logo.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 100%;
	margin-bottom: 10px;
	background-position: 20px -2px;
}
#pagewrapper {
	background-color: #2C2825;
	background-image: url(../images/bgTop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 60px;
	height: 680px;
	width: 100%;
}
h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 3px;
}
#c1, #c2, #c3, #c4 {
	float: right;
	width: 180px;
	margin-right: 6px;
	border: 2px solid #262863;
	background-image: url(../images/colBgTransWt.png);
	background-repeat: repeat-y;
	height: 590px;
	line-height: 1.5em;
}
#c4 {
	margin: 0;
}
#layoutwrapper {
	width: 754px;
	margin: 0 auto;
}
.columntext {
	font-size: 12px;
	padding: 12px;
}
.columntext p {
	margin: 6px 0 8px 0;
	line-height: 1.4em;
}
.pictureprgh {
	text-align: center;
	margin: 0;
}
.brown {	color: #A8A89F;
}
h2 {
	margin: 0;
	font-size: 14px;
	padding: 6px 12px;
	color: #333333;
	font-weight: normal;
}
h3, h4 {
	margin: 0 0 5;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
#footer {
	border-top: 4px solid #000000;
	font-size: 10px;
	margin-top: -1px;
	color: #FFFFFF;
	padding-top: 6px;
}
#footertext {
	margin: 0 auto;
	width: 746px;
}
.columnlinks {
	margin: 0 0 20px 0;
	padding: 0;
}
.columnlinks li {
	list-style-type: none;
}
.columnlinks a {
	text-decoration: none;
	border-bottom: 1px dotted #E4E4E4;
	color: #637194;
	padding: 2px 0;
	display: block;
}
.columnlinks a:visited {
	color: #637194;
}
.columnlinks a:hover, .columnlinks a:active, .columnlinks a:focus {
	color: #333366;
	border-bottom: 1px solid #FFFFFF;
}

#p7PMnav {
	border-bottom: 1px solid #666666;
	border-right: 0;
	border-left: 0;
	width: 100%;
	font-size: 12px;
}
#p7PMnav a, #p7PMnav a:hover, #p7PMnav .p7PMon {
	border: 0;
}
#p7PMnav ul {
	width:13em;
}
#toolTip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10% 20px 10px;
	height: 60px;
	width: 130px;
	background-position: 0px 0px;
	background-color: #413E3A;
	border: 1px solid #282826;
}
/*border mark up*/

#top, #bottom, #left, #right {
	position: fixed;
	}
#left, #right {
	top: 0;
	bottom: 0;
	width: 88px;
		}
#left {
	left: 0;
	background-image: url(../images/left2.png);
	background-repeat: repeat-y;
	background-position: left center;
}
#right {
	right: 0;
	background-image: url(../images/right2.png);
	background-repeat: repeat-y;
	background-position: right center;
}

#top, #bottom {
	left: 0;
	right: 0;
	height: 88px;
		}
#top {
	top: 0px;
	background-image: url(../images/top2.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#bottom {
	bottom: 0px;
	background-image: url(../images/bottom2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
