body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#606060;	
	background: #336699 url(../images/bg.jpg) no-repeat top center;
}

/*** style for buttons ***/
.block_link_light{ color:#FFF; font-size:13px; display:block; padding:5px 10px; float:left; text-decoration:none; margin:10px 5px 0px 0px;}
.block_link_dark{ color:#000; font-size:13px; display:block; padding:5px 10px; float:left; text-decoration:none; margin:10px 5px 0px 0px;}
/*** style for links hover ***/
.block_link_light:hover,.block_link_dark:hover{ color:#FFF;}

/*** standard template colors for buttons etc. ***/
.dark_tempcolor{ background-color:#B32806;}
.light_tempcolor{ background-color:#FE3200;}
.white_tempcolor{ background-color:#FFF;}

a.dark_tempcolor:hover,a.light_tempcolor:hover,a.white_tempcolor:hover{ background-color:#000;}

/*** main template color ***/
.tempcolor{ color:#B32806;}
.black{ color:#000;}

/*** main colors for links ***/
a{ color:#FC3200; text-decoration:none;	}
a:hover{ color:#000000;	text-decoration: none; }

/********************************************************************************************** LOGO DIV IMAGE */

#logo{
	display:block;
	width:384px;
	height:127px;
	position:absolute;
	top:0px;
	left:20px;
	background:left url('../images/logo.jpg') no-repeat;
}
/* hire me button text color */
#menu a.hire-me{
	color:#FFF;
	}
#menu a.hire-me:hover{
	background-color:#000;
	color:#fff;
	}
/********************************************************************************************** HOME PAGE BANNER TEXT AREA STYLES */
#banner #text{	
	position:relative;
	font-size:24px;
	color:#FFF;
	display:block;
	width:415px;
	padding:20px 0px 0px 30px;
	font-weight:bold;
	}
#banner #text .big{
	font-size:72px;
	color:#FFF;
	font-weight:bold;
	}
/********************************************************************************************** POSTS LINK READ MORE TEXT COLOR */	
.post .entry_link{
	color:#FFF;
	}
/********************************************************************************************** PORTFOLIO IMAGE HOVER */	
#content_portfolio .project-box a:hover img{
	border:4px #FE3200 solid;
	}
	
/********************************************************************************************** CONTACT FORM SUBMIT BUTTON SYLES */
#commentForm input.submit { 
	display:block; 
 	background-color:#FE3200;
	color:#FFF;
	height:35px;
	padding:0px 10px 3px 10px;
	}
img, div { behavior: url(js/iepngfix.htc) }

h1{ font-size:30px; color: #FC3200}
h2{ font-size:24px; color: #FC3200}
h3{ font-size:24px;}
h4{ font-size:20px;}
h5{ font-size:16px;}
h6{ font-size:14px;}

small{
	font-size:12px;}

p{
	padding-bottom:20px;
	line-height:24px;
	}
small{
	font-size:11px;
	}
strong{
	font-weight:bold;
	}
i, em{
	font-style:italic;
}

#content ul, ol{
	position:relative;
	margin:10px 0px;
	}
#content ul li, ol li{
	padding:5px 0 0 5px;
	margin:0 0 0 30px;
	}
#content ul li{
	list-style-type:disc;
	}
#content ol li{
	list-style-type: decimal;
	}

#content table{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	}
#content table tr th{
	background-color:#5B5B5B;
	color:#FFF;
	padding:5px;
	text-align:center;
	border:1px #d6d6d6 solid;
	}	
#content table tr td{
	background-color:#FFFFFF;
	padding:5px;
	text-align:left;
	border:1px #d6d6d6 solid;
	}	


.line{ padding:0 0 10px 0; margin-bottom:10px; border-bottom:1px #999 dotted; }

.fleft{ float:left;}
.fright{ float:right;}
.alignright{
	float:right;
	margin: 3px 0px 10px 10px;

	}
.alignleft{
	float:left;
	margin: 3px 10px 10px 0px;
	}
/********************************************************************************************** GLOABAL STYLES */
#main-container{
	width:960px;
	margin: 15px auto 20px auto;
	display:block;
	}
	
