@charset "utf-8";
/* CSS Document */
* {
   margin: 0;
   padding: 0;
}
html {
	height: 100%;
}
body {
	/* it's good practice to set a font size and family of the body element to account for differing browser defaults */
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #d9d9d9;
	font-size: 12px; /* it's good practice to set a font size of the body element to account for differing browser defaults */
	/*background: #484849 url(/lib/images/bg_top_sub.gif) left top repeat-x;*/
	background: #2b2a30 url(/lib/images/top_bg_content.png) repeat-x scroll center top;
	line-height: 1;
	height: 100%;
}
#homepage #page_wrapper {
	background: url(/lib/images/home_bg.png) repeat-x scroll center 9px;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, p, div, ul, li {
	text-align: left;
}
a, a:link, a:visited {
	overflow: hidden;
	text-decoration: none;
	color: #e9e9e9;
}
a:hover {
	color: #9f9f9f;
}
p {
	margin: 12px 0 12px 0;
}
h1 {
	font-size: 1.1em;
	color: #cecece;
}
h2 {
	margin: 12px 0 12px 0;
	font-weight: normal;
	font-size: 1.4em;
	color: #ffffff;
}
h3 {
	margin: 12px 0 12px 0;
	font-weight: normal;
	font-size: 1em;
	color: #111111;
}
.text_h3 {
	font-weight: normal;
	font-size: 1.3em;
}
.text_h4 {
	font-size: 1.1em;
}
.clear_div {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:1%;
	margin-bottom:-1px;
	overflow:hidden;
}
.clear_li_float {
	clear:both;
	height:1px;
	line-height:1%;
	margin-bottom:-1px;
	overflow:hidden;
}
.left_col {
	float: left;
}
.right_col {
	float: right;
}
.align_right {
	text-align: right;
}
.caption_text {
	font-size: .8em;
}
ul {
	list-style: none;
}
ol {
	margin: 0 0 0 30px;
}
.normal_ul_disc {
	list-style: outside disc;
	margin: 0 0 0 12px;
}
	.normal_ul_disc li {
		margin: 0 0 0 12px;
		padding: 2px 0;
	}
fieldset {
	border: 0pt none;
	width: 100%;
}
span.required {
	color: #990000 !important;
}
textarea {
	overflow: auto;
}
.validation_textbox {
	margin: 0px 0pt 2px 5px;
	padding: 1px 2px;
	height: 13px;
	width: 150px;
	font-size: 14px;
}
.errorFieldOff {
	color: #000000;
	background-color: #ffffff;
}
.contactErrorFieldOff {
	color: #000000;
	background-color: #CECECE;
}
.error_text {
	color: #C20000;
}
.no_margin {
	margin: 0 0 0 0;
}
.small_title {
	font-size: .85em;
	color: #8BB5BB;
}
.lower_box_title {
	background-color: #222421;
	padding: 5px 10px 5px 10px;
	font-family: "Arial Narrow";
	font-size: 1.7em;
}
.home_box_title {
	background-color: #222421;
	padding: 5px 0px 5px 0px;
	margin: 0 0 0px 0;
	font-family: "Arial Narrow";
	font-size: 1.3em;
	width: 303px;
	text-align: center;
}
.box_title {
	background-color: #222421;
	padding: 5px 10px 5px 10px;
	margin-top: 40px;
	font-family: "Arial Narrow";
	font-size: 1.7em;
}
	.box_title span.left {
		display: block;
		float: left;
		text-transform: uppercase;
	}
	.box_title span.right {
		float: right;
		text-transform: uppercase;
	}
.box_title_long {
	background-color: #222421;
	padding: 5px 10px 5px 10px;
	margin-top: 40px;
}
.box_title_long {
	font-family: "Arial Narrow";
	font-size: 1.7em;
}
#page_wrapper {
	margin: 0 0 -81px 0;
	padding: 0 0px 0 0px;
	position: relative;
	min-height: 100%;
}
.page_header_border {
	border-bottom: 1px solid #6F6F6F;
}
#page_header_wrapper {
	width: 990px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 70px 0 0 0;
}
#homepage .page_header_border {
	display: none;
	visibility: hidden;
	height: 0;
}
#page_header_wrapper_2 {
	position: relative;
	height: 288px;
	overflow: hidden;
	padding: 13px 0 7px 0;
	text-align: center;
}
#home_header_2_content {
	width: 990px;
	margin: 0 auto;
}
	#home_header_2_left {
		width: 585px;
		float: left;
		padding: 30px 0 0 0;
	}
	#home_header_2_right {
		border-left: 1px solid #363232;
		width: 304px;
		height: 257px;
		float: right;
		padding: 25px 11px 0 56px;
		text-align: right;
	}
	#home_header_2_content .box_title {
		background-color: #222421;
		padding: 5px 10px 5px 10px;
		height: 16px;
	}
