/* General styles */
body, img, p, h1, h2, h3, h4, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: arial, sans-serif;
}

.goldColour { color:#bfa656; }
.whiteColour { color:#fff; }

#mainSite {
	width:891px;
	margin:5px auto 0px auto;
}

#headerArea {
	background: url('images/duttonHeader.jpg') no-repeat top left;
	height:185px;
}

#menuArea {
	font-size:12px;
	line-height:14px;
	position:relative;
	top:152px;
	padding-left:10px;
	display:block;
}

#menuArea a {
	text-decoration:none;
	padding:10px 17px 18px 17px;
}

#menuArea a:hover {
	color:#bfa656;
	background:url('images/menuOver.png') no-repeat bottom center;
}

.menuSel { color:#bfa656; background:url('images/menuOver.png') no-repeat bottom center; }
.menuNorm { color:#fff; }

#contentArea { width:100%; }

#contentArea h1 {
	font-size:21px;
	line-height:24px;
	margin-bottom:8px;
}

#contentArea h2 {
	font-size:18px;
	line-height:24px;
	margin-bottom:3px;
}

#contentArea h3 {
	font-size:16px;
	line-height:24px;
	margin-bottom:3px;
}

#contentArea p {
	font-size:14px;
	line-height:16px;
	margin-bottom:3px;
}

#leftCol {
	width:205px;
	padding-left:4px;
	float:left;
}

#leftCol h2 {
	font-size:14px;
	line-height:16px;
	margin-bottom:12px;
}

#leftCol h3 {
	display:block;
	width:176px;
	font-size:12px;
	line-height:14px;
	color:#fff;
	background: url('images/leftColHead.png') no-repeat top left;
	padding:2px 0 2px 7px;
	margin-bottom:2px;
}

#leftCol p {
	font-size:12px;
	line-height:14px;
	margin:0;
}

#leftCol a {
	display:block;
	width:183px;
	padding:2px 0 2px 6px;
	color:#000;
	text-decoration:none;
}

#leftCol a:hover {
	background: url('images/leftColBack.png') no-repeat top left;
}

#middleCol {
	background: url('images/middleBox.png') no-repeat top center;
	width:446px;
	float:left;
}

#rightCol {
	width:228px;
	float:left;
	text-align:right;
}

#footerArea {
	height:53px;
	padding:8px 0 10px 10px;
	background: url('images/duttonFooter.jpg') no-repeat top left;
}

#footerArea p {
	font-size:12px;
	line-height:18px;
	margin-bottom:8px;
}

#footerArea a { color:#fff; text-decoration:none; }
#footerArea a:hover { color:#bfa656; }

#designBy {
	display:block;
	width:891px;
	margin:5px auto 0px auto;
	font-size:11px;
	line-height:13px;
	text-align:right;
}

#designBy a { color:#000; text-decoration:none; }
#designBy a:hover { color:#bfa656; }

#sectionButts {
	background: url('images/middleBox.png') no-repeat top center;
	height:335px;
	float:left;
}

#sectionButts img {
	margin:10px 0 0 10px;
	float:left;
}

.fifteenBottom { margin-bottom:15px; }
.twentyRight { margin-right:25px; }

#currentJobs {
	width:436px;
	height:125px;
	background: url('images/currentJobsBack.png') no-repeat top left;
	margin:5px 0 5px 0;
	padding:5px;
	float:left;
}

#JobContent {
	height:115px;
	width:395px;
	padding:0 10px 0 10px;
	float:left;
}

#JobContent h4 {
	font-size:17px;
	line-height:19px;
	color:#bfa656;
	margin-bottom:7px;
}

#JobContent p {
	font-size:14px;
	line-height:20px;
	color:#fff;
	float:left;
	display:block;
}

#JobContent a {
	color:#bfa656;
	text-decoration:none;
}

#JobContent .home {
	width:115px;
	float:left;
}

#leftArrow {
	float:left;
	margin-top:40px;
}

#rightArrow {
	float:right;	
	margin-top:40px;
}

.userTable td {
	padding:5px 20px 5px 0;
	vertical-align:top;
}

.stdLink { color:#000; }
.stdLink:hover { color:#bfa656; }

.black { color:#000; text-decoration:none; }
.black:hover { color:#000; text-decoration:none; }


#wideMid {
	width:624px;
	float:left;
	margin-bottom:10px;
	padding:10px 15px 10px 15px;
	background: url('images/wideMidCorner.png') no-repeat top left;
}

#botRightCorner {
	float:right;
	position:relative;
	top:-80px;
	right:-15px;
}

/*
#wideMid {
	width:654px;
	float:left;
	margin-bottom:10px;
	background: url('images/midBoxMid.png') repeat-y top left;
}
*/
#wideMid h2 {
	font-size:18px;
	line-height:24px;
	margin-bottom:8px;
	color:#bfa656;
}

#wideMid h3 {
	font-size:16px;
	line-height:24px;
	margin-bottom:3px;
	color:#bfa656;
}

#wideMid h4 {
	font-size:14px;
	line-height:20px;
	margin-bottom:3px;
}

#wideMid p {
	font-size:14px;
	line-height:16px;
	margin-bottom:8px;
}

.alphaNum { list-style-type:lower-alpha; }
.decimal { list-style-type:decimal; }

.boldText { font-weight:bold; }

.cList {
	font-size:14px;
	line-height:18px;
	margin:0px 0px 8px 0px;
}

.dList {
	font-size:14px;
	line-height:24px;
	margin:0px 0px 8px 0px;
}

.boxBoundary { float:left; }
.paddingTen { padding:10px; float:left; }

.leftList {
	float:left;
	width:300px;
}

.rightList {
	float:right;
	width:300px;
}

.dpNum {
	font-weight:bold;
	margin-right:10px;
}

#branchMap {
	float:right;
}

table.contactform td {
	vertical-align:top;
	padding-right:20px;
}