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

body {
	background-color: #130c01;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/woodback2.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 970px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	background-image: url(images/designfooter.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#toptagline {
	background-color: #bc9d64;
	text-align: center;
	height: 20px;
	width: 890px;
	border: 1px solid #CCCC99;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #CCCC66;
}


#masthead {
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 157px;
}
#banner {
	background-image: url(images/bannerback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 223px;
}

.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;
}

#bannercontainer {
	text-align: center;
	float: right;
	height: 220px;
	width: 585px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#videocontainer {
	margin: 0px;
	padding: 0px;
	width: 345px;
	float: left;
	text-align: right;
}
#topbanner {
	color: #FFFFFF;
	padding-top: 70px;
	padding-left: 380px;
}

#mainnavbar {
	margin: 0px;
	padding: 0px;
	height: 54px;
}


/* start of 5 column container on home page */ 
#centercontainer {
	margin-left: 35px;
}
#5colcontainer {
	height: 100%;
	padding: 0px;
	width: 900px;
		
} 

#5colcontainer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 18px;
}

#col_one, #col_two, #col_three, #col_four, #col_five {
	padding: 0px;
	margin: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3e2711;
	border-right-color: #130c01;
	border-bottom-color: #130c01;
	border-left-color: #130c01;
	height: 300px;
}

#col_one { 
margin: 0 5px 0 0; /* Applied to first column only in lieu of padding (personal thing) */ 
width: 170px; /* Allows for fluid design. Can be set to pixels */ 
float: left; 
background-image: url(images/homeboxgrey.jpg);
background-repeat: repeat-x;
background-position: left top;
background-color: #130c01;
} 
#col_one p {
color: #d6c79b;
margin: 0px;
padding-top: 0px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
line-height: 18px;
}

#col_two { 
margin: 0 5px 0 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 170px; 
float: left; 
background-image: url(images/homeboxmustard.jpg);
background-repeat: repeat-x;
background-position: left top;
background-color: #130c01;
} 
#col_two p {
color: #e0cd88;
margin: 0px;
padding-top: 0px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
line-height: 18px;
}

#col_three { 
margin: 0 5px 0 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 170px; 
float: left; 
background-image: url(images/homeboxbrown.jpg);
background-repeat: repeat-x;
background-position: left top;
background-color: #130c01; 
} 
#col_three p {
	color: #ac8f26;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 18px;
}

#col_four { 
margin: 0 5px 0 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 170px; 
float: left; 
background-image: url(images/homeboxrust.jpg);
background-repeat: repeat-x;
background-position: left top;
background-color: #130c01;
} 
#col_four p {
	color: #cd7820;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 18px;
}

#col_five { 
margin: 0 0 0 0;  
width: 175px; 
float: left; 
background-image: url(images/homeboxolive.jpg);
background-repeat: repeat-x;
background-position: left top;
background-color: #130c01;
} 
#col_five p {
	color: #a4b450;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 18px;
}
#2colcontainer {
	height: 100%;
	width: 900px;
	padding: 0px;
	margin-top: 10px;
}


#col_six {
	width: 508px;
	margin: 0px;
	border: 2px solid #130c01;
	height: 390px;
	background-image: url(images/brownback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #966432;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#col_six p {
	color: #e0cd88;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 18px;
}
#col_six ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
} 

#col_six li {
	color: #FFCC66;
}


#col_seven {
	width: 335px;
	border: 2px solid #130c01;
	height: 390px;
	background-image: url(images/goldback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #d8b64f;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}
#col_seven p {
	color: #130c01;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 18px;
}

#bottombanner {
	background-color: #130c01;
	height: 80px;
	width: 892px;
	border: 1px solid #CCCC66;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 35px;
	padding: 0px;
	margin-bottom: 15px;
}
#bottombannercontent {
	height: 75px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footercontainer {
}
#footertext {
}
#insidenavbar {
	margin: 0px;
	height: 43px;
	background-image: url(images/insidenavback.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav {
	height: 20px;
	width: 870px;
	margin-left: 70px;
	padding: 2px;
}
#nav a:link, #nav a:visited, #nav a:active {
	font-weight: bold;
	color: #dbbc37;
	text-decoration: none;
	margin: 0px;
	padding-right: 8px;
	padding-left: 9px;
}

#nav a:hover {
	color: #bd4317;
}
a:link, a:visited, a:active {
	color: #FFCC00;
	font-weight: bold;
}
a:hover {
	color: #CC6600;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #e0cd88;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0cd88;
} 

h2{
	color: #130c01;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #130c01;
	font-size: 16px;
	font-weight: bold;
}
.signup {
	border: 1px solid #99CC66;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#player {
	
}