#page_content_wrapper {
	width: 990px;
	position: relative;
	margin: 0 auto 0 auto;
	margin-bottom: 60px;
}
#page_footer_wrapper {
	position: relative;
	border-top: 1px solid #363232;
	background: #222421 url(/lib/images/top_bg_content.png) repeat-x scroll center bottom;
	height: 80px;
}
	#page_header {
		position: relative;
		height: 450px;
	}
	#homepage #page_header {
		height: 450px;
	}
		#top_main_nav {
			margin: 0 0px 0 0px;
			float: right;
		}
			#top_main_nav li {
				float: left;
			}
			#top_main_nav li.top_main_nav_selected a, #top_main_nav li.top_main_nav_selected a:link, #top_main_nav li.top_main_nav_selected a:visited {
				color: #ffffff !important;
				border-bottom: 2px solid #C7D92C !important;
			}
			#top_main_nav li a:hover {
				color: #ffffff !important;
				border-bottom: 2px solid #C7D92C !important;
			}
			#top_main_nav li a, #top_main_nav li a:link, #top_main_nav li a:visited {
				display: block;
				color: #B9B9B9;
				border-bottom:1px solid #6F6F6F;
				position: relative;
				padding: 20px 9px;
				text-transform: uppercase;
				font-size: .9em;
			}
		#logo_top {
			float: left;
			width: 356px;
		}
		#page_header_left_photo {
			background-position: left top;
			background-repeat: no-repeat;
			float: left;
			width: 250px;
			height: 133px;
		}
		#who_we_are #page_header_left_photo {
			background-image: url(/lib/images/page_header/content_who_we_are.jpg);
		}
		#what_we_do #page_header_left_photo {
			background-image: url(/lib/images/page_header/content_what_we_do.jpg);
		}
		#our_projects #page_header_left_photo {
			background-image: url(/lib/images/page_header/content_our_projects.jpg);
		}
		#our_process #page_header_left_photo {
			background-image: url(/lib/images/page_header/content_our_process.jpg);
		}
		#contact_us #page_header_left_photo {
			background-image: url(/lib/images/page_header/content_contact_us.jpg);
		}
		
		#homepage #page_header_left_photo {
			background-image: url(/lib/images/page_header/content_general.jpg);
			background-position: left top;
			background-repeat: no-repeat;
			float: left;
			width: 250px;
			height: 300px;
		}
		#page_header_right_photo {
			background-image: url(/lib/images/page_header/photos_sub_index.jpg);
			background-position: left top;
			background-repeat: no-repeat;
			float: left;
			width: 690px;
			height: 133px;
		}
		#homepage #page_header_right_photo {
			background-image: url(/lib/images/page_header/photos_index.jpg);
			background-position: left top;
			background-repeat: no-repeat;
			float: left;
			width: 690px;
			height: 300px;
		}
	#left_sidebar {
		width: 175px;
		float: left;
		margin: 70px 25px 0 0;
	}
	#left_sidebar img {
		position:relative;
		margin-left: -5px;
	}
	#anniversary_logo {
		padding: 100px 0 0 75px;
	}
	#homepage #left_sidebar #anniversary_logo {
		padding: 40px 0 0 85px;
	}
		#left_sidebar_nav {
			float: right;
			margin: 40px 0 0 0;
			width: 135px;
		}
			#left_sidebar_nav li {
				border-right: 1px solid #6F6F6F;
				padding: 0 11px 0 0;
			}
			#left_sidebar_nav li a, #left_sidebar_nav li a:link, #left_sidebar_nav li a:visited {
				display: block;
				color: #728F93;
				padding: 10px 0 10px 0;
				font-size: 1em;
			}
			.left_sidebar_nav_selected {
				border-right: 2px solid #C7D92C !important;
				padding-right: 10px !important;
			}
			#left_sidebar_nav li.left_sidebar_nav_selected a, #left_sidebar_nav li.left_sidebar_nav_selected a:link, #left_sidebar_nav li.left_sidebar_nav_selected a:visited {
				color: #ffffff;
			}
			#left_sidebar_nav li:hover {
				border-right: 2px solid #C7D92C;
				padding-right: 10px;
			}
			#left_sidebar_nav li a:hover {
				color: #c6caca;
			}
			.left_sidebar_nav_link {
			}
	#middle_content {
		float: left;
		width: 780px;
		position: relative;
		margin: 25px 0px 100px 10px;
		color: #cecece;
		line-height: 1.25;
	}
	#contact_us #middle_content {
		margin: 25px 0px 20px 10px;
	}
	#about_westport #middle_content {
		margin: 25px 0px 60px 10px;
	}
	#homepage #middle_content {
		margin: 5px 0 0 0px;
		background: none;
		color: #dddddd;
		width: 990px;
	}
	.our_projects #middle_content {
		line-height: 1;
	}
	#project_information #middle_content {
		line-height: 1.25;
	}
		#content_text_col_1 {
			width: 245px;
			float: left;
			line-height: 1.25;
		}
		#content_text_col_2 {
			width: 400px;
			float: left;
			padding: 15px 0 0 25px;
		}
		.team_col_1 {
			width: 150px;
			float: left;
			margin: 30px 0 0 0;
		}
		.team_col_2 {
			width: 495px;
			float: left;
			padding: 0 0 0 20px;
			margin: 30px 0 0 0;
		}
	#page_footer_title {
		position: relative;
		color: #010101;
		letter-spacing: 4.3px;
		margin: 70px 0 0px 250px;
		padding: 20px 0 0 0;
	}
	#homepage #page_footer_title {
		margin: 0 0 0 250px;
	}
		#page_footer_title ul {
		}
			#page_footer_title li {
				display: inline;
				padding: 0 5px;
			}
	#page_footer {
		position: relative;
		margin: 0px auto 0px auto;
		padding: 35px 0 0 0;
		color: #5a5a43;
		width: 990px;
		font-size: .9em;
		text-align: right;
	}
		.phone {
			font-size: 1.4em;
		}
		.copyright {
			font-size: .9em;
		}
		.design_by {
			font-size: .9em;
		}
		#footer_links {
			margin: 5px 0 0 0;
		}
			#footer_links li {
				display: inline;
				padding: 0 3px;
				color: #5E5E5E;
			}
			#page_footer a, #page_footer a:link, #page_footer a:visited {
				color: #B9B9B9;
			}
			#page_footer a:hover {
				color: #ffffff;
			}
			.design_by a, .design_by a:link, .design_by a:visited {
				color: #5a5a43 !important;
			}
			.design_by a:hover {
				color: #ffffff !important;
			}
