/* --------------- ( Reset ) --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(/elements/images/bg.jpg) #76C1E9 repeat-x;
	padding-bottom: 25px;
	color: #666;
}
a { color: #3B9FD5; font-weight: bold; }
strong { font-weight: bold; }
p.horizontal-rule {
	background: url(/elements/images/horizontal-rule.gif) repeat-x;
	height: 2px;
	display: block;
}
* html p.horizontal-rule {  
	overflow: hidden;
}
div, h2 { behavior: url(/elements/iepngfix.htc); }
.alignleft { float: left; margin: 0px 20px 15px 0px; }
.alignright { float: right; }





/* --------------- ( Headings ) --------------------------------------------- */
h3 {
	margin-bottom: 12px;
	font-weight: bold;
}
h5 {
	font-size: 11px;
}




/* --------------- ( Wrapper ) --------------------------------------------- */
#wrapper {
	width: 750px;
	margin: 0 auto;
}




/* --------------- ( Header ) --------------------------------------------- */
#header {
	background: transparent url(/elements/images/header-bg.png)  no-repeat;
	width: 750px;
	height: 120px;
	clear: both;
	margin-top: 35px;
}
	#header h1 a {
		background: transparent url(/elements/images/logo.jpg) no-repeat;
		display: block;
		width: 339px;
		height: 67px;
		margin: 29px 0px 0px 29px;
		text-indent: -9999px;
		display: inline;
		float: left;
	}




