@charset "utf-8";
/* CSS Document */

body {
    color: #fff;
    text-align: center;
    background: #2f7cb2;
}

body#hp {
    background: #2f7cb2 url('/images/hp-bg.png') 50% 0px no-repeat;
}

body, 
	td, th, 
	textarea, input, select, 
	h1, h2, h3, h4, h5, h6 {
    	font: 83%/1.4 Arial;
		padding: 0;
		margin: 0;
}

.hr {
	clear: both;
	float: left;
	background: #2f7cb2 url('/images/hr.png') 50% 0% no-repeat;
	height: 10px;
	width: 960px;
	margin: 0 0 30px 0;
}

.hr hr {
	display: none;
}

.column {
	float: left;
	width: 280px;
	margin: 0 30px 0 0;
}

.maps {
	border: 10px solid #262262;
	margin: 0 0 30px 0;
}

.maps iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

.photo {
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 15px 15px 0;
	padding: 5px;
	float: left;
}

.photo img {
	border: 0;
}

.pdf {
	background: transparent url('/images/pdf-icon.gif') 0% 50% no-repeat;
	padding: 5px 0 5px 25px;
}

.last {
		margin: 0;
}

.notice {
	border: 1px solid #ffcccc;
	background: #ff0000;
}

.notice p {
	margin: 5px !important;
	padding: 0;
	font-weight: bold;
	line-height: 25px !important;
}

.notice p a {
	color: #fff;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#container {
	text-align: left;
    margin: 0 auto;
	width: 960px;
}

#header {
	height: 200px;
}

	#header h1 {
		float: left;
		width: 170px;
		margin: 30px;
	}
	
	#header h1 a {
		display: block;
		height: 140px;
		margin: 0;
		text-indent: -2000em;
		z-index: 1000; /* need for FX and IE */
		background: url('/images/logo.png') no-repeat;
	}
	
	#header h1 a:hover {
		cursor: pointer;
	}
	
	#header form {
		float: right;
		height: 70px;
		line-height: 70px;
		margin: 30px 30px 0 0;
	}
	
	#header label {
		color: #fff;
		font-weight: bold;
		font-size: 0.8em;
	}
	
	#header input {
		border: 1px solid #ccc;
		color: #ccc;
		padding: 3px;
	}
	
	#header input.submit {
		background: #2f7cb2 url('/images/submit.gif') no-repeat;
		width: 24px;
		height: 24px;
		border: 0;
	}

#menu {
	float: right;
	margin: 100px 30px 0 0;
	width: 700px;
}

	#menu ul {
		clear: both;
		float: right;
		list-style: none;
		margin: 20px 0;
		padding: 0;
	}
	
	#menu ul li {
		float: left;
		margin: 0 0 0 35px;
	}
	
	#menu li:hover {
		background-position: 0 0; /* IE7 Dropdown sticky hover state on click fix */
	}
	
	#menu .submenu {
		background: transparent url('/images/submenu.png') 100% 50% no-repeat;
		padding: 0 10px 0 0;
	}
	
	#menu ul li a {
		color: #fff;
		padding: 7px;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.3em;
		text-shadow: 1px 1px 0 #000;
		display: block;
	}
	
	#menu ul li .hover-on {
		background: #262262;
	}
	
	#menu ul li ul {
		position: absolute;
		width: 200px;
		left: -999em;
		z-index: 2001;
		display: block;
        background: #262262;
		margin: 0;
	}
	
	#menu ul li ul li {
		width: 200px;
		text-align: left;
		text-transform: none;
        z-index: 2001;
		height: 25px;
		line-height: 25px;
		margin: 0 7px;
	}

	#menu ul li ul li a {             
		color: #fff;
		border: 0px;
		font-size: 1.0em;
		font-weight: 500;
		text-shadow: none;
		padding: 0;
	}
	
	#menu ul li:hover ul {
		left: auto;
	}
	
	#menu ul li:hover ul {
		left: auto;
	}
	
	#menu li:hover ul, #menu li.sfhover ul {     
		left: auto; 
	}
	
	#menu li:hover a, #menu li.sfhover a {
    	left: auto;
	}

	
