/* HOME */

@import url("home-blog.css");
@import url("home-calendar.css");

#page.home{
}

h1{
background:url(home-header-bkg.jpg) 0 0 no-repeat;
height:341px;
margin:0;
overflow:hidden;
padding:0;
text-indent:-9999pt;
width:800px;
}

/* Address */

#address{
font-size:17px;
position:absolute;
	top:300px;
	left:0;
width:860px;
}

#address p.text{
color:#FFFFFF;
margin:0;
position:relative;
	top:-24px;
text-align:center;
}

#address p.shadow{
margin:0;
text-align:center;
}

/* Blurb */

#blurb{
float:left;
padding:20px;
width:350px;
}

#blurb h3{
color:#842B58;
font-size:30px;
font-weight:normal;
margin:12px 0 0 0;
}

/* Features */

#home-features{
height:185px;
list-style:none;
margin:0 -10px;
padding:0;
position:relative;
	left:-10px;
width:370px;
}

#home-features:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}


#home-features li{
display:block;
margin:0;
padding:0;
position:relative;
}

#home-features li a{
display:block;
overflow:hidden;
margin:0;
padding:0;
text-indent:-9999pt;
text-decoration:none;
}

#home-features li.quiz{
background:url(page-features-quiz.gif) 0 0 no-repeat;
float:left;
height:188px;
width:185px;
}

#home-features li.quiz a{
background:url(page-features-quiz.gif) 0 0 no-repeat;
height:188px;
width:185px;
}

#home-features li.quiz a:hover{
background:url(page-features-quiz.gif) 0 -188px no-repeat;
}

#home-features li.housecalls{
background:url(page-features-housecalls.gif) 0 0 no-repeat;
float:left;
height:188px;
width:185px;
}

#home-features li.housecalls a{
background:url(page-features-housecalls.gif) 0 0 no-repeat;
height:188px;
width:185px;
}

#home-features li.housecalls a:hover{
background:url(page-features-housecalls.gif) 0 -188px no-repeat;
}