@charset "utf-8";
/* CSS Document */
html, body, div, span, h1, h2, h3, h4, h5, h6, ul, li, form, label, img, tr, td {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
}
:focus {
	outline: 0;
}
p{
	padding-bottom:7px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f4f4f;
	/*line-height: 18px;*/
	background-image: url(../images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
a{color:#cfcfcf; text-decoration:none;}
a:hover{color:#f99f04; text-decoration:underline;}
h1{font-family: helvetica, "trebuchet MS", arial, verdana; font-size:24px;font-weight:normal; color:#000000; text-transform:capitalize;}
h1 span{color:#f69c00;}
h2{font-family: helvetica, "trebuchet MS", arial, verdana; font-size:22px;font-weight:normal; color:#000000; padding-bottom:14px;}
h2 span{color:#f69c00;}
#master-container{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#master-container #top{width:960px; height:121px;}
#top .logo{width:236px; height:121px; float:left;}
.top-phone{
	height: 60px;
	float: right;
	width: 210px;
	font-family: "trebuchet MS", arial, verdana, helvetica;
	font-size: 14px;
	padding-top: 13px;
	padding-left: 450px;
	color: #FFFFFF;
}
.navigation{
	text-align: right;
	float: right;
	margin-top: 20px;
}
.navigation li{
	background-image: url(../images/nav-div.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 8px;
	padding-left: 6px;
	line-height: 16px;
	display: block;
	padding-bottom: 6px;
	float:left;
	padding-right:6px;
	font-family: helvetica, "trebuchet MS", arial, verdana;
	color: #FFFFFF;
	font-size: 14px;
}
.navigation li a{
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom: 4px;
	text-transform: capitalize;
}
.navigation li a:hover{color:#f7a600;text-decoration:none;border-bottom: solid 3px #f7a600;}
.navigation li a.active{
	color:#f7a600;
	text-decoration:none;
	border-bottom: solid 3px #f7a600;
	padding-top: 2px;
}
.navigation li.last{
	background-image:none;
}
.header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 416px;
	width: 960px;
	float: left;
}
.wel-img{float:left; margin:0 15px 5px 0;}
.divider{border-top: 1px dotted #817f7f;}
#boxes{
	width:960px;
	float:left;
	margin-top: 5px;
	margin-bottom:10px;
}
#boxes .beach-walk-author{
	width:402px;
	float:left;
	border-right: 1px dotted #817f7f;
}
#boxes .beach-walk-author .img{
	float:left;
	margin-bottom:10px;
	margin-left: 22px;
}
#boxes .testimonial{
	width:100%;
	/*float:left;*/
	padding-right: 22px;
	padding-left: 10px;
}
.testimonial .quote{width:31px;float:left;}
.testimonial .quote1{
	width:31px;
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
	background-image: url(quote1);
}
.testimonial .text{/*width:473px;float:left;*/padding-left:35px; margin-bottom:20px;}
#footer{width:100%; height:110px; float:left; background-color:#000000;}
#footer .foot-text{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 45px;
	text-align: center;
	font-size: 11px;
	color: #cfcfcf;
}
.sondra-briggs{color:#f99f04;}
.contact-details{
	width:400px;
	float:left;
	margin-bottom: 10px;
}
.contact-form{
	width:420px;
	float:left;
	margin-left: 10px;
	border-left: 1px solid #b7b5b5;
	padding:0 0 0 20px;
}
.contact-form .row{width:410px; float:left; margin:0 0 7px 0;}
.contact-form .row label{width:180px; float:left;}
.contact-form .row input{width:200px; float:left; border:solid 1px #ebebeb;}
.contact-form .row textarea{width:200px; float:left; border:solid 1px #ebebeb;}
.beach-walk-author{float:left;}
.beach-walk-author1 img{float:left; margin:0 32px 30px 35px; border:solid 3px #c2c2c2;}
.submit-btn{
       text-align:center;
       background-color:#f6a600;
       color:#FFFFFF;
}