#splash {
	clear: both;
	width: 960px;
	height: 300px;
	background: #000;
	position: relative;
	margin: 0 0 30px 0;
	overflow: hidden;
}
	
	#splash div {
		position: absolute;
		bottom: 0;
		z-index: 1001;
		background: transparent url('/images/overlay.png');
		padding: 0;
		margin: 0;
		width: 960px;
		text-align: right;
	}
	
	#splash p {
		color: #fff;
		padding: 5px 10px;
		margin: 0;
	}
	
	#splash img {
		position: relative;
		border: 0;
	}
	
	#splash ul {
		display: none;
	}
	
#main {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 30px;
}

	#main h3 {
		font-size: 1.2em;
		text-shadow: 1px 1px 0 #000;
		margin: 0 0 20px 0;
		font-weight: bold;
		color: #262262;
		clear: both;
	}
	
	#main p {
		line-height: 1.4em;
		margin: 0 0 30px 0;
	}
	
	#main a {
		color: #99ffff;
		text-decoration: none;
	}
	
	#main a:hover {
		text-decoration: underline;
	}
	
	
	
#content {
	float: left;
	width: 700px;
}
	
	#content.full {
		width: 900px;
	}

	#content table {
		/*background: #fafafa;*/
		background: #fff;
		border-collapse: collapse;
		border: 1px solid #fff;
		color: #262262;
		margin: 0 0 30px 0;
		width: 100%;
		text-align: center;
	}
	
	#content td {
		padding: 3px;
		height: 25px;
		line-height: 25px;
	}
	
	#content tr.header {
		background: #262262;
	}
	
	#content tr.header td {
		color: #fff;
		font-weight: bold;
	}
	
	#content tr.closed {
		background: #ccc;
	}
	
	#content tr.alt {
		background: #eaeaea;
	}
	
	#content tr.closed td {
		color: #990000;
		font-weight: bold;
	}
	
	#content tr.open td {
		color: #009900;
		font-weight: bold;
	}
	
	#content table a {
		color: #262262;
		font-weight: bold;
	}
	
	#content form {
		margin: 0;
		padding: 0;
	}
	
	#content select {
		font-size: 1.0em;
		width: 100px;
	}
	
	#content h4 {
		color: #262262;
		font-weight: bold;
		font-size: 1.1em;
		margin: 0 0 15px 0;
	}
	
	#content dl {
		list-style: none;
		margin: 0 0 30px 0;
		padding: 0;
	}
	
	#content .clear dl {
		float: left;
		margin: 0 30px 30px 0;
	}
	
	#content dt {
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
	#content dd {
		margin: 0;
		padding: 0;
	}
	
	#content .column {
		float: left;
		width: 320px;
		margin: 0 30px 0 0;
	}
	
	#content .button {
		text-align: center;
		background: #2f7cb2 url('/images/button-bg.gif') 0 0 repeat-x;
		border: 1px solid #ccc;
		margin: 0 0 30px 0;
	}
	
	#content .button:hover {
		background: #262262 url('/images/button-bg.gif') 0 -50px repeat-x;
		cursor: pointer;
	}
	
	#content .button p {
		padding: 10px;
		margin: 0;
	}
	
	#content .button a {
		color: #fff;
	}
	
#map {
	border: 10px solid #262262;
	margin: 0 0 30px 0;
}
	
