/* CSS Document */



/*	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

em {
	font-style: italic;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Globals
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

html, body {
	border:0;
	height: 100%;
	}

body {
  background:url('#') #fff repeat-x top;
  font:100%/1.4em verdana, tahoma, arial, sans-serif;
  text-align:center;
	}
	
body#members {
  background:url('') #fff repeat-x top;
  font:100%/1.4em verdana, tahoma, arial, sans-serif;
  text-align:center;
	}
	
a:link {
	color: #009966; 
	font-weight:bold;
	text-decoration: underline;
	}

a:visited {
	color: #009966; 
	font-weight:bold;
	text-decoration: underline;
	}

a:hover {
	background-color: #009966;
	color: #ffffcc; 
	font-weight:bold;
	text-decoration: none;
	}

/*	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Main Formatting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

h1 {
	font: bold 1.7em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	}

h2 {	
	color: #555;
	font: normal 1.7em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	margin:0;
	}

h3 {
	color: #777;
	font: normal 1.55em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	margin:0;
	}

p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
	}

blockquote {
	margin:22px 40px;
	padding:0;
	}

ul, ol {
 	list-style-type:none;
	padding:0 0 18px 40px;
	}

small {
	font-size:0.85em;
	}
	
strong {	
	font-weight: bold;
	}
	
img {
	border:0;
	}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
	}
	
hr { 
  text-align: center; 
  width: 90%; 
  height: 1px; 
  color: #ccc; 
  border: none; 
  margin: 0  auto  20px  auto; 
  }

html>body hr { 
  margin: 0  auto  20px  auto; 
  width: 90%; 
  height: 1px; 
  background-color: #ccc; 
  border: 0px solid #ccc; 
  }
	
.center {
	margin: 10px auto;
	text-align: center;
	}
		
.right {
	float: right;
	}
	
.left {
	float: left;
	}
	
.callto {
	border: 3px solid #ccc;
	background-color: #ffffcc;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	width: 300px;
	}
	
.callto a:hover, .callto a:active  {
	background-color: #ffffcc;
	}


/*	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

form {
	margin:0;
	padding:0;
	display:inline;
	}

input, select, textarea {
	font-size:1em;
	}

textarea {
	line-height:1.25;
	}

label {
	cursor:pointer;
	}

/*	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Site Formatting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

#header {
	background:url('../img/_img/bg-header.png') transparent repeat-x top center;
	color:#fff;
	font-size:.7em;
	margin:0;
  padding:0 15px 3px 15px;
	text-align:right;
	}
	

#header a:link, #header a:visited {
	color: #fff; 
	font-weight:normal;
	text-decoration: underline;
	}
	
#header a:active, #header a:hover {
	color: #fff; 
	font-weight:normal;
	text-decoration: none;
	}
	
#home-header {
	background:url('../img/_img/BPM-Logo-with-tagline.jpg') transparent no-repeat top ;
	height: 50px;
	margin:20px auto 0 auto;
	margin-top:2em;
	margin-bottom:2em;
  padding:5px 0 30px 0;
  padding-top:1em;
  padding-bottom:1em;
	text-align:right;
	width:820px; 
	}
	
#home-header a:active, #home-header a:hover {
	background-color: #fff; 
	}
	
#headline {
	margin:0 auto;
  padding:3px;

	text-align:center;
	width:475px; 
	}
	
#headline h1 { margin-top:.5em; margin-bottom: .5em; text-align:left;
font-size: 150%;
	color:#4F8487;
  }
	
#headline h2 { 
	color: #000;
	font-size:1.95em;
	font-weight: bold;
	margin: 30px auto 50px auto;
  }
	
#headline p { 
	color: #777; 
	font-size:1.1em;
	line-height: 1.4em;
	margin:20px;
  }
	
#subhead {
	margin:0 auto;
  padding:3px;
	text-align:center;
	width:800px; 
	}
	
#nav {
	background:url('../img/_img/bg-nav.png') transparent no-repeat bottom left;
	color: #555;
	font: bold 1em verdana, tahoma, arial, sans-serif;
	margin:0 auto;
	padding:55px 30px 15px 0;
	text-align: right;
	}
	
#nav ul {
  list-style-type: none;
  width: 100%;
  }

#nav .buttons li {
  float: right;
  }
	
#splash { 
	font-size: .9em;
  margin: 0 auto;
	padding:0;
	width: 850px;
	}
	
#splash-left { 
  float: left;
  margin: 0;
  padding: 0;
	text-align: left;
  width: 420px;
  }

#splash-right { 
  display: inline;
  float: right;
  margin: 0 0 0 -3px;
  padding: 0;
  position: relative;
  }
	
#splash ul {
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 0;
  }

#splash li {
  padding: 7px  10px  10px  28px;
  background-image: url('../img/_img/bullet.png');
  background-repeat: no-repeat;
  background-position: 0 .5em;
  }
	
#splash h2 { 
  margin: 0 0 15px 0;
  }
	
#splash #offer { 
	background:url('../img/_img/bg-offer.png') transparent no-repeat top left;
  height: 210px;
  margin: 0;
  padding: 25px 0 0 55px;
  width: 370px;
  }

#splash #offer a:hover,.buttons a:active {
  background-color: #ffffcc;
	}	

#sub-area { 
	font-size: .9em;
  margin: 20px auto;
	padding:0;
	width: 850px;
	}
	
#sub-area ul {
  list-style-type: none;
  margin: 0 15px 20px 25px;
  padding: 0;
  }

#sub-area li {
  padding: 6px  10px  10px  25px;
  background-image: url('../img/_img/bullet.png');
  background-repeat: no-repeat;
  background-position: 0 .5em;
  }
	
#sub-area-left { 
  float: left;
  margin: 0;
  margin-top:2.5em;
  padding: 0;
	text-align: left;
  width: 500px;
  }

#sub-area-right { 
  display: inline;
  float: right;
  margin: 0 0 0 -3px;
  padding: 0;
  position: relative;
	text-align: left;
  }
	
#sub-area h2 { 
  margin: 0 0 15px 0;
  }
	 	
#main {
	font-size: .9em;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align: left;
	width:820px; 
	}
		
#main #section {
	background:#fff;
	border-bottom: 1px solid #ccc;	
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;	
	margin:0 0 25px 0;
	padding:0 10px 0 10px;
	text-align: left;
	width: 778px;
  }
	
#main #section p {
	padding: 0 0 20px 0;
	}
	
#main #section p.more {
	font-size:0.8em;
	text-align: right;
	}

#main h2 {
	margin:20px 0;
	}
	
#main h3 {
	background:#fff url('../images/section-header.png') no-repeat bottom center;
	font-size:1.85em;
	height: 55px;
	margin:70px 0 0 0;
	padding:5px 0 0 75px;
	text-align: left;
	width: 725px;
	}	

#faq ul {
  list-style-type: none;
  margin: 0 0 0 5px;
  padding: 0;
  }

#faq li {
  padding: 7px  10px  25px  30px;
  background-image: url('../images/bullet.png');
  background-repeat: no-repeat;
  background-position: 0 .5em;
  }
	
#signup-box {
	background:url('../img/_img/bg-report-form.png') transparent no-repeat top center;
	height: 730px;
	margin: 0 auto;
	margin-top:2.5em;
  padding: 40px 40px 0 40px;
	width: 270px;
}

#signup-box p {
	font-size: .8em;
	margin: 0px;
	padding: 10px 0;
}

#signup-box hr {
	margin: 7px auto;
	width: 270px;
}


#signup-box p strong {
	font-size: 95%;
	font-weight:400;
	color:#4F8487;
}

#signup-box label {
	font: bold 1.3em verdana, arial, helvetica, sans-serif;
	color:#4F8487;
}

#signup-box p a:link {
	color:#4F8487;
}

#signup-box p a:hover {
	color:#ffffcc;
}

#signup-box .text-input {
	background: url('../images/bg-input-sm.png') #fff repeat-x left top;
	font: 1.3em verdana, arial, helvetica, sans-serif;
	color: #555;
	width: 250px;
	height:1.25em;
	display: inline;
	margin: 0;
	padding: 2px;
	padding-top:1px;
	border: 1px solid #4F8487;
	font-weight:400;
}

#enroll-box {
	background:url('../images/bg-enroll.png') transparent no-repeat top center;
	height: 500px;
	margin: 0 auto;
  padding: 40px 30px 0 30px;
	width: 270px;
}

#enroll-box p {
	font-size: .8em;
	margin: 0px;
	padding: 10px 0px;
}

#enroll-box hr {
	margin: 7px auto;
	width: 270px;
}

#enroll-box p strong {
	font-size: 120%;
	color:#4F8487;
}

#enroll-box label {
	font: bold 1.4em verdana, arial, helvetica, sans-serif;
	color:#4F8487;
}

#enroll-box p a:link {
	color:#4F8487;
}

#enroll-box p a:hover {
	background:url('') transparent no-repeat top center;
	color: #777; 
	font-weight:bold;
	text-decoration: none;
}

#enroll-box .text-input {
	background: url('../images/bg-input-sm.png') #fff repeat-x left top;
	font: 1.5em verdana, arial, helvetica, sans-serif;
	color: #555;
	width: 250px;
	display: inline;
	margin: 0;
	padding: 2px;
	border: 1px solid #4F8487;
}
	
#footer {
	background:url('../images/bg-footer.png') transparent repeat-x top center;
	clear:both;
	color: #777;
	font:0.7em verdana, tahoma, arial, sans-serif;
	margin: 0px auto;
	padding: 10px;
	text-align: right; 
	}
 
#footer a:link {
	color: #777; 
	font-weight:normal;
	text-decoration: underline;
	}

#footer a:visited {
	color: #777; 
	font-weight:normal;
	text-decoration: underline;
	}

#footer a:hover {
	background-color: #eee;
	color: #777; 
	font-weight:normal;
	text-decoration: none;
	}
