/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {

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. */
scrollbar-face-color: #000000;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #e6e6e6;
scrollbar-arrow-color: #FFFFFF;
background-color: #C5C5C5;

}

/* 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, a, ul, li, lo, td, div, textarea {
font-family: 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: 12px;
font-style:normal;
font-weight:normal;
margin: 10px 25px 0px 20px;
color: #333;
line-height: 19px;
}

h1 {
font-size: 16px;
font-weight: bold;
color: #999999;
line-height: 23px;
margin: 10px 0px 10px 20px;
}

h2 {	
font-size: 13px;
font-weight: bold;
color: #990000;
line-height: 20px;
margin: 10px 0px 10px 20px;
}



h3 {
font-size: 17px;
font-weight: bold;
color: #999999;
line-height: 20px;
margin: 20px 0px 10px 20px;
padding:  0px 80px 0px 0px;
}

h4 {
font-size: 13px;
font-weight: bold;
color: #000000;
line-height: 18px;
margin: 20px 0px 20px 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a {
font-size: 12px;
font-weight: bold;
color: #0059B1;
text-decoration: underline;
}


/*------------------ LISTS FORMATS --------------------------*/
ul {
margin: 10px 0px 20px 40px;
padding: 0px 0px 0px 0px;

}


li { 
font-size: 12px;
font-weight: regular;
line-height: 19px;
color:#333;
/*list-style-image: url(images/ul-house.gif);*/

}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#navcontainer {
background-image:url(images/navbg.jpg);
background-repeat:no-repeat;
width: 199px;
height: 311px;
position: relative;
left: 0px;
margin: 0px 0px 0px 0px;
padding:  20px 0px 0px 0px;
}

ul#navcontainer li {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type:none;
height: 25px;
}

ul#navcontainer li a {
font-family:"Trebuchet MS";
display: block;
margin: 0px 0px 0px 0px;
padding: 3px 0px 0px 10px;
width: 189px;
height: 22px;
font-size: 11px;
text-decoration: none;
background: none;
border: none;
text-align:left;
font-weight:normal;
line-height: 17px;
border-bottom: 1px dotted #fff;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#navcontainer li a:link, ul#navcontainer li a:visited, ul#navcontainer li a:active {
color: #ffffff;

}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#navcontainer li a.current:link, ul#navcontainer li a.current:visited {
color: #FFFF00;
}

/* Creates our hover status.  */
ul#navcontainer li a:hover {
color: #FFFF99;

}



/* ----------------- SUB NAVIGATION ----------------- */
div#subnav {
	background: #ffffff;
	float: right;
	width: 571px;
	height: 32px;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background-image:url(images/submenu.gif);
	background-repeat: no-repeat;
	border: none;
	text-align:center;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	clear:both;
	}

div#subnav a {
color:#990000;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;


}



/* ----------------- PAGE CONTAINER ELEMENTS ----------------- */
/*These divs hold the left and right sides of the web page below the header and above the footer - the nav and the main content*/

/* Holds the entire web page from the beginning body tag to the end body tag */
div#all {
width:770px;
background-color:#ffffff;
text-align:left;
margin: 0 auto;
margin-top: 15px;
padding: 0px;
}

div#leftcol {
width: 199px;
float:left;

}

div#rightcol {
width: 571px;
float:right;
}






/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
border-collapse: collapse;
}

table#hairchart  {	
margin-top: 15px;
margin-bottom: 30px;
text-align:left;
vertical-align:top;	 
margin-left: 50px; 
width: 450px;
background-color: #ccdff4;
border: 1px solid #9db7d4;
padding: 7px;
}


table#hairchart td  {	
	font-size: 12px;
	color: #000000;
	padding: 8px 8px 8px 12px;
	text-align:left;
	vertical-align:top;
	font-size: 11px;
	color:#000066;
	font-weight:bold;
}


table#multi  {	
margin-top: 15px;
margin-bottom: 30px;
text-align:left;
vertical-align:top;	 
margin-left: 50px; 
width: 450px;
}

table#multi td  {	
	font-size: 12px;
	color: #000000;
	padding: 8px 8px 8px 12px;
	text-align:left;
	vertical-align:top;
	font-size: 11px;
	color:#000066;
	font-weight:bold;
}

table#visits  {	
margin-top: 15px;
margin-bottom: 30px;
text-align:left;
vertical-align:top;	 
margin-left: 50px; 
width: 450px;
}

