/**********************************

BridgePoint
Main Screen Style Sheet

**********************************/



/* General Styles
===============================*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #838383;
	background: #171338 url(img/main_bg.jpg) no-repeat top center;
	padding-bottom: 35px;
	font: normal 100% Georgia, 'Times New Roman', serif; /* to convert fonts from pixels to ems divide by 16 */
	}
	
h1, h2, h3, h4 {
	color: #009e89;
	line-height: 22px;
	font-weight: normal;
	}
	
h1 {
	margin-bottom: 22px;
	font-size: 1.25em;
	}
	
h1 .subhead {
	color: #838383;
	font-size: .8em;
	}
	
h2 {
	margin-bottom: 18px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 1.0625em;
	}
	
h3 {
	margin-bottom: 5px;
	font-size: .9375em;
	}
	
p {
	margin-bottom: 18px;
	line-height: 22px;
	font-size: 13px;
	}
	
a {
	color: #1197b8;
	}
	
a:hover {
	color: #009e89;
	}
	
a img {
	border: 0;
	}
	
li a {
	text-decoration: none;
	}
	
#main ul, #main ol {
	margin: 0 0 22px 38px;
	font-size: 13px;
	}
	
#main li {
	margin-bottom: 13px;
	}
	
#main img {
	margin-bottom: 22px;
	border: 0;
	}


	
	
	
/* Header
===============================*/

#header {
	position: relative;
	margin: 0 auto;
	padding-top: 1px;
	width: 925px;
	}

#header h1 {
	display: block;
	margin: 25px 0 30px 35px;
	width: 190px;
	height: 86px;
	text-indent: -9999px;
	overflow: hidden;
	}

#header h1 a {
	display: block;
	background: transparent url(img/bp_logo.png) top;
	width: 190px;
	height: 86px;
	}
	
#header h1 a:hover {
	background: transparent url(img/bp_logo.png) bottom;
	}
	
	
	
/* Structure
===============================*/

#container {
	background: #fff url(img/big_top_wave.gif) no-repeat;
	margin: 0 auto;
	border: 5px solid #fff;
	width: 915px;
	min-height: 600px;
	}
	
#main {
	width: 600px;
	margin: 120px 0 70px 286px;
	}
	
#sub {
	float: left;
	margin-top: 120px;
	padding-left: 30px;
	width: 222px;
	}
	
#footer {
	clear: both;
	height: 8px;
	}
	
	
	
/* Main Navigation
===============================*/

#nav {
	position: absolute;
	top: 50px;
	right: 0;
	list-style: none;
	width: 21em;
	}
	
#nav li {
	color: #00ffdb;
	float: left;
	display: block;
	width: 50%;
	font-family: arial, sans-serif;
	font-size: .8125em;
	line-height: 1.5em;
	}
	
#nav li a {
	color: #fff;
	}
	
#nav li a:hover, #nav .selected a {
	color: #00ffdb;
	}
		
	
	
/* Sub Navigation
===============================*/

#sub ul {
	margin: 0 0 3em 1.25em;
	list-style-image: url(img/bullet_arrows.gif);
	font-size: 13px;
	}
	
#sub ul li {
	margin-bottom: 13px;
	}
	
#sub ul a {
	text-decoration: none;
	}

#sub .selected a {
	color: #009e89;
	font-weight: bold;
	}
	
	
	
/* Additional Styles
===============================*/

.diagram {
	position: relative;
	margin: 35px 0 22px 0 !important;
	}
	
.diagram dd {
	position: absolute;
	margin: 0 !important;
	font-size: 11px;
	line-height: 14px;
	}

.diagram ul {
	margin: 0 0 0 15px !important;
	padding: 0 !important;
	}
	
.diagram li {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 11px;
	}
	
#warning {
	float: right;
	background: #fff;
	margin: 10px;
	border: 2px solid #eef3f2;
	padding: 5px 15px;
	font-size: 12px;
	}
	
.clearer {	
	clear: both;
	height: 1px;
	}
	
	
/* About Page
===============================*/
	
#about #sub ul {
	list-style-image: url(img/bullet_human.gif);
	}
		
		
	
/* Home Page
===============================*/

#home #container {
	background: #fff url(img/home_wave.jpg) no-repeat;
	}
	
#home #main {
	float: left;
	margin: 400px 0 30px 0;
	padding-left: 30px;
	width: 550px;
	}
	
#home #sub {
	float: right;
	margin-top: 398px;
	padding-right: 30px;
	width: 275px;
	}
	
#home blockquote h1 {
	margin-bottom: 6px;
	font-size: 1.625em;
	font-style: italic;
	}
	
#home blockquote p {
	line-height: 26px;
	font-size: 1em;
	font-style: italic;
	}
	
#home .home-btn {
	background: #fff;
	margin-bottom: 25px;
	border: 2px solid #1197b8;
	padding: 2px;
	}
	
