@charset "utf-8";
body {
	margin: 0 auto;
	font: normal 16px "Trebuchet MS", Arial;
	background: #00626D url(/assets/html/repeatbg.jpg) repeat-x center top;
	color: #000000;
}
#pcontainer {
	margin: 0 auto;
	width: auto;
	height: auto;
	background: url(/assets/html/centerbg.jpg) no-repeat center top;
}
#icontainer {
	margin: 0 auto;
	width: 900px;
	height: auto;
}
#hcontainer {
	height: 144px;
	clear: both;
	display: block;
	width: 900px;
}

.logo {
	width: 322px;
	display: inline;
	float: left;
	height: 144px;
}
#menu {
	height: 144px;
	width: 560px;
	display: inline;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;

}
#menu ul li{
	margin: 0;
	padding: 80px 0 0;
	list-style: none;
	color: #FFFFFF;
	font: normal 15px "Trebuchet MS", sans-serif, Helvetica;
	float: left;
	height: 30px;
	width: 91px;
	text-align: center;
}

#menu ul li:hover {
	background: url(/assets/html/menublack.png);

}

#menu ul li a {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 144px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	letter-spacing: .08em;
}


h1 {
	color: #006A7A;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .2em;
	margin: 0;
}

.sidepage {
	width: 90px;
	height: 400px;
	float: left;
	display: inline;
}
.icontent {
	width: 800px;
	height: auto;
	min-height: 400px;
	float: left;
	display: inline;
}



input {
	font-size: 14px;
	padding: 3px;
	border: 1px solid #666666;
}
textarea {
	font-size: 14px;
	padding: 3px;
	border: 1px solid #666666;
}
.mailform_button {
	background: #21476C;
	border: 2px outset #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#ccontainer {
	margin: 0 auto;
	width: 900px;
	height: auto;
	min-height: 300px;
	display: block;
}
.ctop {
	background: url(/assets/html/content-top.png) no-repeat center top;
	height: 45px;
	width: 800px;
	display: block;
	clear: both;
}
#thecontent {
	background: url(/assets/html/content-repeat.png) repeat-y center top;
	min-height: 400px;
	width: 730px;
	height: auto;
	padding-right: 35px;
	padding-left: 35px;
	color: #000000;
	font-size: 15px;

	border: 0px;
}
.cfoot {
	background: url(/assets/html/content-footer.png) no-repeat center top;
	height: 30px;
	width: 800px;
	display: block;
	clear: both;
}

.enhancefirst {
	font-size: 18px;
	font-weight: bold;
}

#fcontainer {
	margin: 0 auto;
	width: auto;
	height: 100px;
	background: repeat-x center top;
	text-align: center;
	padding-top: 25px;
	color: #FFFFFF;
	font-size: 11px;
}
#fcontainer a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
#fcontainer a:hover {
	color: #162737;
	text-decoration: underline;
}
h2 {
	color: #006A7A;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: .2em;
	font-family: "Trebuchet MS", Arial;
		margin: 0;
}
a {
	color: #006A7A;
	text-decoration: none;
}
p {
	margin: 0;
	padding: 5px;
}
.smalltxt {
	font-size: 13px;
	font-style: italic;
}

a:hover {
	color: #993235;
	text-decoration: none;
}
.clearer {
	width: auto;
	clear: both;
	display: block;
	margin: -1px;
}


form {
	padding: 8px 6px 8px 0px;
	margin: 0 auto;
}
.a.enhancefirst {
	font-size: 20px;
	font-weight: bold;
	color: #006A7A;
}