/************************************************************************/
	#project_site_list li {
		height: 127px;
		padding: 7px 0 7px 7px;
	}
	#project_site_list h2 {
		color: #ffffff;
		background-color: #222421;
		padding: 5px 10px 5px 10px;
		height: 16px;
	}
	#project_site_list a, #project_site_list a:link, #project_site_list a:visited {
		color: #728F93;
		display: block;
	}
	#project_site_list a img {
		padding: 0 70px 0 0;
		float: left;
		width: 200px;
	}
	.project_list_row_item_desc_box {
		float: left;
		width: 430px;
	}
	#project_site_list a:hover {
		color: #c6caca;
	}
	
		#left_sidebar_nav li ul {
			padding: 8px 0 0 0;
		}
			#left_sidebar_nav li ul li {
				border: none;
				padding: 0;
			}
			#left_sidebar_nav li ul li a, #left_sidebar_nav li ul li a:link, #left_sidebar_nav li ul li a:visited {
				color: #cecece;
				font-size: .8em;
				padding: 3px 0 3px 5px;
			}
			#left_sidebar_nav li ul li a:hover {
				color: #949495;
			}
			.left_nav_selected_project a, .left_nav_selected_project a:link, .left_nav_selected_project a:visited {
				color: #949495 !important;
			}
			
#project_info_col_1 {
	float: left;
	width: 590px;
	text-align: center;
	height: 580px;
}
#project_info_col_2 {
	float: left;
	width: 190px;
}