#home .home-btn a {
	display: block;
	color: #fff;
	background: #1197b8;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	}
	
#home .home-btn a:hover {
	background: #14b2d9;
	}
	
#home .home-btn:hover {
	border-color: #14b2d9;
	}

#home .forum {
	position: relative;
	border-top: double #e0e1e1;
	border-bottom: double #e0e1e1;
	padding: 15px 290px 15px 0;
	width: 260px;
	height: 105px;
	}
	
#home .forum h2 {
	margin-bottom: 7px;
	border: 0;
	}
	
#home .forum p {
	font-size: .8125em;
	margin-bottom: 5px;
	}

#home .forum form {
	position: absolute;
	top: 15px;
	right: 0;
	border-left: 1px solid #e0e1e1;
	padding-left: 14px;
	width: 260px;
	}
	
#home .forum .field {
	float: right;
	margin-bottom: 6px;
	width: 170px;
	height: 18px;
	}
	
#home .forum form label {
	float: right;
	padding-right: 5px;
	line-height: 20px;
	font-size: .75em;
	font-style: italic;
	text-align: right;
	}
	
#home .forum .submit-btn {
	float: right;
	clear: both;
	}
	
#home #sub img {
	border: 1px solid #1197b8;
	padding: 2px;
	}
	
#home #sub p {
	display: block;
	border: 1px solid #1197b8;
	border-top: 0;
	padding: 2px;
	
	}
	
#home #sub p a {
	display: block;
	color: #fff;
	background: #1197b8;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	}
	
#home #sub p a:hover {
	background: #14b2d9;
	}
	
#home .small-promo {
	background: #f9f9fa;
	margin: 25px 0 25px 0;
	border: 1px solid #e0e1e1;
	padding: 10px;
	font-size: 12px;
	}
	
#home .small-promo h3 {
	font-size: 13px;
	font-weight: bold;
	}
	
#home .small-promo p {
	border: 0 !important;
	padding: 0;
	margin: 0 0 7px 0;
	}
	
	
	
/* Contact
===============================*/

#contact #main {
	margin: 120px 0 0 30px;
	width: 600px;
	}
	
#contact #sub {
	float: right;
	margin: 120px 0 0 0;
	padding: 44px 30px 0 0;
	width: 222px;
	}

#main #contact-form {
	margin-bottom: 22px;
	}
	
#contact-form label {
	float: left;
	display: block;
	margin: 0 10px 0 15px;
	width: 90px;
	line-height: 18px;
	font-size: 13px;
	text-align: right;
	}
	
#contact-form input {
	margin-bottom: 15px;
	height: 18px;
	}
	
#contact-form .submit {
	margin: 22px 0 0 115px;
	height: 22px;
	}
	
	
	
/* Forum
===============================*/

#forum #main {
	margin: 120px 0 0 30px;
	width: 600px;
	}
	
#forum #sub {
	float: right;
	margin: 120px 0 0 0;
	padding: 44px 30px 0 0;
	width: 222px;
	}

#forum .feedback {
	color: #009e98;
	background: #eef3f2;
	border: 1px solid #a6d9d2;
	padding: 5px 0 4px 10px;
	}
	
#forum .error {
	color: red;
	background: #eee;
	border: 1px solid red;
	}


/* Listing */

#forum h2 {
	clear: both;
	margin-top: 50px;
	}

#forum .post {
	clear: both;
	margin-bottom: 25px;
	}
	
	
#forum .link-area {
	clear: both;
	background: #eef3f2;
	margin-top: -8px;
	padding: 2px 8px;
	height: 23px;
	}
	
#forum .file {
	float: left;
	margin: 0;
	}

#forum .links {
	float: right;
	margin: 0;
	}
	
	
/* Form */

#forum label {
	float: left;
	display: block;
	margin: 0 10px 0 15px;
	width: 130px;
	line-height: 18px;
	font-size: 13px;
	text-align: right;
	}
	
#forum input {
	display: block;
	margin-bottom: 15px;
	height: 18px;
	}
	
#forum select {
	display: block;
	margin-bottom: 15px;
	}
	
#forum textarea {
	display: block;
	margin-bottom: 15px;
	}
	
#forum .file {
	display: block;
	height: 22px;
	}
	
#forum .submit {
	margin: 25px 0 0 155px;
	height: 22px;
	}
	
	
/* User Table */

.user-table {
	margin-bottom: 20px;
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
	}
	
.user-table th {
	padding: 5px 8px;
	text-align: left;
	border-bottom: 1px solid #e0e1e1;
	}
	
.user-table td {
	padding: 5px 8px;
	border-bottom: 1px solid #e0e1e1;
	}
	
.user-table td.last {
	text-align: right;
	}
	
tbody tr.even td { /* Zebra Stripped */
	background: #f4f4f4;
	}
	
	