/* CSS Document */

html {
	background-color: #fff;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
em {
	font-style: italic;
}
strong {
        font-weight: bold;
}

/* Layout Styles */
.container {
	width: 950px;
	margin: 0 auto;
	background: transparent url(../images/bg_container_top.gif) no-repeat top;
	padding-top: 6px;
}
.header {
	margin-top: 23px;
	margin-bottom: 14px;
	position: relative;
	height: 108px;
	z-index: 5000;
}
.logo {
	padding-left: 59px;
	width: 251px;
	position: absolute;
	left: 0;
	top: 0;
}
.logo a {
	outline: none;
}

/* Navigation Styles */
.navigation {
	width: 630px;
	text-align: center;
	padding-top: 17px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5000;
}
.navigation h1 {
	color: #8e191c;
	font: bold italic 15px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 14px;
	letter-spacing: 0.08em;
}
.navigation ul {
	overflow: hidden;
	height: 22px;
	width: 400px;
	margin: 0 auto;
	font-size: 10px;
	z-index: 5000;
}
.navigation ul li {
	float: left;
	background: #9fb3ba;
	margin-right: 2px;
	width: 98px;
	height: 22px;
	line-height: 22px;
	z-index: 5000;
}
.navigation ul li a {
	display: block;
	width: 98px;
	padding-top: 22px;
	overflow: hidden;
	text-transform: uppercase;
	color: #373738;
	font-weight: bold;
	z-index: 5000;
}
#ProjectsNav a {
	background: url(../images/nav.gif) no-repeat 0 0;
}
#ProjectsNav a:hover {
	background: url(../images/nav.gif) no-repeat 0 -22px;
}
#RelationshipsNav a {
	background: url(../images/nav.gif) no-repeat -100px 0;
}
#RelationshipsNav a:hover {
	background: url(../images/nav.gif) no-repeat -100px -22px;
}
#ServicesNav a {
	background: url(../images/nav.gif) no-repeat -200px 0;
}
#ServicesNav a:hover {
	background: url(../images/nav.gif) no-repeat -200px -22px;
}
#AboutUsNav a {
	background: url(../images/nav.gif) no-repeat -300px 0;
}
#AboutUsNav a:hover {
	background: url(../images/nav.gif) no-repeat -300px -22px;
}
#ContactNav a {
	background: url(../images/nav.gif) no-repeat -400px 0;
}
#ContactNav a:hover {
	background: url(../images/nav.gif) no-repeat -400px -22px;
}
.navigation ul li ul {
	border-top: 4px solid #fff;
	background: url(../images/bg_dropdown.png) no-repeat left bottom;
	width: 179px;
	padding: 20px 10px 20px 20px;
	height: auto;
	position: absolute;
	z-index: 5000;
	display: none;
	top: 72px;
	*top: 71px;
	margin-left: -60px;
	*margin-left: -100px;
}
.navigation ul li.hover ul {
	display: block;
	z-index: 5000;
}
.navigation ul li ul li {
	background: none;
	float: none;
	height: auto;
	line-height: 14px;
	margin-right: 0;
	margin-bottom: 0.5em;
	width: auto;
	text-align: left;
}
.navigation ul li ul li a {
	background: none !important;
	display: inline;
	color: #fff;
	padding-top: 0;
}

/* Homepage Content styles */
.homepage_content {}

