@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

a:link, a:visited {
	color: #585858;
	text-decoration: none;
	border-bottom: 1px dashed #585858;
}

a:hover, a:active {
	color: #585858;
	text-decoration: none;
	border-bottom: 1px dashed #585858;
}

#header {
	width: 940px;
	height: 132px;
	background: url(../images/headBack.jpg) no-repeat;
	padding: 110px 0 0 0;
	margin: 20px auto 0 auto;
}

#header h1 {
	background: url(../images/allWorkCateredFo.png) no-repeat;
	width: 932px;
	height: 108px;
	display: block;
	text-indent: -2000px;
}

#navBox {
	width: 940px;
	margin: 10px auto;
	padding: 10px 0 0 0;
	clear: both;
}

#navBox a:link, #navBox a:visited {
	color: #585858;
	text-decoration: none;
	border-bottom: 0;
}

#navBox a:hover, #navBox a:active {
	color: #585858;
	text-decoration: none;
	border-bottom: 1px dashed #585858;
}

ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

li.darkItem {
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #585858;
	float: left;
	padding: 0 20px 10px 0;
}

li.lightItem {
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8b8b8b;
	float: left;
	padding: 0 20px 20px 0;
}

.darkSplitter {
	clear: both;
	width: 940px;
	margin: 20px auto;
	border-top: 1px solid #585858;
}

/* Content Areas */

.contentWrap {
	width: 940px;
	clear: both;
	padding: 10px 0;
	margin: 0 auto;
}

#left {
	width: 620px;
	margin: 0 20px 0 0;
	float: left;
}

#left h2 {
	font: 28px Helvetica, Arial, sans-serif;
	color: #585858;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 30px
}

#left p {
	font: 16px Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #747474;
	font-weight: normal;
	margin: 5px 0 15px 0;
}

#right {
	width: 300px;
	margin: 0;
	float: left;
}

#right h3 {
	font: 16px Helvetica, Arial, sans-serif;
	color: #585858;
	font-weight: bold;
	margin: 12px 0 5px 0;
	text-align: right;
}

#right p {
	text-align: right;
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #8b8b8b;
	font-weight: normal;
	margin: 0;
}

.greySplitter {
	clear: both;
	border-bottom: 1px #CCC solid;
	padding: 0;
	margin: 15px 0;
}

.base {
	clear: both;
	height: 1px;
	width: 940px;
	display: block;
	margin: 5px 0;
	border-bottom: 1px #999 solid;
}

.secSplitter {
	clear: both;
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #585858;
}

#homeServices {
	width: 940px;
	clear: both;
}

#homeServices h4 {
	font: 20px Helvetica, Arial, sans-serif;
	color: #585858;
	font-weight: bold;
	margin: 5px 0;
}

#homeServices p {
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #8b8b8b;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.homeService {
	width: 300px;
	margin: 0 20px 10px 0;
	float: left;
}

.homeServiceEnd {
	width: 300px;
	margin: 0 0 10px 0;
	float: left;
}

#copyright {
	width: 940px;
	margin: 0 auto;
	padding: 5px 0;
}

#copyright p {
	font: 10px Helvetica, Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #666;
}

/* Extended sections */

#leftLong {
	width: 940px;
	margin: 0;
	float: left;
}

#leftLong h2 {
	font: 28px Helvetica, Arial, sans-serif;
	color: #585858;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 30px
}

#leftLong h3 {
	font: 18px Helvetica, Arial, sans-serif;
	color: #585858;
	font-weight: bold;
	margin: 0;
	line-height: 30px
}

#leftLong p {
	font: 14px Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #747474;
	font-weight: normal;
	margin: 5px 0 15px 0;
	clear: both;
}

#leftLong p.profileText {
	clear: none;
}

.leftGal {
	width: 940px;
	margin: 0;
	padding: 0 0 15px 0;
	float: left;
}

.galimg {
	margin: 0 10px 0 0;
}

.profile {
	float: left;
	margin: 0 25px 0 0;
}

.splitter {
	clear: both;
	padding: 10px 0;
}

.profileBox {
	clear: both;
	padding: 10px 0;
	height: 175px;
}