* {
	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: 1em/1.4em Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333;
	background: #fefbdd;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#0066aa;
}
a:hover {
	color:#998900;
}
ul, li {
	padding: 0;
	border: none;
	margin: 0;
	list-style-position: inside;
}
h2, h3 {
	font-family:Georgia, Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:2px;
	display:block;
	margin: 10px 0;
	/*line-height:30px;*/
	font-weight:600;
}
h2 {
	color:#05173a;
	text-align:left;
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-left: 15px;
	width: 183px;
	text-align: center;
}
h4 {
	text-transform:uppercase;
	font-size: .9em;
	margin: 18px 0 0;
	color: #05173a;
}
.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#headerContainer {
	width: 100%;
	height: 112px;
	background: #0e2146;	
}
div#header {
	width: 950px;
	height: 112px;
	margin:0 auto;
	color: #79B30B;
	background: url('../img/header_bg.png') top center;
}
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: #e4ebf8;
	text-transform: uppercase;
}
div#header #info #infoBox {
	line-height: 24px;
	padding: 2px 8px 2px 8px;
	border-bottom: 1px solid #1f3560;
	border-left: 1px solid #1f3560;
	border-right: 1px solid #1f3560;
	background: #031435;
	padding: 10px;
	font-size: 12px;
}
div#header #info #leed {
	line-height: 24px;
	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:#ddc304;
	height:35px;
	border-top: 6px solid #f5de01;
	border-bottom: 6px solid #f5de01;
	font-family:Georgia, Times, serif;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing:1px;
	margin-bottom: 6px;
	box-shadow: 0 0 2px #999;
}
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:#0e2146;
	text-decoration:none;
	letter-spacing: 1px;
}
#nav li { /* all list items */
	float: left;
	width: 10em;
	color:#1d3159;
	margin:0 2px 0 0;
	text-align:center;
}
#nav li a {
	background:#ddc304;
	line-height:35px;
	height:35px;
	border-left: 1px solid #c9b401;
	border-right: 1px solid #c9b401;
}
#nav li a:hover {
	background:#f5de01;
	border-left: 1px solid #998900;
	border-right: 1px solid #998900;
}
#nav li a.active {
	background:#f5de01;
	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;
	text-align:left !important;
	padding: 10px;
	font: 12px Georgia, Times, serif;
	text-transform:capitalize;
	height:auto;
	letter-spacing: .75px;
	line-height: none;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li.item {
	background:#ddc304;
	border-top: 1px solid #998900;
	width: 10em;
}
#nav li ul li.item:hover {
	background:#f5de01;
	border-top: 1px solid #998900;
}
div#content ol {
	list-style-position: inside;
	margin-left: 10px;
	padding: 0;
}
div#content ol li {
	*display: list-item;
	list-style-type: decimal;
	margin-top: 10px;
}
/** Side **/
div#side {
	float:left;
	margin-right: 30px;
	width: 240px;
}
div#side a.project {
	width: 199px;
	height: 198px;
	display: block;
	background: url('../img/feat_pic.png') no-repeat;
}
div#side .content {
	float:right;
}
div#side h4 {
	text-align:left;
}
div#side p {
	text-transform:uppercase;
	font-size:10px;
	color:#333;
	line-height:20px;
	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: 220px;
	margin-top:20px;
}
/** Content **/
div#contentWrapper {
	width: 950px;
	margin: 12px auto 0;
	text-align: left;
}
div#content {
	float:left;
	width:62%;
	padding-bottom: 20px;
}
div#content ul {
	margin-top: 20px;
}
div#content p {
	margin-top: 20px;
}
div#content li {
	list-style: outside;
	margin:6px 0 0 16px;
}
.portOpener {
	/*text-transform: uppercase;*/
}
/** Footer **/
div.footer {
	background: #05173a;
	border-top:3px solid #ddc304;
	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:#fefbdd;
}
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;
}
.small {
	font-size: 10px;
	color: #777;	
}
.asterisk {
	color: #777;
	font-size: 12px;
	position: relative;
	margin-top: -16px;
}