@charset "utf-8";

/* CSS Document */

* { margin:0; }

a {
	text-decoration:none;
	outline:none;
}

a:link { color:#660000; }

a:visited { color:#660000; }

a:hover { color:#999966; }

a:active { color:#999966; }

body {
	background-image:url(../images/header/top-bar-bg.png);
	background-repeat:repeat-x;
	font-size:14px;
	color:#FFF;
}

#container {
	margin:0 auto;
	width:900px;
	overflow: hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header {
	background-image:url(../images/header/top-bar.png);
	background-repeat:no-repeat;
	width:900px;
	height:154px;
}

#header h1.logo { display:none; }

#header-logo {
	float:right;
	background-image:url(../images/header/bapc-logo.png);
	background-repeat:no-repeat;
	width:350px;
	height:94px;
	margin-top:50px;
}

#header-nav {
	float:left;
	margin:120px 0px 20px 0px;
	width:500px;
}

#header-nav ul {float:left; padding:0px;}

#header-nav li {
	float:left;
	margin-left:35px;
	margin-right:30px;
	list-style:none;	
}

#header-nav a {
	display: block;
	height:12px;
	text-transform:capitalize;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

/*--------------CONTENT-GENERAL----------------*/
#content {
	width:900px;
	overflow: hidden;
}

#content-left {
	float:left;
	width:198px;
	height:424px;
	background-color:#660000;
	padding:5px;
}

#content-mtop {
	float:left;
	width:670px;
	height:414px;
	background-color:#999966;
	margin-left: 2px;
	padding:10px;
}

#content-right {
	float:right;
	width:198px;
	height:424px;
	background-color:#999966;
	padding:5px;
}

/*--------------CONTENT-INDEX----------------*/
#content-left.index { }

#content-mtop.index {
	width:480px;
	height:300px;
	padding:0px;
	margin:0px 2px 2px 2px;
	background-color:#666;
}

#content-mbottom.index {
	float:left;
	width:470px;
	height:122px;
	background-color:#cccc99;
	margin:0px 2px 0px 2px;
	padding:5px;
}

#content-right.index li {
	list-style:circle;
	margin-left:-15px;
	margin-bottom:10px;
}

#content-mbottom.index span.index{float:left; margin:5px 0px 0px 15px; color:#333;}


/*--------------CONTENT-SERVICES----------------*/
#content-mtop.services a { color:#666; }

#content-left.services { background-color:#cccc99; }
#content-left.services span.services {float:left; margin:5px auto; color:#333;}
#content-left.services h2 {text-align:center;}


/*--------------CONTENT-PORTFOLIO----------------*/
/*#content-mtop.portfolio {
	width:118px;
	margin-left:0px;
	background-color:#ffffff;
	color:#000;
}
#content-mtop img.portfolio {margin:-10px 0px 0px -10px; padding:0;}*/

#content-mtop.portfolio a { color:#cccc99; }

#content-mtop.portfolio {
	width:880px;
	background-color:#ffffff;
	color:#999966;
	margin-left:0px;
	min-height:360px;
	height:100%;
}

h3.portfolio {font-size:12px; font-weight:bold; color:#333333;}

/*--------------CONTENT-CONTACT----------------*/
#content-mtop.contact {
	width:100%;
	margin-left:0px;
}

#content-mtop.contact a { color:#cccc99; }

#content-right.contact {
	width:268px;
	background-image:url(../images/contact-location.png);
	background-repeat:no-repeat;
	margin-left:2px;
}

span.required { color:#660000; }

span.required_small {
	color:#660000;
	font-size:10px;
}

#contact_form {
	float:left;
	width:325px;
	margin-left:20px;
}

#contact_form input {
	margin: 5px 0 10px;
}

#contact_details {
	float:right;
	text-align:left;
	width:255px;
}

/*--------------FOOTER----------------*/
#footer {
	margin: 10px auto;
	color:#666;
	font-size:13px;
	line-height: 1.8;
	text-align:center;
}

#footer-contact img {
	width:900px;
	height:30px;
	margin-bottom: 15px;
}

#footer a.img {
	float:left;
	margin-left:40px;
}

#footer a:link { color:#666; }

#footer a:visited { color:#666; }

#footer a:hover { color:#999966; }

#footer a:active { color:#999966; }

#footer img { border:0px; }

/*--------------------JQUERY BANNER------------------------*/
#banners2 img {
	border: none;
	display: block;
}

#banners2 { 
	margin: 0 auto;
	width: 480px;
	height: 300px;
	overflow: hidden;
}

#banners2 ul.banners, li.banners {
	list-style: none;
	padding: 0;
	margin: 0;
	
}
#banners2 li.banners {display: inline;
	float: left;}