@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 16px;
	background-color: #1B5D93;
}

#header_wrapper {
	width: 100%;
	background-image:url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 150px;
	background-color: #fff;
}

#header {
	width: 960px;
	margin: 0px auto;
}
#logo {
	width: 192px;
	float: left;
	margin: 60px 0 0 0;
	padding: 0px;
	overflow: hidden;
}
#menu_wrapper {
	width: 384px;
	float: left;
	margin: 90px 0 0 0;
	padding: 0;
	overflow: hidden;
}


/* -------------------------------------------------- Menu System
*/


#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Oxygen", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 0;
	font-size: .9em;
	color: #FFF;
	width: 96px;
	height: 20px;
	text-align: center;
}
#p7menubar a.trigger {
	padding: 10px 0 10px 0;
}
#p7menubar li {
	float: left;
	width: 96px;
}
#p7menubar li ul, #p7menubar ul li  {
	width: 96px;
}
#p7menubar ul li a  {
	color: #000000;
	border-right: 0;
	padding: 10px 0 10px 0;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	padding: 4px;
	z-index: 5;
}
#p7menubar li ul li {
	border-bottom: 1px solid #CCC;
	padding-top: 6px;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active {
	color: #e4e4bb;
}
#p7menubar li.p7hvr a {
	color: #FFF;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #464646;
	background-color: transparent;
}
#p7menubar ul a:hover {
	color: #345aa6!important;
}
#p7menubar li {width: auto;}



#content_wrapper {
	width: 100%;
	background-color: #FFF;
	padding: 20px 0 20px 0;
	min-height: 400px;
}
#content {
	width: 960px;
	margin: 0px auto;
}


#content h1 {
	font-family: "Karla", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #355e92;
	font-weight: bold;
	margin: 0 0 .4em 0;
}
#content h2 {
	font-family: "Karla", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #355e92;
	font-weight: bold;
}

#content p {
	color: #4e4e4e;
	font-size: .9em;
	line-height: 1.55em;
	font-family: "Karla", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 1.6em 0;
}



#slideshow {
	width: 958px;
	height: 358px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	margin: 0 0 30px 0;
	position: relative;
}

.slide_buttons {
	width: 288px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}
div.service_slide {
	width: 82px;
	height: 82px;
	margin: 0 14px 14px 0;
	position: relative;
	overflow: hidden;
	float: left;
}
div.service_slide img {
	position: absolute;
	border: 0px;
}

.bmc_power {
	position: absolute;
	width: 300px;
	z-index: 10;
	bottom: 20px;
	left: 20px;
}

#column_7span {
	width: 652px;
	padding: 0 0 0 20px;
	float: left;
}
#column_3span {
	width: 258px;
	padding: 0 0 0 30px;
	float: left;
}

#social_media {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #355e92;
}
#social_media a {
	color: #355e92;
	text-decoration: none;
}
#social_media a:hover {
	text-decoration: underline;
}
#social_media .social_buttons {
	padding: 0 10px 5px 0;
}



ul.services {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 1em 1.2em;
	color: #4e4e4e;
	font-size: 0.9em;
	line-height: 1.6em;
	font-family: "Karla", "Trebuchet MS", Arial, Helvetica, sans-serif;
}



#footer_wrapper {
	width: 100%;
	height: 99px;
	overflow: hidden;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer {
	width: 960px;
	margin: 0px auto;
	padding: 20px 0 0 0;
}
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #e4e4bb;
}
#footer p.bold {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
#footer a {
	color: #e4e4bb;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8px;
	color: #6CF;
	margin: 8px 0 0 0;
	display: block;
	text-transform: uppercase;
}

small a {
	color: #6CF!important;
	text-decoration: none;
}

small a:hover {
	text-decoration: underline;
}



.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


table#ProjectPortfolio {
	width: 960px;
	border-collapse: collapse;
	border: 0px;
}
table#ProjectPortfolio .project_gutter {
	width: 40px;
}
table#ProjectPortfolio .project_column {
	width: 460px;
}
table#ProjectPortfolio img {
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #fff;
	margin: 0 0 10px 0;
}

table#Services {
	width: 960px;
	border-collapse: collapse;
	border: 0px;
}
table#Services .service_gutter {
	width: 30px;
}
table#Services .service_column {
	width: 300px;
}
table#Services img {
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #fff;
	margin: 0 0 10px 0;
}


table#Credentials {
	width: 960px;
	border-collapse: collapse;
	border: 0px;
}
table#Credentials .credentials_gutter {
	width: 30px;
}
table#Credentials .credentials_column {
	width: 300px;
}
table#Credentials img {
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #fff;
	margin: 0 0 10px 0;
}
table#Credentials h2 {
	text-align: center;
	font-size: 1em;
	margin: 4px 0 16px 0;
}


table#references {
	width: 960px;
	border: 0;
	border-collapse: collapse;
}
table#references .references_gutter {
	width: 40px;
}
table#references img {
	border: 1px solid #ccc;
}

ul#contact_form {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
ul#contact_form li {	
	padding: 0 0 10px 0;
	display: block;
	clear: both;
	padding: 0 0 10px 0;
}
ul#contact_form label {
	font-family: "Karla", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	font-size: 1em;
	display: block;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	float: left;
}

input.form_text, textarea.form_text  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	display: block;
	width: 300px;
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
}
input.form_submit {
	margin-left: 110px;
}

span.form_required {
	color: #900;
}
span.small_titles {
	font-size: 80%;
}


div.slideshow_wrapper {
	width: 960px;
}

div.slideshow_stage {
	width: 576px;
	height: 424px;
	float: left;
}

div.slideshow_description {
	width: 354px;
	padding: 30px 0 0 30px;
	float: left;
	
}



