@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	background-color: #666666;
	color: #333333;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

img {
	border: none;
}

#wrapper {
	position: relative;
	width: 960px;
	height: auto !important;
	min-height: 99.99%;
	margin: 0 auto;
	border: 1px solid black;
	border-top: none;
	background-color: white;
	box-shadow: 0 0 12px #000000;
}

#header {
	line-height: 0;
	position: relative;
}

a {
	color: #669999;
	text-decoration: none;
}

#masthead {
	position:relative;
	background-color: #6E9B96;
	height: 66px;
	z-index: 4;
}

#logo_main {
	width: 204px;
	height: 22px;
	position: absolute;
	left: 15px;
	top: 30px;
	background-image:url(images/masthead.png);
	z-index: 5;
}

#logo_main a {
	display: block;
	width: 100%;
	height: 100%;
}

#logo_main h1 {
	text-indent: -999em;
	margin: 0;
}

#navigation {
	position: relative;
	height: 21px;
	background-color: #3B5E60;
	border-bottom: 1px solid black;
	z-index: 100;
	text-align: right;
}

#navigation img {
	position: relative;
	padding: 0 20px;
}

#banner_graphic img {
	width: 100%;
}

#banner_slideshow {
	z-index: 1;
}

#banner_slideshow img {
	display: none;
}

#banner_slideshow img:first-child {
	display: block;
}

div.arrow {
	position: absolute;
	top: 335px;
	z-index: 50;
	opacity: 0.3;
	cursor: pointer;
}

div.arrow:hover {
	opacity: 0.5;
}

#arrow_prev {
	left: 10px;
}

#arrow_next {
	right: 10px;
}

.project_main div.arrow {
	top: 115px;
}

.vertical div.arrow {
	top: 210px;
}

.project_main #arrow_prev {
	left: 25px;
}

.vertical #arrow_prev {
	left: 345px;
}

.project_main #arrow_next {
	right: 25px;
}

#banner_description {
	background-image: url(images/ellipse_gradient.png);
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 20;
	width: 400px;
	height: 10px;
	padding: 23px 0;
	color: white;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

#banner_description a {
	display: none;
	color: white;
}

.alpha50 {
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.5 opacity */
	background-color: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#main {
	position: relative;
	margin: 0 auto;
}

#content {
	width: 695px;
	margin-left: 225px;
	background-color: white;
	position: relative;
	z-index: 0;
	padding: 10px 20px 60px 20px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#content h2 {
	color: #6FB0A8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 18px;
}

#content h3 {
	color: #5C7D7F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin-top: 25px;
}

#content table {
	border-collapse: collapse;
}

#content td {
	padding: 0 7px 0 0;
}

#accordion h3 {
	margin-top: 0;
}

.project_summary {
	margin: 35px 0;
}

.project_summary h2 {
	color: #739F95;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0;
	line-height: 70%;
}

.project_summary img {
	float: left;
	margin-right: 15px;
	border: 1px solid black;
	padding: 1px;
}

.project_summary p, .full_list {
	margin-left: 139px;
}

#content h2.first {
	margin-top: 0;
}

#content h3 {
	font-size: 10pt;
}

#content h4 {
	font-weight: normal;
	font-style: italic;
	margin: 5px 0;
}

#content h5 {
	margin-top: 0;
}

#sidebar {
	padding: 10px;
	float: left;
	width: 205px;
	background:url(images/gc-divider-vertical.png) repeat-y  right top;
}

#sidebar h2 {
	color: #6FB0A8;
	font-weight: normal;
	margin-top: 18px;
}

#sidebar h2 a {
	color: #6FB0A8;
}

#sidebar h3 {
	font-weight: normal;
	margin-bottom: 0;
}

#sidebar h4 {
	font-weight: normal;
	margin-top: 3px;
}

.clear {
	clear: both;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 47px;
	color: #999999;
}

.footer_background {
	background: url(images/gc-divider-horizontal.png) repeat-x left top;
}

#footer p {
	padding: 10px 15px 0 15px;
}

#footer p, #footer a {
	font-size: 10px;
}

#footer img {
	position: absolute;
	bottom: 40px;
}

