@charset "UTF-8";

/* Full page */
body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
.all {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
}

/* Padding classes */
.padding10 {
	padding: 10px;
}
.paddingLeft {
	padding: 10px 0px 10px 18px;
}
.paddingRight {
	padding: 10px 18px 10px 0px;
}
.paddingRight100 {
	padding-right: 100px;
}

/* Text elements and classes */
h3{
	font-family:"Gill Sans MT","GillSans",Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-weight: normal;
}
p a, p a:hover, p a:active, p a:visited {
	color: #5d6a24;
}
.italic {
	font-style: italic;	
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.green {
	color: #859832;
}
.copy {
	color: #2A4253;
	font-family:"Gill Sans MT","GillSans",Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: top;
}
.alignLeft {
	text-align:left;
}

/* Lists */
ul.servicesList {
	list-style-type: none;
	list-style-position: outside;
}
ul.plainList {
	list-style-type: none;
}

/* Link IDs */
#prevLnk1, #prevLnk2, #prevLnk3, #prevLnk4, #prevLnk5, #prevLnk1b, #prevLnk2b, #prevLnk3b, #prevLnk4b, #prevLnk5b {
	visibility: hidden;
}
#nextLnk1, #nextLnk2, #nextLnk3, #nextLnk4, #nextLnk5, #nextLnk1b, #nextLnk2b, #nextLnk3b, #nextLnk4b, #nextLnk5b {
	visibility: visible;
}

/* Link classes */
.copy a {
	color: #4b6678;
}
.copy a:hover, .copy a:active, .copy a:visited {
	color: #5d6a24;
}
.plainLink {
	text-decoration: none;
}
.subCatLinks a, .subCatLinks a:visited {
	text-decoration: none;
	color: #5d6a24;
}
.subCatLinks a:hover, .subCatLinks a:active {
	text-decoration: none;
	color: #4b6678;
}

/* Main navigation classes */
.navtable {
	font-family:"Gill Sans MT","GillSans",Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-size: small;
	height: 17px;
	width: 935;
}
.navtable td {
	width: 154px;
	text-align: center;
}

/* Bg for text sections/notes on 'Our Work' and 'Solutions' pages */
.textSection {
	margin-left:65px;
	margin-right:165px;
}

.textNote {
	border: solid 1px #5d6a24;
	background-color: #d0daa7;
}
.textNote p {
	text-align: center;
	color: #5d6a24;
}

/* Project images */
.projImgs {
	border: solid 1px #82A3BA;
}

/* Logo image */
.logo {
	text-align: left;
	vertical-align: bottom;
}

/* Banner image */
.pics {
	margin-left: 2px;
	height: 184px;
}

/* Contact page Google map */
.gmap {
	float: left;
	margin-right: 10px;
}

/* Footer classes */
.footer {
	color:#545454;
	font-family:"Gill Sans MT","GillSans",Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	clear: both;
}
.footer a {
	color: #3d596c;
}
.footer a:hover, .footer a:active, .footer a:visited {
	color: #5d6a24;
}




/* Unused */
.topBorder {
	border-top:#5d6a24 dotted thin;
}
#dropsy ul {margin: 0; padding: 0; list-style: none;}
#dropsy a {display: block; width: 152px;}
#dropsy li {
	float: none;
	width: 152px;
	background: #3d596c;
}
#dropsy li ul {display: none;}
#dropsy li:hover ul {display: block; width: 152px; position: absolute;}
#dangle, #dangle ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#dangle a {
	display: block;
	width: 10em;
}
#dangle li {
	float: left;
	width: 10em;
}
#dangle li ul {
	position: absolute;
	background:#C60;
	width: 10em;
	left: -999em;
}
#dangle li:hover ul, #dangle li.sfhover ul {
	left: auto;
}
.floatImgLeft {
	float: left;
	margin-right: 10px;
	padding: 0;
}
.floatImgRight {
	float: right;
	margin-left: 10px;
	padding: 0;
}
.normal {
	clear: left;
}
.message {
	text-align: center;
	color:#3D596C;
	font-family:"Gill Sans MT","GillSans",Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bolder;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: top;
	font-size: 150%;
}

