@charset "utf-8";
/* CSS Document */

body {
	background-color:#7C7061;
	color:#DFDFDF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
}

td {
	vertical-align:top;
}

p {
	margin-top: 2px 0 2px 0;
	text-align:justify;
}

a {
	outline:none;
}

p.spacer {
	font-size:1px;
	margin:0;
	padding:0;
}

a.email {
	color:#DFDFDF;
}

.mainHeader-top {
	background-image:url(../images/projectsHeader-top.jpg);
	background-repeat:no-repeat;
	height:151px;
	margin:0;
	padding:0;
}
.mainHeader-bottom {
	background-image:url(../images/projectsHeader-bottom.jpg);
	background-repeat:no-repeat;
	height:105px;
	margin:0;
	padding:0;
}

.employmentHeader-top {
	background-image:url(../images/employmentHeader-top.jpg);
	background-repeat:no-repeat;
	height:151px;
	margin:0;
	padding:0;
}
.employmentHeader-bottom {
	background-image:url(../images/employmentHeader-bottom.jpg);
	background-repeat:no-repeat;
	height:105px;
	margin:0;
	padding:0;
}

.contactHeader-top {
	background-image:url(../images/contactHeader-top.jpg);
	background-repeat:no-repeat;
	height:151px;
	margin:0;
	padding:0;
}
.contactHeader-bottom {
	background-image:url(../images/contactHeader-bottom.jpg);
	background-repeat:no-repeat;
	height:105px;
	margin:0;
	padding:0;
}

.homeHeader-top {
	background-image:url(../images/homeHeader-top.jpg);
	background-repeat:no-repeat;
	height:151px;
	margin:0;
	padding:0;
}
.homeHeader-bottom {
	background-image:url(../images/homeHeader-bottom.jpg);
	background-repeat:no-repeat;
	height:105px;
	margin:0;
	padding:0;
}

.mainTableRow {
	background-image:url(../images/bottom-back.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:345px;
	margin:0;
	padding:0;
}
.mainTableRowEmployment {
	background-image:url(../images/employment-bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:345px;
	margin:0;
	padding:0;
}
.mainTableRowHome {
	background-image:url(../images/homepage-bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:345px;
	margin:0;
	padding:0;
}

.highlight {
	color:#342e27;
	font-weight:bold;
}

.centerColumn {
	float:left;
	width:400px;
}
.rightColumn {
	float:right;
	width: 240px;
}

p.employment {
	width:375px;
}
.resumeAddress {
	font-size:11px;
}

.categoryDrop {
	height:22px;
	width:330px;
}

.categoryDrop select {
	font-size:11px;
	margin:22px 0 0 15px;
	background-color:#8E806C;
	border-top:1px #5A5247 solid;
	border-right:1px #5A5247 solid;
	border-bottom:1px #9E958A solid;
	color:#DFDFDF;
}

.projectsDesc {
	float:left;
	/*height:304px;*/
	width:660px;
	font-family:Arial;
	font-size:12px;
}

.mainDivContent {
	margin-left:15px;
	margin-top:15px;
}

.navImage {
	margin-top:19px;
}

a.buildTypeNav:link, a.buildTypeNav:visited, a.buildTypeNav:active {
	color:#DFDFDF;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
a.buildTypeNav:hover { text-decoration:underline; }
p.buildTypeNav {
	padding:0;
	margin:0 0 4px 0;
}
.bullet {
	margin-right:5px;
}

.pageTitle {
	font-weight:bold;
	font-size:14px;
	margin-top:0;
}

.buildingTypeTitle {
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 6px;
}

.leftColumn {
	float:left;
	/*margin-top:0px;*/
	width:323px;
}

.nextButtonGif {
	 margin-top:35px;
	 clear:both;
	 float:right;
}

.bold {
	font-weight:bold;
}

.errorMessage {
	color:#ffa800;
	font-weight:bold;
}

.label {
	text-align:right;
}

/*
a:link, a:visited, a:active { color: #DFDFDF; font-size:9px; text-transform:uppercase; }
a:hover { color: #FFFF00; font-size:9px; text-transform:uppercase; }

.siteHeading {
	background-image:url(../images/projects_r2_c1.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #FFFFFF;
	height: 105px;
	width:1000px;
}

// next/back pages styling
.nextBackBuildings {
	margin:15px 0 15px 0;
}

.buildingImagesTitle {
	 margin-top:30px;
}

.pageFlipHeader {
	width:100px;
}
*/