@charset "UTF-8";
/* CSS Document */

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

li {
list-style:none outside none;
}


/* ME */

html{
background:#eadab6;
overflow-y: scroll;
font-family:Arial, Helvetica, sans-serif;
}

.topwrapper{
width:100%;
overflow:hidden;
background-color:#eadab6;
cursor:default;
}

.indexheader{
margin:0px auto;
width: 1000px;
height:496px;
background:#ffc20e url('../images/indexBG.jpg') repeat-x;
}

.neighborhoodheader{
margin:0px auto;
width: 1000px;
height:496px;
background:#ffc20e url('../images/neighborhoodBG.png') repeat-x;
}

.mainNav {
width:500px;
margin-top:50px;
margin-left:10px;
text-align:left;
float:left;
font-weight:normal;
font-size:13px;
}

.mainNav li {
display:inline;
float:left;
padding:0px 20px 10px 20px;
color:#fff;
}

.mainNav li a:link {text-decoration: none;	color: #fff;}
.mainNav li a:visited {text-decoration: none;	color: #fff;}
.mainNav li a:hover {text-decoration: none;color: #ffc20e;}
.mainNav li a:active {text-decoration: none;color: #ffc20e;}


.feature {
	clear:both;
	text-align:center;
	height:300px;
	width:100%;
background:#fff url('../images/featurebg.jpg') repeat-x;
}



.main{
width:100%;
overflow:hidden;
background:#eadab6;
border-width:0px 0px 1px 0px;
border-style:solid;
border-color:#c0c0c0;
}

.wrapmain {
width:1000px;
margin:0px auto;
background: #ffffff;	
}

.leftSide {
width: 230px;
float:left;
padding: 20px 0px 20px 20px;
border-width:0px 1px 0px 0px;
border-style:solid;
border-color:#c0c0c0;
margin-bottom: -2000px; 
padding-bottom: 2000px;
}

.leftSideBig {
width: 650px;
float:left;
padding: 20px 0px 20px 20px;
border-width:0px 1px 0px 0px;
border-style:solid;
border-color:#c0c0c0;
margin-bottom: -2000px; 
padding-bottom: 2000px;
}

.middleSide {
width: 380px;
float:left;
padding: 20px 10px 20px 20px;
border-width:0px 1px 0px 0px;
border-style:solid;
border-color:#c0c0c0;
margin-bottom: -2000px; 
padding-bottom: 2000px;
}

.rightSide {
width:320px;
float:right;
padding: 20px 0px 8px 0px;
border-style:solid;
border-width:0px 1px 0px 0px;
border-color:#c0c0c0;
margin-bottom: -2000px; 
padding-bottom: 2000px;
}

.rightbox {
	width:300px;
	float:left;
	padding-bottom:10px;
}

.rightpicbox {
	float:left;
	width:160px;
}

.righttextbox {
	float:left;
}

.footer{
width:auto;
background:none repeat scroll 0 0 #0068b3;
color:#ffffff;
padding:40px 0px;
cursor:default;
position:relative;
}

.footwrap{
width:1000px;
margin:0px auto;
}

.footinfo {
width:200px;
float:left;
margin:0px auto;
padding-bottom:50px;
font-size:13px;
}

.footlegal {
width:200px;
float:left;
margin:0px auto;
padding-bottom:50px;
font-size:13px;
}

.footlinks {
width:200px;
float:left;
margin:0px auto;
padding-bottom:50px;
font-size:13px;
}

.footservices {
width:200px;
float:left;
margin:0px auto;
padding-bottom:50px;
font-size:11px;
color:#666;
}



/* Text and custom per site */

#workhead {
	width:560px;
	float:left;
	margin-left:10px;
}
#workwrap {
	width:560px;
	float:left;
	height:150;
	margin-left:10px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#c0c0c0;
	background-color:#fff;
	padding:10px;
}

#workwrapimg {
	width:200px;
	float:left;
	height:130;
	padding-right:10px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:#c0c0c0;
}

#workwraptext {
	width:320px;
	float:right;
	padding-right:10px;
	padding-left:10px;
	border-style:solid;
	border-width:0px 0px 0px 1px;
	border-color:#c0c0c0;
	font-size:12px;
	line-height:1.5;
}


#contactingest {
	width:560px;
	float:left;
	height:150;
	margin-left:10px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#c0c0c0;
	background-color:#fff;
	padding:10px;
}


/* hide and seek */


