html, body {
	width: 100%;
}
body {
	background-color: #03579B;
	background-image: url(/img/bg_body.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.90em;
}

#top {
	/*background: url(/img/top.gif);*/
	height: 213px;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
	width: 1000px;
	z-index: 1;
}
#top-heading {
	position: absolute;
	margin-left: 210px;
	margin-top: 110px;
	z-index: 100;
}
#middle {
	background: url(/img/background-body.gif);
	background-repeat: repeat-y;
	margin: auto;
	padding: 20px;
	width: 960px;
	background-color: #FFFFFF;
}
#weather {
	height: 80px;
	width: 125px;
	margin: 15px 5px 0px 20px;
	border: 2px #000000 solid;
}

#menu {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 170px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 170px;
}

#menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 28px;
	padding: 6px 10px;
}

#menu a:hover {
	background-image: url(/img/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: #FFFFFF;
}

#menu ul li {
	height: 28px;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	border-width: 1px 1px 0px 1px;
	border-color: #000000;
	border-style: solid;
}

#menu ul li.current {
	background-image: url(/img/bg_nav.jpg);
	background-repeat: repeat-x;
}

#menu ul li.home {
	width: 100px;
}

#menu ul li.people {
	width: 140px;
}

#menu ul li.stairs {
	width: 115px;
}

#menu ul li.subStairs {
	width: 115px;
	font-size: 0.85em;	
}

#menu ul li.subStairs a , 
#menu ul li.subInstalls a {
	font-weight: normal;
}

#menu ul li.installs {
	width: 128px;
}

#menu ul li.subInstalls {
	width: 128px;
	font-size: 0.85em;	
}


#menu ul li.testimonials {
	width: 150px;
}
#menu ul li.community {
	width: 160px;
}
#menu ul li.contact {
	width: 170px;
	border: 1px #000000 solid;
}

#text {
	float: right;
	width: 770px;
	margin: 0px;
	padding: 0px;
}

#text h1 {
	margin: 0px 5px 8px 0px;
	color: #003F72;
	font-size: 1.5em;
	font-style:italic;
}

#text h2 {
	margin: 0px 5px 8px 0px;
	color: #003F72;
	font-size: 1.15em;
}


#text h4 {
	margin: 0px 5px 8px 0px;
	color: #003F72;
	font-size: 1.15em;
	font-style:italic;
	text-align: center;
}

#text p {
	margin: 8px 5px;
}

.team {
	width: 90%;
	border-bottom: 1px dashed #cccccc;
	margin: 10px 0px;
	padding: 0px;
}

.team h2 {
	color: #003F72;
	font-size: 1.15em;
}	

.team img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px #003F72 solid;
}

.testimonial {
	background: #C5D3DF;
	border: 2px solid #003F72;
	margin-bottom: 20px;
	padding: 3px;	
}

.testimonial {
	background-image: url(/img/icosn_66.gif);
	background-repeat:no-repeat;
	padding: 10px;
}

.stairs-main-thumb {
	float: left;
	margin-right: 10px;
	width: 260px;
	height: 175px;
	font-size: 0.85em;
}
.stairs-thumb {
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
	height: 80px;
	width: 80px;
	font-size: 0.80em;
}

.thumbs img {
	border: 2px solid #00437A;
}

.handrails {
	margin-bottom: 30px;
	height: 100px;
}

.staffpics {
	float: left;
	height: 160px;
	width: 120px;
	margin-left: 20px;
	margin-bottom: 50px;
	font-size: 0.85em;
}

#map {
	height: 300px;
	width: 300px;
}

fieldset {
	border:0;
	border-bottom:2px solid #ffffff;
	width: 400px;
	padding:0 0 10px 0;
}

fieldset.last{
	border:0px;
}

legend {
	font-weight: bold;
	color: #000000;
	padding: 5px 0px;
	margin-left: -7px;
	color: #1C70B8;
}

label {
	display: block;
	float: left;
	padding: 3px 0.5em 6px 0;
	width: 160px;
}

label.longDesc {
	display: block;
	width: 300px;
}


fieldset input , 
fieldset textarea , 
fieldset select {
	border: 1px solid #CCCCCC;
	background-color: #ECF0F3;
	margin: 3px 0px;
}
input.buttons {
	border: 1px solid #999999;
	background-color: #1C70B8;
	color: #FFFFFF;
	font-weight: bold;
}

#footer {
	background: url(/img/background-footer.gif);
	height: 8px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 960px;
	font-size: 0.80em;
}

.sitemap {
	text-align: center;
	font-size: 0.75em;
	color: #ffffff;
}

.sitemap a {
	color: #ffffff;
}

a {
	color: #003F72;
}