/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
}
p{ padding: 5px 0;}

a { outline: none;}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #0075b9;
	padding: 5px 0 0px;
}
h2 {
	font: italic normal 16px Arial, Helvetica, sans-serif;
	color: #d01f01;
	padding: 5px 0 5px;
}
#cur_projects { display: none;}
#cur_projects h2 {
	font: italic normal 16px Arial, Helvetica, sans-serif;
	color: #d01f01;
	padding: 8px 0 5px 35px;
	background: url(../images/icons/current_projects.gif) no-repeat 0px 0px;
}
.testimonials h2 {
	font: italic normal 16px Arial, Helvetica, sans-serif;
	color: #d01f01;
	padding: 8px 0 5px 35px;
	background: url(../images/icons/testimonials.gif) no-repeat 0px 0px;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #d01f01;
	padding: 0px 0 5px;
}

h5 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0px 0 5px;
}

#header {
	background: #ffffff;
	border-bottom: 1px solid #949494;
}

#hrd_in {
	padding: 10px 25px 0;
	width: 950px;
	height: 77px;
	margin: 0 auto;
}

.top_links {
	font: bold 12px Arial, Helvetica, sans-serif;
	float: right;
	display: none;
}


#main_nav {
	display: none;
}

#hrd_banner {
	display: block;
}
#ban_inside {
	display: block;
}

#ban_main {
	display: none;
}

#news {
	display: none;
}

#content_area {
	background: #ffffff;
}
.content {
	padding: 10px 0px 10px 0px;
	width: 650px;
}
.content_inside {
	padding: 20px 200px 20px 0px;
}

#right_col {
	width: 290px;
	position: absolute;
	margin: 20px 0 0 700px;
	display: block;
}

.blck_top {
	background: url(../images/blck_bg/lft_top.gif) no-repeat left top;
	padding-left: 7px;
}
.blck_top h6 {
	font: normal 5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/blck_bg/rgt_top.gif) no-repeat right top;
	height: 7px;
}
.blck_mid {
	background: #ffffff;
	border-left: 1px solid #94b7b7;
	border-right: 1px solid #94b7b7;
	padding: 3px 10px;
}
.blck_bot {
	background: url(../images/blck_bg/lft_bot.gif) no-repeat left bottom;
	padding-left: 7px;
}
.blck_bot h6 {
	font: normal 5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/blck_bg/rgt_bot.gif) no-repeat right bottom;
	height: 7px;
}

#cur_projects {
	display: none;
}
.testimonials {
	width: 290px;
	float: right;
	padding-top: 5px;
	display: none;
}


#sections {
	background: #e7ecec;
	border-top: 1px solid #949494;
	clear: both;
}
#sections_in {
	padding: 10px 25px 0;
	width: 950px;
	margin: 0 auto;
}

#footer {
	clear: both;
	font-size: 11px;
	color: #ffffff;
	background: #446c6d;
	border-top: 1px solid #ffffff;
}
#footer_in {
	padding: 15px 25px 10px;
	width: 950px;
	margin: 0 auto;
	/* min-height hack for ie6 */
	height: 80px;
}

#quick_links {
	display: none;	
}

#footer_links {
	width: 550px;
	float: left;
	height: 120px;
	text-align: center;
	line-height: 20px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#portfolio_links {
	display: none;
}
#footer ul{
	list-style: none;
}
#footer li{
	padding: 1px 1px 1px 1px;
}
#footer li{
	color: #ffffff;
	text-decoration: none;
	background: url(../images/arw_footer.gif) no-repeat 0px 4px;
	padding: 2px 2px 2px 15px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 3px;
}
.sections3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #787660;
	width: 210px;
	float: left;
	padding: 5px 10px 5px 0;
}
.testimonials .read_more {
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #a7a58d;
	text-align: right;
	border-top: 1px solid #ffffff;
}
.testimonials .read_more a {
	color: #ffffff;
	text-decoration: none;
	background: url(../images/arw_2.gif) no-repeat 0px 7px;
	padding: 3px 10px 3px 15px;
}
.read_more {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 5px 0;
}
.read_more a {
	color: #757474;
	text-decoration: none;
	background: url(../images/arw_1.gif) no-repeat 0px 7px;
	padding: 3px 10px 3px 15px;
}

.rgt_buttons {
	float: right;
	width: 210px;
	padding-left: 5px;
}
.rgt_buttons p{
	padding: 3px 0;
}

.right_menu ul {
	list-style: circle;
	margin-left: 20px;
}
.right_menu li {
	padding: 1px 1px 0px 10px;
}
.right_menu li a {
	color: #000000;
	padding: 4px 3px 4px 25px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #94b7b7;
}
.right_menu li a:hover {
	color: #d01f01;
}
.menu_main { display: none; }

.cl_both { clear: both; margin: 0; padding:0; }