/* color.css */

html
{
	background-color: #F2EBD0;

}

body
{

	 background-image: url("images/bg.jpg"); 
 background-repeat: repeat-y ;
  min-height: 800px;

}
div#container
{
	background-color: #fff;
	min-height:100%;


}
div#content
{
	
	background-color: #fff;
		padding-bottom:70px;
}

div#site_info
{
	background: transparent url(site_info.png) no-repeat 0 0;
}



div#branding
{
	height: 85px;
	background: transparent url(images/header.jpg) no-repeat 0 0;
	position: relative;
	z-index: 10;
}

p#subtitle
{
	position:absolute;
	top:30px;
	left:270px;
	font-size:130%;
	color:#b7ada1;
	font-weight:bold; 
}
#divpanel2 
{
	position:relative;
	width:100%;

	
}
#divpanel2 img
{
	width:30%;

	
}
#divpanel2 p
{
	position:absolute; 
	top:12px;
	left:25%;
	vertical-align:middle;   

}

h1
{
	position: absolute;
	top: -10px;
	left: -80px;
}



h1
{
	position: absolute;
	top: -60px;
	left: -80px;
	width: 588px;
	height: 253px;
	background: transparent url(h1.png) no-repeat;
	text-indent: -9999px;
}
h2
{
	 color: #6699CC;  font-size: 1.4em;  text-transform: uppercase;
}
h3
{
	 color: #6699CC;  font-size: 1.1em;  text-transform: uppercase;
}

div#branding blockquote
{
	position: absolute;
	top: -9999px;
}

div#nav_main
{
	position: relative;
	z-index: 1;
	height: 221px;
	width:722px;
	background: #ffffff url(images/banner.jpg) no-repeat 0 0;
}

div#freeconsultation 
{
	z-index:10; 
	position: absolute;
	left:269px;
	top:120px;

}
div#freeconsultation img
{
	position: relative;
	top: 60px;

}
div#freeconsultation p
{
	position: absolute;
	padding-left: 0px;
	top:-30px;
	width:160px;
	text-align:center;  
	font-size:130%; 
		color:#b7ada1;
		font-weight:bold; 
}


div#footer_content
{

	clear:both;
	width:100%;
	text-align:center ; 


}
ul#footer_list
{
	clear:both;  
margin-left:20%;
margin-right:20%;	

}


ul#footer_list li 
{
		display: inline;

		
}


ul#doublecolumn
{
	margin:0;
	width:100%;


}

ul#doublecolumn li
{
	display: inline;
	width:48%;
}
li#col1
{
	position:relative;
	float:left;
}
ul#doublecolumn p,ul#singlecolumn p
{
	padding-left:20px;
	padding-top:2px; 
		padding-bottom:4px;

}


li#col1 h3, li#col2 h3, li#col3 h3
{
	padding: 4px 0px 2px 22px;
	background: url(images/flower.jpg) #f7f2e0 no-repeat 4px center;
	color: #6699CC;
	height: 1.6em;
	width:85%;

} 
li#col3 h3
{
	width:95%;	
}
li#col2
{
	position:relative;
	float:right;
}
ul#singlecolumn
{
	margin:0;

width:100%;

}
ul#singlecolumn+p
{
	clear:both; 

}
li#col3
{
		position:relative;
		width:100%;
	float:right;
}
li#col3 img
{
	float:left;
	padding: 8px 10px 0 20px;
}
ul#extrainfo
{
	position:absolute;
	right:8px;
	top: 305px;
}
ul#extrainfo li
{
	padding-top:10px;
}
div#menuarea
{
 position: absolute; top: 85px;  left: 15px;  width: 245px; height: 205px; border: 0px solid #cccccc; z-index:20;
}
div#thoughtfortheday
{

}
div#thoughtfortheday h3
{
	color:#769B11;
	font-size:120%;  
		margin:0;
		text-align:center; 
}

div#thoughtfortheday blockquote
{
	color:#666666;

}
div#thoughtfortheday cite
{
	display:block;
	color:#666666;
	text-align:right;
		margin:0;
	font-size:80%;  
}

ul#services li
{
	height:170px;
	padding-bottom:30px; 
}
ul#services h3
{
	
 
}
ul#services
{
	width:100%;
 
}
ul#services img
{
	float:left;
}
ul#services div
{
	float:right;
	width:65%;
	

}
ul#services div+p
{
	clear:both; 

}

ul#faq li
{
	
	padding-bottom:1em;
}
ul#faq li strong
{
	font-weight:bold;  	
}
.style1 {color: #CF4E4E}
.style2 {color: #6EA1D2}
.clear {clear:both;}

.alink
{
	text-decoration:underline;  
}