* {
	margin: 0;
}
img, #logo a, #leed, .contentProject {
	behavior: url('http://www.glkaplanconstruction.com/test/css/iepngfix.htc');
}
:focus {
	outline: 0;
}
html, body {
	margin:0;
	padding:0;
	height: 100%;
}
body {
	font: 76% arial, sans-serif;
	text-align:center;
	color:#fff;
	background: #1d3159 url('../img/bg.jpg') top center no-repeat;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#c9b401;
}
a:hover {
	color:#998900;
}
ul, li {
	margin:0;
	padding:0;
}
h2, h3 {
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing:2px;
	display:block;
	margin:10px 0;
	line-height:30px;
	font-weight:600;
}
h2 {
	color:#c9b401;
	text-align:left;
	font-size: 19px;
}
h3 {
	font-size: 14px;
	background:#05173a;
	text-align:right;
	padding-right:10px;
}
h4 {
	text-transform:uppercase;
	font-size:13px;
	margin:4px 0;
}
.clear {
	clear:both;
}
.spacer {
	clear:both;
	height:10px;
}
.gray {
	color: #a4aab4;
}
.yellow {
	color: #c9b401;
}
.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -53px;
	text-align:left;
}
.footer, .push {
	height: 50px;
}
/** Header **/
div#header {
	width: 950px;
	margin:0 auto;
	color: #79B30B;
}
div#header #logo a {
	width: 321px;
	height: 83px;
	margin: 7px 0 0 35px;
	float: left;
	background: url('../img/logo.png') no-repeat;
	text-indent:-9999px;
}
div#header #info {
	float: right;
	color: #fff;
	text-transform: uppercase;
}
div#header #info #infoBox {
	line-height: 24px;
	padding: 2px 8px 2px 8px;
	border-bottom: 1px solid #3f5476;
	border-left: 1px solid #3f5476;
	border-right: 1px solid #3f5476;
	background: #1d3159;
}
div#header #info #leed {
	line-height: 30px;
	padding: 2px 0 0 35px;
	color: #a4aab4;
	text-align: center;
	font-size: 10px;
	letter-spacing: 2px;
	background: url('../img/leed.png') no-repeat 16px 2px;
}
/** Menu **/
div#menuWrapper {
	width: 100%;
	background:#c9b401;
	height:35px;
	border-top: 6px solid #998900;
	border-bottom: 6px solid #998900;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing:1px;
	margin: 12px 0 6px;
}
div#menu {
	width: 950px;
	margin: 0 auto;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 10em;
	color:#1d3159;
	text-decoration:none;
}
#nav li { /* all list items */
	float: left;
	font-weight:bold;
	width: 10em;
	color:#1d3159;
	margin:0 2px 0 0;
	text-align:center;
}
#nav li a {
	background:#c9b401;
	line-height:35px;
	height:35px;
	border-left: 1px solid #c9b401;
	border-right: 1px solid #c9b401;
}
#nav li a:hover {
	background:#d6c110;
	border-left: 1px solid #998900;
	border-right: 1px solid #998900;
}
#nav li a.active {
	background:#d6c110;
	border-left: 1px solid #998900;
	border-right: 1px solid #998900;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
 *margin-left:-70px;
}
#nav li ul a {
	border:none !important;
	background:none !important;
	font-weight:bold;
	text-align:left !important;
	padding:2px 0 0 2px;
	font: 12px arial, sans-serif;
	text-transform:capitalize;
	height:auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li.item {
	background:#c9b401;
	border-top: 1px solid #998900;
}
#nav li ul li.item:hover {
	background:#d6c110;
	border-top: 1px solid #998900;
}
/** Side **/
div#side {
	float:left;
	width:230px;
	text-align:right;
	margin-right: 50px;
}
div#side .contentProject {
	float:right;
	width: 199px;
	height: 198px;
	padding-top: 200px;
	background: url('../img/feat_leed.png') no-repeat;
}
div#side .content {
	float:right;
}
div#side h4 {
	text-align:left;
}
div#side p {
	text-transform:uppercase;
	font-size:10px;
	color:#a4aab4;
	line-height:26px;
	text-align:left;
}
div#side a img {
	margin:10px;
	border:1px solid #c9b401;
}
div#side a:hover img {
	border:1px solid #998900;
}
div#side div#info {
	width: 199px;
}
/** Content **/
div#contentWrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
div#content {
	float:left;
	width:62%;
	padding-bottom: 20px;
}
div#content ul {
	margin-top: 20px;
}
div#content p {
	margin-top: 20px;
	line-height: 2em;
}
div#content li {
	list-style: inside;
	margin:6px 0;
	font-size: 13px;
}
.portOpener {
	text-transform: uppercase;	
}
/** Footer **/
div.footer {
	background: #05173a;
	border-top:3px solid #998900;
	font-size:10px;
	line-height:50px;
	color: #a4aab4;
}
div.footer .holder {
	width:950px;
	margin:0 auto;
}
div.footer a {
	color:#c9b401;
	text-decoration:none;
}
div.footer a:hover, div.footer a.active {
	color:#998900;
}
div.footer #links {
	float:left;
	text-transform: uppercase;
	margin-left: 18px;
}
div.footer #links li {
	float:left;
	list-style:none;
	margin: 0 14px;
}
div.footer #credits {
	float:right;
	margin-right: 18px;
}
div .footer p {
	margin:0 14px 0 0;
	padding:0;
}