/* Homepage Secondary Content styles */
.homepage_secondary_content {
	zoom: 1; /* triggers hasLayout */
}
.homepage_secondary_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.homepage_secondary_content .col_a {
	text-align: center;
	width: 270px;
	padding: 20px;
	float: left;
}
.homepage_secondary_content .col_b {
	float: right;
	width: 590px;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.homepage_secondary_content h4 {
	color: #8e191c;
	font: bold italic 15px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
	letter-spacing: 0.08em;
}
.homepage_tertiary_content {
	overflow: auto;
}
.homepage_tertiary_content .module {
	background: url(../images/bg_module.gif) no-repeat top left;
	width: 260px;
	height: 190px;
	float: left;
	margin-right: 9px;
	position: relative;
	padding: 0 25px 12px 25px;
}
.homepage_tertiary_content .module.last {
	margin-right: 0;
}
.homepage_tertiary_content .module h5 {
	background: transparent url(../images/bg_homepage_module_heading.gif) no-repeat;
	width: 150px;
	height: 31px;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	font-weight: bold;
	color: #fff;
}
.homepage_tertiary_content .module p {
	margin-bottom: 1em;
}
.homepage_tertiary_content .module p a {
	text-transform: uppercase;
	color: #8d191c;
	font-weight: bold;
}
.homepage_tertiary_content .module p.ico {
	position: absolute;
	bottom: 12px;
	left: 140px;
}
.homepage_tertiary_content .module p.ico-left {
	left: 135px; 
}
.newsletter_input {
	border: 1px solid #8e191c;
	background-color: #9fb3ba;
	display: block;
	line-height: 18px;
	width: 187px;
	height: 18px;
	color: #8e191c;
	font-size: 13px;
}

/* Main Content styles */
.main_content,
.col_wrapper {
	zoom: 1; /* triggers hasLayout */
}
.col_wrapper {
	/*margin-bottom: 27px;*/
}
.main_content:after,
.col_wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.col_a {
	width: 310px;
	float: left;
}
.col_b {
	width: 630px;
	float: right;
}

#info_slideshow {
	background-color: #000000;
	height: 313px;
	width: 310px;
	z-index: 100;
	overflow: hidden;
	display: block;
	margin: -24px -25px 0;
}

#info_slideshow img{
	margin: 0;
}

#info_slideshow ul li {
	position: absolute;
	display: block;
	top: 62px;
	left: 0;
}

#info_slideshow_navigation {
	position: absolute;
	right: 0px;
	top: 370px;
	color:#9FB3BA;
	float:right;
	font-size:14px;
	font-weight:bold;
	margin-right:18px;
	margin-top:18px;
	margin-bottom: 0px;
}

#info_slideshow_navigation img{
	margin: 0;
}

.slideshow {
	background: #373738 url(../images/slideshow_top.gif) no-repeat top;
	padding-top: 3px;
	height: 315px;
	color: #fff;
	position: aboslute;
	width: 630px;
	z-index: 100;
}
.slideshow.tall {
	height: 499px;
}
.tallinfo {
	height: 499px;
	color: #fff;
	position: relative;
	width: 630px;
	background: #373738 url(../images/slideshow_top.gif) no-repeat top;
	padding-top: 3px;
	z-index: 1;
}
.slideshow_pics {
	height: 275px;
	overflow: hidden;
}
.slideshow.tall .slideshow_pics {
	height: 499px;
	overflow: hidden;
}
.tallinfo .slideshow_pics {
	padding-top: 55px;
	height: 400px;
	overflow: hidden;
	display: block;
	position: relative;
}
.tallinfo .slideshow_pics li {
	position: absolute;
	display: block;
	top: 55px;
	left: 0;
}
.tallinfo .slideshow_pics div {
	position: absolute;
	top: 320px;
	width: 550px;
	left: 0;
}
.tallinfo .hidden {
	visibility: hidden;
}
.tallinfo .visible {
	visibility: visible;
}
.slideshow_text {
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-left: 20px;
	margin-top: 13px;
	float: left;
}
#slideshow_header {
	position: absolute;
	top: 169px;
	z-index: 10;
}
#slideshow_header #toparrow {
	width: 630px;
	height: 63px;
	background: url(../images/slideshow_header.png);
}
.tallinfo ul li p {
	padding: 0px 17px;
	width: 75%;
	color: #9eb7bb;
	/*line-height: 1.4em;*/
}
.tallinfo ul li h4 {
	padding: 17px 12px 7px 17px;
	text-transform: uppercase;
	font-size: .9em;
}
.tallinfo .slideshow_navigation {
	position: absolute;
	right: 0px;
	bottom: 95px;
}
.tallinfo .slideshow_navigation span {
	padding:0 5px;
}
.slideshow_navigation {
	color: #9fb3ba;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	margin-top: 18px;
	margin-right: 18px;
	float: right;
}

