/*
dk green: #006f66;
lt green: #d9eae8;
orange:   #f8ac34;
*/

@import 'contact.css';

body {
	margin: 0px; padding: 0px;
	height: 100%; width: 100%;
	text-align: center;
	background-color: #d9eae8;
	font-size: small;
}

a, img, table { border: 0px; }

h1, h2, h3, h4, h5, h6, th {
	font-family: Arial, Helvetica, "sans serif";
	font-weight: bold;
	text-decoration: none;
	color: #006f66;
	margin-bottom: 0px;
}

p,a,li,td {
	font-family: Verdana, Helvetica, Arial, "sans serif";
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a { color: #006f66; text-decoration: underline; }
a:hover, a:active { color: #f8ac34; text-decoration: none; }
a:visited { color: #000000; text-decoration: underline; }

#container {
	position: relative;
	margin: 0px auto 40px auto;
	width: 920px; height: auto;
	background-color: #FFFFFF;
	border: 1px solid #006f66;
}

#header {
	width: 100%; height: 115px;
	text-align: left;
	margin-bottom: 40px;
}
#header h1 span { display: none; }
#header h1 {
	width: 100%; height: 115px;
	background-image: url(../images/hdr_SiteMain.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	float: right;
	width: 100%; min-height: 360px;
	text-align: left;
	margin: 0px; padding: 0px;
	background-image: url(../images/bkg_Flower.png);
	background-position: 150px 55px;
	background-repeat: no-repeat;
}

#menu {
	float: right;
	width: 270px;
	margin: 0px; padding: 30px;
	border-left: 1px solid #f8ac34;
}

#content {
	float: left;
	width: 509px;
	margin: 0px; padding: 0px 30px 0px 30px;
}

#footer {
	width: 100%; height: 20px;
	text-align: right;
	clear: both;
}
#footer p { font-size: 90%; margin-right: 30px; padding-top: 10px; float: right; }

p.thanks { border: 1px solid #f8ac34; background-color: #006f66; padding: 2px; text-align: center; font-weight: bold; color: #f8ac34; }