@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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-color: #FFF;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container  {
	width: 990px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/menubg.jpg);
	background-repeat: repeat;
	height: 200px;
}
#container #header ul {
	font-size: 1.2em;
	color: #000;
	display: inline;
	padding-top: 200px;
	list-style-type: none;
}


#mainContent  {
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/mainbg.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#container #footer a {
	color: #E3A946;
}

#footer  {
	padding: 0 10px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat;
}
#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 */
	color: #EBAE44;
}
.textbox {
	background-image: url(images/textbg.jpg);
	width: 400px;
	border: 1px solid #333;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
a {
	color: #9C150E;
	text-decoration: underline;
}
.gb   {
	background-image: url(images/textbg.jpg);
	background-repeat: repeat;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.gbtext {
	font-size: 16px;
}

.gbh {
	font-size: 24px;
	color: #9C150E;
}

.homeimg {
	margin-top: 20px;
	border: 1px solid #333;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header li {
	float: left;
}
#header li a {
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
}
a img {
	border: none;
}
#header li a:hover, #header li a:active, #header li a:focus {
	color: #9C150E;
	background-image: url(images/textbg.jpg);
	background-repeat: no-repeat;
}
h3 {
	color: #9C150E;
}
#itemlist {
	list-style-type: none;
	width: 480px;
	float: right;
}
#itemlist li {
	float: left;
	margin-right: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	color:#900;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#itemlist img {
	display: block;
}
#itemlist a {
	text-decoration: none;
}
.textbox2 {
	background-image: url(images/textbg.jpg);
	width: 410px;
	border: 1px solid #333;
	margin-top: 20px;
	margin-right: 20px;
	padding: 10px;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 20px;
	float: left;
}
.formdiv {
	border: 2px solid #9c150e;
}
.forminput {
	background-color: #FC6;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
