#construct {
	position:relative;
	float:left;
	width:100%;
	background-color:#FF0;
	
	text-transform:uppercase;
	font-size:0.75em;
	color:#000;
	
	padding:10px;
	}






body {
	margin:0;
	padding:0;
	background-color:#324c56;
	}
	
#header-wrapper {
	position:relative;
	float:left;
	width:100%;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#666;
	}
	
#content-wrapper {
	position:relative;
	float:left;
	width:100%;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#CCC;
	}

#footer-wrapper {
	position:relative;
	float:left;
	width:100%;
	clear:both;
	padding-bottom:20px;
	background-image:url(images/footer_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	
	background-color:#324C56;
	}
	
	

#header {
	position:relative;
	margin:0 auto;
	width:640px;
	height:150px;
	}
	
#content {
	margin:0 auto;
	width:640px;
	}
	

#footer {
	margin:0 auto;
	width:640px;
	height:30px;
	}

#logo {
	position:absolute;
	top:50px;
	left:40px
	}

#navigation {
	position:absolute;
	bottom:0;
	right:0;
	margin:0 auto;
	width:480px;
	height:30px;
	}

#navigation ul {
	margin:0 auto;
	width:480px;
	line-height:1.88em;
	height:30px;
	}
#navigation li {
	position:relative;
	float:left;
	width:120px;
	
	list-style-type:none;
	text-align:center;
	}

#navigation li a{
	width:120px;
	height:30px;
	display:block;
	}

.button {
	display:block;
	width:120px;
	height:30px;
	background-image:url(images/button_hover.gif);
	background-position:50% 100%;
	}	

.button:hover {
	background-position:100% 100%;
	}

#contact #btn_2,
#welcome #btn_1,
#emergency #btn_3,
#clients #btn_4 {
	background-position:0% 100%;
	}
	
	
#main-title {
	position:relative;
	float:left;	
	width:640px;
	margin:40px 0 20px 35px;
	border-bottom:1px solid #92ACB6;
	}


.coll {
	position:relative;
	float:left;	
	width:270px;
	margin:0 0 10px 35px;
	}
	
#contact .coll li,
#emergency .coll li {
	list-style-position:outside;
	list-style-type:none;
	border-bottom:#92ACB6 1px solid;
	margin:-0.84em 0 1.5em -10px;
	}
#welcome .coll li,
#clients .colf li {
	list-style-image:url(images/bullet.gif);
	margin:-0.84em 0 1.5em -15px;
	}	
	
.colf li {
	margin:-0.84em 0 1.5em -15px;
	}
	
.colr {
	position:relative;
	display:block;
	float:right;	
	width:270px;
	margin:0 0 10px 35px;
	}
	
.spotlight {
	position:relative;
	float:right;
	display:block;
	width:270px;
	margin:0 0 20px 35px;
	}
	
.spot-img {
	padding:5px;
	background-color:#FFF;
	margin-bottom:10px;
	border:1px solid #B0C7CF;
	}
		
.colf {
	position:relative;
	float:left;	
	clear:both;
	width:640px;
	margin:0px 0 20px 35px;
	border-top:1px solid #92ACB6;
	padding-top:20px;
	}
	
.colf ol {
	line-height:1em;
	}
	
	
a, a:visited {
	text-decoration:none;
	}
a:hover {
	border-bottom:1px dotted #333;
	}
	
.coll a,
.colr a,
.colf a {
	color:#333;
	}
	
body p{
	margin:0 0 1.5em 0;
	}
body a img{
	border:0;
	}
	
	
	
	

.field, textarea {
	width:100%;
	border:#999 solid 1px;
	background-color:#FFF;
	padding:5px;
	}
td {
	vertical-align:top;
	text-align:left;
	}