@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://www.coastalhhi.com/bkg.gif);
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
}
#maincontainer {
	background-color: white;
	width: 800px;
	height: auto; /* this overrides the text-align: center on the body element. */
	background-image: url(trees.jpg);
}
#menu {
	background-color: white;
	width: 800px;
	height: 18px; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/index_02.jpg);
	padding-top: 5pt;
}
#shadow {
	background-color: white;
	width: 800px;
	height: 5px; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/index_03.jpg);
}
#maincontent {
	background-color: white;
	width: 745px;
	height: auto; /* this overrides the text-align: center on the body element. */
	background-image: url(../trees.jpg);
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 10pt;
}
#address {
	background-color: blue;
	width: 800px;
	height: 28px; /* this overrides the text-align: center on the body element. */
	padding-top: 5pt;
}
.text1 {
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.menu1 a{
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}

.menu1 a:hover{
	text-decoration:underline;
}


.headline {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.style1 {font-size: 10px}
.style4 {font-size: 16px}
.style7 {
	color: #FFFFFF;
	font-size: 10pt;
}
.style8 {font-size: 12px}

