@CHARSET "ISO-8859-1";

body
{
	font-family: Arial, helvetica;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 0px;
	padding: 0px;
}

#site_selector
{
	width: 100%;
	height: 152px;
	position: absolute;
	top: -129px;
	z-index: 2;
	
	
}

#site_selector div#black_bar
{
	width: 100%;
	height: 5px;
	background: Black;
	top: 129px;
	position: absolute;
}

#site_selector div#transparent_background
{
	width: 100%;
	height: 129px;
	background: url(../images/site_selector_background.png);
	background-repeat: repeat-x;
	background-position: top left;
	top: 0px;
	position: absolute;
}

#site_selector div#transparent_background div#sites
{
	width: 960px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	padding-top: 45px;
	padding-bottom: 45px;
	height: 39px;
}

#site_selector div#transparent_background div#sites img
{
	border: 0px;
	margin-left: 23px;
	margin-right: 23px;
}

#site_selector div#site_names
{
	width: 960px;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	height: 18px;
	top: 134px;
	position: absolute;
	padding: 0px;
}

#site_selector div#site_names div.name_background
{
	width: 110px;
	height: 18px;
	background: url(../images/selector_name_bar.png);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	float: left;
	margin-left: 41px;
	margin-right: 41px;	
}

#site_selector div#site_names div.name_background a
{
	font-size: 8pt;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

#site_selector div#site_names div.name_background a:hover
{
	color: #bfbfbf;
	text-decoration: none;
}

#site_selector div#site_selector_close
{
	position: absolute;
	right: 15px;
	top: 15px;
}

#site_selector div#site_selector_close img
{
	border: 0px;
	cursor: pointer;
}

#container
{
	width: 990px;
	top: 0px;
	left: 50%;
	margin-left: -495px;
	position: absolute;
	z-index: 1;
}

#container table.container
{
	width: 978px;
}

#container table tr td.left
{
	width: 9px;
	background: url(../images/gradient_left2.png);
	background-repeat: repeat-y; 
	background-position: top right;
}

#container table tr td.right
{
	width: 9px;
	background: url(../images/gradient_right2.png);
	background-repeat: repeat-y; 
	background-position: top left;
}


#container table tr td.center
{
	width: 960px;
	background: White;
}

#container table tr td.gradient_bottom
{
	width: 978px;
	background: url(../images/gradient_bottom.png);
	background-repeat: no-repeat; 
	background-position: top left;
	height: 15px;
}

#header
{
	background: url(../images/top_gradient.png);
	background-repeat: repeat-x; 
	background-position: top left;
	width: 960px;
	height: 86px;
}

#header div#logo
{
	position: relative;
	top: 45px;
	left: 26px;
}

#container table tr td.center table#main
{
	width: 960px;	
}

#container table tr td.center table tr td.left_main
{
	width: 10px;
}

#container table tr td.center table tr td.center_main
{
	width: 940px;
}

#container table tr td.center table tr td.right_main
{
	width: 10px;
}

#navigation
{
	width: 940px;
	height: 30px;
	border-bottom: 1px solid #b2b2b2;
}

#navigation div.navigation
{
	position: relative;
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}

#navigation div.navigation_text
{
	height: 25px;
}

#navigation div.navigation_text a
{
	text-decoration: none;
	color: #494949;
	font-weight: bold;
	font-size: 11pt;
}

#navigation div.navigation_bar_active
{
	background: #b2b2b2;
	height: 5px;
	margin-top: 0px;
}

#footer
{
	width: 960px;
	height: 50px;
}

#footer a
{
	text-decoration: none;
}

#footer div#footer_name
{
	font-size: 8pt;
	float: left;
	margin-top: 17px;
	margin-left: 28px;
}

#footer div#footer_links
{
	font-size: 8pt;
	float: right;
	margin-top: 17px;
	margin-right: 28px;
}

#main_content
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_content img
{
	border: 0px;
}

#home_info_blocks
{
	margin-top: 12px;
	width: 940px;
	height: 100px;
	background: url(../images/ruler_gradient.png);
	background-repeat: repeat-x; 
	background-position: top left;
	padding-top: 20px;
}

#home_info_blocks div.info_block
{
	font-size: 8pt;
	width: 202px;
	height: 80px;
	padding-left: 16px;
	padding-right: 16px;
	top: 20px;
	float: left;
	line-height: 160%;
}

#home_info_blocks div.info_block div.info_block_head
{
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 5px;
}

#page_header
{
	width: 940px;
	height: 200px;
}

#page_header div#page_header_slogan
{
	width: 200px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 180px;
	float: left;
	background-repeat: repeat-x;
	background-position: top left;
	color: White;
	font-size: 14pt;
	text-align: right;
}

#page_header div#page_header_slogan table
{
	width: 200px;
	height: 180px;
	margin: 0px;
	padding: 0px;
}

#page_header div#page_header_slogan table tr
{
	margin: 0px;
	padding: 0px;
}

#page_header div#page_header_slogan table tr td
{
	margin: 0px;
	padding: 0px;
}

#page_header div#page_header_image
{
	width: 710px;
	height: 200px;
	float: left;
}

#page_ruler
{
	width: 940px;
	height: 19px;
	margin-top: 10px;
	margin-bottom: 0px;
	background: url(../images/ruler_gradient.png);
	background-repeat: repeat-x; 
	background-position: top left;
}

#page_navigation
{
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 74px;
}

#page_navigation div.page_navigation_item
{
	border-bottom: 1px solid #d9d9d9;
	height: 25px;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: right;
	font-size: 11pt;
}

#page_navigation div.page_navigation_item a
{
	color: #4c4c4c;
	text-decoration: none;
}

#page_navigation div.page_navigation_item a:hover
{
	color: Black;
}

#page_navigation div.page_navigation_item a.active
{
	color: Black;
	font-weight: bold;
}

#content_block
{
	float: left;	
	width: 450px;
	margin-top: 0px;
	margin-left: 24px;
	margin-right: 13px;
}

#projects_block
{
	float: left;	
	width: 666px;
	margin-top: 0px;
	margin-left: 24px;
	margin-right: 10px;
}

#side_items
{
	float: left;
	width: 200px;	
	margin-left: 13px;
	margin-top: 34px;
}

div.content_body
{
	margin-top: 20px;
	margin-bottom: 32px;
	color: #4b4b4b;
	font-size: 8pt;
	line-height: 160%;
}

#projects_block hr
{
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	border: 0;
}

#projects_block div.project_overview table
{
	width: 660px;
	height: 100px;
}

#projects_block div.project_overview div.location
{
	font-size: 8pt;
	color: #7f7f7f;
	margin-bottom: 10px;
}

#projects_block div.project_overview td.image
{
	width: 260px;
}

#projects_block div.project_overview td.body
{
	font-size: 8pt;
	color: #4b4b4b;
	line-height: 160%;
}

#projects_block div.project_overview td.image img
{
	border: 1px solid #d9d9d9;
	padding: 7px;
}

#footer_gradient
{
	height: 34px;
	width: 960px;
	background: url(../images/bottom_gradient.png);
	background-repeat: repeat-x; 
	background-position: top left;
}

#breadcrumb
{
	color: #7f7f7f;
	font-size: 8pt;
	margin-bottom: 20px;
}

#breadcrumb a
{
	color: #7f7f7f;
	text-decoration: none;
}

#breadcrumb a:hover
{
	color: #000000;
	text-decoration: underline;
}

#project_header
{
	width: 940px;
	
}

#project_header div#project_header_image
{
	width: 940px;
	height: 380px;
}

#project_header div#project_images
{
	width: 940px;
	
	margin-top: 10px;
	
}

#project_header div#project_images img
{
	border: 1px solid #c5c5c5;
	margin-left: 2px;
	padding: 6px;
}

.error
{
	color: Red;
	font-weight: bold;
}

#showcase_login
{
	margin-top: 50px;
	font-size: 11pt;
}

#google_analytics
{
	visibility: hidden;
	display: none;
}

img, div
{ 
	behavior: url(../resources/iepngfix.htc); 
}
