body{
margin: 0;
padding: 0;
background: #f3f3f3;
font-size: 1.3em;
}

.wrap{
width: 960px;
margin: auto;
}

#header .wrap{
width: 960px;
height: 257px;
margin: auto;
background: url('top.png') left no-repeat;
}

#header{
width: 100%;
height: 257px;
background:#c60000;
border-bottom: 12px solid black;
}

#header2{
width: 100%;
height: 250px;
background: url('images/headbg.jpg') repeat-x;
border-bottom: 12px solid black;
}


#title{
background: url('images/pa.jpg') no-repeat bottom;
width: 344px;
height: 220px;
float: left;
}

#phoenix{
background: url('images/phoenix.jpg') no-repeat bottom;
width: 223px;
height: 240px;
float: left;
margin-left: 70px;
margin-top: 8px;
}

#address{
background: url('images/address.jpg') no-repeat bottom;
width:235px;
height:220px;
float: right;
}

#main{
margin-top: 0px;
width: 960px;
min-height: 600px;
}

.page{
width: 920px;
padding: 20px;
background: white;
}

#slideshow{
width:940px;
height: 340px;
margin-top: 20px;
background: white;

}

#about, #services, #contact{
margin: 0;
padding:100px 20px 0;
margin-top: 20px;
width:260px;
height: 200px;
background: white;

float: left;
-webkit-border-radius:5px;
}
p{
color: #333;
}
#about p, #services p, #contact p, #about a, #services a, #contact a{
margin: 0px;
font-size: .8em;
margin-bottom: 15px;
}
#about a, #services a, #contact a{
text-align: right;
}
#about p, #services p, #contact p{
font-family: Helvetica;
color: #333;
}
a:link, a:visited{
color: #c60000;
}

a:hover{
color: black;
}
#about{
background: url("images/ex.jpg") no-repeat white;
margin-right: 20px;
}
#services{
background: url("images/sv.jpg") no-repeat white;	
	margin-right: 20px;
}

#contact{
background: url("images/ct.jpg") no-repeat white;	
}
.content{
display: none;
}
.reveal{
display: block;
margin: 10px 0;
}
.construction{
background: url('uc.png') no-repeat;
width: 435px;
height: 26px;
padding-bottom: 2px;
border-bottom: 2px solid #666;
}

.field{
float: left;
margin:0 10px;
}

input{
font-size: 1.3em;
font-family: Georgia;
}

form{
padding: 20px;
background: #f1f1f1;
border: 1px solid #ccc;
}

table{
width: 800px;
margin: auto;
}

tr td{
font-size: 1.3em;

}

button{
font-size: 1.3em;
margin-left: 20px;
}

#line{
margin-top: 100px;
width: 100%;
height: 2px;
border-top: 2px solid #c60000;
border-bottom: 3px solid #c60000;
background: #f3f3f3;
}
.clear{
clear: both;
}
.footer{
text-align: center;
color: #666;
font-size: 0.8em;
}