/* Grow Wild CSS Document */
/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/*class styles for the different elements in the page */
img {
	border:none;
}
a {
	text-decoration:none;
}
div{
	display:block;
}
div.wrapper{
	background-image:url(../images/bkg.gif);
	background-repeat:repeat-y;
	width:800px;
	margin:0 auto;
	/*border:2px #000099 solid;*/
	min-height:100%;
	
}

div.nav{
	background-image:url(../images/nav_bar.gif);
	width:680px;
	height:29px;
	text-align:center;
	color:#FFFFFF;
}
div.nav div{
	padding:5px;
}
div.nav a{
	
	text-decoration:none;
	color:#FFFFFF;
	
	
}
div.nav a:hover{
	background-color:#5D810B;
}

div.leftbar{
	width:60px;
	background-image:url(../images/left_fill.gif);
	background-repeat:repeat-y;
	float:left;
	height:100%;
	margin-right:0px;
	
	
}
div.middle{
	width:680px;
	float:left;
	/*border:3px #00bbbb solid;*/
}
#footer{

	float:left;
	/*border:3px #00bbbb solid;*/
}
div.rightbar{
	width:60px;
	background-image:url(../images/right_fill.gif);
	background-repeat:repeat-y;
	height:100%;
	float:right;
	/*border:3px #bbbbbb solid;*/
}
div.content{
	padding-top:10px;
	float:left;
}
div.homepage_image_lt{
	width:282px;
	height:187px;
	padding-left:50px;
	padding-bottom:30px;
	float:left;
	
	
	
}
div.homepage_image_lt p{
	text-indent:0px;
	margin-left:0px;
}
div.homepage_image_rt{
	width:282px;
	height:187px;
	padding-left:50px;
	padding-bottom:30px;
	float:right;
	
	
}
div.content p{
	
	font-size:.8em;
}
div.content a{
	color:#000000;
}
div.content h1{
	font-family:Papyrus, Arial, sans-serif;
	color:#C59B5B;
}
div.content h2{
	font-family:Papyrus, Arial, sans-serif;
	text-indent:5px;
	color:#5D810B;
}
div.content h3{
	font-family:Papyrus, Arial, sans-serif;
	color:#5D810B;
	}
div.content table{
	width:600px;
	margin-left:15px;
	margin-bottom:10px;
	border:2px #000000 solid;
	font-size:.85em;
}

div.content tr{
	background:#D6D96C;
}
div.content th{
	background:#5D810B;
	color:#ffffff;
}
div.content td{
	padding-left:15px;
}
div.content blockquote{
	text-align:justify;
	font-size:.6em;
	width:80%;
	margin:0 auto;
}
#founder{
	text-align:right;
	padding-right:20px;
	font-style:italic;
	font-size:small;
}
div.info{
	
	
	margin:0px 20px;
	
}
div.info h3{
/*margin-top:68px;*/
	text-align:center;
	font-size:1.5em;
}
div.info ul{
	margin-left:57px;
	
}
div.info li{
	font-size:.8em;
}

div.info p{
	text-align:justify;
	text-indent:1.7em;
	padding:0px 40px;
}
img.fl_right{
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:40px;
	border:3px #68891A solid;
}
img.fl_left{
	float:left;
	margin-left:40px;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:15px;
	border:3px #68891A solid;
}

#copyright{
	clear:both;
	font-size:.5em;
	text-align:right;
	margin-right:80px;
	}
#local_nav a{
	font-size:.7em;
	text-decoration:underline;
	color:#68891A;
	padding:0px 10px; 
}
#design_images img{
float:left;
margin-right:3px;
}

#design_images_gallery img{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	border:2px #68891A solid;
}
#design_images_gallery p{
	margin:15px 0px 0px 275px;
	
	}
#services h1 {
	font-family:Papyrus, Arial, sans-serif;
	color:#C59B5B;
}
#services h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom:-12px;
	color:#5D810B;
	
}
#services h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5D810B;
	text-align:left;
	margin-top:auto;
	font-size:1.0em;
	text-indent:15px;
}
#services h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-indent:15px;
}