#button {
display:block;
-moz-border-radius:5px;
width:200px;
font-size:12px;
padding:5px;
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#c0c0c0;
background:#fbf4d1;
margin-bottom:10px;
text-align:center;
}


#developers {
display:block;
-moz-border-radius:5px;
width:200px;
font-size:12px;
padding:5px;
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#c0c0c0;
background:#fbf4d1;
}

#developersExpanded {
	width:95%;
	font-size:12px;
	padding:5px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#c0c0c0;
	background:#fffcf0;
	display: none;
	-moz-border-radius:5px;
}

/* fancybox :) */

li.hidden{display:none;}
.hidden{display: none;}


/* hide and seek */

h1 {
	font-size:16px;
	padding-top:30px;
	margin-bottom:15px;
	color:#7b9352;
	
}

h3 {
	font-size:13px;
	margin-bottom:10px;
	color:#7b9352;
}

.viewwork {
	font-size:14px;
	margin-bottom:10px;
	padding-left:10px;
	font-weight:normal;
	color:#666;
}

h4 {
	font-size:17px;
	color:#7b9352;
	margin-top:0px;
	
}

.greenFont {
	color:#7B9352;
	font-weight:bold;
}

h5 {
	font-size:13px;
	color:#6C76B1;
	margin-bottom:5px;
}

p {
	color:#666666;
	margin-bottom:17px;
	font-size:12px;
	line-height:1.5;
}

a:link {text-decoration: none;	color: #4f6f18;}
a:visited {text-decoration: none;	color: #4f6f18;}
a:hover {text-decoration: none;color: #000;}
a:active {text-decoration: none;color: #4f6f18;}

#lightbox-container-image-data a:link {font-size:15px; text-decoration: none;	color: #FF0000;}
#lightbox-container-image-data a:visited {font-size:15px; text-decoration: none;	color: #FF0000;}
#lightbox-container-image-data a:hover {font-size:15px; text-decoration: none;color: #0099FF;}
#lightbox-container-image-data a:active {font-size:15px; text-decoration: none;color: #FF0000;}



/* Contact Form */


#contactform hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 0px solid #d9d9d9; border-style: none none solid; }

#contactform { 
display: block; 
width: 100%; 
margin: 0px auto; 
padding: 0px;  
background-color: #FFF;
border-style:solid;
border-width:0px 0px 0px 0px;
border-color:#fff;
}
/* Form style */

#slform p, label, legend { font: 14px;}

#slform h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#slform hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#slform { 
display: block; 
width: 400px; 
margin: 0px auto; 
padding: 0px 0px 10px 0px;
border: 0px solid #cbcbcb; 
background-color: #FFF; 
-webkit-border-radius:5px;  
}

/* Form style */

#slform label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 255px; font-size: 12px; -webkit-border-radius:5px; color:#666666; }
#slform input, textarea, select { width: 340px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#slform input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#slform input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#slform input.submit:hover { background:#444; }
#slform input[type="submit"][disabled] { background:#888; }
#slform fieldset { padding:0px; border:0px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#slform legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#slform span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../images/images.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#slform #success_page h1 { background: url('../images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }




/* indexpage */

.indexwrap {
	width:1000px;
	margin:40px auto;
	background:#fff;
	height:550px;
	padding:10px 10px 10px 10px;
	border: 1px solid #cbcbcb; 
}

.indexleft {
	float:left;
	width:580px;
	
}

.indexlogo {
	float:left;
	background:#0060b7;
	width:100%;
	padding-top:10px;
}


.logoBox {
	width:550px;
	float:left;
}

.indexviewer {
	float:left;
	margin-top:20px;
}

.indexright {
	float:right;
	width:400px;
	
}

.phonenumber {
	float:right;
	margin-right:0px;
	text-align:left;
	width:400px;
	margin-top:38px;
}

.indexhead {
	padding:20px 0px 0px 0px;
	width:350px;
}

.butt {
	float:left;
	width:100px;
}

.enterbutton {
background:none repeat scroll 0 0 #333333;
border:1px solid #222222;
color:#FFFFFF;
cursor:pointer;
width:85px;
font:14px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
margin:5px 200px 0px 0px;
padding:6px;
float:right;
text-align:center;
}

.enterbutton a:link {text-decoration: none;	color: #FFF;}
.enterbutton a:visited {text-decoration: none;	color: #FFF;}
.enterbutton a:hover {background-color:#333;text-decoration: none;color: #FFF;}
.enterbutton a:active {text-decoration: none;color: #FFF;}
