html, body {
	margin: 0; padding: 0;
	background-color: #fcfcfc;
	font-family: "Helvetica", sans-serif;
	font-weight: lighter;
	font-size: 11px;
}

.hide {
	display: block;
	margin: 0; padding: 0;
	position: absolute;
	top: 0px;
	left: -10000px;
}
div {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
img, a img { border: none; }

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #0C4666;
	letter-spacing: 4px;
	
}
h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 5px 10px 8px 10px;
	text-align: justify;
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }

ol, ul, dl, p {
	color: #0C4666;
}

p {
	line-height: 16px;
}

a {
	color: #083366;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #D74E25;
	text-decoration:none;
}

#wrap1 {
	width: 679px;
	margin: 15px auto;
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
}
#wrap2 {
	background-image: url(../images/top.png);
	padding: 5px 0px 0px 0px;
}

#wrap3 {
	background-image: url(../images/bottom.png);
	background-position: left bottom;
}
#header {
	height: 130px;
}
#header h1 {
	margin: 0;
	padding: 0;
	height: 130px;
	width: 670px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header h1 span {
	display: none;
}
#navWrap {
	background-image:url(../images/outer-leaf.png);
	background-position: right top;
	padding-left: 11px;
	height: 74px;
}
#nav {
	width: 617px;
	background-image: url(../images/navbar-74.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 74px;
}
#nav ul, #nav li, #nav li a {
	margin: 0;
	padding: 0;
	height: 74px;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	display: block;
}
#nav li {
	float: left;
}
#nav li a:hover {
	background-position: left bottom;
}
#nav li a span {
	display: none;
}
#navHome a {
	background-image: url(../images/home.png);
	width: 120px;
}
#navContact a {
	background-image: url(../images/contact.png);
	width: 128px;
}
#navAbout a {
	background-image: url(../images/about.png);
	width: 111px;
}

#contentWrap {
 padding: 0px 22px 10px 14px;
 
}

#content {
	min-height: 350px;
}


#footer, #footer p, #footer address {
	display: block;
	margin: 0;
	text-align: center;
}

#webdesign {
	color: #efefef;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
#webdesign a {
	color: #efefef;
}

#contactForm {
	width: 400px;
	margin: 10px auto;
}
.label, .textLabel {
	font-weight: bold;
	text-align: right;
}
.textLabel {
	vertical-align: text-top;
	padding-top: 5px;
}
.input {
	padding-left: 5px;
}
.error {
	font-weight: bold;
	color: red;
}