#footer a {
	color: #346667;
}

#footer ul {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 780px;
	top: 20px;
}

#footer ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 15px;
	text-transform: uppercase;
}

body.project_detail {
	background-color: white;
}

div.project_main {
	position: relative;
	z-index: 0;
	width: 870px;
	padding: 15px;
	margin: 12px auto 0;
}

div.project_main p {
	margin-top: 0;
}

.project_main .slides {
	position: relative;
	margin-bottom: 15px;
	z-index: 0;
}

.project_main .slides img {
	display: none;
}


.project_main .slides img:first-child {
	display: block;
}

.project_main img.square_left {
	float: left;
	margin: 0 15px 15px 0;
}

.vertical .slides {
	left: 320px;
}

.project_main .pager {
	position: absolute;
	z-index: 1;
	top: 250px;
	left: 405px;
}

.vertical .pager {
	top: 415px;
	left: 570px;
}

.project_main .pager a {
	display: inline-block;
	margin: 0 5px;
	background-image:url(images/dot_green.png);
	width: 10px;
	height: 10px;
	text-indent: -9999px;
}

.project_main .pager a.activeSlide {
	background-image:url(images/dot_white.png);
}

a.link_next {
	position: absolute;
	bottom: 5px;
	text-align: right;
	right: 35px;
	cursor: pointer;
}

a.link_prev {
	position: absolute;
	bottom: 5px;
	left: 35px;
	cursor: pointer;
}

a#other_projects {
	position: absolute;
	bottom: 5px;
	left: 260px;
	width: 350px;
	text-align: center;
}

div.project_content {
	height: 420px;
	overflow-y: scroll;
	margin-bottom: 20px;
}

.vertical div.project_content {
	height: 290px;
}

#dark_green_strip_below_the_light_green_to_mimic_the_main_page_header_look {
	position: absolute;
	width: 912px;
	height: 4px;
	background-color: #3B5E60;
	left: -5px;
	top: -1px;
}

#menu {
	margin: 0;
	margin-left: 410px;
}

#menu > li {
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0 20px;
}

#menu li ul {
	padding: 0;
	opacity: 0.9;
	background-color: #336567;
	position: absolute;
	top: 22px;
	visibility: hidden;
}

#menu li li {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: block;
	padding: 0;
	margin: -1px 0 0 0;
	background: none;
	height: auto;
	text-align: left;
}

#menu li li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	width: 160px;
	line-height: normal;
	padding: 7px;
	color: #b9d0d0;
}

#menu li li a:hover {
	background-color: #133C3E;
	color: white;
}

#menu > li > a {
	display: block;
	height: 21px;
	line-height:10px; font-size:0;
}

#menu #profile > a {
	width: 68px;
	background-image:url(images/nav/profile.png);
}

#menu #profile.selected > a {
	background-image:url(images/nav/profile_selected.png);
}

#menu #services > a {
	width: 79px;
	background-image:url(images/nav/services.png);
}

#menu #services.selected > a {
	background-image:url(images/nav/services_selected.png);
}

#menu #portfolio > a {
	width: 89px;
	background-image:url(images/nav/portfolio.png);
}

#menu #portfolio.selected > a {
	background-image:url(images/nav/portfolio_selected.png);
}

#menu #contact > a {
	width: 75px;
	background-image:url(images/nav/contact.png);
}

#menu #contact.selected > a {
	background-image:url(images/nav/contact_selected.png);
}

#left_menu {
	margin: 18px 0 0 0;
	padding: 0;
}

#left_menu > li {
	list-style-type: none;
	padding: 7px 0;
	font-size: 10pt;
}

#left_menu > li.selected {
	font-weight: bold;
}

img.float_right {
	float: right;
	margin-left: 10px;
}

img.float_left {
	float: left;
	margin-right: 10px;
}

.clients {
	float: left;
	width: 200px;
	padding: 0;
	margin-right: 30px;
}

.clients li {
	list-style-type: none;
	margin-bottom: 12px;
}

div.highlight1 {
	color: #6FB0A8;
	font-size: 18px;
}

div.highlight2 {
	color: #427071;
	font-size: 14px;
}