/*
colors for the site
GREEN #B2CC32
GREY #7F7F7F
ORANGE #CC4C32
DK BLUE #002F43
REG BLUE #3232CC
LT BLUE #3366CC
PINK #CC32B2


*/
body {
	margin: 0;
	padding: 0;
	background: #002F43;
	font: 12px/1.5em arial, sans-serif;
	color: #000000;
}
	
a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}
	
a:visited {
	color: #FFFFFF;
	border: none;
}
	
a:hover {
	color: #7F7F7F;
	border-bottom: 3px solid #B2CC32;
}

/* container for the header, nav, content and footer */
#container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 901px;
	background: #FFFFFF url(images/bcbc_bodybg.gif) repeat-y;
}

/* header */
#header {
	background: #002F43 url(../images/header_bg.png) no-repeat;
	width: 886px;
	height: 120px;
	padding-left: 15px;
	padding-top: 15px;
}

/* navigation area */
#navigation {
	background: #002F43 url(../images/navigation_bg.png) no-repeat;
	width: 851px;
	height: 34px;
	padding-left: 50px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#navigation .active a {
	color: #B2CC32;
	border-bottom: 3px solid #FFFFFF;
}

#p a {

                color: #B2CC32;

                font-weight:bold;

                text-decoration: none;

                border-bottom: none;

}

               

#p a:visited {

                color: #7F7F7F;

                border: none;

}

               

#p a:hover {

                color: #7F7F7F;

                border-bottom: 1px solid #7F7F7F;

}

#p {
	background: url(../images/content_bg.png) repeat-y;
	padding-left: 320px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 551px;
	height: auto;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
}

#p .welcome {
	background: url(../images/welcome_tag.png) no-repeat;
	width: 551px;
	height: 40px;
}

#p .about {
	background: url(../images/about_tag.png) no-repeat;
	width: 551px;
	height: 40px;
}

#p .services {
	background: url(../images/services_tag.png) no-repeat;
	width: 551px;
	height: 40px;
}

#p .projects {
	background: url(../images/projects_tag.png) no-repeat;
	width: 551px;
	height: 40px;
}

#p .contact {
	background: url(../images/contact_tag.png) no-repeat;
	width: 551px;
	height: 40px;
}

/* top of the content area */
#top {
	background: #002F43 url(../images/content_top_bg.png) no-repeat;
	width: 871px;
	height: 40px;
	padding-top: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #002F43;
}

/* bottom of the content area */
#bottom {
	background: #002F43 url(../images/content_bottom_bg.png) no-repeat;
	width: 871px;
	height: 37px;
	padding-top: 15px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

/* footer area */
#footer {
	background: #002F43 url(../images/footer_bg.png) no-repeat;
	width: 841px;
	height: 166px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px;
	vertical-align: middle;
}

#footer .f1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	width: 450px;
}

#footer .f2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	width: 275px;
}

.form {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#left {
	position: absolute;
	top: 265px;
	left: 30px;
	width: 275px;
	height: auto;
	font-style: italic;
	color: #7F7F7F;
}

#footer a {
	padding: 2px 5px;
	border: none;
	margin: 0;
}

#footer a:hover {
	background: #000;
	border: none;
}
