@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	font-family:helvetica;
	font-size:14px;
	line-height:18px;
}

h2{
	font-size:18px;
	margin:15px 0px;
	padding:0px;
}

strong{	font-weight:bold; }

.hide{ display:none; }

p.indent{
	text-indent: 15px;
}

input{
	padding:4px;
	font-size:14px;
	color:#484848;
	border:1px solid #666;
}

input:hover{
	background:#FFF3F3;
	border:1px solid #dcafaf;
}

textarea{
	padding:4px;
	font-size:14px;
	color:#484848;
	border:1px solid #666;
}

textarea:hover{
	background:#FFF3F3;
	border:1px solid #dcafaf;
}

a{
	color:#b47b7b;
	text-decoration:none;
}

a:hover{
	color:#dcafaf;
	text-decoration:none;
}

/* 
-	HEADER AREA CSS	-
*/
#header_wrapper{
	width:100%;
	background:url(../images/header_bg.png) repeat-x top;
}

#navbar{
	width:950px;
	margin:auto;
	padding-top:20px;
}

#navbar a{
	font-size:16px;
	color:#666;
	text-decoration:none;
	padding:5px;
	margin:0px 20px;
}

#navbar a:hover{
	color:#999;
}

#photo{
	width:468px;
	height:347px;
	position:absolute;
	top:-30px;
	left:50%;
	margin-left:70px;
	z-index:1;
}

#logo{
	width:950px;
	margin:30px auto;
}

#success{
	width:100%;
	background-color:#9BBF8A;
	border-bottom:3px solid#060;
	color:#060;
	font-size:18px;
	font-weight:bold;
	padding:25px;
	display:none;
}

#success_text{
	position:relative;
	left:50%;
	margin-left:-500px;
}


/* 
-	CONTENT AREA CSS	-
*/
#content_wrapper{
	width:100%;
	height:auto;
	padding:40px 0px;
	background:#484848;
	color:#FFF;
}

#content_bottom{
	clear:both;
	height:1px;
	width:100%;
}

#body{
	width:950px;
	margin:auto;
}

#body_right{
	width:700px;
	float:right;
}

#body_right h1{
	color:#b47b7b;
	font-weight:normal;
}

#body_right h1 span{
	color:#dcafaf;
}

#side_bar{
	width:200px;
	float:left;
}

#side_bar h3{
	color:#b47b7b;
}

#side_bar h3 span{
	color:#dcafaf;
}

img.about_photo{
	margin:0px 0px 0px -25px;
}

img.service_area{
	margin:-5px 5px 0px -7px;
}

li.list{
	height:15px;
	width:auto;
	list-style:circle;
}

.services_float{
	float:left;
	width:220px;
	border-right:1px solid #444;
}

div.forced_list{
	width:200px;
	background:url(../images/bullet_arrow.png) no-repeat;
	background-position:0px 6px;
	padding:2px 0px 2px 10px;
}


/* 
-	INFO BAR AREA CSS	-
*/
#info_bar_wrapper{
	width:100%;
	height:184px;
	padding:10px 0px;
	padding-top:5px;
	clear:both;
	background:url(../images/info_bar_bg.png) repeat-x;
}

#info_bar_content{
	width:950px;
	margin:auto;
}

#info_bar_left_box{
	float:left;
	width:500px;
}

#testimonial_wrapper{
	width:100%;
	padding-top:5px;
	color:#FFF;
	background:url(../images/quote_start.png) no-repeat 0 0;
}

#testimonial_wrapper blockquote{
	text-indent:10px;
}

#testimonial_end_quote{
	background:url(../images/quote_end.png) no-repeat 100% 100%;
	height:100%;
}

#info_bar_contact_box{
	width:400px;
	float:right;
	color:#FFF;
	font-size:14px;
}

#info_bar_contact_box span{
	text-align:right;
	font-weight:normal;
}

/* 
-	FOOTER AREA CSS	-
*/
#footer_wrapper{
	width:950px;
	margin:auto;
	padding:20px 0px;
}

#footer_info{
	color:#ACACAC;
	font-size:12px;
	margin-top:30px;
}

#footer_wrapper a{
	color:#b47b7b;
	text-decoration:none;
}

#footer_wrapper a:hover{
	color:#dcafaf;
	text-decoration:none;
}


/* 
-	BUTTON SPRITES CSS	-
*/
a.npda{
	width:77px;
	height:60px;
	display:block;
	border:none;
	float:left;
	background:url(../images/npda_sprite.png) top no-repeat;
}

a.npda:hover{
	width:77px;
	height:60px;
	display:block;
	border:none;
	float:left;
	background:url(../images/npda_sprite.png) bottom no-repeat;
}

a.bbb{
	width:157px;
	height:60px;
	display:block;
	border:none;
	float:left;
	margin-left:20px;
	background:url(../images/bbb_sprite.png) top no-repeat;
}

a.bbb:hover{
	width:157px;
	height:60px;
	display:block;
	border:none;
	background:url(../images/bbb_sprite.png) bottom no-repeat;
}

a.contact_button{
	width:157px;
	height:60px;
	display:block;
	border:none;
	float:left;
	background:url(../images/classy_button_contact.png) bottom no-repeat;
}

a.contact_button:hover{
	width:157px;
	height:60px;
	display:block;
	border:none;
	float:left;
	background:url(../images/classy_button_contact.png) top no-repeat;
}

a.w3c{
	width:75px;
	height:60px;
	display:block;
	border:none;
	margin-left:274px;
	background:url(../images/w3c.png) bottom no-repeat;
}

a.w3c:hover{
	width:75px;
	height:60px;
	display:block;
	border:none;
	background:url(../images/w3c.png) top no-repeat;
}