/* ----------------- 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: #705E3A;
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:#312C24;
background-image:url(images/bg.jpg);
background-repeat: repeat-y;
background-position:center;
}

/* 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 {
font-family: "Trebuchet MS", 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;
padding-left: 30px;
padding-right: 15px;
color: #000000;
}
h1 {
font-size: 20px;
font-weight: bold;
font-family:"Trebuchet MS", Times, serif;
color: #572001;
margin: 15px 0px 25px 30px;
/*border-bottom: 1px dashed #ffffff;*/
width: 230px;
}

h2 {	
font-size: 17px;
font-weight: bold;
font-family:"Trebuchet MS", Times, serif;
color: #9E8007;
line-height: 19px;
margin: 0px 0px 20px 30px;
}

h3 {
font-size: 15px;
font-weight: bold;
font-family:"Trebuchet MS", Times, serif;
color: #000000;
line-height: 18px;
margin: 0px 0px 10px 31px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
font-size: 12px;
font-weight: bold;
color: #2480B5;
text-decoration: underline;
}
a:visited {
font-size: 12px;
font-weight: bold;
color: #666666;
text-decoration: underline;
}
a:hover {
font-size: 12px;
font-weight: bold;
color: #742103;
text-decoration: underline;
}
a:active {
font-size: 12px;
font-weight: bold;
color: #666666;
text-decoration: underline;
}



/*------------------ LISTS FORMATS --------------------------*/
ul,li { 
font-size: 12px;
font-weight: normal;
line-height: 18px;
color:#000000;
list-style-type:square;  
/*list-style-image: url(images/ul-house.gif);*/

}

ul {display:block;}

/* ----------------- 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*/

div#all {
width:770px;
background-repeat:repeat-y;
text-align:center;
margin: 0 auto;
margin-top: 10px;
padding: 0px;
height: 100%;
position: relative;
top: 0;
clear:both;

}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
border-collapse: collapse;
}

table#styles {	
margin: 35px 0px 35px 0px;
border-collapse: collapse;
text-align:center;
width: 100%;
border: 1px solid #000000;
padding: 10px;
}

table#styles th {	
border-collapse: collapse;
padding: 4px;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
background-color:#312C24;
}

table#styles td {	
padding: 4px;
font-size:12px;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;

}

table#thumbnails {	
margin: 35px 0px 35px 0px;
border-collapse: collapse;
width: 80%;
padding: 4px;
}

table#thumbnails th {	
border-collapse: collapse;
padding: 4px;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
background-color:#312C24;
}

table#thumbnails td {	
padding: 4px;
font-size:12px;
padding-bottom: 25px;
text-align:center;
}

table#thumbnails td label{	
padding: 4px;
font-size:14px;
font-weight:bold;
text-align:center;
}


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#headerlogo {
padding: 0px;
margin: 0px;
width:237px;
height:102px;
background-image:url(images/header-logo.jpg);
position:absolute;
top: 0px;
left: 40px;
}

div#adheader {
padding: 0px;
margin: 0px;
width:687px;
height:136px;
background-image:url(images/header-logo.jpg);
position:absolute;
top: 110px;
left: 40px;
}


/*Formats the main content of the web page */
div#maincontent {
border: 0px;
width:687px;
height: auto;
padding: 0px 0px 0px 0px;  
position: absolute;
left: 40px;
top: 255px;
background-color:#FFFFFF;
display:block;
clear:both;
}

/*Formats Contact Info*/
address {
width:154px;
height: 80px;
margin: 0px 0px 0px 0px;
background-color:#FFFFFF;
position: absolute;
top: 23px;
left: 573px;

}

address p{
width:144px;
font-size: 10px;
line-height: 12px;
margin-top: 0px;
padding: 3px 0px 0px 0px;
color:#312C24;
text-align:center;
font-style:normal;
}

address a{
color:#312C24;

}

#webaudio {
width: 154px;
height: 23px;
margin: 0px 0px 0px 0px;
background-image:url(images/btn_webaudio.jpg);
position: absolute;
left: 573px;
top: 0px;
text-align:center;


}
/* Creates the div container for the footer. */
div#footer { 
text-align:center;
color:#FFFFFF;
background-color:#312C24;
width: 687px;
height: 49px;
position:relative;
left: 0px;
display:block;
clear:both;
}
div#footer p {
width: 687px;
text-align:center;
color: #ffffff;
padding: 15px 0px 0px 0px;
}
div#footer a:link {
font-size: 10px;
font-style: normal;
line-height: 15px;
font-weight: normal;
color: #ffffff;
text-decoration: underline;
}
div#footer a:visited {
font-size: 10px;
font-style: normal;
line-height: 15px;
font-weight: normal;
color: #ffffff;
text-decoration: underline;
}
div#footer a:hover {
font-size: 10px;
font-style: normal;
line-height: 15px;
font-weight: normal;
color: #ffffff;
text-decoration: underline;
}
div#footer a:active {
font-size: 10px;
font-style: normal;
line-height: 15px;
font-weight: normal;
color: #ffffff;
text-decoration: underline;
}




/*-------------------PAGE POSITIONING ----------------*/


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
float: left;  margin: 0px 8px 0px 0px;
}
img.right {
float: right; 
margin: 0px 20px 10px 10px;
padding: 4px;
border: 2px solid #dddddd;
}
.clear {
clear: both;
}
.rightClear {
	clear: both;
	float: right;
	margin: 0px 20px 10px 10px;
	padding: 4px;
	border: 2px solid #dddddd;
}

/* ----------------- CUSTOM CLASSES or ID's ----------------- */


#email {
font-size: 12px;
color: #497795;
width:494px; height: 108px; 
/*border-top: 1px solid #E3E3E3;*/ 
background-color: #D21919;

}


#admin {
width: 687px;			
text-align:center;
padding: 8px 0px 2px 0px;
color:#ffffff;
background-color: #312C24;
margin: 0px 0px 0px 0px;
letter-spacing: 7px;		

}

#admin a {
color:#ffffff;
font-size: 10px;
font-weight:bold;
}

div#intro {
width: 725px;
height: 392px;
position: absolute;
margin-bottom: 35px;

}

/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
text-align:center;
font-size: 10px;
padding: 0px 0px 0px 0px;
width: 687px;
height: 50px;
background: #312C24;
color:#FFFFFF;
position:relative;
left: 0px;
line-height: 20px;
}

div#copyright a {
font-size: 10px;
line-height: 15px;
font-weight: normal;
color: #ffffff;
text-decoration: underline;

}

/* CSS Document */

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

div#navcontainer {
background: none;
margin: 0px;
padding: 0px;
width: 140px;
}

div#nav1 {position:absolute; top: 5px; left: 300px; width: 140px;}
div#nav2 {position:absolute; top: 5px; left: 450px; width: 140px;}
/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
background: none;
margin: 0px;
padding: 0px;
}

/* Removes the default bullets. */
ul#mainnav li {
display: inline; /* Redefined here only to remove stray padding. */
list-style: none;


}

/* 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#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
font-size: 10px;
color: #ffffff;
text-decoration: none;
letter-spacing: 0px;
display: block;
background-image:url(images/navbtn_off.jpg);
background-color:none;
border: none;
padding: 5px 0px 0px 20px;
margin: 0px;
width: 120px;
height: 20px;
line-height: 12px;
}

/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
background-image:url(images/navbtn_on.jpg);
color: #FADC00;
}

#zero {padding: 0px; margin: 0; width: 185px;}


.netopia {
	margin-left: -50px;
}

