*{
	margin:0;
	padding:0;
	font-size:12px;	
	font-family:Helvetica, Arial, sans-serif;
}

html, body{
     height:100%;/* needed to base 100% height on something known*/
}

body{
	color:#3b3b3b;
	background:#efefef url(../images/bgBody.jpg) top repeat-x;	
}

p, address{
	font-style:normal;
	margin:0 0 20px 0;
	line-height:1.6em;
}

li{
	line-height:1.6em;
}

div:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

img{
	border:0;
}

a{
	color:#346259;
	outline:none;
}

a:hover{
	color:#346259;
	text-decoration:none;
}

.clear{
	clear:both;
}

.alignleft{
	float:left;
}
.alignright{
	float:right;
}

.navigation{
	padding:10px;
	background:#F9F9F9;
}

p#cards{
	text-align:center;
}
p#cards img{
	margin-right:20px;
}

hr.clear{
	width:900px !important;
	height:1px !important;
	border:none;
	color:#FFF;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6{
	font-family: Times, "Times New Roman", serif;
}

h3{
	font-weight:normal;
	color:#8c0410;
	font-size:18px;
	margin-bottom:16px;
}

.floatleft{
	float:left;
	margin-right:15px;
}

#floatmap{
	float:right;
	width:308px;
	height:505px;
}
#floatmap div{
	padding:3px 3px 0 3px;
	border:solid 1px #CCC;		
}
#floatmap a{
	display:block;
	padding:5px 0;
}
#map{
	width:300px !important;
	height:505px !important;
}

/* BEGIN: Forms ================== */
fieldset{
	padding:0 10px 0 0;
	border:none;
}
fieldset p{
	margin:0;
}
form p{
	margin-bottom:16px;
}
legend{
	display:none;
}
div.wpcf7{

}
select{
	padding:2px 0;
}
option{
	margin:3px 0;
}
label{
	display:block;
	float:left;
	width:105px;
	margin:0 10px 0 0;
	text-align:right;
}
input, textarea{
	width:200px !important;
	padding:3px;
	margin-bottom:10px;
	border:solid 1px #CCC;
}
textarea{
	height:100px;
}	
input#submit{
	clear:both;
	float:right;
	display:block;
	padding:0;
	border:none;
	width:86px !important;
	height:28px;
	margin:0 30px 16px 0;
	cursor:pointer;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	background:url(../images/btnSubmit.jpg) no-repeat;
}
input#submit:hover{
	cursor:pointer;
	background-position:0 -28px;
}
span.wpcf7-not-valid-tip{
	display:block !important;
	clear:left !important;
	float:right;
	width:188px;
	background:red !important;
	color:#FFF;
	font-size:12px !important;
	padding:0 10px;
	margin:0 27px 10px 0;
}
/* END: Forms ================== */

#outer{
	width:960px;
    margin:0 auto;
    min-height:100%;
    margin-top:-149px;/*footer height - this drags the outer 40px up through the top of the monitor */
}

#header{
	padding:37px 0 0 15px;
    border-top:149px solid #fff; /* soak up negative margin and allows header to start at top of page*/
}

#header a{
	display:block;
	float:left;
	width:280px;
	height:64px;
	margin:0 100px 0 0;
	text-indent:-9999px;
	background:url(../images/imgLogo.jpg) no-repeat;
}

#header p{
	margin:0;
	padding-top:18px;
	font-size:14px;
	text-align:center;
	line-height:normal;	
}

#header p strong{
	font-size:14px;
}

#header h2, #header p{
	float:left;
	width:215px;
}

#header p.left{
	margin-right:118px;
}

#content{
	margin:0;
	padding:18px 0 25px 0;
	background:url(../images/bgContentBtm.png) bottom no-repeat;
}

#content-inner{
	background:url(../images/bgContentMid.png) repeat-y;
}

#copy{
	padding:12px 0 0 0;
	/*min-height:700px;*/
	background:url(../images/bgContentTop.jpg) top no-repeat;	
} 

#footer{/* footer now sits at bottom of window*/
	height:149px;/* must match negative margin of #outer */
	background:url(../images/bgFooter.jpg) repeat-x;
}

#copy-inner{
	padding:50px 32px 0 32px;
}

