@charset "UTF-8";

/* Start Basics - CSS */

* { margin:0; padding:0; }

body {
	background-color: #000000;
}

a:active, a:focus {
    outline: none;
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

img a {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.clear {
    height: 0px;
    clear: both;
}

.photo_edge {
	margin: 2px;
	padding: 2px;
	border: 3px solid #333333;
}

.photo_edge:hover {
	margin: 2px;
	padding: 2px;
	border: 3px solid #CCCCCC;
}

.right {
	float: right;
	margin: 10px;
	padding: 4px;
	border: 4px solid #333333;
}

.left {
	float: left;
	margin: 10px;
	padding: 4px;
	border: 4px solid #333333;
}

.fb_left {
	float: left;
	margin_right: 20px;
}

a {
	font-weight: bold;
	color: #88A4BD;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar_list {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	list-style: none;
}

.sidebar_list li {
	border-bottom:1px solid #333333;
	padding: 8px;
}

/* End Basics - CSS */


/* start of content */

#wrapper {
	width: 980px;
	margin: 0px auto;
}

#top_space {
	clear: both;
	float: left;
	height: 15px;
}

.slide_wrapper {
	width: 980px;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
}

#content {
	clear: both;
	float: left;
	width: 980px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #142585;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	margin-top: 25px;
	margin-bottom: 15px;
}

#content h2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #9AB2CB;
	text-decoration: none;
	padding-left: 15px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D4D4D;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #CCCCCC;
	padding: 3px;
}

#header {
	height: 120px;
	width: 980px;
	float: left;
	clear: both;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header #header_logoarea {
	float: left;
	width: 195px;
	height: 120px;
}

#header h1 a {
	height: 120px;
	width: 195px;
	text-indent: -5000px;
	display: block;
}

#nav {
	width: 459px;
	height: 33px;
	float: left;
	margin-top: 68px;
}

#nav ul {
	display: block;
	float: left;
	width: 459px;
	height: 33px;
	list-style: none;
	background: url(../images/nav_bg.jpg) no-repeat;
	background-position: 0px -5000px;
}

#nav ul li {
    display: block;
    float: left;
	height: 33px;
    text-indent: -10000px;
}

#nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#nav_home {
    width: 80px;
}

#nav_portfolio {
    width: 104px;
}

#nav_news {
    width: 168px;
}

#nav_about {
    width: 107px;
}

#nav_home a:hover {
    background: url(../images/nav_bg.jpg) no-repeat;
	background-position: 0px -33px;
}

#nav_portfolio a:hover {
    background: url(../images/nav_bg.jpg) no-repeat;
	background-position: -80px -33px;
}

#nav_news a:hover {
    background: url(../images/nav_bg.jpg) no-repeat;
	background-position: -184px -33px;
}

#nav_about a:hover {
    background: url(../images/nav_bg.jpg) no-repeat;
	background-position: -352px -33px;
}

#nav ul li ul {
	display: none;
	float: none;
	position: relative;
	top: 0px;
	width: 150px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#nav ul li:hover ul {
    display:block;
}

#nav ul li ul li {
	background-image: none;
	background-repeat: none;
	background-color: #666666;
	color: #ffffff;
	display: block;
	float: none;
	height: 23px;
	text-indent: 6px;
	padding-top: 4px;
}

#nav ul li ul li a {
    color: #ffffff;
    font: arial;
    font-size: 11px;
	font-weight: normal;
    height: 20px;
    text-indent: 6px;
    padding-top: 4px;
	text-decoration: none;
}

#nav ul li ul li a:hover {
	background-image: none;
	background-repeat: none;
	background-color: #9AB2CB;
	text-decoration: none;
	color: #333333;
}

#top_edge {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 178px;
	width: 980px;
}

#bottom_edge {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 38px;
	width: 980px;
	margin-bottom: 15px;
}

#content #content_infoarea {
	background-color: #0f0f0f;
	clear: both;
	float: left;
	width: 980px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#content #content_inner {
	width: 910px;
	margin-left: 35px;
	float: left;
}

.about_col01 {
	float: left;
	width: 360px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.about_col02 {
	float: left;
	width: 518px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bio_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}

.team_module {
	width: 360px;
	margin-bottom: 15px;
}

.tesimonial_box {
	width: 880px;
	padding: 10px;
	margin-bottom: 15px;
}


/* end of content */



/* start of footer */


#footer {
	clear: both;
	float: left;
	width: 980px;
}

#footer span {
	padding-right: 5px;
	padding-left: 5px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px;
}

#footer a {
	font-weight: bold;
	color: #88A4BD;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#footer #footer_left {
	float: left;
	width: 794px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#footer #footer_right {
	float: left;
	width: 186px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.logo_bd {
	background-image: url(../images/logo_bd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 39px;
	width: 186px;
	text-indent: -5000px;
	display: block;
}

.logo_bd a {
    background-image: url(../images/logo_bd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 39px;
	width: 186px;
	text-indent: -5000px;
	display: block;
}

.news_left {
	width: 250px;
	margin-right: 25px;
	float: left;
	margin-bottom: 25px;
}

.news_right {
	width: 600px;
	float: left;
	margin-bottom: 25px;	
}

.portfolio_results_left {
	width: 660px;
	margin-right: 25px;
	float: left;
	margin-bottom: 25px;
}

.portfolio_imagearea {
	width: 660px;
	float: left;
	margin-bottom: 15px;
}

.portfolio_results_right {
	width: 200px;
	float: left;
	margin-bottom: 25px;	
}

.portfolio_results_box {
	width: 180px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #1E1E1E;
	padding: 7px;
}


/* end of footer */




/* Form styling */

.form { }

.form p {
 padding-bottom:5px !important;
}

.form label {
 display: block;
 float: left;
 margin-right: 15px;
 padding-top: 2px;
 text-align: left;
 width: 100px;
}

.form input, .form textarea {
 
}

.form .submit input {
 margin-left: 185px;
 width:auto;
}

.form .checkbox {
 width: 15px;
}

.form .captcha img {
 margin-left: 165px;
}

.form .directions {
 text-align: left;
}

.success {
 color: #FFFFFF;
 font-weight: bold;
 padding-top: 30px;
 text-align: center;
}

.error {
 color: #ff0000;
 font-weight: bold;
 text-align: center;
}

/* Form styling */