/* --------------- ( Faux Wrapper ) --------------------------------------------- */
#mid-faux {
	background: url(/elements/images/mid-wrapper.jpg) repeat-y;
	padding-bottom: 10px;
	margin-bottom: -10px;
}

	#mid-faux #page-content-wrapper { 
		width: 529px; 
		float: left;
	}
		#mid-faux #page-content-wrapper ul { 
			margin: 0px 0px 8px 15px;
		}
			#mid-faux #page-content-wrapper ul li { 
				line-height: 19px;
				background: url(/elements/images/bullet.gif) 0px 8px no-repeat;
				padding-left: 15px;
			}
	#mid-faux #page-content {
		margin: 25px 33px 0px 33px;
	}
	#mid-faux #page-content blockquote {
		margin-bottom: 15px;
                border-left: 3px solid #ccc;
                padding-left: 22px;
	}
		#mid-faux #page-content blockquote p {
			font-style: italic;
			letter-spacing: 1px;
		}
		#mid-faux #page-content blockquote span {
			font-weight: bold;
			font-style: normal;
			display: block;
			color: #2491cc;
			margin-top: 4px;
		}
		#mid-faux #page-content form#contact {
		      
		}
			#mid-faux #page-content form#contact div {
				margin-bottom: 10px;
			}
				#mid-faux #page-content form#contact label {
					float: left;
					width: 200px;
				}
					#mid-faux #page-content form#contact input.text {
						border: 1px solid #ccc;
						width: 220px;
						padding: 2px;
					}
					#mid-faux #page-content form#contact textarea {
						border: 1px solid #ccc;
						width: 350px;
						height: 120px;
						padding: 2px;
						font: 12px Verdana, Arial, Helvetica, sans-serif;
					}
					#page-content img.portfolio { margin-bottom: 13px; }
					
		#mid-faux #page-content .post {
			margin-bottom: 22px;
			border-bottom: 1px solid #ccc;
			padding-bottom: 8px;
		}
                       #mid-faux #page-content .entry {
                               margin-bottom: 12px;
                       }
                pre { margin-bottom: 15px; }
		#mid-faux #page-content h2 {
			font: bold 22px Verdana, Arial, Helvetica, sans-serif;
			color: #6B6B6B;
			margin-bottom: 8px;
		}
			#mid-faux #page-content h2 a {
				color: #40A8DF;
				text-decoration: none;
			}
		#mid-faux #page-content p.meta {
			font-style: italic;
			font-size: 11px;
			margin-bottom: 9px;
		}
		#mid-faux #page-content p {
			color: #666;
			margin-bottom: 15px;
			line-height: 19px;
		}
		#mid-faux #page-content ul#feature-lists {
			margin-bottom: 5px;
		}
			#mid-faux #page-content ul#feature-lists li {
				width: 217px;
				background: url(/elements/images/feature-lists-mid.jpg) repeat-y;
				float: left;
				margin-right: 15px;
			}
				#mid-faux #page-content ul#feature-lists li input {
					border: 1px solid #C6C9CA;
					font-size: 11px;
					padding: 3px;
					width: 167px;
					color: #3B9FD5;
					margin-bottom: 10px;
				}
				#mid-faux #page-content ul#feature-lists li a#call {
					background: url(/elements/images/button-call.jpg) no-repeat;
					width: 96px;
					height: 31px;
					display: block;
					text-indent: -9999px;
				}
				#mid-faux #page-content ul#feature-lists li h3#what-we-do {
					background: url(/elements/images/what-we-do.gif) no-repeat;
					width: 118px;
					height: 15px;
					margin: -20px 0px 15px 20px;
					text-indent: -9999px;
				}
				#mid-faux #page-content ul#feature-lists li h3#free-quote {
					background: url(/elements/images/free-quote.gif) no-repeat;
					width: 109px;
					height: 16px;
					margin: -20px 0px 15px 20px;
					text-indent: -9999px;
				}
				#mid-faux #page-content ul#feature-lists li h3#latest-news {
					background: url(/elements/images/latest-news.gif) no-repeat;
					width: 119px;
					height: 15px;
					margin: -20px 0px 15px 20px;
					text-indent: -9999px;
				}
				#mid-faux #page-content ul#feature-lists li span.bottom {
					background: url(/elements/images/feature-lists-bottom.jpg) no-repeat;
					display: block;
					width: 217px;
					height: 19px;
				}
				#mid-faux #page-content ul#feature-lists li span.top {
					background: url(/elements/images/feature-lists-top.jpg) no-repeat;
					display: block;
					width: 217px;
					height: 46px;
				}
					#mid-faux #page-content ul#feature-lists li div {
						margin: 0px 21px 0px 21px;
						font-size: 11px;
						font-weight: normal;
					}
						#mid-faux #page-content ul#feature-lists li div h4 {
							color: #3B9FD5;
							font-weight: bold;
							margin-bottom: 6px;
						}
						#mid-faux #page-content ul#feature-lists li div p {
							line-height: 14px;
							margin-bottom: 10px;
						}
            #mid-faux #page-content ul#feature-lists li#last {
				margin-right: 0px;
			}




/* --------------- ( Main Nav ) --------------------------------------------- */
ul#main-nav {
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	margin: 0px 8px 0px 8px;
	height: 43px;
	background: url(/elements/images/main-nav-bg.jpg) repeat-x;
}
	ul#main-nav li {
		display: inline;
	}
		ul#main-nav li a {
			height: 43px;
			display: block;
			color: #898F92;
			text-decoration: none;
			font: 17px Arial, Helvetica, sans-serif;
			line-height: 43px;
			float: left;
			padding: 0px 15px;
			background: url(/elements/images/divider.gif) right no-repeat;
		}
			ul#main-nav li#current a, ul#main-nav li a:hover {
				background: url(/elements/images/current-nav.jpg) repeat-x;
			}




/* --------------- ( Features ) --------------------------------------------- */
#features {
	margin: 0px 8px 0px 8px;
	height: 176px;
	position: relative;
	background: url(/elements/images/features.jpg) no-repeat;
	border-bottom: 1px solid #CBCBCB;
}
	#features a#button {
		width: 190px;
		height: 39px;
		display: inline-block;
		text-indent: -9999px;
		background: url(/elements/images/button-quote.jpg) no-repeat;
		float: right;
		margin: 130px 25px 0px 0px;
	}




