﻿
body {
	margin:0px auto;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #dddddd;
}

img {
	border: none;
}

a, a:active, a:visited {
	text-decoration:underline;
	font-weight: bold;
	color:#2193c1;
}
a:hover {
	text-decoration: none;
}

table {
	border-collapse : collapse;
	height: 100%;
	width: 100%;
}
table td, table th {
	padding : 0;
}
.align_top {
	vertical-align: top;
}
.align_middle {
	vertical-align: middle;
}
.align_center {
	text-align: center;
}

.gray_border {
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #bdb5b5;
}

.margin_left_bottom {
	margin: 0px 0px 20px 12px;
}

.padding18 {
	padding: 18px;
}

.right_padding_30 {
	padding-right: 30px;
}

.horizontal_spacer_10 {
	height: 10px;
	width: 100%;
}

#page_container {
	position: relative;
	background: #dddddd url(../graphics/page_bg_tile.gif);
	z-index: 1;
}

#page_blue_row_top {
	border-top: 40px solid #1c7ca2;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: -1;
}

#page_black_row_top {
	border-top: 8px solid #332f30;
	width: 100%;
	position: absolute;
	top: 40px;
	z-index: -2;
}

#page_blue_row_bottom {
	border-top: 57px solid #1c7ca2;
	width: 100%;
	position: absolute;
	bottom: 1px;
	z-index: -3;
}

#page_black_row_bottom {
	border-top: 1px solid #332f30;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: -4;
}

#wrapper {
	margin:0px auto;
	width:813px;
}

#header_blue_row {
	background-color: #1c7ca2;
	height: 40px;
}

#header_black_row {
	background-color: #332f30;
	height: 8px;
}

#content_table {
	/*height: 600px;*/
}

#content_cell {
	background-color: #ffffff;
	width: 813px;
}

#content_dropshadow {
	width: 7px;
	background: url(../graphics/content_dropshadow_tile.gif) repeat-y;
}

#homepage_content_left {
	width: 421px;
	vertical-align: top;
}

.homepage_left_nav_bar {
	height: 76px;
}

.homepage_left_nav_bar_content {
	padding: 5px 5px 5px 20px;
	font-size: 18px;
	color: #ededed;
}

.homepage_left_nav_bar_content_smallerfont {
	font-size: 14px;
}

.homepage_left_nav_bar_content a, .homepage_left_nav_bar_content a:active, .homepage_left_nav_bar_content a:visited {
	font-size: 11px;
	text-decoration:underline;
	color: #ededed;
	line-height: 20px;
}
.homepage_left_nav_bar_content a:hover {
	text-decoration: none;
}

.homepage_left_nav_bar_spacer {
	height: 2px;
	background-color: #e9eaea;
}

#homepage_content_right {
	width: 382px;
	vertical-align: top;
}

#homepage_flash_div {
	width: 392px;
	height: 259px;
}

#subpage_left_cell {
	background-color: #8eb753;
}

#subpage_left_div {
	min-height: 313px;
	height: auto !important;
	height: 313px;
	width: 151px;
	padding: 22px 8px 30px 22px;
	font-size: 12px;
	color: #1c7ca2;
	font-weight: bold;
	line-height: 22px;
}

#subpage_left_div a, #subpage_left_div a:active, #subpage_left_div a:visited {
	text-decoration: none;
	color: #fcfcfc;
}
#subpage_left_div a:hover {
	color: #1c7ca2;
}


#subpage_right_div {
	width: 596px;
	padding: 22px 16px 30px 20px;
	line-height: 15px;
}

.testimonial_credit {
	padding-left: 300px;
}

#footer_cell {
	background-color: #d9d9d9;
	height: 35px;
	color: #333333;
	font-weight: bold;
}

#footer_dropshadow {
	width: 7px;
	background: url(../graphics/footer_dropshadow_tile.gif) repeat-y;
}

#footer_contact_info {
	padding-left: 30px;
}
#footer_copyright {
	text-align: right;
	padding-right: 30px;
}

.blue_header_text {
	font-size: 17px;
	color: #009ddc;
	font-weight: bold;
	line-height: 18px;
}

.black_header_text {
	font-size: 17px;
	font-weight: bold;
	color: #010101;
	line-height: 18px;
}

.bold_and_blue {
	color: #0099cc;
	font-weight: bold;
}

.italic_and_blue {
	color: #0099cc;
	font-style: italic;
}








.base_table {
	padding: 0px;
	border-spacing: 0px;
}

.font_12 {
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 22px; 
}

.home_page_flash_container {
	/*background-color: #ffffff;*/
}

.superscript {
	position: relative;
	top: -5px;
	font-size: 12px;
	font-family: arial, sans-serif;
}

