@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-attachment: scroll;
	background-color: #221308;
	background-image: url(../images/HomePage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.homeWrapper #content {
	width: 961px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 659px;
	background-image: url(../images/HomeContent.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a {
	color: #706758;
}
a:hover {
	color: #000;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu #jsddm #end a {
	border-style: none;
}
.homeWrapper #jsddm {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
}
.homeWrapper #jsddm li {
	list-style: none;
	float: left;
	display: block;
	height: 33px;
	overflow: hidden;
}
.homeWrapper #jsddm li a {
	display: block;
	background: #221F20;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	border-left: 1px solid #71675A;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 9px;
	padding-left: 31px;
}
.homeWrapper #jsddm li a:hover {
	background: #71675A
	filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
}
.homeWrapper #jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white
}
.homeWrapper #jsddm li ul li {
	float: none;
	display: inline
}
.homeWrapper #jsddm li ul li a {
	width: auto;
	background: #71675A;
	filter:alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity:0.9;
	color: #FFF;
	border-top: 1px none #FFF;
	border-right: 1px solid #71675A;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #71675A;
}
.homeWrapper #jsddm li ul li a:hover {
	background: #BEB49A;
	filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
	color: #000;
}
.homeWrapper #menu {
	width: 1024px;
	text-align: left;
	padding: 0px;
	z-index: 999;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.homeWrapper #slider #s1 {
	height: 240px;
	width: 475px;
	overflow: hidden;
	margin-top: 13px;
	margin-left: 444px;
}
.homeWrapper #slider .pics {
	height: 240px;
	width: 475px;
}
.homeWrapper #slider .pics img {
	height: 240px;
	width: 475px;
}	
.homeWrapper #footer {
	width: 810px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.homeWrapper #content #container {
	width: 475px;
	text-align: left;
	float: left;
}
.homeWrapper #content #container #column1 {
	float: left;
	width: 173px;
	padding-left: 60px;
	padding-top: 66px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.homeWrapper #content #container #column2 {
	padding-left: 286px;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.homeWrapper #content #column3  {
	float: right;
	text-align: left;
	padding-right: 7px;
	padding-top: 17px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.homeWrapper #content #column3 #subColumn1 {
	float: left;
	padding-left: 15px;
	width: 184px;
}
.homeWrapper #content #column3 #subColumn2 {
	float: right;
	padding-right: 47px;
	width: 198px;
}
#copyright p a {
	color: #CCC;
	font-size: 14px;
}
#copyright p {
	font-size: 10px;
	color: #CCC;
	margin-top: 10px;
}
#sponsors {
	margin-top: 10px;
	margin-bottom: 10px;
}

