/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto; /* Sets body to center everything.Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	background-color: #fffabe;
	scrollbar-face-color: #e6e6e6;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #ffcc00;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#000066;
}

/*  CONTENT  ===========================*/

p, a, ul, li, ol, td, div, textarea {
font-family: Arial, Helvetica, sans-serif;
font-style:normal;
text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	font-size: 12px;
	margin-left: 10px;
	padding-right: 10px;
	color: #000000;
	line-height: 14px;
}


.emphasize { /*use emphasize to 'brighten' up words in content */
color:#FF0000;
font-size:16px
font-weight: bold;
}

h1, h2, h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
font-weight:lighter;
text-align:left;
}

h1 {
	font-size: 16px;
	color: #FD6A02;
	line-height: 25px;
	padding: 0px;
	border-bottom: 1px dotted #fff;
	width: 85%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;

}

h2 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 35px;
	margin: -10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;

}

h4 { /* use for internal content ctas */
font-size: 20px;
color: #990000;
font-style:italic;
font-weight:bold;
line-height: 28px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;
}

h5 { /* use for box disclaimers */
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 30px;
	padding: 8px;
	background-color: #e6e6e6;
	border: 1px solid #999;
	width: 500px;
}

a { /* Creates the general link style for the site. This is not the main navigation.  */
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

/*------------------ LISTS FORMATS --------------------------*/

ul,ol,li { /* strips all ul's, ol's, and li' from padding or margins unless defined in classes below*/
margin: 0;
padding: 0;
}

ul.columnlists {
	margin: 0;
	width:210px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0 10px 5px 10px;
	display: block;
	border: 1px solid #000;
}

ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

div#wrapper {
	display: block;
	margin-left: auto;
	margin-top: 0px;
	clear: both;
	width: 765px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #000000;
}

div#clear {
clear: both;
}

/* ------------------------- MAIN NAVIGATION ----------------------------- */
/* Removes all margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */

ul#mainnav {
	width: 214px;
	position: absolute;
	left: 19px;
	top: 25px;
	margin: 0px;
	padding:  0px;
}

/* This creates the tabs. We set a height for each tab, give it a border and place 2 pixels of space between each tab. We float them left on the navbar and remove the bullets. */

ul#mainnav li {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type:none;
height: 30px;
	
}


ul#mainnav li a {
	font-family: Tahomam, arial;
	font-weight:bold;
	display: block;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	width: 214px;
	height: 30px;
	font-size: 13px;
	text-decoration: none;
	background-image: url(images/btnbg.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border: none;
	text-align:left;
	line-height: 28px;
	text-indent: 20px;
}

/* OFF - This creates the style for our links. */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	color: #f5f5f5;
	
}
/* ON - Creates the "on" status style, which can be applied directly to a single link. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #ffffff;
	display: block;
	margin-left: 0px;
		
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #ffffff;
	display: block;
	margin-left: 0px;
}


/*  PAGE LAYOUT ===========================*/

div#container {
	position: relative;
	width: 765px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/allbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #314584;
}
div#header {
	width: 765px;
	margin: 0;
	height: 219px;
}

div#content {
	float: right;
	width: 525px;
	padding: 20px 0px 10px 0px;
	background-color: #FFFFFF;
	border: 1px solid #656565;
}

/*  ADDRESS ===========================*/

address {
	font-size:11px;
	font-style:normal;
	color: #FFFFFF;
	line-height: 14px;
	margin: 0px;
	text-align: left;
	width: 214px;
	float: left;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

address a {
	font-size:11px;
	font-style:normal;
	color: #FFFF00;
	text-align: left;
	line-height: 16px;
}

/*  FOOTER ===========================*/

div#footer {
	width: 765px;
	margin: 0px auto;
	background-color: #FF7d1f;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	text-transform: none;
	color: #999999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	font-family: Tahomam, arial;

}

div#footer a {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	font-family: Tahomam, arial;
}
div#footer a:hover {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
	text-align: center;
}

/*  IMAGE CLASSES and ID's for content area ===========================*/

img.left {
	float: left;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
img.right {
float: right;
margin: 0px 0px 5px 7px;
border: 1px solid #000000;
padding: 0px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}
img.center {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
	img.ypimg {
		margin: 10px 0;}


/*  WEB AUDIO ===========================*/

div#webaudio {
	position: absolute;
	top: 151px;
	width: 529px;
	height: 38px;
	left: 233px;
}

div#webaudio img {
border: none;

}

div#webaudiopopup {
width: 100%;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#747474;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

/*  ADMIN SIGN ===========================*/

div#signin {
	background: #990000;
	text-align:center;
	position:relative;
	width: 70px;
	height: 15px;
	padding-top: 3px;
	float: right;
}

div#signin a{
	color:#fff;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
}
div#signin a:hover {
	color:#FFCC00;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	background-color: #000000;
	border: 2px solid #000000;
}

/*  PAYMENTS ===========================*/

div#payments {
width: 770px;
height: 30px;
text-align:center;
background-image:none;
background-repeat:no-repeat;
padding-top: 4px;
padding-bottom: 4px;
clear: both;
}

/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px;
	margin: 0px auto;
	color:#FFFFFF;
	line-height: 12px;
	position:relative;
	clear: both;
	width: 100%;
	background-color: #000066;

}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
div#copyright a:hover {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

/*  GOOGLE MAPS ===========================*/

div#map {
	width: 600px;
	margin-bottom: 20px;
}


div#minicolumn {
	margin: 0;
	width:210px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0 10px 5px 10px;
	display: block;
	font-size: 11px;
	color: #fff;
	position:relative;
}

div#minicolumn a {
	font-size: 10px;
	color: #FFFF00;
}

div#animation {
	position: absolute;
	top: 1px;
	left: 230px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.lists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 45px;
}
.clear {
	clear: both;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
td {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #000000;
}
.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