table#visits td  {	
	font-size: 12px;
	color: #000000;
	padding: 8px 8px 8px 12px;
	text-align:left;
	vertical-align:top;
	font-size: 11px;
	color:#000066;
	font-weight:bold;
	border: 1px solid #d2d2d2;
}
		

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

div#abovetremendous {
background-image:url(images/abovetremendous.jpg);
background-repeat:no-repeat;
width: 571px; 
height: 45px;

}

div#tremendousheader {
background-color:#FFFFFF;
width: 571px; 
height: 329px;

}

div#xtralogo {
width: 199px;
height:39px;
background-image:url(images/xtralogo.jpg);
background-repeat:no-repeat;


}

/*Formats the main content of the web page */
div#btmcontainer {
width:571px;
height: auto;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background-color:#fff;
border: 0px;
background-image:url(images/contentbg.gif);
background-repeat:repeat-y;
}

div#btmcontent {
width: 571px;
height: 15px;
background-image:url(images/btmcontent.jpg);
background-repeat:no-repeat;
}

address {
	font-size: 11px;
	font-weight:normal;
	text-align:center;
	width:199px;
	height: 98px;
	margin: 0px;
	padding: 80px 0px 0px 0px;
	color: #808080;
	font-style:normal;
	position: relative;
	left: 0px;
	background-image:url(images/address.jpg);
	background-repeat:no-repeat;
}


address a{		
color:#808080;
text-align:center;
font-size:11px;
font-weight:normal;
}

/* Creates the div container for the footer. */
div#footer { 
font-size:9px;
font-weight: normal;
text-decoration:none;
text-align:center;
padding: 10px 0px 0px 0px;
text-transform:none;
width: 770px;
height: 38px;
color: #222;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
clear:both;
}


div#footer a {
font-size: 9px;
font-style: normal;
color: #222;
text-decoration: underline;
}






/*-------------------PAGE POSITIONING ----------------*/

/* divtag for centering webpage in browser */
#centerwebpage {padding: 3px; background-color:#FFFFFF; width: 750px; align: center; border-width: 1px; border-color: #354B94; border-style: solid;}



/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
float: left; 
margin: 0px 8px 0px 0px;
clear: both;
border: 1px solid #e8e8e8;
}
img.right {
float: right; margin: 0px 0px 0px 8px;
margin: 0px 10px 10px 10px;
padding: 2px;
border: 1px solid #e8e8e8;
clear: both;
}

div.center {
text-align: center;
width: 571px;
padding: 10px 0px 10px 0px; 

}

.clear {
clear: both;
}

img.main {
position:absolute;
top: 127px;
left: 514px;

}



/* ------------------ FORM ELEMENTS ------------------------*/

form table { border-collapse:collapse;
margin: 0px 0px 0px 15px;


}

form td {	border-collapse:collapse;
font-size: 12px;
padding: 4px;
text-align:left;
vertical-align:top;

}
form input {font-size: 12px;}

form textarea {font-size: 12px;}



/* ----------------- CUSTOM CLASSES or ID's ----------------- */




#admin {
font-size: 6px;
text-align:center;
padding: 0px 0px 0px 0px;
color:#444;
text-transform:uppercase;
background-color: #fff;
margin: 0px;
width: 770px;
clear:both;
height:25px;
}

#admin a {
font-size: 10px;
color:#444;

}

strong {
color:#111;

}

/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
text-align:center;
font-size: 10px;
padding: 5px 0px 15px 0px;
width: 770px;
height: 30px;
line-height: 20px;
background: #C5C5C5;
color:#333;
clear:both;

}

div#copyright a {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	text-align: center;

}
div#copyright img {
	border: 1px solid #FFFFFF;
}



/* -------------------- WEB AUDIO ELEMENTS ------------------*/

div#webaudio {
width: 199px;
height: 40px;
position: relative;
left: 0px;
background-image:url(images/webaudio.jpg);
background-repeat:no-repeat;
background-color:#FF0000;
}

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;
}

div#map {
padding: 5px;
border: 1px solid #e8e8e8;
width: 450px;
margin-left: 50px;
margin-bottom: 20px;
}

/* -------------------- MINI FORM STUFF ------------------*/
div#miniform {
text-align:center;
width:170px;
height:105px;
margin:0 auto 10px auto;}
div#miniform p {
font-size: 11px;
font-style:normal;
margin: 0 0 5px 0;
color: #666;
line-height:14px;}
div.formelement {
float:left;
height:19px;}
span.red {
color:#f00;}