#homepage_col_1 {
	float: left;
	width: 333px;
	line-height: 1.3;
	text-align: justify;
	margin: 20px 0 0 0;
}
#homepage_col_2 {
	float: left;
	width: 54px;
	border-right: 1px solid #525758;
	height: 100px;
	margin: 52px 0 0 0;
}
#homepage_col_3 {
	float: left;
	margin: 0 0 0 20px;
	width: 262px;
}
	#homepage_date {
		color: #db8e22;
		text-align: right;
		font-size: .9em;
	}
	#homepage_insight {
		color: #898c8d;
		padding: 0 0 0 10px;
	}
	#homepage_insight_list {
		margin: 10px 0 0 0;
		font-size: .9em;
	}
		#homepage_insight_list li {
			background-image: url(/lib/images/bullet_bar.gif);
			background-position: 3px 12px;
			background-repeat: no-repeat;
		}
		#homepage_insight_list li a, #homepage_insight_list li a:link, #homepage_insight_list li a:visited {
			display: block;
			padding: 10px 10px 10px 10px;
		}
		#homepage_insight_list li:hover {
			background-color: #575757;
		}
		#homepage_insight_list p {
			margin: 0 !important;
		}
#contact_us #content_text_col_1 {
	width: 354px;
	float: left;
	line-height: 1.25;
}
#contact_us #content_text_col_2 {
	width: 190px;
	float: left;
	padding: 15px 0 0 90px;
}
#contact_us fieldset {
	padding: 6px 0 6px 0;
}
.validation_label {
	display: block;
	float: left;
	width: 62px;
	padding-left: 74px;
}
.contact_label {
	display: block;
	float: left;
	width: 74px;
}
.contact_textbox {
	float: left;
	width: 153px;
	background-color: #000000;
	border: none;
	color: #ffffff;
	height: 19px;
	padding: 2px 0 0 2px;
}
.contact_phone_textbox {
	float: left;
	width: 46px;
	background-color: #000000;
	border: none;
	color: #ffffff;
	height: 19px;
}
.contact_phone_seperator {
	float: left;
	width: 8px;
	text-align: center;
}
.contact_textarea {
	float: left;
	width: 155px;
	background-color: #000000;
	border: none;
	color: #ffffff;
}
.validation_textbox {
	width: 39px;
	height: 19px;
	color: #ffffff;
}
.contact_button {
	text-align: right;
}
.contact_button a, .contact_button a:link, .contact_button a:visited {
	background-color:#000000;
	color: #898C8D !important;
	display: block;
	float: right;
	font-size: 1.1em;
	margin: 0 6px 0 0;
	padding: 2px 0;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}
.contact_button a:hover {
	color: #E9E9E9 !important;
}
.form_button {
	border-top: 1px solid #54595A;
	border-bottom: 1px solid #54595A;
	padding: 4px 0px;
	display: block;
}
.form_button:hover {
	
}
.form_button a {
	padding: 2px 4px;
}
.form_button:hover a {
	border-top: 2px solid #728F93;
	border-bottom: 2px solid #728F93;
	color: #ffffff;
}
.location_address {
	font-size: .9em;
}
.small_email a, .small_email a:link, .small_email a:visited {
	font-size: .65em;
	color: #898C8D !important;
}
.small_email a:hover {
	color: #E9E9E9 !important;
}
#services #middle_content h2 {
	text-transform: uppercase;
	margin: 30px 0 0 0;
	color: #8BB5BB;
	font-size: 1.2em;
}
#insights #middle_content h2 {
}
.insights_col_1 {
	width: 250px;
	float: left;
	margin: 30px 0 0 0;
}
.insights_col_2 {
	width: 395px;
	float: left;
	padding: 0 0 0 20px;
	margin: 30px 0 0 0;
}
.insights_download {
	text-align: right;
}
.insights_download a, .insights_download a:link, .insights_download a:visited {
	font-size: .85em;
	color: #898C8D !important;
	text-decoration: underline;
}
.insights_download a:hover {
	color: #E9E9E9 !important;
}
#new_construction_process #middle_content h2 {
	text-transform: uppercase;
	margin: 30px 0 0 0;
	color: #8BB5BB;
	font-size: 1.2em;
}
#renovation_process #middle_content h2 {
	text-transform: uppercase;
	margin: 30px 0 0 0;
	color: #8BB5BB;
	font-size: 1.2em;
}
.careers_email, .careers_email:link, .careers_email:visited {
	color: #898C8D !important;
	text-decoration: underline;
}
.careers_email:hover {
	color: #E9E9E9 !important;
}
#date_text {
	color: #DB8E22;
	font-size: 0.9em;
	text-align: right;
	margin: 25px 10px 0 0;
}
#save_status {
	margin: 0 0 0 20px;
}
#message_box {
	margin: 0 0 0 0;
	padding: 10px 0;
	font-size: .8em;
}
	.error_message {
		color: #b20000;
	}
	.info_message {
		color: #00b279;
	}
	.login_row {
		padding: 10px 0 0 0;
	}
		.login_label {
			margin: 0 0 0 10px;
			display: block;
			float: left;
			width: 85px;
		}
		.login_textbox {
			background-color: #404040;
			border: 1px solid #8b8b8b;
			color: #ffffff;
			width: 300px;
			padding: 0 0 0 3px;
		}
		.login_submit {
			margin: 0 0 0 277px;
		}
