/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/main_bgd.jpg) repeat-x;
	background-color: #000000;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	color: #43554f;
	margin: 0px;
	padding: 5px;
	text-align: left;
	line-height: 1.5;
}


h1 {
font: bold 16px Verdana, Arial, Helvetica, sans-serif;
color: #43554f;
margin: 0px 0px 0px 40px;
padding: 20px 0px 10px 0px;
text-transform: uppercase;

}

h2 {
margin: 10px 10px 10px 20px;
padding: 10px;
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #9e0b0f;
border: 1px solid #000000;
background-color: #f4e28b;
}

h3 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
}

address {
margin:0px 0px 150px 0px;
padding:5px 0px 10px 28px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-align: left;

}



li {
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #880010;
}
a:visited {
color:#880010;
}
a:hover {
color: #95a671; 
}
a:active {
color: #880010;
}

div#video {
	position:absolute;
	left: 887px;
	top: 2px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 880px;
margin: 0px auto;
padding: 0px;
}


div#container {

width:880px;
margin:0px auto;
padding:0px;
background: url(images/content_sub.gif) repeat-y;
}

div#headerhome {
width: 880px;
height: 170px;
margin: 0px auto;
padding: 0px;
background: url(images/header_home.jpg) no-repeat;
position: relative;
}

div#flash {
width: 880px;
height: 177px;
margin: 0;
padding: 0;
background: url(images/bg_flash.gif) no-repeat;
position: relative;
}

div#clickhere {
position: absolute;
width: 294px;
height: 50px;
top: 82px;
left: 584px;
}

div#clickhere img {
border: none;
}

div#audio {
position: absolute;
top: 148px;
left: 478px;
width: 111px;
height: 10px;
margin: 0;
padding: 0;
}

div#content {
	width:880px;
	margin: 0px auto;
	padding: 0px;
	vertical-align:top;
	text-align:left;
	min-height: 400px;
}


div#diy {
	margin: 0;
	padding: 0;
	width: 879px;
	}



div#footer {
	width:880px;
	height: 30px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align: center;
	background: url(images/footer.gif) no-repeat;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	clear:both;
} 


div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:9px;
	color:#000000;
	text-decoration:none;
}

div#admin {
	background: #000;
	}
	
	div#admin a:link, div#admin a:visited {color: #FFF; font: bold 9px Verdana, Arial, Helvetica, sans-serif;}
	div#admin a:hover {text-decoration: none;}

/* ----------------- NAVIGATION CONTAINER ----------------- */



ul#mainnav {
	list-style-type:none;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 142px;
	left: 5px;
	text-transform: uppercase;
	width: 454px;
}

ul#mainnav li {
	float: left;
	margin: 0px auto;
	padding: 0px 0px 0px 1px;
	display: inline;
	width: 65px;	
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	margin:0px;
	padding:0px 0px 0px 1px;
	display:block;
	font-size:8px;
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 28px;
	text-align: center;
	list-style-type: none;
}

ul#mainnav li a:hover {
	margin:0px;
	padding:0px 0px 0px 1px;
	color:#43554f;
	line-height: 26px;
	background-color: #e7e7f9;
	border: 1px solid #28276b;
}

ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color:#880010;
	line-height: 26px;
	background-color: #e7e7f9;
	border: 1px solid #28276b;
	margin:0px;
	padding:0px 0px 0px 1px;
}

/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
	position:relative;
	width: 880px;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	font-size: 9px;
	text-align: left;
	color: #FFFFFF;
}

div#copyright a, div#copyright a:link, div#copyright a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

div#copyright a:hover, div#copyright a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.ypimg {
	position:absolute;
	top:15px;
	right:0;
	border: 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #5edf34;
	background-color: #ffffff;
	margin: 13px;
	padding: 3px;
}

img.right {
	float: right;
	clear: both;
}


div#clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet_w, ul#bullet_b {
list-style:none;
}

ul#bullet_w li {
background-image: url(images/smiley_w.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding: 0px 5px 0px 15px;
line-height: 1.5;
}

ul#bullet_b li {
background-image: url(images/smiley_b.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding: 0px 5px 0px 15px;
line-height: 1.5;
}

div#col_btmleft {
float: left;
background-color: #ff0000;
width: 280px;
height: 500px;
padding: 5px;
margin-left: 5px;
}

div#col_btmleft p, div#col_right p, div#col_right li, div#col_btmleft h3, div#col_right h3 {
color: #ffffff;
}

div#col_middle {
float: left;
background-color: #ffffff;
width: 280px;
padding: 5px;
}

div#col_right {
float: left;
background-color:#070e45;
width: 280px;
height: 500px;
padding: 5px;
}
div#video2 {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
