html, body {
	color: #323434;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p, li, td {
	line-height: 1.3em;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

ul {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 1.3em;
}

a:link, a:visited {
	color: #8b0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #8b0000;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	border-bottom: 1px solid #bdbdbd;
	color: #8b0000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 20px 0;
	padding: 10px 0 20px 0;
}

h2 {
	color: #8b0000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 0 0.8em 0;
	padding: 0;
}

h3 {
	color: #8b0000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0.8em 0 1.1em 0;
	padding: 0;
}

#container {
	margin: auto;
	position: relative;
	width: 1000px;
	z-index: 1;
}

#subpageLogo {
	left: -10px;
	position: absolute;
	top: -4px;	
}

#subpageLogo a {
	background: url(images/subpage-logo.png) no-repeat;
	display: block;
	height: 99px;
	width: 99px;
}

#topNav {
	background: #323434;
	color: #FFF;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	height: 22px;
	line-height: 22px;
	margin: 0 0 0 50px;
	padding-right: 30px;
	text-align: right;
}

#topNav.homepage {
	background: #323434;
	margin-left: 200px;
}

#topNav a, #topNav a:visited {
	color: #bdbdbd;
	outline: none;
	padding-left: 20px;
}

#topNav a:hover, #topNav a:active {
	color: #FFF;
	text-decoration: none;
}

#topNav span {
	padding-left: 20px;
}

#banner {
	height: 140px;
}

#breadcrumb {
	background: #FFF;
	border-bottom: 1px solid #bdbdbd;
	color: #bdbdbd;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #bdbdbd;
	text-decoration: underline;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #8b0000;
}

#content {
	background: #FFF;
	height: auto !important;
	height: 383px;
	min-height: 383px;
	padding: 10px 30px 0 30px;
}

#footer {
	background: #323434;
	color: #bdbdbd;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	height: 40px;
	line-height: 16px;
	padding-left: 10px;
}

#footer .floatLeft {
	padding: 4px 0 0 0;
}

#footer .floatRight {
	padding: 10px 10px 0 0;
}

.fb-like {
    overflow: hidden;
    width: 90px;
}

#footer .fb-like {
	float: left;	
}

#footer .twitterFollowFooter {
	float: left;
	height: 20px;
	margin-right: 1em;
	width: 60px;	
}

#footer .addthis_toolbox {
	float: left;	
}

#seoTerms {
	color: #bdbdbd;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	margin: 12px;
}

#seoTerms p {
	padding: 0;
}

.homepageLogo {
	left: 0px;
	width: 411px;
	height: 410px;
	position: absolute;
	top: -410px;
	z-index: 2;
}

#homeIntro {
	height: 400px;
	padding: 30px 0 0 613px;
}

#homeIntro a {
	text-decoration: underline;
}

#homeIntro h1 {
	border-bottom: 0;
	font-size: 19px;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 0.6em 0;
}

#homeIntro p {
	font-size: 19px;
	line-height: 1.4em;
	padding: 0 0 0.6em 0;
}

#homeTagline {
	color: #5a5b5e;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	left: 0;
	position: absolute;
	text-align: center;
	top: 420px;
	width: 411px;
	z-index: 1;
}

#slideshowWrapper {
	background: #FFF;
	border-bottom: 1px solid #323434;
	border-top: 1px solid #323434;
	height: 476px;
	position: relative;
	width: 1000px;
	z-index: 3;
}

#slideshowWrapper .slideshowItem {
	left: 0;
	position: absolute;
	top: 0;
}

.onTop {
	z-index: 1000;
}

#homeContent {
	background: #eaeaea;
	font-size: 16px;
	padding: 40px 30px 30px 623px;
}

#secondarySlideshow {
	border-bottom: 1px solid #323434;
	border-top: 1px solid #323434;
	font-size: 14px;
	height: 465px;
	position: relative;
	width: 1000px;
}

.secondarySlideshowItem {
	background: #464848;
	color: #FFF;
	height: 465px;
	position: relative;
	width: 1000px;
}

.secondarySlideshowItem h3, .secondarySlideshowItem a {
	color: #FFF;
}

.secondarySlideshowImage {
	left: 0;
	position: absolute;
	top: 0;
}

.secondarySlideshowContent {
	bottom: 20px;
	left: 623px;
	position: absolute;
	width: 345px;
}

#socialLinks {
	background: #eaeaea;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding: 10px 0 10px 623px;
}

#socialLinks .twitter, #socialLinks .facebook {
	color: #8b0000;
	padding: 0;
}

#socialLinks .twitter a, #socialLinks .facebook a {
	color: #8b0000;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 0 6px 40px;
}

#socialLinks .twitter a {
	background: url(images/homepage/twitter.gif) no-repeat;
}

#socialLinks .facebook a {
	background: url(images/homepage/facebook.gif) no-repeat;
}

div.threeColumnBorderWrapper {
	border-top: 1px solid #bdbdbd;
	display: inline-block;
	padding: 20px 0 0 0;
	width: 940px;
}

div.threeColumnWrapper p, div.threeColumnBorderWrapper p {
	padding: 0;
}

div.threeColumnWrapper img, div.threeColumnBorderWrapper img {
	margin: 10px 0 20px 0;
}

div.threeColumnLeft {
	float: left;
	font-size: 16px;
	padding-right: 20px;
	width: 300px;
}

div.threeColumnLeftSmallText {
	float: left;
	padding-right: 20px;
	width: 300px;
}

div.threeColumnMiddle {
	float: left;
	padding-right: 20px;
	width: 300px;
}

div.threeColumnRight {
	float: left;
	width: 300px;
}

div.twoColumnWideLeft {
	float: left;
	padding-right: 22px;
	width: 620px;
}

div.twoColumnRight {
	float: left;
	font-size: 16px;
	width: 300px;
}

div.twoColumnLeft {
	float: left;
	font-size: 16px;
	padding-right: 20px;
	width: 300px;
}

div.twoColumnWideRight {
	float: left;
	width: 620px;
}

div.clearFix {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

div.clearFix20 {
	clear: both;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
}

.red {
	color: #8b0000;
}

.contactUs {
	background: #8b0000;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	width: 298px;
}

.contactUs a:link, .contactUs a:visited, .contactUs a:hover, .contactUs a:active {
	color: #FFF;
	display: block;
	padding: 0.6em 0;
}

.hidden {
	display: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.imageLeft {
	float: left;
}

.imageRight {
	clear: right;
	float: right;
}

.topBorder {
	border-top: 1px solid #bdbdbd;
	margin-top: 20px;
	padding-top: 20px;
}

.ourWorkBoxLeft {
	float: left;
	padding-right: 23px;
	width: 298px;
}

.ourWorkBoxRight {
	float: left;
	width: 298px;
}

.ourWorkBoxHeader {
	background: #efefef;
	font-size: 16px;
	padding: 4px;
}

.ourWorkBoxHeader p {
	padding: 0;
}

a img.imageBorder {
	border: 1px solid #bdbdbd;
}

.shadedBox {
	background: #EEE;
	font-size: 16px;
	padding: 5px 8px 0 8px;
}

#contactForm {
	margin: 1em 0 0 0;
}

#contactForm p {
	margin: 0;
	padding: 2px 0 0 0;
}

#contactForm input.formInput {
	border: 1px solid #999;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 2px;
	width: 294px;
}

#contactForm textarea {
	border: 1px solid #999;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 60px;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0 0 0 2px;
	width: 296px;
}