.team_textbox {
	width: 200px;
	font-size: .9em;
}
.team_middle_name_text {
	font-size: .9em;
}
.team_label {
	display: block;
	float: left;
}
.team_label_f {
	width: 207px;
}
.team_label_m {
	width: 41px;
}
.team_label_l {
}
.team_add_photo {
	width: 150px;
	font-size: .8em;
}
.team_title_label {
	width: 156px;
	display: block;
	float: left;
}
.team_order_label {
	display: block;
	float: left;
}
.team_email_label {
	width: 228px;
	display: block;
	float: left;
}
.team_password_label {
	display: block;
	float: left;
}
.team_title_text {
	width: 150px;
	font-size: .9em;
}
.team_order_text {
	width: 50px;
	font-size: .9em;
}
.team_email_textbox {
	width: 220px;
	font-size: .9em;
}
.team_password_textbox {
	width: 220px;
	font-size: .9em;
}
.mce_simple {
	width: 450px;
}
.mceExternalToolbar {
	display: none;
	visibility: hidden;
}
#fraUpdateTeam {
	border: none;
	width: 500px;
	height: 300px;
}
#fraUpdateInsights, #fraInsertInsight {
	display: none;
}
.insights_textarea {
	width: 395px;
}
.insight_add_photo {
	font-size: .8em;
}
#insight_update_status {
	text-align: right;
}
#insight_new_status {
	text-align: right;
}
.big_title {
	font-size: 2.2em;
}
.save_btn {
	font-size: 1.8em;
	float: right;
	margin: 10px 0 0 0;
	width: 120px;
}
#team_update_status {
	text-align: right;
}
#team_new_status {
	text-align: right;
}
#fraUpdateTeam, #fraInsertTeamMember {
	display: none;
}
.the_team_group_name {
	font-size: 1.7em;
	font-weight: normal;
	border-bottom:1px solid #54595A;
}
.team_member_wrapper {
	width: 200px;
	height: 240px;
	float: left;
}
.team_member_name {
	color: #ffffff;
	font-size: 1.2em;
	margin: 4px 0 3px 0 !important;
	width: 220px;
}
.team_member_title {
	display: block;
	font-size: .9em;
}
.team_member_email {
	font-size: .8em;
	display: block;
}
.team_col_2 h2 {
	margin: 0 0 12px 0;
}
#project_list_categories li {
	float: left;
	width: 150px;
	margin: 4px 0;
	padding: 8px 5px 8px 5px;
	text-align: center;
	font-size: 1.4em;
	background-color: #4a4a4a;
}
#project_list_categories li:hover {
	background-color: #575757 !important;
}
	#project_list_categories img {
		padding-bottom: 4px;
	}
	#project_list_categories a, #project_list_categories a:link, #project_list_categories a:visited {
		color: #728F93;
	}
	#project_list_categories a:hover {
		color: #c6caca;
	}
	

	#insight_short_list li {
		background-color: #4a4a4a;
		height: 127px;
		padding: 7px 7px 7px 7px;
		cursor: pointer;
	}
	#insight_short_list li p {
		font-size: .9em;
	}
	#insight_short_list h2 {
		color: #ffffff;
	}
	#insight_short_list a, #insight_short_list a:link, #insight_short_list a:visited {
		color: #c6caca;
	}
	#insight_short_list a img {
		padding: 0 10px 0 0;
	}
	#insight_short_list li:hover {
		background-color: #575757 !important;
	}
