@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../_images/body-bg.png);
	background-repeat: repeat-x;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topSlides {
	width: 420px;
	float: right;
	height: 400px;
	margin: -120px 0 5px 15px;
	background: #000;
	border: 2px solid #000;
}

#header  {
	background: #fff;
	padding: 0px;
}
#wave {
	position: absolute;
	z-index: 20;
	margin: -10px 0 0 0;
	padding: 0px;
}

#logo {
	height: 154px;
	width: 400px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	z-index: 20;
}
#mainmenu {
	background-color: #000;
	width: 480px;
	font-size: 12px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 21px;
}
#mainmenu a:link {
	color: #F0F0F0;
	text-decoration: none;
}

#mainmenu a:visited {
	color: #FFF;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #F9A532;
}

#mainmenu a:active {
	color: #0CF;
}

#submenu {
	background-color: #FFF;
	width: 480px;
	font-size: 12px;
	color: #4E7A29;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 21px;
}
#submenu a:link ,#submenu a:visited{
	color: #4E7A29;
	text-decoration: none;
}

#submenu a:hover {
	color: #F9A532;
}
#submenu a:active {
	color: #006;
}



#header h1  {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
#mainContent  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
}
#mainContent h1 {
	margin: 0px;
	padding: 10px 0 10px 15px;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 38px;
	color: #333;
}
#mainContent h2 {
	margin: 0px;
	padding: 5px 0 5px 15px;
	font-size: 16px;
	color: #333;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#mainContent h3 {
	margin: 0px;
	padding: 5px 0 5px 15px;
	font-size: 16px;
	color: #333;
}


#mainContent h4 {
	font-size: 18px;
	margin: 5px 0 10px 20px;
	text-align: center;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 19px;
}
#mainContent h4 a {
	text-decoration: underline;
	color: #333;
}
#mainContent h4 a:hover {
	text-decoration: underline;
	color: #050;
}

#mainContent h5 {
	padding: 0px 10px 5px 50px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #333;
	text-align: center;
}


#mainContent p {
	margin: 0px;
	padding: 5px 10px 5px 18px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
#leftMenu {
	width: 250px;
	float: left;
	background: blue;
	height: 350px;
	display: none;
}

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent #form1 table {
	font-size: 12px;
	text-align: right;
}
#mainContent form table {
	font-size: 12px;
	font-family: arial;
	text-align: right;
}
#footer h6 {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #999;
	font-size: 9px;
}
#footer h6 a {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	font-weight: normal;
	text-align: center;
	color: #999;
	font-size: 9px;
}
#footer h6 a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #06F;
	font-size: 9px;
}
#mainContent p a {
	color: #4E7A29;
}
#mainContent p a:hover {
	color: #F9A532;
}
#mainContent form input {
	margin: 0 0 5px 15px;
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #F9A532;
	color: #FFF;
	cursor: hand;
}
#mainContent table tr td h5 {
	padding: 0px 5px;
}