#copy-inner h1{
	color:#8c0410;
	font-size:30px;
	font-weight:normal;
	margin-bottom:16px;
}
#copy-inner h2{
	color:#8c0410;
	font-size:25px;
	font-weight:normal;
	margin-bottom:16px;
}

div.post h4, div.post h4 a{
	color:#8c0410;
	font-size:20px;
	font-weight:normal;
	margin-bottom:16px;	
	text-decoration:none;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}
div.post h4 span{
	font-size:12px;
	margin-left:5px;
	font-style:italic;	
	color:#3b3b3b !important;	
}
div.post{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:dashed 1px #dedede;	
}

#copy-inner p, #copy-inner li{
	letter-spacing:.04em;
}

#copy-inner ul, #copy-inner ol{
	margin:0 0 16px 0;
}

#copy-inner ul li, #copy-inner ol li{
	margin-bottom:8px;
	padding-left:20px;
	list-style:none;
	background:url(../images/bullet-black.png) 1px 0 no-repeat;
}

#copy-inner ul li ul li{
	background:none;
	font-style:italic;
	margin-bottom:4px;
}

#copy-inner ol li{
	background:none;
	list-style:decimal;
	padding:0 0 0 20px !important;	
	margin:0 0 24px 30px !important;	
}

#copy-inner ul li.fb{
	float:left;
	width:80px;
	height:20px;
	line-height:20px;
	padding-left:30px;
	margin-bottom:12px;
	background:url(../images/facebook.png) 0 2px no-repeat;
}
#copy-inner ul li.fb a{
	text-decoration:none;
}
#copy-inner ul li.fb a:hover{
	text-decoration:underline;
}
#copy-inner ul li.twit{
	float:left;
	width:70px;
	height:20px;
	line-height:20px;
	padding-left:30px;
	margin-bottom:12px;
	background:url(../images/twitter.png) 0 2px no-repeat;
}
#copy-inner ul li.twit a{
	text-decoration:none;
}
#copy-inner ul li.twit a:hover{
	text-decoration:underline;
}
#copy-inner ul li.li{
	float:left;
	width:80px;
	height:20px;
	line-height:20px;
	padding-left:30px;
	margin-bottom:12px;
	background:url(../images/linkedin.png) 0 2px no-repeat;
}
#copy-inner ul li.li a{
	text-decoration:none;
}
#copy-inner ul li.li a:hover{
	text-decoration:underline;
}

#copy-inner ul ul{
	margin-bottom:0;
	padding-top:8px;
}

ul.floatlist{
	float:left;
	width:300px;
	padding-right:25px;
}

#innercontent{
	float:left;
	width:668px;
	margin-right:30px;
}

img.pricing{
	display:block;
	width:455px;
	margin:0 auto;
}

/*.homeleft{
	float:left;
	width:380px;
	margin-right:34px;
}*/

.homeright{
	float:right;
	width:482px;
	margin-left:30px;
	/*text-align:right;*/
}

.homeright p{
	margin:0;
}
.homeright p img{
	margin-left:20px;
}

a.hometwitter, a.homefb, a.homeli{
	display:block;
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
}
a.hometwitter{
	margin:0 30px 0 100px;
	background:url(../images/icontwitter.gif) no-repeat;
}
a.homefb{
	margin-right:30px;
	background:url(../images/iconfacebook.gif) no-repeat;
}
a.homeli{
	margin-right:50px;
	background:url(../images/iconlinkedin.gif) no-repeat;
}

div#bbb{
	width:120px;
	margin:0 auto;
	padding-top:20px;
}

.homeright h2, .homeright h2 em{
	color:#3b3b3b;
	margin:0;
	font-size:11px;
	letter-spacing:.04em;	
	font-weight:normal;
	text-align:right;
}

#homebuckets{
	padding-top:20px;
}

#homebuckets div, #innerbuckets div{
	float:left;
	width:198px;
	height:135px;
	margin-right:32px;
	background:url(../images/bgHomebuckets.gif) top repeat-x;
}

