/* Content of Home Page */
#container #content {
	top: 401px;
}

/*---FLASH----*/
#flash {
position: absolute;
top: 120px;
left: 0px;
width: 960px;
height: 230px;
background: #fff url('../images/flash-banner.png') no-repeat top left; 
}

/*---Main Content---*/
#mainContent {
	float: left;
	background: #fff;
	width: 400px;
	height: 100%;
}

#mainContent p {
padding: 0 15px;
}

#mainContent h1, #secondaryContent h2 {
font: bold 17px arial, sans-serif;
margin: 15px 0 0 15px;
color: #318f94;
}

#secondaryContent h2 {
padding: 0;
margin-bottom: 17px;
margin-left: 0;
}

#secondaryContent {
	float: left;
	width: 550px;
	background: #fff;
	color: #cdcdcd;
	font-size: 12px;
	height: 340px;
	z-index: 0;
	margin-top: -30px;
}

/*---Call us Today---*/
#call {
position: relative;
width: 960px;
height: 200px;
background: #fff url('../images/banner_call.jpg') repeat-x left top;  
clear: both;
text-align: center;
}

#call h3 {
position: absolute;
color: #308271;
font-size: 30px;
left: 200px;
top: 135px;	
}

#call #google-places {
position: absolute;
top: 0;
left: 0;	
}

#call #google-places:hover .info {
display: block;
visibility: visible;
left: 225px;
top: 50px;
}

#call #google-places .info {
position: absolute;
top: -999px;
left: -999px;
display: none;
visibility: hidden;
background: #add7cf url('../images/tooltip.jpg') no-repeat left top;
width: 170px;
height: 100px;
text-align: left;
line-height: 14px;
padding: 10px;
border: 2px solid #76938d;
}


#call #google-places a, #call #google-places a:visited {
color: #000;	
}

.fb-like, .google-plus {
float:right;
}

.fb-like {
top: 38px;
right: 380px;
}

.google-plus {
right: 323px;
top: 15px;
position: absolute;
}

.twitter {
position: absolute; 
right: 370px;
top: 15px;
}


/*-----Services-----*/
#service1, #service2, #service3 {
position: relative;
float: left;
width: 320px;
}

#service1 div, #service2 div, #service3 div {
width: 320px;
height: 135px;
}

#service1 div {
background: #fff url('../images/service1.png') no-repeat top left;
}

#service2 div {
background: #fff url('../images/service2.png') no-repeat top left;
}

#service3 {
background: #fff url('../images/service3.png') no-repeat top left;
}

#service1 h3 a, #service2 h3 a, #service3 h3 a {
position: absolute;
text-align: left;
top: 0px;
padding: 21px 20px 0 21px;
color: #fff; 
font-size: 28px;
white-space: pre-line;
display: block;
width: 279px;
height: 114px;
line-height: 30px;
}

#service1 h3 a:hover {
text-decoration: underline!important;
background: url('/images/.jpg') no-repeat left top; /*------------EDIT THIS LINE--------*/
}

#service2 h3 a:hover {
text-decoration: underline!important;
background: url('../images/.jpg') no-repeat left top; /*------------EDIT THIS LINE--------*/
}

#service3 h3 a:hover {
text-decoration: underline!important;
background: url('../images/.jpg') no-repeat left top; /*------------EDIT THIS LINE--------*/
}

#service1 p, #service2 p, #service3 p {
font-size: 12px;
padding: 0 15px;
line-height: 21px;
text-align:left;
color: #000;
}

/*#service3 h3 {
color: #333333;
padding: 17px 0 0 21px;
font-size: 18px;
white-space: pre-line;
}*/

.hours {
line-height: 15px;
padding: 0 0 0 21px;
color: #fff;
}
#service1 h3 a, #service2 h3 a, #service3 h3 a {
color: #fff;
text-decoration: none;
}

#feed {
width: 920px;	
margin: 20px;
border-top: 1px solid #999;
padding: 10px 0;
clear:both;
}

