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

/* 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: "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;
margin-left: 42px;
margin-right: 205px;
color: #fff;
line-height: 20px;
}
h1 {
font-size: 25px;
font-weight: normal;
color: #fff;
line-height: 23px;
margin: 0px 0px 25px 40px;
font-family:"Times New Roman", Times, serif;
}

h2 {	
font-size: 15px;
font-weight: bold;
color: #FB322D;
line-height: 20px;
margin: 0px 0px 20px 40px;
}



h3 {
font-size: 13px;
font-weight: bold;
color: #000000;
line-height: 18px;
margin: 0px 0px 10px 41px;
}

h4 {
font-size: 13px;
font-weight: bold;
color: #FB322D;
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: #FFFF00;
text-decoration: underline;
}


/*------------------ LISTS FORMATS --------------------------*/
ul,li { 
font-size: 12px;
font-weight: regular;
line-height: 15px;
color:#003262;
/*list-style-image: url(images/ul-house.gif);*/

}


/* ----------------- MAIN NAVIGATION ----------------- */
dl#navcontainer {
background-image:url(images/navbg.jpg);
background-repeat:no-repeat;
width: 200px;
height: 220px;
position:absolute;
top: 90px;
left: 0px;
margin: 0px;
padding: 0px;
}

dl#navcontainer dt {
display: block;
margin: 2px;
padding: 0px;
width: 200px;
}

dl#navcontainer dd {
display: block;
margin: 0px;
padding: 0px;
color:#fff; 
/*filter:alpha(opacity=50);   
-moz-opacity: 0.5;   
opacity: 0.5;*/
}




/* 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.  */
dl#navcontainer dt a:link, dl#navcontainer dt a:visited, dl#navcontainer dt a:active {
font-size: 13px;
font-weight:bold;
color: #fff;
text-decoration: none;
display: block;
background: none;
width: 200px;
border: none;
padding: 0px;
margin: 0px;
margin-left: 15px;
text-align:left;
}

/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
dl#navcontainer dt a:hover, dl#navcontainer dt a.current:link, dl#navcontainer dt a.current:visited {
background: none;
color: #F6FF00;	
}


dl#navcontainer dd a:link, dl#navcontainer dd a:visited, dl#navcontainer dd a:active {
font-size: 11px;
color: #fff;
text-decoration: none;
display: block;
background: none;
width: 170px;
border: none;
padding: 0px;
padding-left: 10px;
margin: 0px;
margin-left: 15px;
text-align:left;

}

/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
dl#navcontainer dd a:hover, dl#navcontainer dd a.current:link, dl#navcontainer dd a.current:visited {
background: none;
color: #F6FF00;	
}

/* ----------------- 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;
position: relative;
border-top: 1px solid #e6e6e6;

}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
border-collapse: collapse;
color: #fff;
}

table#multi {	
margin-left: 50px;
width: 400px;
}

table#multi td{	
width: 200px;
vertical-align: top;
font-size: 12px;
line-height: 23px;
color: #fff
}

table#quicktime {
width: 400px;
margin-left: 45px;
border: 1px solid #fff;
}

table#quicktime td{
width: 50%;
color: #fff;
font-size: 10px;
padding: 5px;

}
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header1 {
background-image:url(images/header1.jpg);
background-repeat:no-repeat;
width: 200px; 
height: 90px;
position: absolute;
top: 0px;
left: 0px;
}

div#header2 {
background-image:url(images/header2.jpg);
background-repeat:no-repeat;
width: 570px;
height: 90px;
position: absolute;
top: 0px;
left: 200px;
}

div#header3 {
background-image:url(images/header3.jpg);
background-repeat:no-repeat;
width: 570px;
height: 220px;
position: absolute;
top: 90px;
left: 200px;
}
/*Formats the main content of the web page */
div#btmcontainer {
width:770px;
height: auto;
padding: 0px;
padding-top: 15px;  
background-color:#fff;
background-image:url(images/btmcontainerbg.jpg);
background-repeat:repeat-y;
position:absolute;
top: 310px;
left: 0px;
border: 0px;
}

div#maincontent {
background-image:url(images/btmcontainerbg.jpg);
width: 770px;
height:auto;
position:relative;
top: 0px;
}

/*Formats Contact Info*/
address {

font-size: 11px;
font-weight:normal;
text-align:center;
width:181px;
height: 184px;
margin: 0px;
padding: 0px;
padding-top: 10px;
color: #003262;
font-style:normal;
position:absolute;
top: 5px;
left: 584px;
background-repeat: no-repeat;
clear:both;

}


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

address2 {

font-size: 11px;
font-weight:normal;
text-align:center;
width:181px;
height: 184px;
margin: 0px;
padding: 0px;
padding-top: 10px;
color: #003262;
font-style:normal;
position:absolute;
top: 5px;
left: 584px;
background-image:url(images/address.jpg);
background-repeat: no-repeat;
clear:both;
}