/********************************************************************************************** MENU */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		99;
}
.sf-menu {
	line-height:	1.0;
	z-index:		99;
	float:			left;
	margin-bottom:	1em;
	font-size:14px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position: relative;
	background: #336699;
}
.sf-menu a {
	display:		block;
	position:		relative;
	padding: 		.55em 1.3em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#000;
	outline:		0;
}
#sub-menu {
	float:left;
	width: 880px;
	background: #000;
	margin: -12px 20px 0 20px;
	padding: 5px 20px;
}
/********************************************************************************************** Header */
#header{
	position:relative;
	display:block;
	width:960px;
	height:127px;
	margin:0px auto;
	background:left bottom repeat-x url('../images/header_bg.jpg');
	}
#search{
	position:absolute;
	top:70px;
	right:20px;
	display: inline-block;
	}
#textstyled{
	display: inline-block;
	border:1px #a0a0a0 solid;
	padding:3px;
	vertical-align:middle;
	}
#content_admin #content_title {
	display: inline-block;
	border:1px #ccc solid;
	width: 50%;
	background: #fff;
	padding: 5px 3px;
	vertical-align:middle;
	font-size: 12px;
	color:#333;
}
#content_admin label {
	font-size: 18px;
	color: #000;
}
h1.admin {
	text-align: right;
}
input#searchsubmit{
	display: inline-block;
	background-color:#575757;
	color:#FFF;
	font-size:12px;
	padding:3px 5px;
	}
input#searchsubmit:hover{
	background-color:#000;
	cursor:pointer;
	}
.update-msg {
	border: 1px solid #FCD113;
	background: #f5dd6b;
	color: #FC3200;
	padding: 5px;
	margin: 5px 0;
	font-size: 15px;
	text-align: center;
}
/********************************************************************************************** Menu */
#menu_wrap{
	display:block;
	width:960px;
	height:43px;
	padding:13px 0px 0px 0px;
	background-color:#FFFFFF;
	}
#menu{
	display:block;
	width:920px;
	margin:0px auto;
	height:30px;
	background: #336699;
	}
#menu ul li a.current {
 background-color:#000;
	}

#menu a.hire-me{
	display:block;
	height:23px;
	padding:7px 10px 0px 10px;
	border-left:1px #FFF solid;
	float:right;
	text-decoration:none;
	font-size:12px;
	}

/********************************************************************************************** Home Content */
#additional_top_wrap{
	display:block;
	width:920px;
	padding:0px 20px 10px 20px;
	background-color:#FFF;
	}
#banner{
	position:relative;
	display:block;
	width:920px;
	height:328px;
}
.clear_banner{
	position:relative;
	clear:both;
	display:block;
	width:415px;
	height:20px;
	}
#feature_sections{
	position:relative;
	display:block;
	width:920px;
	padding:0px;	
	border-bottom:1px #999 dotted;
	}
#feature_sections .block{
	display:inline;
	float:left;
	width:300px;
	margin:10px 10px 0px 0px;
	background-color:#DFDFDF;
	padding:15px 0px 0px 0px;
	}
#feature_sections .last{
	margin-right:0px!important;
	}
#feature_sections .block .title{
	font-size:18px;
	}
#feature_sections .block .description{
	padding:0px 15px 10px 15px;
	}
#feature_sections .block .block_link{
	display:block;
	width:270px;
	background-color:#575757;
	padding:5px 15px;
	color:#FFF;
	text-decoration:none;
	}
#feature_sections .block .block_link:hover{
	background-color:#000;
	}	

.clear{
	position:relative;
	clear:both;
	display:block;
	width:920px;
	height:10px;
	}
/********************************************************************************************** Global Content */
#content_wrap{
	display:block;
	width:920px;
	padding:20px;
	background-color:#FFFFFF;
	}
#content_portfolio_wrap{
	display:block;
	width:920px;
	padding:20px 20px 20px 20px;
	background-color:#FFFFFF;
	}
/********************************************************************************************** Content */
#content{
	display: inline;
	float:left;
	width:610px;
	padding:0px;
	background-color:#FFFFFF;
	}


#content_portfolio{
	position:relative;
	display:block;
	width:940px;
	padding:0px;
	}
#content_portfolio .project-box{
	display: inline;
	width:289px;
	float:left;
	margin-right:24px;
	margin-bottom:40px;
	}
#content_portfolio .project-box a img{
	border:4px #CCC solid;
	margin-bottom:5px;
	}
	
#content_services{
	position:relative;
	display:block;
	width:940px;
	padding:0px;
	}
#content_services .services-box{

	margin-bottom:24px;
	}
#content_services .services-copy{
	width:589px;
	float:left;
	margin-left:24px;
	}
#content_services .services-box img{
	width:288px;
	float:left;
	border:4px #CCC solid;
	}
