/* ----------------- 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: #FFFFFF;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
}

/*  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: 13px;
	margin-left: 30px;
	padding-right: 10px;
	color: #444;
	line-height: 19px;
}


.emphasize { /*use emphasize to 'brighten' up words in content */
color:#FF0000;
font-size:16px
font-weight: bold;
}

h1, h2, h3, h4, h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:lighter;
text-align:left;
}

h1 {
	font-size: 35px;
	color: #990000;
	line-height: 45px;
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #222;
	width: 85%;
}

h2 {
	font-size: 24px;
	color: #0033CC;
	line-height: 28px;
	margin: 10px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 17px;
	color: #000;
	line-height: 25px;
	margin: 10px 0px 0px 30px;
	padding: 0px 0px 0px 0px;

}

h4 {
	font-size: 16px;
	color: #000;
	line-height: 23px;
	margin: 10px 0px 0px 30px;
	padding: 0px 0px 0px 0px;

}

div#titles {
	font-size:12px;
	margin-top: -2px;
	color: #000033;
}


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: #993300;
	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;
}

ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	color: #444;
}

ul.longlists {
	margin: 0;
	width:750px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0 10px 5px 10px;
	display: block;
}

ul.longlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}



div#wrapper {
	display: block;
	margin-left: 20px;
}

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: 235px;
	position: absolute;
	left: 568px;
	top: 9px;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	z-index: 10;
}

/* 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: 20px;
	
}


ul#mainnav li a {
	font-family:"Trebuchet MS";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 235px;
	height: 20px;
	font-size: 11px;
	text-decoration: none;
	background: none;
	border: none;
	text-align:left;
	font-weight:bold;
	line-height: 28px;
	text-indent: 10px;
}

/* 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: #993300;
	
}
/* 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: #333333;
	display: block;
	background-color:#FFFFFF;
		
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #0033CC;
	display: block;
}




/*  PAGE LAYOUT ===========================*/

div#all { /* Holds the entire web page from the beginning body tag to the end body tag */
	width:820px;
	text-align:left;
	margin: 0 auto;
	padding: 0px;
	background:none;
}



div#header {
	position:relative;
	padding: 0;
	margin: 0;
	width:820px;
	height: 291px;
	text-align:left;
	float:left;
}

div#maincontent {
border: 0px;
width:820px;
height: auto;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; 
background-color:#fff;
float:left;
display:block;
clear:both;
position:relative;
}

/*  ADDRESS ===========================*/

address {
	width:820px;
	vertical-align:top;
	font-size:11px;
	font-style:normal;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align: center;
	line-height: 14px;
	position:relative;
	display:block;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	clear: both;
}

address a {
font-size:11px;
font-style:normal;
color: #0033CC;
text-align: left;
line-height: 16px;					
}

/*  FOOTER ===========================*/

div#footer {
	width: 820px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
	text-transform: lowercase;
	color: #000;

}

div#footer a {
font-size: 10px;
font-style: normal;
line-height: 15px;
font-weight: normal;
color: #000;
text-decoration: underline;
}

/*  IMAGE CLASSES and ID's for content area ===========================*/

img.left {
float: left;
margin: 5px 10px 5px 0px;
border: 2px solid #efefef;
}
img.right {
float: right;
margin: 5px 5px 5px 5px;
border: 2px solid #efefef;
padding: 4px;
}
img.right2 {
float: right;
margin: 5px 5px 5px 5px;
border: 0;
padding: 4px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}


div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
}

div#signin a{
color:#000;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

/*  PAYMENTS ===========================*/

div#payments {
width: 820px;
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 5px 0px;
	width: 820px;
	height: 50px;
	color:#000;
	line-height: 19px;

}

div#copyright a {
font-size: 9px;
font-weight: normal;
color: #000;
text-decoration: underline;
}

/*  GOOGLE MAPS ===========================*/

div.mapposition {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 400px;
	margin-bottom: 20px;
	float: right;
	margin-right: 20px;
	
}

.floatleft {
	float: left;
	border-right: 1px solid #666;
	padding-right: 20px;
}

a.backtotop {
	font-size: 14px;
	border: 1px solid #999;
	background-color: #DAE2FE;
	padding: 5px;
	text-decoration:none;
	margin-bottom: 25px;
	;
	display: block;
	width: 80px;
	;

}