address2 a{		
color:#003262;
text-align:center;
font-size:12px;
font-weight:normal;
}

div#textboxright {
float: right;
padding: 7px;
color:#FFFFFF;
width: 171px;
background: url(images/textbox_bg1.jpg) repeat-y;
font-size: 11px;
font-style: italic;
border: 1px #e6e6e6 solid;
margin-right: 5px;
display:block;
} 


div#textboxspeaker {
position:absolute;
top: 100px;
left: 570px;
float: right;
padding: 7px;
color:#FFFFFF;
width: 171px;
background: url(images/textbox_bg1.jpg) repeat-y;
font-size: 11px;
font-style: italic;
border: 1px #e6e6e6 solid;
margin-right: 5px;
display:block;
} 

div#aff {
position:absolute;
top: 0px;
left: 570px;
float: right;
padding: 7px;
margin-top: 200px;
color:#FFFFFF;
width: 171px;
background: url(images/textbox_bg1.jpg) repeat-y;
font-size: 11px;
font-style: italic;
border: 1px #e6e6e6 solid;
margin-right: 5px;
display:block;
} 

div#aff span {

text-align:center;
font-size:14px;
font-style:normal;
text-transform:uppercase;
width: 171px;

}

div#textboxright2 {
float: right;
padding: 7px;
color:#FFFFFF;
width: 171px;
background: url(images/textbox_bg1.jpg) repeat-y;
font-size: 11px;
font-style: italic;
border: 1px #e6e6e6 solid;
margin-right: 5px;
text-align:center;
} 

div#textboxright2 a{
font-size: 11px;
} 


div#titleboxright {
float: right;
padding: 7px;
color:#FFFFFF;
width: 171px;
background: url(images/textbox_bg1.jpg) repeat-y;
font-size: 9px;
line-height: 17px;
font-family: tahoma;
font-style: normal;
font-weight:bold;
border: 1px #e6e6e6 solid;
margin-right: 5px;
} 

div#titleboxright a {
color:#FFFFFF;
font-size: 9px;
font-family: tahoma;
font-style: normal;
font-weight:bold;
text-decoration:underline;
} 

/* Creates the div container for the footer. */
div#footer { 
font-size:9px;
font-weight:bold;
text-decoration:none;
text-align:center;
padding: 3px 0px 0px 0px;
text-transform:none;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
width: 770px;
height: 18px;
color:#FFFFFF;
}


div#footer a {
font-size: 10px;
font-style: normal;
color: #ffffff;
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 12px 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;
}
clear {
clear: both;
}

img.main {
position:absolute;
top: 127px;
left: 514px;

}



/* ------------------ FORM ELEMENTS ------------------------*/

form table { border-collapse:collapse;
margin: 0px 0px 0px 35px;


}

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; border: 1px solid #fff;}

form input.required {border-left: 4px solid #CF0000;}

form textarea.required {border-left: 4px solid #CF0000;}

form select.required {border-left: 4px solid #CF0000; background-color:#FFD6D6;}

/* ----------------- CUSTOM CLASSES or ID's ----------------- */

div#dhtmltooltip{

font-size: 11px;
width: 150px;
}

#email {
font-size: 12px;
color: #497795;
width:494px; height: 108px; 
/*border-top: 1px solid #E3E3E3;*/ 
background-color: #D21919;
}

.red {color: #ff0000; font-style:italic;}
.yellow {color: #FFFF00; font-size: 11px; font-family:tahoma; font-weight: bold;}
div#email {
font-size: 12px;
color: #497795;
width:484px;
border-top: 1px solid #E3E3E3;
background-color: #FFFFFF;

}

#admin {
font-size: 6px;
text-align:center;
padding: 4px;
color:#FFFFFF;
text-transform:uppercase;
background-color: #002040;
margin: 0px;
}

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

}

/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
text-align:center;
font-size: 10px;
padding: 5px 0px 5px 0px;
width: 770px;
height: 30px;
line-height: 20px;
background: #000;
color:#FFFFFF;

}

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

}

div#webaudio {
width: 181px;
height: 21px;
position:absolute;
top: 70px;
left: 589px;
z-index: 2px;
}

div#webaudiopopup {
width: 179px;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
position:absolute;
left: 0;
top: 0;
}

div#soundapplet {
width: 68px;
height: 30px;
position:absolute;
left: 87px;
top: 49px;
}
div#creditcards {
width: 770px;
height: 23px;
padding-top: 5px;
background-image: url(images/creditcards.gif);
background-repeat:no-repeat;
background-position:center;
background-color: #3262B5;
}

div#mapcontainer {
padding: 5px;
border: 1px solid #e8e8e8;
width: 450px;
margin-left: 30px;
margin-bottom: 20px;

}