form#subcontractor {
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 0 30px 0;
}

	#subcontractor p {
		clear: both;
		margin: 0;
		padding: 10px;
		color: #262262;
	}
	
	#subcontractor label {
		color: #262262;
		width: 150px;
		text-align: right;
		margin: 0 10px 0 0;
		float: left;
		padding: 3px;
	}
	
	#subcontractor input {
		font-size: 1.1em;
		font-weight: bold;
		padding: 3px;
		width: 300px;
	}
	
	#subcontractor select {
		padding: 3px;
		width: 200px;
	}
	
	#subcontractor input.submit {
		margin: 0 0 0 165px;
		background: #2f7cb2 url('/images/button-bg.gif') 0 0 repeat-x;
		width: 100px;
		font-weight: bold;
		color: #fff;
		border: 1px solid #ccc;
		padding: 7px;
	}
	
	#subcontractor input.submit:hover {
		background: #262262 url('/images/button-bg.gif') 0 -50px repeat-x;
		cursor: pointer;
	}
	
#alert {
	clear: both;
	border: 1px solid #ff0000;
	background: #ffcccc;
	margin: 0 0 30px 0;
}

	#alert p {
		margin: 10px;
		color: #ff0000;
	}
	
#notice {
	clear: both;
	border: 1px solid #006600;
	background: #99cc99;
	margin: 0 0 30px 0;
}

	#notice p {
		margin: 10px;
		color: #006600;
	}
	
	#notice a {
		color: #006600;
		font-weight: bold;
		text-decoration: underline;
	}

#submenu {
	float: left;
	width: 170px;
	margin: 0 30px 30px 0;
}

	#submenu ul {
		list-style: none;
		margin: 0;
		padding: 5px 3px;
		border: 1px solid #ccc;
		background: #fff;
	}
	
	#submenu li {
		border-bottom: 1px solid #ccc;
		height: 30px;
		line-height: 30px;
	}
	
	#submenu li.active {
		background: #2f7cb2;
	}
	
	#submenu li a {
		color: #262262;
		text-decoration: none;
		margin: 0 3px;
	}
	
	#submenu li.active a {
		color: #fff;
	}
	
	#submenu li a:hover {
		text-decoration: none;
	}
	
#indox {
	margin: 30px 0;
	width: 170px;
}

	#indox a {
		display: block;
		height: 50px;
		margin: 0;
		text-indent: -2000em;
		z-index: 1000; /* need for FX and IE */
		background: url('/images/indox.gif') 0 0 no-repeat;
	}
	
	#indox a:hover {
		background: url('/images/indox.gif') 0 -50px no-repeat;
	}
	
#news h4 {
	border-bottom: 1px solid #262262;
}
	#news dl {
		margin: 0;
		padding: 0;
	}

	#news dt {
		clear: both;
		font-weight: bold;
		width: 100px;
		float: left;
	}
	
	#news dd {
		float: left;
	}
	
#photos {
	clear: both;
	margin: 0 0 30px 0;
}

	#photos h4 {
		border-bottom: 1px solid #262262;
		clear: both;
	}

	#photos ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#photos li {
		border: 1px solid #000;
		background: #fff;
		float: left;
		padding: 5px;
		margin: 0 18px 30px 0;
	}
	
	#photos li.last {
		margin: 0 0 30px 0;
	}
	
	#photos img {
		border: 1px solid #ccc;
	}
	
	#photos p {
		text-align: center;
		font-size: 0.8em;
		color: #000;
		margin: 0;
		padding: 0;
	}
	
#planholders-list {
	margin: 30px 0;
    width: 170px;
}


#footer {
	clear: both;
	width: 900px;
	margin: 0 30px;
	float: left;
}

	#footer p {
		margin: 0 0 30px 0;
	}
	
	#footer p.right {
		text-align: right;
	}
	
	#footer dl {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#footer dt {
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
	#footer dd {
		margin: 0;
		padding: 0;
	}
	
	#footer a {
		color: #99ffff;
		text-decoration: none;
	}
	
	#footer a img{
		border: 0;
	}

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#333; border:10px solid #fff; padding:10px;}
#simplemodal-container a.modalCloseImg {
	background:url('/images/x.png') no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