#content_services .services-box img:hover{
	border:4px #FC3200 solid;
	}

.tagline{
	display:block;
	width:920px;
	line-height:45px;
	padding:20px 0px 20px 0px;
	background-color:#FFF;
	font-size:48px;
	color:#000;
	border-bottom:1px #333 dotted;
	}
.tagline table tr td{
	vertical-align:top;
	padding:10px 0px;
	}
#submenu{
	display:block;
	width:920px;
	background-color:#EEEEEE;
	color:#000;
	height:30px;
	border-bottom:1px #333 dotted;
	}
#submenu a.sub-title{
	background-color:#575757;
	color:#FFF;
	text-align:center;
	}
#submenu a{
	text-align:center;
	font-size:13px;
	float:left;
	display:block;
	height:25px;
	padding:5px 25px 0px 25px;
	}
#submenu a.on{
	text-align:center;
	font-size:13px;
	float:left;
	display:block;
	height:25px;
	padding:5px 25px 0px 25px;
	color:#000;
	}
.post{	margin-bottom:25px;}
.post img{ border:4px #DFDFDF solid;}
.post .entry_link{
	text-align:center;
	display:block;
	width:100px;
	padding:1px 0px;
	margin-top:10px;
	}
.post .entry_link:hover{
	color:#FFF;
	}
.post .date{
	width: 50px;
	height: 50px;
	background-color:#333;
	float:left;
	margin-right: 15px;
	text-align:center;
	padding-top:3px;
	color:#FFF;
	}
.post .date span{
	font-size:20px;
	display:block;
	}
.post .title{
	width: 478px;
	float:left;
	vertical-align:text-top;
	}
small span {
	color:#000;}
.post .comments{
	width: 52px;
	height: 41px;
	background: url(../images/comment.jpg) no-repeat;
	float:right;
	margin-right: 15px;
	font-size:22px;
	color:#FFF;
	text-align:center;
	padding-top:3px;
	}
.post .comments:hover{
	background: url(../images/comment_hover.jpg) no-repeat;
	color:#FFF;
	}
.post-clear{ 
	clear:both;
	display:block;
	width:610px;
	height:1px;
}
.post .entry{
	display:block;
	padding:20px 0px 25px 0px;
	font-size: 13px;
	line-height:24px;
	}
	
/********************************************************************************************** Contact Form */
.map {
	border: 1px solid #000;
	
}
span.red{
	color:#F00;}
.message{
	display:block;
	padding:10px;
	margin:10px 0;
	background-color:#ffff99;
	border:1px #FC3200 solid;
	text-align:center;
	font-size:16px;
	color: #FC3200;
	}	
#commentForm { 
	width: 563px; 
	}
#commentForm label.error { 
	width: 250px; text-align:left;  color: #F00; font-size:12px;
	}
#commentForm label.error{
	display:block;
	}

#commentForm input.submit:hover { 
 	background-color:#000000;
	}	
table.quote-form {
	margin:20px 0px;

	}
table.quote-form tr td{
	border:0px!important;
	}
table.quote-form tr td.field-name{
	width:150px;
	padding:12px;
	text-align:right;	

	}
table.quote-form input, table.quote-form select, table.quote-form textarea{
	width:330px;
	background-color:#E9E9E9;
	border:1px #C5C5C5 solid;
	padding:5px;
	}
table.quote-form select{
	width:342px;
	background-color:#E9E9E9;
	}
table.quote-form textarea{
	width:330px;
	height:200px;
	background-color:#E9E9E9;
	border:1px #C5C5C5 solid;
	padding:5px;
	}
table.quote-form .submit{
	width:79px;
	height:25px;
	display:block;
	border:0px;
	padding:0px;
	background:top left url('../images/submit.jpg') no-repeat;
	cursor:pointer;
	}
table.quote-form .submit:hover{
	background:top left url('../images/submit_on.jpg') no-repeat;
	
	}	
#content_admin input.submit { 
	display:block; 
 	background-color:#FE3200;
	color:#FFF;
	font-weight: bold;
	height:35px;
	padding:0px 20px;
	font-size: 12px;
	border: 1px solid #000
	}
#content_admin input.submit:hover { 
 	background-color:#000000;
	}		

/********************************************************************************************** Sidebar*/
#sidebar{
	display: inline;
	float:right;
	width:270px;
	padding:0px;
	background-color:#FFFFFF;
	}