/* --------------- ( Sidebar ) --------------------------------------------- */
#sidebar {
	float: right;
	width: 186px;
	margin: 25px 35px 5px 0px;
	display: inline;
}
	#sidebar .box {
		background: url(/elements/images/sidebar-mid.jpg) repeat-y;
		width: 186px;
		margin-bottom: 14px;
	}
		#sidebar h2 {
			font-size: 17px;
			/* color: #40A8DF; */
			color: #868686;
			margin: -22px 0px 12px 13px; position: relative;
		}
		#sidebar .box ul {
			margin: 0px 10px -7px 13px;
		}
			#sidebar .box ul li {
				margin-bottom: 4px;
				display: block;
				color: #B7B7B7;
				text-decoration: none;
				font-weight: normal;
				padding-bottom: 8px;
				background: url(/elements/images/side-divider.gif) bottom repeat-x;
			}
				#sidebar .box ul li a {
					color: #666;
					text-decoration: none;
					font-weight: normal !important;
				}
					#sidebar .box ul li.last a {
						background: none;
					}
					#sidebar .box ul li#current a {
						font-weight: bold;
					}
		#sidebar .box .top {
			background: url(/elements/images/sidebar-top.jpg) no-repeat; height: 40px;
		}
		#sidebar .box .bottom {
			background: url(/elements/images/sidebar-bottom.jpg) no-repeat; height: 12px;
			overflow: hidden;
		}

	#sidebar a#rss {
		display: block;
		background: url(images/rss.png);
		height: 41px;
		text-indent: -9999px;
		margin-bottom: 16px;
	}




/* --------------- ( Footer ) --------------------------------------------- */
#footer {
	background: url(/elements/images/bottom.png) no-repeat;
	width: 720px;
	height: 25px;
	margin: 0 auto;
	padding: 40px 15px 0px 15px;
	font-size: 11px;
	color: #fff;
}
	#footer a {
		color: #fff;
		font-weight: normal;
	}
		#footer a:hover {
			text-decoration: none;
		}
	#footer .left {
		float: left;
	}
	#footer .right {
		float: right;
	}



/* --------------- ( Comments ) --------------------------------------------- */
.comments-template {
	
}
	.comments-template p {
		float: left;
	}
		.comments-template p.main label {
			float: left;
			display: block;
			width: 463px;
			color: #999;
			font-size: 11px;
			margin-bottom: 4px;
		}
		.comments-template p.main input, .comments-template textarea {
			float: left;
			border: 1px solid #ccc;
			padding: 5px;
			font: 13px Verdana, Arial, Helvetica, sans-serif;
		}
		.comments-template p.main input {
			width: 320px;
		}
		.comments-template textarea {
			width: 453px;
		}
		.comments-template input#submit { 
			background: url(/elements/images/btn-submit.png);
			width: 78px;
			border: none;
			height: 28px;
			cursor: pointer;
    		cursor: hand;
		}
		
	.comments-template ol {
		font-size: 11px;
		margin-top: 24px;
	}
	.comments-template h2#head-comments {
		margin-top: 25px;
	}
		.comments-template ol li {
			border: 1px solid #ccc;
			margin-bottom: 16px;
		}
		.comments-template ol li.author {
			border: 1px solid #3B9FD5;
		}
			.comments-template ol li.author .commentmetadata {
				border-bottom: 1px solid #3B9FD5;
				padding: 10px;
				margin-bottom: 12px;
				background: #76C1E9;
				color: #fff;
			}
				.comments-template ol li.author .commentmetadata a {
					color: #fff;
				}
		
			.comments-template ol li .commentmetadata {
				border-bottom: 1px solid #ccc;
				padding: 10px;
				margin-bottom: 12px;
				background: #EAEAEA;
			}
			.comments-template ol li p {
				padding: 0px 12px 0px 12px;
				float: none;
			}


