* { margin:0; padding:0; }

body {
	background: #0d589c url(/images/layout/bg_repeater.jpg) left top repeat-x;
	font: 14px Helvetica, Arial, sans-serif;
}
p {
	margin: 8px 0;
	line-height: 130%;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	position: relative;
}

#masthead {
	overflow: hidden; 
	height: 95px;
}

#masthead .logo {
	float: left;
	border: 0;
	margin: 33px 0 0 0;
}

#masthead ul {
	float: right;
	list-style: none;
	font-size: 1em;
}
#masthead ul li {
	float: left;
	width: 144px;
	text-align: center;
}
#masthead ul li a {
	height: 49px;
	width: 144px;
	padding-top: 45px;
	display: block;
	color: #000;
	background-position: 0 -100px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#masthead ul li.home a.on {background: url(/images/layout/nav_home.png) 0 0 no-repeat;}
#masthead ul li.home a:hover {background: url(/images/layout/nav_home.png) 0 0 no-repeat;}
#masthead ul li.work a.on {background: url(/images/layout/nav_work.png) 0 0 no-repeat;}
#masthead ul li.work a:hover {background: url(/images/layout/nav_work.png) 0 0 no-repeat;}
#masthead ul li.services a.on {background: url(/images/layout/nav_services.png) 0 0 no-repeat;}
#masthead ul li.services a:hover {background: url(/images/layout/nav_services.png) 0 0 no-repeat;}
#masthead ul li.contact a.on {background: url(/images/layout/nav_contact.png) 0 0 no-repeat;}
#masthead ul li.contact a:hover {background: url(/images/layout/nav_contact.png) 0 0 no-repeat;}

#errorpage {
	margin: 40px 0 0 0;
	overflow: hidden;
	color: #fff;
}
#errorpage .oopspanel {
	width: 385px;
	float: left;
}
#errorpage .errorinfo {
	width: 575px;
	float: left;
	overflow: hidden;
}
#errorpage .errorinfo h1 {
	font: bold normal 24px Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}
#errorpage .errorinfo h2 {
	font: bold normal 18px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
errorpage .errorinfo h3 {
	font: bold normal 16px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
#errorpage .errorinfo a {color: #b9ebff;}
#errorpage .errorinfo a:hover {color: #fff; text-decoration: none;}
#errorpage .errorinfo hr {
	height: 2px;
	background: #3d8abf;
	border: 0;
	width: 100%;
	margin: 20px 0;
}
#errorpage .errorinfo .column {
	float: left;
	width: 155px;
	margin-right: 35px;
}
#errorpage .errorinfo li {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
#errorpage .errorinfo li a {
	text-decoration: none;
}


#footer, #homefooter {
	background: url(/images/layout/footer.png) no-repeat;
	overflow: hidden;
	width: 760px;
	padding: 40px 0 30px 200px;
	color: #fff;
}
#footer h4, #homefooter h4 {
	font-size: 18px;
	color: #9dd7df;
	margin-bottom: 7px;
}
#footer #contact_form, #homefooter #contact_form {
	width: 315px;
	float: left;
	border-right: #0074b9 1px solid;
}
#footer input, textarea, #homefooter input, textarea {
	float: left;
	margin: 0 0 6px 0;
	font: 15px Helvetica, Arial, sans-serif;
	color: #fff;
}
#footer form label, #homefooter form label {
	margin: 0 0 3px 0;
	float: left;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer .text, #homefooter .text {
	padding: 7px 0 7px 7px;
	height: 15px;
	width: 280px;
	border: #9dd7df 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #5597d2 url(/images/layout/form_bg.jpg) left top no-repeat;
}
#footer .message, #homefooter .message {
	padding: 7px 0 7px 7px;
	height: 70px;
	width: 280px;
	border: #9dd7df 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #5597d2 url(../images/layout/form_bg.jpg) left top no-repeat;
}
#footer .submit, #homefooter .submit {
	padding: 5px 7px 5px 0;
	font-weight: bold;
	height: 32px;
	width: 81px;
	border: 0;
	cursor: pointer;
	background: url(/images/layout/submit_button.png) left top no-repeat;
}
#footerlinks {
	float: left;
	width: 415px;
	font-size: 12px;
	padding-left: 25px;
}
#footerlinks a {
	text-decoration: none;
	color: #fff;
}
#footerlinks a:hover {color: #9dd7df;}
#footerlinks ul {
	margin: 0 0 15px; 
	list-style: none;
}
#footerlinks ul li {
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: bold;
}
#footerlinks ul li ul {
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 3px 0 15px;
}
#footerlinks ul li ul a {color: #62b4e7;}
#footerlinks ul li ul a:hover {color: #9dd7df;}
#footerlinks ul li ul li {
	padding: 0 15px 0 0;
	float: left;
	margin: 0;
	display: inline;
	font-size: 11px;
	font-weight: normal
}
#footerlinks .smallprint {font-size: 11px;}