@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#top a:link, #top a:visited {
	color: #ff5200;
	text-decoration: none;
}

#top a:hover, #top a:active {
	color: #000000;
	text-decoration: none;
}

#top #headerNav a:link, #top #headerNav a:visited {
	color: #000000;
	text-decoration: none;
}

#top #headerNav a:hover, #top #headerNav a:active {
	color: #ff5200;
	text-decoration: none;
}

#bottom a:link, #bottom a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#bottom a:hover, #bottom a:active {
	color: #ffffff;
	text-decoration: none;
}

body {
	background-color: #ff5200;
}

.wrapper {
	width: 930px;
	margin: auto;
	position: relative;
}

.clear {
	clear: both;
}

#top {
	background-color: #FFFFFF;
	color: #4a4f54;
}

#top li {
	margin-left: 20px;
}

#logo {
	width: 305px;
	height: 150px;
	margin-bottom: 20px;
}

#headerContact {
	position: absolute;
	right: 0;
	top: 15px;
	text-align: right;
	width: 595px;
}

#headerContact a {
	font-size: 1.2em;
}

#headerNav {
	position: absolute;
	right: -10px;
	top: 87px; 
	width: 645px;
	height: 50px;
	text-align: right;
	font-size: 0.9em;
	line-height: 50px;
}

#sideNav {
	float: left;
	width: 166px;
	height: 317px;
	text-align: right;
	font-size: 0.9em;
	margin-bottom: 10px;
}

#sideNav ul {
	list-style: none;
}

#sideNav li {
	padding-right: 10px;
}

#sideNav a {
	display: block;
	padding: 2px 10px 2px 2px;
}

#sideNav .heading a:hover {
	background-color: #ff5200;
	color: #FFFFFF;
}

#sideNav .sub a {
	color: #4a4f54;
}

#sideNav .sub a:hover {
	color: #ff5200;
}

#sideNav .lastSub {
	margin-bottom: 18px;
}

#mainPage {
	float: left;
	width: 764px;
	margin-bottom: 50px;
}

#bottom {
	padding: 30px 0px 30px 0px;
}

#featuredColumn {
	float: left;
	width: 280px;
	margin-left: 15px;
}

#featuredColumn img {
	margin-bottom: 10px;
}

#featuredHeading {
	position: relative;
	width: 280px;
	height: 34px;
	margin-bottom: 30px;
}

#featuredHeading span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../graphics/main/cgo-featured.gif) top left no-repeat;
}


#newsColumn {
	float: left;
	width: 360px;
	margin-left: 60px;
}

#newsHeading {
	float: left;
	position: relative;
	width: 139px;
	height: 34px;
	margin-bottom: 30px;
}

#newsMore {
	float: left;
	line-height: 34px;
}

#newsHeading span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../graphics/main/cgo-news.gif) top left no-repeat;
}


#contactsColumn {
	float: right;
	width: 200px;
}

#pageTitle {
	position: relative; 
	width: 764px;
	height: 50px;
	color: #ff5200;
	font-size: 1.2em;
	top: -10px;
}

#pageTitle span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: top left no-repeat;
}

.indented {
	width: 605px;
	margin-left: 159px;
}

#mainPage #leftColumn {
	float: left;
	width: 356px;
}

#mainPage #rightColumn {
	float: right;
	width: 356px;
}

#imageFooter {
	position: relative;
	width: 764px;
	height: 37px;
	margin-bottom: 30px;
}

#imageControls {
	position: absolute;
	padding: 7px 0 0 6px;
	width: 103px;
	height: 30px;
	left: 328px;
	background: url(../graphics/image-controls/bg.gif) left top no-repeat;
}

#imageControls .control {
	float: left;
}

#imageControls .icon a {
	width: 18px;
	height: 20px;
	display: block;
	background: url(../graphics/image-controls/icons.gif) 0 0 no-repeat;
}

#imageControls .icon a:hover {
	background: url(../graphics/image-controls/icons.gif) -18px 0 no-repeat;
}

#imageControls .iconSelected a{
	background: url(../graphics/image-controls/icons.gif) -36px 0 no-repeat;
}
#imageControls .iconSelected a:hover{
	background: url(../graphics/image-controls/icons.gif) -36px 0 no-repeat;
}

#webLink {
	position: absolute;
	width: 327px;
	height: 37px;
	line-height: 37px;
	left: 437px;
	text-align: right;
}

.featuredLogo {
	margin: 40px 0 0 0;
}


#projectPhotoBackContainer {
	position: relative;
	width: 764px;
	height: 317px;
}

#projectPhotoFrontContainer {
	position: absolute;
	background: #0099CC;
	width: 100%;
	height: 100%;
}


.contactFormInput {
	width: 200px;
}