body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #1c3f5f;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990000;
	margin: 0px 0px 40px;
	padding: 0px;
}
#container {
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 0px 5px 5px;
}
a {
	color: #046494;
}
a:hover {
	color: #993300;
}
#header {
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	height: 90px;
	overflow: hidden;
	width: 760px;
	margin-right: 1px;
	margin-left: 1px;
}
#header #logo {
	float: left;
}
#header #contact {
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}
#nav {
	height: 28px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	clear: both;
	margin-right: 1px;
	margin-left: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #999999;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	float: left;
	background-image: url(../images/nav-item-bg-right.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
#nav li a {
	line-height: 28px;
	color: #FFFFFF;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/nav-item-bg-left.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}
#nav li a:hover {
	color: #007CB7;
	background-color: #E5E5E5;
	background-image: url(../images/nav-item-bg-hover.gif);
	background-repeat: repeat-x;
}
#list, #list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
}
#list li {
	float: left;
}
#list li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#list li ul {
	position: absolute;
	left: -999em;
	background-color: #CCCCCC;
	width: 200px;
}
#list #about {
	width: 140px;
}
#list #services {
	width: 240px;
}
#list #projects {
	width: 195px;
}
#list #news {
	width: 135px;
}
#list #contact {
	width: 105px;
}
#list li:hover ul, #list li.sfhover ul {
	left: auto;
	background-image: none !important;
	margin: 0px;
	background-color: #efefef;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#list li li {
	float: none;
}
#list li li a {
	background-image: url(../images/bullet-nav-open.gif)!important;
	margin: 0px;
	padding: 5px 0px 5px 19px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	line-height: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: 5px center;
}
#list li li a:hover {
	background-image: url(../images/bullet-nav-selected.gif)!important;
	margin: 0px;
	padding: 5px 0px 5px 19px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 14px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 5px center;
}
#masthead {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 150px;
	background-color: #CCCCCC;
	clear: both;
	margin-right: 1px;
	margin-left: 1px;
}
#masthead #flashImage {
	float: left;
	width: 280px;
}
#masthead #flashText {
	float: right;
	width: 478px;
	background-image: url(../images/flash-text-bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #304761;
	height: 148px;
	clear: right;
}
#homeBody {
	height: 100%;
	overflow: visible;
	clear: both;
	color: #666666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #007CB7;
	margin-right: 1px;
	margin-left: 1px;
	padding-bottom: 20px;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: repeat-y;
}
#homeBody h1 {
	font-size: 18px;
	color: #575757;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0px 0px 20px;
	padding: 0px;
}
#homeBody h2 {
	font-size: 12px;
	font-weight: bold;
	color: #036594;
	margin: 0px;
	padding: 0px;
}
#homeBody p {
	padding-top: 0px;
	margin-top: 3px;
	line-height: 14px;
}
#homeBody #homeSections {
	float: left;
	width: 234px;
	height: 100%;
	padding: 20px 25px 20px 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #F9F9F9;
}
#homeBody #homeSections ul {
	margin: 0px 0px 25px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#homeBody #homeSections li {
}
#homeBody #homeSections a {
	display: block;
	line-height: 25px;
	height: 25px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
}
#homeBody #homeProjects a.featuredPrj {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homeBody #homeSections a:hover {
	background-color: #7cbad8;
	color: #FFFFFF;
	background-image: url(../images/bullet-subnav-over.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 8px;
}
#homeBody #homeProjects {
	float: right;
	width: 440px;
	padding: 20px 0px 40px 40px;
}
#homeBody #homeProjects img {
	margin-bottom: 25px;
}
#homeBody #homeProjects #projectBio1 {
	float: left;
	width: 180px;
	padding-right: 20px;
	margin-right: 20px;
}
#homeBody #homeProjects #projectBio2 {
	float: left;
	clear: none;
	width: 180px;
	padding-right: 20px;
}

#interiorBody {
	clear: both;
	color: #666666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #007CB7;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: repeat-y;
	margin-right: 1px;
	margin-left: 1px;
	padding-bottom: 20px;
}
#interiorBody h1 {
	color: #666666;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 11px;
}
#interiorBody h2 {
	font-size: 18px;
	color: #036594;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0px 0px 20px;
	padding: 0px;
}

#interiorBody p {
	padding-top: 0px;
	margin-top: 3px;
	line-height: 15px;
}
#interiorBody #interiorSections {
	float: left;
	width: 234px;
	padding: 20px 25px 20px 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#interiorBody #interiorSections ul {
	margin: 0px 0px 25px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#interiorBody #interiorSections li {
}
#interiorBody #interiorSections img {
	margin-bottom: 20px;
}
#interiorBody #interiorSections a {
	display: block;
	line-height: 25px;
	height: 25px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 8px;
}
#interiorBody #interiorSections a:hover {
	background-color: #7cbad8;
	color: #FFFFFF;
	background-image: url(../images/bullet-subnav-over.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 8px;
}
#interiorBody #interiorSections #selected {
	background-color: #007CB7;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/bullet-subnav.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 8px;
}
#interiorBody #interiorContent {
	width: 400px;
	padding: 30px 40px 40px;
	float: right;
	margin: 0px;
}
#interiorBody #interiorContent h1 {
	padding-bottom: 20px;
	font-size: 18px;
	color: #666666;
}
#interiorBody #interiorContent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-image: url(../images/bullet-h2);
	background-repeat: no-repeat;
	background-position: left 23px;
}

#interiorBody #interiorContent p {
	padding-left: 15px;
	padding-right: 15px;
}
#interiorBody #interiorContent li {
	line-height: 15px;
}
#interiorBody #interiorContent .backtotop {
	font-size: 10px;
}
#interiorBody .testimonial {
	color: #046494;
	background-color: #edf4f8;
	padding: 15px;
	margin-top: 40px;
	border-top: 5px solid #a7c9de;
	margin-bottom: 0px;
}
#footer {
	color: #999999;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	background-color: #efefef;
	height: 30px;
	line-height: 30px;
}
#interiorBody #interiorSections #projectPhotos {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
}
#footer #footerLinks {
	float: left;
}
#footer #footerLinks a {
	color: #999999;
	text-decoration: none;
}
#footer #footerLinks a:hover {
	text-decoration: underline;
	color: #666666;
}
#footer #footerLegal {
	float: right;
}
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display : inline-table;}

/* backslash hides from IE mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* end backslash hack */
