@charset "utf-8";
/* CSS Document */

/* TAGs */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/* DIVs */

#frame {
	width: 960px;
	margin: 0px auto;
	background-color: #ffffff;
}

#header {
	height: 85px;
	background-color: #ffffff;
}

#logo {
	float: left;
	width: 285px;
	padding: 15px 0 0 0;
}

#phone {
	float: left;
	width: 675px;
	padding: 20px 0 0 0;
	text-align: right;
	vertical-align: middle;
}

#topNav {
	height: 20px;
	padding: 5px 0 0 0;
	background-color: black;
	color: #ffffff;
}	

#homePic {
	height: 250px;
	background-color: #efefef;
	border-top: 1px solid #ffffff;
}

#homeBoxes {
	float: left;
	margin: 10px 0 18px 0;
	background-color: #ffffff;
	background-image: url(../images/templates/home_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 125%;
}

#homeBox1, #homeBox2, #homeBox3 {
	float: left;
	width: 280px;
	padding: 40px 15px 15px 15px;
}

#homeBox2 {
	margin: 0px 15px;
}

#homeIntro {
	width: 950px;
	padding: 0 0 0 10px;
	line-height: 125%;
}

#homeBase {
	float: left;
	margin: 15px 0 ;
	background-color: #ffffff;
	background-image: url(../images/templates/homebase.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#homePreview1, #homePreview2, #homePreview3 {
	float: left;
	width: 275px;
	padding: 15px 15px 15px 20px;
}

#homePreview1 {
	background-image: url(../images/templates/redbox-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#homePreview2 {
	margin: 0px 15px;
	background-image: url(../images/templates/orangebox-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#homePreview3 {
	background-image: url(../images/templates/yellowbox-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 30px;
}

#footer {
	float: left;
	width: 100%;
	padding: 15px 0px;
	border-top: 1px solid #999999;
	color: #999999;
	font-size: 90%;
}

#copyright {
	float: left;
	width: 50%;
}

#coast {
	float: left;
	width: 50%;
	text-align: right;
}

/* internal */

#internalContainer {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

#navCol {
	float: left;
	width: 240px;
}

#locationTab {
	width: 240px;
	height: 18px;
	padding: 7px 0 0 0;
	background-color: orange;
	background-image: url(../images/templates/orange-tab.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: center;
	color: #000000;
}

#nav {
	width: 220px;
	margin: 3px 0 10px 10px;
}

#mainCol {
	float: left;
	width: 710px;
	padding: 0 0 0 10px;
}

#breadcrumbs {
	width: 710px;
	height: 17px;
	padding: 8px 0 0 0;
	color: #666666;
}

#internalPic {
	width: 710px;
	height: 150px;
	margin: 20px 0 0 0;
	background-color: #d6ded1;
}

#contentFullWidth {
	width: 710px;
	margin: 20px 0 0 0;
	line-height: 125%;
}

#mainContent {
	float: left;
	width: 460px;
}	

#sideCol {
	float: left;
	width: 230px;
	margin: 0 0 0 20px;
}
	
	