#homebuckets h3, #innerbuckets h3, #innerbuckets li h3{
	height:33px;
	color:#8c0410;
	font-size:12px;
	line-height:33px;
	border:solid 1px #d4d4d4;
	text-transform:uppercase;
	font-family:Helvetica, sans-serif;	
	background:url(../images/bgHomebucketsTitle.gif) repeat-x;
}
#homebuckets div h3 span, #innerbuckets div h3 span{
	display:inline-block;
	margin-left:10px;
	padding-left:24px;	
}
#homebuckets div.hire h3 span, #innerbuckets div.hire h3 span{
	background:url(../images/bgTitleHire.gif) left center no-repeat;
}
#homebuckets div.price h3 span, #innerbuckets div.price h3 span{
	padding-left:20px;
	background:url(../images/bgTitlePricing.gif) left center no-repeat;
}
#homebuckets div.green h3 span, #innerbuckets div.green h3 span{
	padding-left:28px;
	background:url(../images/bgTitleGreen.gif) left center no-repeat;
}
#homebuckets div.inform h3 span, #innerbuckets div.inform h3 span{
	background:url(../images/bgTitleInform.gif) left center no-repeat;
}

#innerbuckets h3.plain span{
	padding-left:0;
}

#homebuckets p, #homebuckets a, #innerbuckets p, #innerbuckets a{
	margin:0;
	font-size:11px;
	letter-spacing:0.1em;
	line-height:normal;
}

#homebuckets p, #innerbuckets p{
	padding:0 8px 15px 12px;
}

#homebuckets a, #innerbuckets a{
	color:#67837d;
	display:block;
	float:right;
	margin-right:12px;
}

/*#innerbuckets ul{
	padding:10px 0 0 0;
}*/

#innerbuckets ul li{
	color:#346259;
	text-decoration:underline;
	background:none !important;
}

#homebuckets div.inform{
	margin:0;
}

#innerbuckets{
	float:left;
	width:198px;
}

#innerbuckets div{
	float:none !important;
	margin:0 0 25px 0;
}

#innerbuckets ul, #innerbuckets li{
	margin:0 !important;
	padding:0 !important;	
}
#innerbuckets ul li.widget{
	background:url(../images/bgHomebuckets.gif) top repeat-x !important;
}
#innerbuckets ul li{
	color:#3b3b3b !important;
	font-style:normal !important;
	font-size:11px !important;
	text-decoration:none;
	letter-spacing:0.1em;
	line-height:normal;	
}
#innerbuckets ul li h3{
	padding-left:15px !important;
}
#innerbuckets ul li a{
	float:left !important;
	padding:0 !important;
	margin:0 10px 0 0 !important;
	letter-spacing:0.1em;
	line-height:normal;	
	font-size:11px !important;
}
#innerbuckets ul ul{
	background:none;
	min-height:53px;
	padding:0 8px 15px 12px !important;
}
#innerbuckets ul li ul li{
	margin-bottom:8px !important;
}

div.testimonials{
	clear:right;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:dashed 1px #dedede;
	background:url(../images/bgTestTop.gif) top left no-repeat;	
}

div.testimonials p{
	padding-top:10px;
}

div.testimonials p span{
	padding-left:40px;
}

div.testimonials p em{
	display:block;
	float:right;
	height:30px;
	font-style:normal;
	font-weight:bold;
	padding-right:40px;
	background:url(../images/bgTestBtm.gif) bottom right no-repeat;	
}

h3.widgettitle{
	letter-spacing:normal !important;
}

div.navigation{
	margin-bottom:20px;
}

#footer-container{
	width:960px;
	margin:0 auto;
	padding-top:28px;
}

#footer-container p, #footer-container p span{
	font-size:11px;
}

#footer-container p span, #footer-container p a{
	margin:0 8px;
}

#footer-container p{
	margin:0;
	color:#404040;
	line-height:normal;
	text-align:center;
}

#footer-container p a{
	color:#404040;
	font-size:11px;
	text-decoration:none;
}

#footer-container p a:hover{
	color:#346259;
	text-decoration:underline;
}

#footer-container p.top{
	width:850px;
	margin:0 auto 16px auto;
	padding-bottom:14px;
	border-bottom:solid 1px #d0d0d0;
}

#footer-container p.mid{
	width:850px;
	margin:0 auto 16px auto;
	padding-bottom:14px;
}     

/* ---- Opera Fix ---- */
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/* ---- End Opera Fix ---- */