/* CSS Document */
html, body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	color: #fff;
	margin: 0px;
	height: 100%;
}
p, h2, h3, ul, li {
	padding: 0px;
	margin: 0px;
}
#container {
	margin: auto;
	width: 800px;
}
#header {
	position: relative;
	height:210px;
}
#header img {
	border: none;
}
#builderCommunicator {
	position: absolute;
	top: 10px;
	right: 10px;
}
#nav {
	padding-right: 30px;
	list-style-type: none;
	position: absolute;
	top: 105px;
	right: 0px;
	font-size: 18px;
	font-stretch:expanded;
	font-weight:bold;
}
#nav li {
	display: inline;
	text-align: center;
}
#nav a {
	text-decoration: none;
	padding: 3px 10px;
	margin: 3px;
	color: #fff;
}
#nav a:hover {
	background-color: #D8251E;
}
#nav a.selected {
	background-color: #D8251E;
}
#sub_nav {
	list-style-type: none;
	position: absolute;
	top: 130px;
	right: 0px;
	width: 570px;
	font-size: 18px;
	font-stretch:expanded;
	font-weight:bold;
	background-color: #D8251E;
}
#sub_nav li {
	margin: 1px 425px 1px 1px;
	text-align: left;
}
#sub_nav li:first-letter {
	color: #666;
}
#sub_nav a {
	display: block;
	padding: 2px;
	margin: 1px;
	text-decoration: none;
	color: #999;
}
#sub_nav a:hover {
	color: #aaa;
	background-image: url(../images/transparency_20.png);
}
#sub_nav a.selected {
	background-color: #aaa;
}
#content {
	padding-top: 5px;
}
#content img {
}
#content p {
	margin: 5px;
	padding: 5px;
	font-size: 16px;
}
#content h2, h3 {
	text-align: center;
	margin: 5px;
}
#content h2 {
	background-color: #222;
	color: #fff;
	font-weight: normal;
}
#content h3 {
}
#content h4 {
}
#content a {
	text-decoration: none;
	color: #eee;
}
#content a:hover {
	text-decoration: none;
	color: #fff;
}
#contact_us_form {
	font-size: 11px;
	position: relative;
	margin: 5px;
	background-color:#111;
	padding-top: 5px;
}
.row {
	height: 25px;
	position: relative;
	margin: 3px;
}
.row a {
	position: absolute;
	left: 80px;
	vertical-align: middle;
}
.row label {
	position: absolute;
	right: 310px;
	vertical-align: middle;
	text-align: right;
}
.row input {
	position: absolute;
	left: 132px;
	vertical-align: middle;
}
.row textarea {
	position: absolute;
	left: 132px;
}
.row select {
	position: absolute;
	left: 233px;
	bottom: 7px;
}
.row div {
	position: absolute;
	right: 5px;
}
.row div label {
	position: static;
	margin-left: 5px;
}
.row div input {
	position: static;
}
.spacer { clear: both; height: 0px; }
.center { text-align:center; }
.required { color:#CC0000; font-size:80%; }
.message { color: #0D5F29; }
.success {
	background-color:#696;
	margin: 5px;
	padding:5px;
	font-size:14px;
	color:#fff;
}
.left {
	float: left;
	border: 1px solid #999;
	margin: 5px;
}
.middle {
	margin: 5px auto;
	border: thin solid #999;
}
.right {
	float: right;
	border: 1px solid #999;
	margin: 5px;
}
.none {
	display: block;
	clear: both;
}
.float {
	float: left;
	width: 170px;
	text-align: center;
	padding: 10px;
	margin: 5px;
	background-color: #222;
}

.testimonial {
	margin: 10px;
	padding: 0px;
}
.testimonial a {
}
.testimonial_image {
	float: left;
	width: 150px;
	padding: 5px;
	margin: 5px;
	background-color: #111;
}
.testimonial div {
	margin: 0px;
	padding: 0px;
}

#edit_content_form_right {
	font-size: 11px;
	position: relative;
	background-color:#eee;
}
#edit_content_form_right .row a {
	position: absolute;
	left: 70px;
	vertical-align: middle;
}
#edit_content_form_right .row label {
	position: absolute;
	right: 380px;
	text-align: right;
}
#edit_content_form_right .row div {
	position: absolute;
	right: 5px;
}
#edit_content_form_right .row div label {
	position: static;
	margin-left: 5px;
}
#edit_content_form_right .row div input {
	position: static;
}
#edit_content_form_right  select {
	position: absolute;
	left: 118px;
	bottom: 7px;
}

#footer {
	width: 800px;
	font-size: 12px;
	line-height: 16px;
	clear: both;
	padding-top: 10px;
	margin: 10px;
}
#footer a {
	color: #aaa;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footerNavigation {
	float: left;
	width: 400px;
	text-align: center;
}
#footerAddress {
	float: left;
	text-align:center;
	width: 400px;
}
#TeamBSEfooter {
	float: left;
	text-align:center;
}

/* Administrative Header */
#adminHeader {
	background-color: #fff;
	color: #666;
	padding: 3px;
	font-size: 11px;
	width: 800px;
	margin: auto;
}
#adminHeader select {
	font-size: 11px;
}
#adminHeader input {
	font-size: 11px;
}
#adminHeader form {
	display: inline;
	margin-left: 25px;
}
#adminLogin {
}
#adminLinks {
}
.editableContent p {
}
.edit_layout {
	text-align: center;
}
.edit_layout img {
	border: none;
}
.edit_layout a {
	border: none;
}