.nav_divider_small {
	background: url(../graphics/nav_divider_small.gif) no-repeat;
	width: 1px;
}

/* LINK HANDLING */
#navigation a:link {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	color: #cccccc;
}

.white_horizontal_line {
	border-top:1px solid #fff;
}
.yellow_horizontal_line {
	border-top:3px solid #e8a713;
}
.yellow_vertical_line {
	width: 1px;
	height: 100%;
	background-color: #e8a713;
}
.horizontal_spacer_20 {
	height: 20px;
	width: 100%;
}
.offset_lower_2 {
	position: relative;
	top: 2px;
}

.offset_lower_1 {
	position: relative;
	top: 1px;
}

#home_content {
	vertical-align: top;
	min-height: 275px;
	height: auto !important;
	height: 275px;
	background-color: #ffffff;
	padding: 15px 39px 15px 40px;
}
#sub_content {
	position: relative;
	vertical-align: top;
	min-height: 275px;
	height: auto !important;
	height: 275px;
	line-height: 22px;
	background-color: #ffffff;
	padding: 40px 70px 40px 80px;
}

#whoweare_navigation {
	position: absolute;
	top: 10px;
}

.yellow_border {
	border-style: solid;
	border-width: 1px;
	border-color: #e8a713;
}

.content_left_pane_400 {
	width: 360px;
	padding-right: 40px;
}
.content_right_pane_320 {
	width: 300px;
	padding-left: 20px;
}

.brown_header {
	font-family: futura, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
.brown_header_large {
	font-family: futura, helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
}

.yellow_header_large {
	font-family: futura, helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #e8a713;
}
.yellow_header {
	font-family: futura, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #e8a713;
}
.yellow_header A{
	color: #e8a713;
	text-decoration: underline;
}
.yellow_header A:hover {
	color: #e8c36f;
	text-decoration: none;
}

.li_arrow {
	list-style-image: url(../graphics/custom_bullet.gif);
}

*html .li_arrow {
	list-style-image: url(../graphics/custom_bullet_ie.gif);
	vertical-align:top;
}

.gray_box {
	position: relative;
	background-color: #f6f4ed;
	padding: 12px 18px 12px 25px;
}

.gray_box_corner_tl {
	position: absolute;
	background: url(../graphics/white_rounded_corner_mask_tl.gif) no-repeat;
	top: 0px;
	left: 0px;
	width: 7px;
	height: 7px;
}
.gray_box_corner_tr {
	position: absolute;
	background: url(../graphics/white_rounded_corner_mask_tr.gif) no-repeat;
	top: 0px;
	right: 0px;
	width: 7px;
	height: 7px;
}
.gray_box_corner_bl {
	position: absolute;
	background: url(../graphics/white_rounded_corner_mask_bl.gif) no-repeat;
	bottom: 0px;
	left: 0px;
	width: 7px;
	height: 7px;
}
.gray_box_corner_br {
	position: absolute;
	background: url(../graphics/white_rounded_corner_mask_br.gif) no-repeat;
	bottom: 0px;
	right: 0px;
	width: 7px;
	height: 7px;
}

.homepage_business_area_link a {
	font-family: futura, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #7d6a55;
	width: 250px;
	text-decoration: none;
}
.homepage_business_area_link a:hover {
	font-family: futura, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #9a856e;
	width: 250px;
	text-decoration: none;
}

.project_info_box {
	line-height: 16px;
}
.project_description_text {
}
.project_location_text {
	font-size: 14px;
	color: #e8a713;
}
.project_complete_text {
	font-style: italic;
}
.project_info_text_cell {
	vertical-align: top;
}
.project_image_cell {
}
.developer_title {
	width: 70px;
	vertical-align: top;
}
.developer_text {
	vertical-align: top;
}
.anchors_title {
	width: 70px;
	vertical-align: top;
}
.anchors_text {
	vertical-align: top;
}
.highlights_title {
	height: 20px;
	vertical-align: bottom;
}
.project_footnote {
	height: 26px;
	font-size: 10px;
	vertical-align: bottom;
}



#footer {
	position: relative;
	width: 100%;
	height: 27px;
	background-color: #7d6a55;
}

#footer_table {
	position: absolute;
	left: 110px;
}

#footer_row {
	width: 100%;
	height: 27px;
	font-size: 11px;
	letter-spacing: 1.1px;
	color: #ffffff;
}
.footer_divider {
	background: url(../graphics/footer_divider.gif) no-repeat;
	width: 1px;
}

#copyright {
	position: relative;
	top: 20px;
	margin:0px auto;
	width:800px;
	text-align: center;
	color: #695744;
}





