/* @group Style Clearing */

* {
	margin: 0;
	padding: 0;
	z-index: 1;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

:link,:visited {
	text-decoration: none
}

a img,:link img,:visited img {
	border: none
}

ul,ol {
	list-style: none
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

/* @end */

/* @group Custom Styles */

/* @group Interface */

.cms_header
{
	font-size: 14px;
}

.cms_subheader
{
	font-size: 12px;
}

body {
	background: #fff url(/img/interface/background.gif) repeat-y left top;
	color: #000;
	font: 12px/15px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

a:link, a:active, a:visited {
	color: #073d57;
	text-decoration: none;
}

a:hover {
	color: #18688d;
	text-decoration: underline;
}

ul {

}

ul li {

}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-bottom: 25px;
}

.break_image
{
	display: block;
	clear: both;
	float: none;
	position: relative;
}

#header_wrapper {
	width: 100%;
	min-width: 850px;
	height: 164px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: hidden;
	background: url(/img/interface/header_background.gif) repeat-x left top;
}

#header_image {
	width: 650px;
	height: 164px;
	float: none;
	display: block;
	clear: none;
	position: absolute;
	visibility: visible;
	overflow: hidden;
	text-align: right;
	top: 0;
	left: 200px;
}

#header {
	width: 100%;
	height: 164px;
	display: block;
	float: none;
	clear: none;
	position: absolute;
	visibility: visible;
	overflow: visible;
	top: 0;
	left: 0;
}

#navigation_wrapper
 {
	background: #000 url(/img/interface/navigation_background.gif) no-repeat left top;
	height: 25px;
	width: 100%;
	min-width: 850px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: hidden;
}

#navigation_links {
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: hidden;
	height: 18px;
	padding-left: 200px;
	padding-top: 7px;
	width: 850px;
}

#navigation_links a:link, #navigation_links a:active, #navigation_links a:visited, #navigation_links a:hover {
	color: #fff;
	text-decoration: none;
	font: bold 11px/11px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
	float: left;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: visible;
	margin-right: 17px;
}

#navigation_links a.current_page {
	color: #3388DD;
	text-decoration: none;
	font: bold 11px/11px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
	float: left;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: visible;
	margin-right: 17px;
}

#body_wrapper {
	width: 850px;
	min-width: 850px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: visible;
}

#logo_left {
	display: block;
	float: left;
	width: 200px;
	height: 550px;
	clear: both;
	position: relative;
	visibility: visible;
	overflow: hidden;
}

#content
 {
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: visible;
	width: 610px;
	margin-left: 200px;
	padding-bottom: 30px;
	padding-left: 30px;
	font: 12px/15px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #000;
}

#float_fix {
	display: block;
	float: none;
	clear: both;
	position: relative;
	visibility: visible;
	overflow: visible;
}

#left_tag {
	display: block;
	position: relative;
	visibility: visible;
	width: 200px;
	height: 70px;
	margin-bottom: 10px;
	overflow: visible;
}

.projects_listing_title, .projects_listing_title:link, .projects_listing_title:visited, .projects_listing_title:hover, .projects_listing_title:active
{
	font-size: 12px;
	color: #3388DD;
	font-weight: bold;
	display: block;
	position: relative;
	margin-bottom: 10px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

.projects_listing_info
{
	display: block;
	float: right;
	position: relative;
	width: 160px;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}

#projects_detail_wrapper
{
	display: block;
	position: relative;
}

.projects_detail_info
{
	width: 450px;
}

.projects_detail_photos
{
	display: block;
	width: 100px;
	margin-left: 20px;
	float: right;
	position: relative;
}

.projects_detail_caption
{
	font-size: 11px;
	line-height: 14px;
	color: #666;
	text-align: right;
	display: block;
	margin-top: 2px;
	margin-bottom: 20px;
	position: relative;
}

/* @end */

/* @end */