/* ----------------- 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: #b2e953;
/*background-image: url(images/bodybg.jpg);
background-repeat:repeat-x;*/

}

/* 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 75px;
	line-height: 16px;
	color: #1645a5;
}
h1 {
	font-size: 22px;
	font-weight: lighter;
	color: #ff0000;
	line-height: 27px;
	margin: 0px 0px 0px 55px;
	border-bottom: 1px dotted #ff0000;
	width: 450px;
	
	
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #0033CC;
	line-height: 20px;
	margin: 10px 0px 15px 75px;
}



h3 {
	font-size: 17px;
	font-weight: bold;
	color: #339933;
	line-height: 20px;
	margin: 15px 0px 10px 40px;
	padding:  0px 80px 0px 0px;
	text-align: center;
}

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: 13px;
	font-weight: bold;
	color: #2ED513;
	text-decoration: underline;
}


/*------------------ LISTS FORMATS --------------------------*/
ul {
	margin: 10px 0px 20px 85px;
	padding: 0px 0px 0px 0px;

}


li {
	font-size: 12px;
	font-weight: regular;
	line-height: 19px;
	color:#1645a5;
/*list-style-image: url(images/ul-house.gif);*/

}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#navcontainer {
	width: 209px;
	height: 170px;
	position: absolute;
	top: 65px;
	left: 44px;
	margin: 0px 0px 0px 50px;
	padding:  1px 0px 0px 0px;
	z-index: 100;
}

ul#navcontainer li {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	line-height: 14px;
}

ul#navcontainer li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 170px;
	height: 20px;
	font-size: 14px;
	font-weight:lighter;
	text-decoration: none;
	background: none;
	border: none;
	text-align:left;
	line-height: 16px;
/*border-bottom: 1px solid #d6d6d6;*/
}

/* 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: #FF0000;

}

/* 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: #15c503;
}

/* Creates our hover status.  */
ul#navcontainer li a:hover {
	color: #3cd8ff;

}

/* ----------------- 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;
	padding: 0px;
	position: relative;
}

div#mainheader {
position:relative;
}

div#mainwrapper {
	width: 770px;
	float:left;
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
}






/* ----------------- 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: 650px;
}

table#multi td  {
	font-size: 12px;
	color: #000000;
	padding: 8px 8px 8px 12px;
	text-align:left;
	vertical-align:top;
	font-size: 12px;
	color:#000066;
	font-weight:lighter;
}

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. */

/*Formats the main content of the web page */
div#btmcontainer {
width:770px;
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;
position:relative;
}

div#btmcontent {
width: 571px;
height: 15px;
background-image:url(images/btmcontent.jpg);
background-repeat:no-repeat;
}

address {
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	width:770px;
	height: 70px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	color: #009900;
	font-style:normal;
	background-color: #b2e953;
	clear: both;
}


address a{
	color:#009900;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

/* Creates the div container for the footer. */
div#footer {
	font-size:10px;
	font-weight: normal;
	text-decoration:none;
	text-align:center;
	padding: 15px 0px 0px 0px;
	text-transform:none;
	width: 770px;
	height: 44px;
	color: #33B4D3;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}


div#footer a {
	font-size: 9px;
	font-style: normal;
	color: #33B4D3;
	text-decoration: underline;
}




/* ----------------- 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;
}

.center {
text-align: center;

}

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:#009900;
	text-transform:uppercase;
	background-color: #b2e953;
	margin: 0px;
	width: 770px;
	clear:both;
	height:25px;
}

#admin a {
	font-size: 10px;
	color: #009900;

}

/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
	text-align:center;
	font-size: 10px;
	padding: 5px 0px 15px 0px;
	width: 770px;
	height: 60px;
	line-height: 20px;
	background-color: #b2e953;
	color: #009900;
	clear:both;

}

div#copyright a {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #009900;
	text-decoration: underline;

}


/* -------------------- WEB AUDIO ELEMENTS ------------------*/

div#webaudio {
	width: 190px;
	height: 50px;
	position: absolute;
	right: 230px;
	top: 180px;
	z-index: 100;
}

div#webaudiopopup {
width: 100%;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#5caf39;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

div#map {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 680px;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 20px;

}