#advertising{
	height:330px;
	}
#contact_info table tr td{
	padding:2px 20px 0px 0px;
	vertical-align:top;
	}
#recent_news{
	padding:2px 20px 0px 0px;
}
#applications {
	padding:2px 20px 0px 0px;
}
#areastyled2 {
	width: 100%
}
#areastyled3 {
	width: 100%;
	height: 200px;
}
/********************************************************************************************** Footer */
#footer_wrap{
	display:block;
	width:960px;
	}
	
#top_footer{
	position:relative;
	display:block;
	width:940px;
	background-color:#575757;
	padding:0px 0px 0px 20px;
	color:#FFF;
	}
.links_block{
	display:block;
	width:190px;
	float:left;
	margin:20px 20px 20px 0;
	}
.twitter_block{
	display:block;
	width:290px;
	float:right;
	margin:20px 0 20px 20px;
	}
.twitter_block #twittme{
	position:absolute;
	display:block;
	width:200px;
	height:90px;
	right:20px;
	bottom:0px;
	cursor:pointer;
	background: bottom right url(../images/Twitter_Bar_off.png) no-repeat;
}
.twitter_block #twittme:hover{
	background: bottom right url(../images/Twitter_Bar.png) no-repeat;
}
#top_footer h4{
	color:#dadada;
	padding-bottom:10px;}
#top_footer a{
	color:#FFF;
	}	
#bottom_footer{
	position:relative;
	margin-top: 15px;
	display:block;
	width:100%;
	height:20px;
	padding:4px 0 0 0;
	font-size:13px;
	color:#ccc;
	}

#bottom_footer a,#bottom_footer a:visited {
	color:#ccc;
	text-decoration: underline
	}
#bottom_footer a:hover{
	color:#FFF;
	text-decoration: none;
	}
#bottom_footer .footer_menu{
	position:absolute;
	right:0px;
	top:0px;
	}
#bottom_footer .footer_menu a{
	display:inline-block;
	float:right;
	color:#ccc;
	padding:4px 0px 0px 20px;
	text-decoration: none;
	}
#bottom_footer .footer_menu a:hover{
	text-decoration: underline;
	color: #fff;
}
#loginformcont {
	width: 200px;
	margin: 0 auto;
	padding: 0 40px;
	border: 1px solid #000;
}
#loginform input.submit { 
	display:block; 
 	background-color:#FE3200;
	color:#FFF;
	font-weight: bold;
	height:35px;
	padding:0px 20px;
	font-size: 12px;
	border: 1px solid #000;
	}
#loginform input.submit:hover { 
 	background-color:#000000;
	}

table.stripeMe {
	border-collapse: collapse;
	width: 100%;
}

.stripeMe th {
	color: #fff;
	padding: 4px 2px;
	text-align: left;
	background-color: #575757;
	font-size:14px;
}

.stripeMe td {
	padding: 2px 1px;
	text-align: left;
}

.stripeMe td * {
	padding: 1px 1px;
}

tr.alt td {
	background: #eee;
}

tr.over td {
	background: #ffff99;
}
#front-sortme {
	list-style: none;
}

#front-sortme li {
	display: block;
	padding: 5px; margin-bottom: 3px;
	background-color: #efefef;
}

.ui-state-highlight {
border: 1px solid #fcd113;
height: 157px;
background: #666;
}
#arelogo {
	width: 300px;
	margin: 0 auto;
}
#arelogo img {
	border: 0;
}
#content_portfolio{
	position:relative;
	display:block;
	width:940px;
	padding:0px;
}
.portfolio {
	border-bottom:1px solid #D3D3D3;
	margin-bottom:15px;
	padding-bottom:20px;
	margin-right: 20px;
}

#content_port{
	position:relative;
	display:block;
	width:940px;
	padding:0px;
	}
#content_port .port-box{
	margin-bottom:24px;
	border-bottom:1px solid #D3D3D3;
	padding-bottom:20px;
	}
#content_port .services-copy{
	width:589px;
	float:left;
	margin-left:24px;
	}
#content_port .port-box img{
	width:288px;
	float:left;
	border:4px #CCC solid;
	}
#content_port .port-box img:hover{
	border:4px #FC3200 solid;
	}
#content_port .port-box .add_photos img {
	float:left;
	border:4px #CCC solid;
	margin:10px 10px 0 0;
	width: 70px;
}
#content_port .port-box .add_photos img:hover {
	border:4px #FC3200 solid;
}