html,body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CCCCCC;
}
#mainContainer {
	min-width: 1000px;
	max-width: 1280px;  
	width: 99.9%%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; /*increase*/ 
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	position: relative;
}
.clear {
	clear: both;
}



#header {
	background-color: #174785;
	position: relative;
}
#selectSize {
	margin-top: 15px;
	margin-right: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#contactLink {
	margin-right: 15px;
	position: absolute;
	right: 0px;
	margin-top: 60px;
	top: 0px;
}


#navContainer {
	background-color: #999999;
}
#navigation {
	background-color: #999999;
	background-image: url(images/nav-bg.jpg);
}
#content {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content p a, #content ul a, #content .return a {
	color:#7D9DDF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7D9DDF;
}

#content .moreInfoButt a{
	border-bottom: none;
}
#mainImage {
	background-color: #000000;
	text-align: right;
	background-image: url(images/main-image-bg-sky.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2b6ec5;
}
 
#specialties {
	float: right;
	margin-left: 45px;
	width: 321px;
	margin-right: -5px;
	background-image: url(images/home-services-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #F4BC07;
	padding-bottom: 138px;
}
#specialties[ID] {
margin-top:-33px;
margin-right:-9px;

}
#president {
	color: #174785;
}

.service {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	text-align: left;	
}

.title { 
	font-size: 17px; /*increase*/ 
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.learnMore {
	text-align: right;
	font-weight: bold;
	color: #3B76C4;

}
.learnMore a {
	color: #3B76C4;
	text-decoration: none;
}
.taglineFooter {
	font-style: italic;
	font-weight: bold;
	color: #174785;
}

/* IE min-max expression for 'conditional elastic' */
* html body #mainContainer { width:expression(((document.compatMode &&
document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth 
: document.body.clientWidth) >(1280/12) 
* parseInt(document.body.currentStyle.fontSize)?  "1280px" 
: (((document.compatMode && document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth :
document.body.clientWidth) < 1000 ? "1000px" : "100%")); } 





#footer {
	text-align: center;
	margin-top: 20px;
	clear: both;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #0a4183;
}
#footerDash {
	background-image: url(images/footer-separator.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 96%;
	height: 2px;
	line-height: 2px;
	float: left;
	margin-left: 1%;
}
#footerDash[ID] {
	margin-left: 2%;
}

#footernav a:link, #footernav a:visited {
	color: #000000;
	text-decoration: none;
}
#footernav a:hover {
	color: #EFB600;
}

#navandcopycontainer {
	width: 96%;
	margin-right: 0px;
	margin-left: 0.1%;
}
#navandcopycontainer[ID] {
	margin-right: auto;
	margin-left: 2%;
}
#footernav {
	float: left;
	margin-top: 0px;
}
#copyright {
	float: right;
	margin-top: 0px;
}


#ProjectExampleTitle {
	clear: left;
}
#serviceProjectContent h4{
	clear: left;
}

h5 {
font-size: 20px; /*increase*/ 
}
h3 {
font-size: 30px; 
}
#recentProjects {
	clear:left;
}

#recentProjects h5, #president h5 {
	font-size: 20px;  /*increase*/ 
	font-weight: bold;
	color: #2b6ec5;
}

#otherServices {
	background-color: #fbfbfb;
	padding: 0px;
	float: right;
	width: 190px;
	margin-left: 15px;
	margin-top: 20px; 
	margin-right: 10px;
}
#otherServices h5 {
	color: #FFFFFF;
	text-align: left;
	padding: 8px;
	line-height: 12px;
	text-transform: uppercase;
	background-color: #000000;
	display: block;
	margin: 0px;
}

#otherServices ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#otherServices li {
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px; 
}

#otherServices a:link, #otherServices a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin: 0px;
	width: 178px;
	border-bottom-style: none;
}
#otherServices a:hover {
	color: #000000;
}
#serviceSlideshow {
	text-align: left;
	clear: both;
}
#news .article {
	margin-bottom: 25px;
}

#news .title { 
	color: #044891;
	font-size: 19px; /*increase*/
	margin-bottom: 5px;
	margin-top: 5px;
}
#news .titleDetails {
	font-size: 36px;
	margin-bottom: 25px;
}

#news .date {
	font-weight: bold;
	color: #1E2349;
}

#news .moreInfoButt {
	margin-top: 10px;
}
#news .return {
	line-height: 16px;
	height: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px dotted #CCCCCC;
}
#newsnserviceContaner {
	float:right; width:190px; margin-left:20px; margin-right:15px;
}


#officeLocations {
	background-color: #fbfbfb;
	padding: 0px;
	float: right;
	width: 250px;
	margin-left: 30px;
	margin-top: 20px; 
	margin-right: 10px;
}
#officeLocations h5 {
	color: #FFFFFF;
	text-align: left;
	padding: 8px;
	line-height: 12px;
	text-transform: uppercase;
	background-color: #000000;
	display: block;
	margin: 0px;
}

#officeLocations ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#officeLocations li {
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#officeLocations a:link, #officeLocations a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 178px;
	border-bottom-style: none;
}
#officeLocations a:hover {
	color: #000000;
}

#designBy {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-bottom: -30px;
	padding-bottom: 10px;
}
#designBy a {
	color: #0A4183;
	text-decoration: none;
}
#opportunitiesForm {
	width: 420px;
}
#opportunitiesForm .thankyou {
	font-size: 16px;
	color: #FF0000;	
}


#contractform label {
	color: #000000;
	font-weight: bold;
}
#contractform .title {
	color: #FFFFFF;
	background-color: #000000;
	padding: 8px;
}
#contractform table {
	background-color: #E9E9E9;
}
#contractform td.field {
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 5px;
}
#contractform td.buttons {
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
}



.contractOpp {
	padding: 8px;
	border: 1px dotted #DFDFDF;
	margin-bottom: 10px;
}

a.brochurelink {
	background:url(images/acrobat.jpg) no-repeat left;
	padding-left: 22px;
	font-weight: bold;
	text-decoration:none;
	font-size: 13px;
	width: 125px;
	padding-top: 2px;
	/*border-top: solid 4px #F0BA00;*/
	color: #174785;
	clear:both;
}