@charset "utf-8";
/* ----------------------------- LAYOUT ---------------------------------------- */

/* TAGs */

body {
	margin:0px;
	padding:0px;
	background-color:#DAD8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #4E4E4E;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 225%;
	line-height: 100%;
	font-weight: normal;
	color: #515252;
	border-bottom: 1px dashed #ccc;
	margin: 0px;
	padding: 0 0 12px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	font-size: 175%;
	font-weight: normal;
	line-height: 125%;
	margin: 0px;
	padding: 18px 0px;
}

/* DIVs */

#frame {
	width: 960px;
	margin: 0px auto;
}

#container {
	float: left;
	width: 950px;
	padding:0px 5px;
	background-image: url(images/shadow_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fff;
}

/* -- header -- */

#header {
	width: 950px;
	height: 65px;
	background-color: #515252;
	color: #ffffff;
}

#nav {
	float: left;
	width: 687px;
	height: 40px;
	padding:22px 0px 0px 25px;
	border-right: 1px dashed #ffffff;
}

#phone {
	float: left;
	width: 212px;
	padding: 10px 0px 4px 25px;
}

#subnav {
	float: left;
	width: 925px;
	height: 23px;
	padding:9px 0px 0px 25px;
	background-color: #fff;
}
	

#pic {
	float: left;
	width: 925px;
	height: 105px;
	padding: 43px 0 0 25px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #9A9A9A;
	background-color: #cccccc;
	background-image: url(images/pic-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	line-height: 150%;
}

/* ----------------------------- STYLES ---------------------------------------- */

/* LINKs */

a {
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

a.plain {text-decoration: none;}
a.plain:hover {text-decoration: underline;}

a.plain2 {text-decoration: none;}

a.bareLink {
	color: #4e4e4e;
	text-decoration: none;
}

a.bareLink:hover {
	color: #ff6600;
	text-decoration: underline;
}

a.more {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 125%;
	line-height: 200%;
}	

a.more:hover {
	text-decoration: underline;
}

/* ----- */

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

#header ul {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
}

#header li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #ffffff;
	padding: 0px 13px;
}

#header li.firstLink {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #ffffff;
	padding: 0px 13px 0px 0px;
}

#header li.end {
	display: inline;
	list-style-type: none;
	padding: 0px 13px;
	border-right: none;
}

#header a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 110%;
}

#header a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#phone {
	font-size: 135%;
}

#phone span.coastTop {
	display: none;
}

#phone span.tel {
	font-size: 120%;
	line-height: 175%;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
}

#subnav li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #666666;
	padding: 0px 10px;
	color: #666666;
}

#subnav li.firstLink {
	padding: 0px 13px 0px 0px;
}

#subnav li.end {
	border-right: none;
}

#subnav a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#subnav a:hover {
	text-decoration: underline;
}

#main {
	float: left;
	width: 925px;
	margin: 28px 25px 28px 0px;
}

#sideCol {
	float: left;
	width: 160px;
	padding: 0 19px 0 20px;
	border-right: 1px dashed #cccbcc;
}

#sideCol img.button {
	margin: 0 0 25px 0;
}

#content {
	float: left;
	width: 700px;
	padding: 0 0 0 25px;
}

#services {
	float: left;
	width: 700px;
	padding: 0 0 30px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px dashed #ccc;
}

#services ul {
	margin: 0px;
	padding: 0px;
}

#services li {
	list-style: none;
	padding: 0 0 3px 0;
}

#services li a {
	color: #666;
	text-decoration: none;
}

#services li a:hover {
	text-decoration: underline;
}

#services1 {
	float: left;
	width: 222px;
	/* background-color: #f26721; */
}

#services1 h2 a {
	text-decoration: none;
	color: #f26721;
}

#services2 {
	float: left;
	width: 210px;
	padding: 0 0 0 20px;
}

#services2 h2 a {
	text-decoration: none;
	color: #7fc31c;
}

#services3 {
	float: left;
	width: 216px;
	padding: 0 0 0 30px;
}

#services3 h2 a {
	text-decoration: none;
	color: #c21f8e;
}

#features {
	float: left;
	width: 700px;
}

#feature1 {
	float: left;
	width: 222px;
}

#feature2 {
	float: left;
	width: 200px;
	padding: 0 10px 0 20px;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:150%;
	line-height:125%;
}

#feature3 {
	float: left;
	width: 195px;
	padding: 0 20px 0 30px;
	line-height: 140%;
}


/* -- footer -- */

#logos {
	clear: both;
	width: 900px;
	margin: 0px 25px;
	padding: 7px 0px 10px 0px;
	border-top: 1px dashed #cccbcc;
}

#logos img {
	vertical-align: middle;
	margin-right: 30px;
	border: 0px;
}

#servicesFoot {
	float: left;
	width: 900px;
	margin: 0px 25px;
	padding: 15px 0px 25px 0px;
	border-top: 1px dashed #cccbcc;
	font-size: 90%;
	line-height: 140%;
	color: #999999;
}

#servicesFoot h2, #feature3 h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#servicesFoot p {
	margin: 0px;
	padding: 0px;
}

#servicesFoot a {
	text-decoration: none;
	color: #666;
}

#servicesFoot a:hover {
	text-decoration: underline;
}

#footer {
	float: left;
	width: 950px;
	padding:0px 5px 7px 5px;
	background-image: url(images/footer_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-y;
	font-size: 90%;
	color: #666666;
}

#footLinks {
	float: left;
	width: 450px;
	padding: 10px 0px 10px 25px;
	border-top: 1px solid #B2B2B2;
}

#copyright {
	float: left;
	width: 450px;
	text-align: right;
	padding: 10px 25px 10px 0px;
	border-top: 1px solid #B2B2B2;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: underline;
}