.slideshow_navigation .prev img{
	margin-bottom:2px;
}

.slideshow_navigation span{
	margin-bottom:2px;
}

.slideshow_navigation .next img{
	margin-bottom:2px;
}

.slideshow_navigation .pause, .play{
	margin-left:6px;
}

.slideshow.tall {
	height: 499px;
}
.slideshow.tall .slideshow_text {
	margin-top: -26px;
}
.slideshow.tall .slideshow_navigation {
	margin-top: -26px;
}

#slideshow a:focus {
	outline: none;
}
.info_module {
	background: #373738 url(../images/bg_info_module.gif) no-repeat top;
	color: #9fb3ba;
	padding: 0 25px;
	height: 318px;
	position: relative;
	margin-bottom: 27px;
}
.info_module.tall {
	height: 501px;
}
.info_module h2 {
	font-size: 16px;
	text-transform: uppercase;
	height: auto;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 20px;
	background: url(../images/bg_h2_underline.gif) no-repeat bottom;
	margin-bottom: 1.5em;
}
.info_module h2.small {
	font-size: 12px;
	height: 33px;
	padding-top: 24px;
	padding-bottom: 0;
}
.info_module h3 {
	font-size: 12px;
	margin-bottom: 1.5em;
	font-weight: bold;
	color: #fff;
}
.info_module h3.completely {
	background: url(../images/100_percent.gif) no-repeat right center;
}
.info_module h3.proven {
	background: url(../images/proven.gif) no-repeat right center;
}
.info_module h3.highlight {
	color: #9fb3ba;
}
.info_module h4 {
	color: #fff;
	font: bold italic 15px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.08em;
	background: url(../images/bg_info_module_heading.gif) no-repeat top left;
	height: 37px;
	width: 260px;
	padding-top: 14px;
	text-align: center;
	position: absolute;
	left: 25px;
	bottom: 20px;
}
.info_module p {
	margin-bottom: 2em;
	line-height: 18px;
}
.info_module p a {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.category_navigation,
.project_navigation {
	position: absolute;
	width: 260px;
	height: 11px;
	top: 26px;
}
.category_navigation .previous,
.project_navigation .previous {
	position: absolute;
	left: 0;
}
.category_navigation .next,
.project_navigation .next {
	position: absolute;
	right: 0;
}
.info_module .din_nodeco {
  background-image:none;
}
.homepage_content .col_a .info_module img {
	margin: -24px -25px 0 -25px; 
}
.homepage_content .col_a .info_module p {
 margin-top:17px; 
}
.info_module.project_detail {
	background-image: url(../images/bg_info_module_detail.gif);
	height: 501px;
}
.info_module.project_detail h2 {
	background: none;
	border-bottom: 1px solid #9fb3ba;
}
.info_module.project_detail h2.small {
	background: url(../images/bg_h2_underline.gif) no-repeat bottom;
	border-bottom: none;
	padding-top: 0;
}
.template_tall .category_navigation {
	top: 85px;
}
.info_module.project_detail h3 {
	color: #9fb3ba;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.info_module.project_detail h5 {
	color: #9fb3ba;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.info_module.project_detail p,
.info_module.project_detail ul li {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.info_module.project_detail ul li {
	list-style: disc;
	list-style-position: outside;
	margin-bottom: 0.5em;
}

/* Subnav Styles */
.subnav ul {
	margin-bottom: 1em;
}
.subnav ul li {
	line-height: 1.5em;
}
.subnav ul li a {
	padding-left: 10px;
	background: url(../images/bg_subnav_link.gif) no-repeat left center;
}
.subnav ul li a:link,
.subnav ul li a:visited {
	color: #373738;
}
.subnav ul li a:hover,
.subnav ul li a:active,
.subnav ul li.selected a {
	color: #8e191c;
	text-decoration: none;
}

/* Module Styles */
.module {
	background: #9fb3ba url(../images/bg_subnav.gif) no-repeat top;
	padding: 4em 25px 3em 25px;
	position: relative;
	margin-bottom: 24px;
}
.module.last {
	margin-bottom: 0;
}
.module.utilities {
	padding: 2em 25px;
}
.module.utilities li {
	margin-bottom: 0.5em;
}
.module h5 {
	background: transparent url(../images/bg_module_heading.gif) no-repeat;
	width: 189px;
	height: 31px;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 66px;
	top: 0;
}
.homepage_tertiary_content .module h5 {
	position: relative;
	left: auto;
	top: auto;
}
.module h6 {
	color: #8e191c;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-left: 10px;
}
.module p {
	margin-bottom: 1em;
}
a.cta {
	text-transform: uppercase;
	font-weight: bold;
	color: #8e191c;
	line-height: 16px;
	display: block;
}
a.cta span {
	font-weight: normal;
}
.module_bottom {
	background: url(../images/bg_module_bottom.gif) no-repeat bottom;
	width: 7px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 152px;
}
.download_portfolio {
	background: url(../images/download_portfolio.gif);
	width: 258px;
	height: 28px;
	position: absolute;
	bottom: 12px;
}
.locations {
	padding-right: 0;
}
.locations .location {
	clear: both;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.3em;
	overflow: auto;
}
.locations .location h4 {
	font-size: 16px;
	font-weight: bold;
	color: #8e191c;
	margin-bottom: 0.5em;
}
.locations .location em {
	color: #8e191c;
}
.locations .location .map {
	float: left;
	margin: 0 10px 10px 0;
}
.module.subscribe {
}
.module.subscribe h5 {
	background: transparent url(../images/bg_module_heading_red.gif) no-repeat;
	width: 150px;
	left: 80px;
}
.module.subscribe .ico {
	position: absolute;
	bottom: 0;
	left: 140px;
}
/* Featured Projects Styles */
.featured_projects,
.other_projects {
	background: url(../images/bg_featured_projects.gif) no-repeat top;
	padding: 0 40px 40px 40px;
}
.featured_projects h5,
.other_projects h5 {
	background: transparent url(../images/bg_featured_projects_heading.gif) no-repeat;
	width: 183px;
	height: 31px;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	font-weight: bold;
	color: #fff;
}

.featured_project_summaries {
	zoom: 1; /* triggers hasLayout */
}
.featured_project_summaries:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.featured_project_summaries li {
	float: left;
	margin-bottom: 30px;
	font-weight: bold;
}
.featured_project_summaries li a {
	color: #8e191c;
}
.featured_project_summaries li span {
	display: block;
	background: url(../images/thumbnail_frame_bg.gif);
	width: 221px;
	height: 117px;
	padding: 4px;
	float: left;
	margin-right: 20px;
}
.featured_project_summaries li div {
	display: block;
	float: left;
	width: 301px;
}
.featured_project_summaries h4 {
	font-size: 13px;
	font-weight: bold;
}
.featured_project_summaries h6 {
	font-weight: bold;
	margin-bottom: 1em;
}
.featured_project_summaries p {
	margin-bottom: 1em;
}
.featured_project_summaries a.underline {
	text-decoration: underline;
	font-weight: normal;
}


/* Image Thumbnails Styles */
.project_summaries {
	zoom: 1; /* triggers hasLayout */
}
.project_summaries:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.project_summaries li {
	float: left;
	width: 229px;
	margin-right: 91px;
	margin-bottom: 30px;
	font-weight: bold;
}
.project_summaries li.col_b {
	margin-right: 0;
	width: 229px;
}
.project_summaries li a {
	color: #8e191c;
}
.project_summaries li span {
	display: block;
	background: url(../images/thumbnail_frame_bg.gif);
	width: 221px;
	height: 117px;
	padding: 4px;
}
.project_summaries li h6 {
	color: #8E191C;
	font-size: 13px;
	font-weight: bold;
}

.other_projects .project_summaries img {
	background: transparent url(../images/thumbnail_frame_bg.gif) repeat scroll 0 0;
	display: block;
	padding: 4px;
}
.other_projects .project_summaries p {
	margin-bottom: 0.5em;
}

/* Content Styles */
.content {
	padding: 0 20px;
}
.content h1 {
	color: #8e191c;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.content h2 {
	color: #8e191c;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}
.content h3 {
	margin-bottom: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.content p,
.content ul {
	margin-bottom: 1em;
}
.content ul {
	padding-left: 3em;
}
.content ul li {
	list-style: disc;
}
.content blockquote {
	background: url(../images/bracket_L.gif) no-repeat left top;
	padding-left: 17px;
	color: #8e191c;
	font-size: 14px;
	line-height: 33px;
	overflow: auto;
	margin-top: 1em;
	margin-bottom: 2em;
}
.content blockquote span {
	background: url(../images/bracket_R.gif) no-repeat right top;
	padding-right: 17px;
	height: 33px;
	display: block;
	float: left;
}
.content .right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.content img {
	margin: 0 20px 20px 0;
}

.project_detail_footer {
	margin-top: 3em;
}
.highlight {
	color: #8e191c;
}
ul.utilities {
	padding-left: 0;
	margin: 3em 0;
	zoom: 1; /* triggers hasLayout */
}
ul.utilities :after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.utilities li {
	list-style: none;
	float: left;
	margin-right: 27px;
}
a.cta.print {
	background: url(../images/ico_print.gif) no-repeat left center;
	padding-left: 23px;
}
a.cta.download {
	background: url(../images/ico_download.gif) no-repeat left center;
	padding-left: 20px;
}

/* Related Projects Styles */
.related_projects {
	margin-top: 27px;
}
.related_projects .col_a h5 {
	background: url(../images/bg_related_projects_col_a.gif) no-repeat;
	width: 310px;
	height: 34px;
	padding-top: 17px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	font-weight: bold;
	color: #fff;
}
.related_projects .col_b {
	padding: 0 20px;
	width: 590px;
}
.related_projects .project_summaries li {
	margin-right: 0;
	width: 191px;
}
/* Form Styles */
form table th {
	font-weight: bold;
	width: 133px;
	padding-top: 4px;
	padding-bottom: 16px;
	vertical-align: top;
}
form table td {
	padding-bottom: 20px;
}
form table td input.text,
form table td textarea {
	width: 366px;
	border: 1px solid #8e191c;
}
form table td input.text {
	height: 20px;
	line-height: 20px;
}
.validation-advice {
	font-weight: bold;
	margin-top: 2px;
	color: red;
}
/* Footer Styles */
.footer {
	background: url(../images/bg_footer.gif) repeat-x bottom;
	padding-bottom: 67px;
	overflow: auto;
	margin-top: 15px;
	font-weight: bold;
	color: #9fb3ba;
	line-height: 20px;
	border-top: 1px solid #9fb3ba;
	padding-top: 35px;
}
.homepage .footer {
	border-top: none;
	padding-top: 0;
}
.footer a {
	color: #9fb3ba;
	text-transform: uppercase;
}
.footer ul {
	overflow: auto;
	width: 493px;
	float: left;
}
.footer ul li {
	display: block;
	float: left;
	font-weight: bold;
	width: 184px;
}
.footer ul li.list_col_a {
	width: 125px;
}
.footer .copyright {
	background: url(../images/ico_established.gif) no-repeat right center;
	padding-right: 42px;
	text-align: right;
}
