@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101530;
	background-color: #FFF;
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#MainContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	margin-bottom: 20px;
}
#main-head {
	clear: both;
	padding-top: 6px;
}
#main-img {
	float: left;
}
#side-buttons .side-button {
	margin-bottom: 1px;
	display: block;
}
#content {
	background-color: #e1e7dc;
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: auto;
}
#feature-buttons .feature-button {
	display: block;
	margin-right: 3px;
	float: left;
}
.title {
	background-image: url(../images/title-blank.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 666px;
	margin-left: 3px;
	margin-top: 6px;
}
.title h1{
	color:#FFF;
	margin-left:30px;
	margin-top:4px;
	display:inline-block;
	margin-bottom:0px;
}
#feature-buttons {
	margin-left: 3px;
	margin-top: 3px;
	height: 163px;
	width: 669px;
}
#sidebar {
	width:225px;
	float:right;
	margin-top: 3px;
	margin-right: 3px;
}
#testimonials {
	background-image: url(../images/testimonials.jpg);
	height: 209px;
	width:225px;
}
#testimonials-content {
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size:14px;
}
#getclicked {
	background-image: url(../images/getclicked.jpg);
	height: 209px;
	width:225px;
	margin-bottom:3px;
}
#getclicked-content {
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size:14px;
}
.getclickedsubmit {
	margin-top:8px;
	margin-left:35px;
}
#featured-projects {
	background-image: url(../images/featured-projects.jpg);
	height: 348px;
	width: 225px;
	margin-top: 3px;
}
#project-content {
	padding-top: 40px;
	margin-left: 0px;
	margin-top:2px;
	text-align:center;
}
.project-img {
	margin-bottom:5px;
}
#page-content {
}
.page-content {
	width: 600px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 33px;
	margin-bottom:30px;
	background-image: url(../images/separator.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.page-content img {
	border: 1px solid #000;
}

.page-content a {
	color:#101530;
	font-weight:bold;
	text-decoration:none;
}
.page-content a:hover {
	color:#7F2200;
	text-decoration:underline;
}

#footer {
	background-color: #639e39;
	background-image: url(../images/footer-bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 100px;
	margin-top: 15px;
}
#footer h3 {
	margin-top:5px;
	margin-bottom:0px;
}
#foot-content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}




#side-buttons {
	float: right;
}


#contact {
	float: right;
	height: 50px;
	width: 650px;
}
#menubar {
	float: right;
	height: 38px;
	clear: right;
	margin-top: 12px;
	width:650px;
}
#menubar .menu-item {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer_menu {
	clear:both;
	padding-top:0px;
	font-size:10px;
	text-align: center;
}
.footer_menu a {
	margin-right: 5px;
	margin-left: 5px;
	color: #0c1918;
	text-decoration: none;
	font-weight: bold;
}
.footer_menu a:hover {
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#foot-content .contact {
	color:#101530;
	float: right;
	text-align: right;
}
#foot-content .call {
	color:#101530;
	float: left;
	width: 277px;
	text-align: left;
}
#foot-content .call a{
	color:#101530;
}
#foot-content .contact_footer {
	font-weight: bold;
	color: #101530;
	text-decoration: none;
}
#foot-content .contact_footer:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

#dir-index {
	background-color:#666;
	padding-top:30px;
	padding-bottom:30px;
}

#dir-index a {
	color:#0c1918;
	text-decoration:none;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#copyright {
	font-size: 9px;
	text-align: center;
	text-decoration: none;
}
#copyright a {
	color: #0c0719;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFF;
	text-decoration: none;
}

img.alignright {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

img.alignleft {
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.page-content ul.blank {
	list-style-type:none;
	margin-left:-40px;
}
.page-content ul li .service_list{
	font-size: 18px;
	color: #101530;
	text-decoration: none;
}
.page-content ul li .service_list:hover {
	color: #7f2200;
	text-decoration: underline;
}
.collist {
	float:left;
	margin-right:30px;
}
h1 {
	font-size:24px;
}
h2{
	font-size:18px;
}
h3 {
	font-size:14px;
}
