@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
  background: #FFA60E;
  font-family: Verdana, Helvetica, Arial;
  font-size: 11px;
  color: black;
}

a, a:visited, a:active, a:link {
	color: #005130;
	text-decoration: none;
}

a:hover {
	color: #002516;
}

h1 {
	font-family: Arial, Helvetica;
	color: black;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

h2 {
	font-family: Verdana, Helvetica, Arial;
	color: #005130;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 14px;
}

p {
	padding-bottom: 10px;
}

#wrapper {
	width: 994px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 994px;
	height: 123px;
	background: url(images/header.jpg) no-repeat
}

#banner {
	width: 994px;
	height: 98px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#contactus {
	width: 99px;
	height: 22px;
	margin-left: 894px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#body {
	background-color: white;
	width: 994px;
	overflow: hidden;
	display: inline-block;
}

#left {
	float: left;
	width: 158px;
	height: auto;
	background-color: #FFB901;
	background-image: url("images/underbanner.jpg");
	background-position: top;
	background-repeat: no-repeat;
	border-left: 1px solid #0A5224;
	font-size: 10px;
	margin-bottom: -2000px;
	padding-bottom: 2020px;
	/*border: 1px black solid;*/
}

#nav {
	background: url(images/bg_body.gif) no-repeat;
	padding: 10px 0px 10px 3px;
	width: 155px;
	margin-top: 24px;
	margin-bottom: -2000px;
	padding-bottom: 2020px;
}

#right {
	float: right;
	width: 810px;
	padding: 10px 10px 10px 10px;
	margin-bottom: -2000px;
	padding-bottom: 2020px;
	/*border: 1px black solid;*/
}

#footer {
	font-size: 9px;
	height: 22px;
	background: url(images/bg_bottom_left.gif) repeat-x;
	text-align: right;
}

#footer a {
	padding-right: 10px;
	color: yellow;
	text-decoration: none;
}

#footer a:hover {
	color: white;
}

.tarrow li {
	background: url(images/tarrow.gif) no-repeat 0px 0px;
	list-style: none;
	height: 26px;
	padding-left: 15px;
	font-size: 11px;
}

.formstyling input, textarea {
    border: 1px solid #cccccc;
}



