/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
}
/* Sets the margin and padding to zero */
ul, li {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #4F4F4F;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	color: #999999;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 20px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #E9BE55;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 20px;
	background-color: #333333;
	clear: both;
	padding: 5px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC62;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 20px;
	background-color: #333333;
	clear: both;
	padding: 5px;
}
a:link, a:visited {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 960px;
	height: 392px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
div#headerimg {
	position: absolute;
	top: 165px;
}
/* Creates the div container for the site. */
div#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	background-color: #1c1c1c;
}

/* Creates the div for the content */
div#content {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 960px;
	background-color: #1C1C1C;
}
div#content img {
	margin: 0px;
	padding: 0px;
	border: none;

}
div#content img.right {
	clear: right;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 2px;
}
div#utilitynav {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
div#utilitynav a:link, div#utilitynav a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
div#utilitynav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
div#contentbottom {
	clear: both;
	padding: 5px 0px 0px;
	width: 960px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	margin-top: 0px;
	text-align: left;
}
div#footer {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: capitalize;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: center;
	clear: both;
}
/* Styles the copyright div */
div#copyright {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: capitalize;
	position: absolute;
	width: 960px;
	left: 10px;
	text-align: left;
}
/* NAVIGATION CONTAINER */
div#nav {
	width: 960px;
	top: 133px;
	position: absolute;
	text-align: left;
	left: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	background-image: url(images/navcurrent.gif);
	background-position: left top;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	width: 100%;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	display: inline;}

div#nav li a {
	display:block;
	width: auto;
	color: #C0C0C0;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #575759;
}
div#nav li a:hover {
	color: #FFFFFF;
}
ul#list {
	font-size: 12px;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-right: 25px;
}
ul#list li {
	list-style-position: outside;
	line-height: 17px;
	color: #999999;
	list-style-type: square;
}
.name {
	color: #FE0000;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1c1c1c;
}
input {
	margin-bottom: 10px;
	width: 200px;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	height: 70px;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #4F4F4F;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
div#list {
	float: left;
	width: 300px;
}
div#bucket {
	float: left;
	width: 287px;
	color: #999999;
	font-size: 12px;
	margin-bottom: 20px;
	padding-left: 23px;
}
div#bucket img {
	padding: 2px;
	border: 1px solid #333333;
	margin-bottom: 10px;
}
div#bucket strong {
	color: #FFFFFF;
	font-size: 12px;
}
div#leftcolumn {
	float: left;
	width: 460px;
	color: #999999;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding: 0px 0px 0px 23px;
	margin-bottom: 20px;
}
div#rightcolumn {
	float: left;
	width: 425px;
	color: #999999;
	font-size: 12px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 23px;
}
div#leftcolumn p {
	margin-right: 25px;
}
div#leftcolumn h2 {
	font-size: 12px;
	font-weight: bold;
	color: #E9BE55;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 25px;
	text-transform: uppercase;
}
strong {
	color: #FFFFFF;
}
div#leftcolumn img {

	padding: 2px;
	border: 1px solid #333333;
	margin-bottom: 10px;
}
div#rightcolumn img {


	padding: 2px;
	border: 1px solid #333333;
	margin-bottom: 10px;
}
div#divider {
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	margin: 10px 20px;
}
div#clear {
	clear: both;
}
div#rightcolumn h2 {

	font-size: 12px;
	font-weight: bold;
	color: #E9BE55;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 25px;
	text-transform: uppercase;
}
div#leftcolumn h3 {
	font-size: 14px;
	font-weight: bold;
	color: #E9BE55;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 20px;
	text-transform: uppercase;
	background-color: #333333;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}
div#rightcolumn h3 {
	font-size: 14px;
	font-weight: bold;
	color: #E9BE55;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 20px;
	text-transform: uppercase;
	background-color: #333333;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.right {
	text-align: right;
}
/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #1c1c1c;
}
input {
	margin-bottom: 10px;
	width: 180px;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	height: 70px;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea#comments {
	width: 85%;
	color: #4F4F4F;
	margin: 2px 0px 20px;
	padding: 0px;
	text-align: left;
	left: 0px;
}
.rightform {
	float: left;
	margin-right: 10px;
}
div#form2 {
	width: 600px;
	text-align: left;
	height: 340px;
	background-color: 1c1c1c;
}
div#container2 {
	background: #1c1c1c;
	margin: 0px;
	padding: 0px;
	float: left;
}
body.form {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #1c1c1c;
}
div#background {
	background-color: #c1c1c1;
}
