/* CSS Document */

a	
{
	outline:none;
}


@font-face {
 font-family: Dakota;
 src: local(Dakota), url("D.eot") /* EOT file for IE */
}
@font-face {
 font-family: Dakota;
 src: local(Dakota), url("D.ttf") /* TTF file for CSS3 browsers */
}


html, body

{	margin:0;
	padding:0;
	height:100%;
	background-image:url(../images/bg-tile.jpg);
	background-repeat:repeat-x;
	background-color:#ece5d4;
	background-position:top;
}

.text 
{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 20px;
 	font-size: 12px;
	color:#30414b;
}
.text a 
{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 20px;
 	font-size: 12px;
	color:#057ec2;
}
.text a:hover
{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 20px;
 	font-size: 12px;
	color:#057ec2;
	text-decoration:none;
}



#main
{
	background-color:#FFF;
	width: 900px;
	height:100%;
	-moz-box-shadow: 0 0 4px 4px #687276;
	-webkit-box-shadow: 0 0 4px 4px #687276;
	box-shadow: 0 0 4px 4px #687276;
}

.phone
{
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#1d688d;
	font-weight:bold;
	padding-right:20px;
}

#quote
{
    width: 882px;
	height: 75px;
    text-align: center;
    position: absolute;
    top: 533px;
    left: 50%;
    margin-left: -441px;
	background-image:url(../images/main-white2.png);
	font-family:"Times New Roman", Times, serif;
	font-size:29px;
	color:#0e445f;
	font-style:italic;
}
.titles
{
	font-family: Dakota,"Times New Roman", Times, serif;
	font-size:26px;
	color:#083f5a;
}

.footer
{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 16px;
 	font-size: 10px;
	color:#6d6e6e;	
}
.footer a
{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 16px;
 	font-size: 10px;
	color:#6d6e6e;	
}
.footer a:hover
{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 16px;
 	font-size: 10px;
	color:#6d6e6e;
	text-decoration:none;
}
.pics
{
	border:8px solid #FFF;
	-moz-box-shadow:  3px 3px 3px #97a4ac;
	-webkit-box-shadow:  3px 3px 3px #97a4ac;
	box-shadow:  3px 3px 3px #97a4ac;
}
