/* CSS Document */
@font-face {
    font-family: 'SeasideResortNFRegular';
    src: url('SEASRN__-webfont.eot');
    src: url('SEASRN__-webfont.eot?#iefix') format('embedded-opentype'),
         url('SEASRN__-webfont.woff') format('woff'),
         url('SEASRN__-webfont.ttf') format('truetype'),
         url('SEASRN__-webfont.svg#SeasideResortNFRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Share-Regular';
    src: url('Share-Regular-webfont.eot');
    src: url('Share-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Share-Regular-webfont.woff') format('woff'),
         url('Share-Regular-webfont.ttf') format('truetype'),
         url('Share-Regular-webfont.svg#Share-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#bf8f2a;
	margin:0;
	font-family: 'Share-Regular', Arial, Helvetica, sans-serif;
}

h1{
	font-size:29px;
	color:#262626;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	margin:0;
}

h2{
	font-size:25px;
	color:#262626;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	margin:0;
}

h3{
	font-size:17px;
	color:#262626;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	margin:0;
}

#holder{
	width:900px;
	height:166px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:900px;
	height:200px;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
}

#top_text{
	width:880px;
	height:20px;
	color:#ffffff;
	font-size:11px;
	text-align:right;
	text-transform:uppercase;
	margin-right:5px;
	padding-top:5px;
}

#logo{
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-left: 17px;
	text-align: left;
	padding-top: 15px;
}

#logo_txt1{
	font-weight:500;
	text-align:center;
}

#logo_txt1 a{
	font-size:30px;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	font-family:'SeasideResortNFRegular', Arial, sans-serif;
}


#logo_txt2{
	font-size:18px;
	color:#000000;
	text-transform:uppercase;
	text-align:center;
	font-family:'SeasideResortNFRegular', Arial, sans-serif;
}

#logo_txt3{
	font-size: 27px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	float: right;
	width: 350px;
	height: 20px;
	text-align: center;
	margin-top: 28px;
}


#banner{
	width:900px;
	height:213px;
}




#nav_holder{
	width:100%;
	height:40px;
	background-color:#bf8f2a;
}

#nav{
	width:900px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/navigation.png);
	background-repeat:no-repeat;
	text-align:center;
}

#nav_link{
	width:690px;
	height:40px;
	margin-left:auto;
	margin-right:auto
}

.nav_linkdivider{
	float:right	;
	vertical-align:middle;
}

#nav ul{
	padding:0;
	margin:0;
}

#nav ul li {
	display:inline-block;
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	padding-left:10px;
}

#nav ul li div{
	width:150px;
	height:30px;
	padding-top:10px;
}

#nav ul li div a:link{
	color:#ffffff;
	text-decoration:none;
	font-size:20px;
}

#nav ul li div a:visited{
	color:#ffffff;
	text-decoration:none;
}

#nav ul li div a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#nav ul li #active{
	color:#000000;
}




#content{
	width:900px;
	padding-top:5px;
	padding-bottom:10px;
	margin-top:10px;
}

#sidebar{
	float:left;
	width:300px;
	background-color:#ffffff;
	margin-left:5px;
}

#sidebar_call{
	width: 280px;
	height: 70px;
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	text-align:center;
	padding-top: 13px;
	background-image:url(images/call_bg.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.sidebar_ads{
	width:280px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
}

#form{
	width:280px;
	background-image:url(images/form_bg.png);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#ffffff;
	text-transform:uppercase;
}

#free_estimate{
	font-size:20px;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

input, textarea{
		width:150px;
		background-color:#ffffff;
		border:#ffffff  1px inset;
		color:#000000;
	}
	
input.sub{
	width:208px;
	height:55px;
	background:url(images/submit.png) no-repeat;
	border:0;
	cursor:pointer;
	margin-left:10px;
}

#main_content{
	width:570px;
	float:right;
	margin-right:5px;
}

#main_content_middle{
	width:570px;
	background-color:#FFFFFF;
}

#main_content_middle p{
	margin:0;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	text-indent:20px;
	font-size:12pt;
}

.clear{
	clear:both;
}

#bottom_links{
	width:900px;
	height:35px;

	text-align:center;
	color:#333333;
	font-size: 15px;
	text-transform:uppercase;
	padding-top:5px;
}

#bottom_links a{
	color:#333333;
	text-decoration:none;
}

#bottom_links a:visited{
	color:#333333;
	text-decoration:none;
}

#bottom_links a:hover{
	color:#ffffff;
	text-decoration:underline;
}


#footer{
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
	width:900px;
	height:89px;
}

#copyright{
	font-size:18px;
	color:#000000;
	padding-top:35px;
	text-align:center;
	text-transform:uppercase;
}

#external_links{
	color:#333333;
	width:900px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:10px;
	font-size:12px;
}

#external_links a{
	color:#333333;

	text-decoration:none;
}

#external_links a:visited{
	margin-top:30px;
	color:#333333;
	text-decoration:none
}

#external_links a:hover{
	margin-top:30px;
	color:#ffffff;
	text-decoration:underline;
}


/* ------------------------------------------------------------ */
#services8{
	text-align:left;
	width:510px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
}

.services8_lefttitle{
	float: left;
	width:248px;
	padding-bottom:5px;
	font-weight:bold;
	font-style:italic;
	border:1px dashed #bf8f2a;
	text-align:center;
	color:#bf8f2a;
}

.services8_righttitle{
	float: right;
	width:248px;
	padding-bottom:5px;
	font-style:italic;
	font-weight:bold;
	border:1px dashed #bf8f2a;
	text-align:center;
	color:#bf8f2a;
}

.services8_left{
	float: left;
	width:248px;
	padding-bottom:5px;
	border:1px dashed #bf8f2a;
	margin-bottom: 10px;
}

.services8_right{
	float: right;
	width:248px;
	padding-bottom:5px;
	border:1px dashed #bf8f2a;
}

.services8_left li, .services8_right li{
	list-style-image:url(images/locksmith.png);
}

/* ------------------------------------------------------------ */