#insight_detail_img {
	padding: 0 10px 10px 0;
}
#floating_coprorate_profile {
	position: absolute;
	z-index: 900000;
	left: 88px;
	bottom: 80px;
	margin: 0 0 0 0;
}
#homepage #floating_coprorate_profile {
	bottom: 73px;
	left: 98px;
}
#print_page {
	text-align: right;
	margin: 5px 11px -15px 0;
}
.contact_person_email_title {
	font-size: 1em;
	margin-top: 0;
}
.project_items {
	padding-top: 20px;
}
.project_items li {
	padding-bottom: 70px;
}
.project_item_left_col {
	float: left;
	width: 590px;
}
	#project_list_categories {
	}
.project_item_right_col {
	float: left;
	width: 190px;
	line-height: 1.3;
	padding-top: 40px;
}
.content_item_left_col {
	float: left;
	width: 565px;
}
#q_and_a .content_item_left_col, #testimonials .content_item_left_col, #sitemap .content_item_left_col {
	float: left;
	width: 555px;
	padding: 0 15px 0 0;
}
.content_item_right_col {
	float: left;
	width: 210px;
	line-height: 1.3;
}
	.contact_text_wrapper_col_1 {
		width: 180px;
		float: left;
		margin: 0 0 0 95px;
	}
	.contact_text_wrapper_col_2 {
		width: 150px;
		float: left;
		margin: 27px 0 0 0;
	}
	.contact_text_wrapper {
		padding: 0 10px;
	}
	#testimonials .contact_text_wrapper, #q_and_a .contact_text_wrapper, #sitemap .contact_text_wrapper {
		color: #888888;
	}
.contact_item_left_col {
	float: left;
	padding: 33px 10px 0 0;
	width: 520px;
}
.contact_item_middle_col {
	float: left;
	width: 260px;
	line-height: 1.3;
	padding-right: 10px;
}
.contact_item_right_col {
	float: left;
	width: 240px;
	line-height: 1.3;
}
.project_details_box {
	margin: 30px 0 0 0;
}
.lower_details_box {
	margin: 30px 0 0 0;
}
.project_type_label {
	display: block;
	text-align: right;
	font-size: .9em;
	color: #C20000;
}
.project_details_link {
	display: block;
	text-align: right;
}
	.project_details_link a, .project_details_link a:link, .project_details_link a:visited {
		text-decoration: underline;
	}
.project_details_link_bottom {
	display: block;
	text-align: right;
}
	.project_details_link_bottom a, .project_details_link_bottom a:link, project_details_link_bottom a:visited {
		color: #9f9f9f;
	}
	.project_details_link_bottom a:hover {
		color: #E9E9E9;
	}
.project_text_wrapper {
	padding: 0 10px;
}
.testy_overview_img {
	float: left;
	width: 288px;
}
.testy_overview_text {
	float: left;
	width: 240px;
	padding: 10px 0 0 20px;
}
#page_footer_left_col {
	float: left;
	width: 700px;
	padding: 0 0 0 2px;
}
#page_footer_right_col {
	float: right;
	width: 120px;
	text-align: right;
}
.top_date_box {
	float: right;
	width: 200px;
	text-align: right;
	color: #c20000;
	margin: 29px 9px 0 0;
}
#project_1 {
	width: 325px;
	float: left;
	padding: 0 1px;
}
#project_2 {
	width: 325px;
	float: left;
	padding: 0 1px;
}
#project_3 {
	width: 325px;
	float: left;
	padding: 0 1px;
}
.news_img {
	padding: 20px 0 20px 20px;
}
#featured_projects_div {
}
#login_box {
	width: 120px;
	float: left;
	padding: 0 100px 0 0;
}
#login_box a, #login_box a:link, #login_box a:visited {
	color: #5a5a43;
}
#login_box a:hover {
	color: #ffffff;
}
#sitemap_list {
	padding: 0px 0 0 30px;
}
#sitemap_list li {
	padding: 2px 0 0 40px;
}
.job_title {
	padding: 0 0 0 15px;
	font-size: .7em;
	color: #C20000;
}
.strong_title {
	font-size: 1.1em;
}
.slideshow-images {
}
.project_thum_img_wrapper {
	padding: 0 10px;
}
.slideshow-loader {
	background-repeat: no-repeat !important;
	background-position: center center  !important;
	height: 100%  !important;
	width: 100%  !important;
	position: relative  !important;
}
.team_photo {
	padding: 0 0 0 15px;
}
#sitemap a, #sitemap a:link, #sitemap a:visited {
	text-decoration: underline;
}
.live_video_title {
	margin: 0 0 0 76px;
}
	
	