body {
	font-family: verdana, arial, 'sans serif';
	font-size: 0.7em;
	color: #333333;
	padding-top: 10px;
}

#mainOuter {
	width: 900px;
	margin: 0 auto;
	height: 500px;
}

#header {
	width: 860px;
	background: url('../images/site/headerBg.gif') repeat-x 0 0;
	color: #ffffff;
	padding: 24px 20px 0;
	float: left;
	border-bottom: solid 1px #333333;
}

#logo {
	border: 0;
	float: left;
}

#telephone {
	float: right;
	font-size: 2.3em;
	font-weight: bold;
	background: url('../images/site/telephone.png') no-repeat 0 7px;
	width: 260px;
	text-align: right;
}

#nav {
	width: 860px;
	float: right;
}

#nav a:link, #nav a:hover, #nav a:active, #nav a:visited {
	color: #ffffff;
	font-size: 1.3em;
	text-decoration: none;
	margin-left: 40px;
	padding-bottom: 5px;
	display: block;
	float: right;
	border-bottom: solid 2px #14417a;
}

#nav a:hover {
	border-bottom: solid 2px #cccccc;
}

.navSelected {
	border-bottom: solid 2px #ffffff !important;
}

.mainImage {
	display: block;
	clear: left;
}

#banner {
	clear: left;
	height: 250px;
}

#homeBg, #servicesBg, #contactBg, #galleryBg {
	border-top: solid 1px #333333;
	padding: 0 20px 20px;
	float: left;
	width: 860px;
	background: url('../images/site/homeBg.jpg') no-repeat 0 100%;
}

#servicesBg, #contactBg {
	background-image: url('../images/site/servicesBg.jpg');
}

#galleryBg {
	background-image: url('../images/site/galleryBg.jpg');
}

#homeText {
	width: 426px;
	float: left;
}

#homeText div {
	float: left;
	width: 124px;
	margin: 3px 20px 0 0;
}

#homeText img, #getInTouch img {
	border: 1px solid #999999;
	padding: 1px;
	display: block;
}

.topGap {
	margin-top: 67px;
}

#whyChooseUs, #getInTouch {
	width: 210px;
	float: left;
	padding: 0 20px;
	margin-left: 20px;
}

#getInTouch {
	width: 124px;
	padding-right: 0;
}

#getInTouch h1 {
	margin-bottom: 23px;
}

#servicesText, #contactTextLarge, #contactTextSmall {
	width: 696px;
	float: left;
}

#contactTextSmall {
	width: 320px;
	margin-top: 30px;
}

#contactTextSmall a:link, #contactTextSmall a:hover, #contactTextSmall a:active, #contactTextSmall a:visited {
	color: #333333;
}

#contactTextSmall a:hover {
	text-decoration: none;
}

#contactTextLarge span {
	color: #ff0000;
}

#footerLeft, #footerRight {
	width: 440px;
	height: 40px;
	background: url('../images/site/footerBg.gif') repeat-x 0 0;
	float: left;
	border-top: solid 1px #333333;
	padding: 5px;
	color: #999999;
	font-size: 0.9em;
}

#footerRight {
	text-align: right;
}

a.footer:link, a.footer:hover, a.footer:active, a.footer:visited {
	color: #999999;
	text-decoration: none;
	font-size: 0.9em;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	margin: 20px 0;
}

ul {
	padding-left: 15px;
}

li {
	list-style-type: square;
	margin-bottom: 3px;
}

.thumbnailBoxTop, .thumbnailBoxTopRight, .thumbnailBoxBot, .thumbnailBoxBotRight {
	padding: 10px;
	background-color: #333333;
	float: left;
	text-align: center;
}

.thumbnailBoxTopRight, .thumbnailBoxBotRight {
	margin-left: 28px;
}

.thumbnailBoxBot, .thumbnailBoxBotRight {
	margin-top: 28px;
}

.galleryImage {
	border: 0;
}

a.galleryLink:link, a.galleryLink:hover, a.galleryLink:active, a.galleryLink:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
	display: block;
	margin-top: 5px;
}

a.footer:hover, a.galleryLink:hover {
	text-decoration: underline;
}

iframe {
	padding: 1px;
	border: 1px solid #999999;
	margin-top: 30px;
	float: left;
}

.hide {
	display: none;
}