@charset "utf-8";
/* CSS Document */
#container{position:relative; width:480px; border:0px black dotted; margin-left:auto; margin-right:auto;}

#theForm{position:relative; width:480px; height:80px; border:0px orange dotted; background-image:url(../search.jpg); background-repeat:no-repeat;}
#titleAlign{position:relative; border:0px orange dotted; top:10px; left:20px; height:2.5em;}
#formPos1{position:relative; border:0px orange dotted; left:25px;top:0px; width:125px; float:left}
#formPos2{position:relative; border:0px red dotted; left:80px; width:125px; float:left}
#formPos3{position:relative; border:0px blue dotted; width:125px; left:80px; top:-3px; text-align:right; float:left}



#select1{position:relative; text-align:left; border:0px solid green; width:470px; margin-bottom:30px; float:left; display:none; margin-right:30px;}
#select2{position:relative; text-align:left; border:0px solid green; width:470px;  margin-bottom:30px;float:left; display:none; margin-right:30px;}
#select3{position:relative; text-align:left; border:0px solid red; width:470px;  margin-bottom:30px;float:left; display:block; margin-right:30px;}
#select4{position:relative; text-align:left; border:0px solid purple; width:470px;  margin-bottom:30px;float:left; display:none; margin-right:30px;}
#select5{position:relative; text-align:left; border:0px solid orange; width:470px;  margin-bottom:30px;float:left; display:none; margin-right:30px;}
#select6{position:relative; text-align:left; border:0px solid blue; width:470px;  margin-bottom:30px;float:left; display:none; margin-right:30px;}

#names{position:relative; text-align:left; border:0px solid green; width:125px; float:left; display:block; line-height:135%}
#tunes{position:relative; text-align:left; border:0px solid red; width:200px; float:left; display:block; line-height:135%}

.searchBox{background-image:url(../search.jpg); background-repeat:no-repeat; float:left; height:60px; width:480px;}
.searchBoxTitle{color:#33f; margin:12px 0 4px 12px; text-align:left; font-weight:bolder;}

#wholeThing{position:relative; text-align:left; border:0px solid black; margin-top:0px; top:-10px;}
/*#container{position:relative; width:1080px; border:0px green dotted; margin-left:auto; margin-right:auto; padding-bottom:7px;}*/

#outline{position:relative; width:1066px; border:1px #c8c8c8 solid; margin-left:auto; margin-right:auto; border-top-style:none;}
#leftSide{position:relative; width:740px; border:0px blue dotted; left:15px;}
#logo{position:relative; width:350px; height:195px; border:purple 0px solid;}
#boxHolder{position:relative; width:100%; top:20px; border:red 0px dotted; background-image:url(../images/boxVert.png); background-repeat:repeat-y; padding-left:20px; margin-right:-20px;}

#boxCornerTL{position:relative; width:20px; height:20px; float:left;}
#boxTopHorz{position:relative; width:700px; height:20px; background-image:url(../images/boxHorz.png); background-repeat:repeat-x; float:left;}
#boxCornerTR{position:relative; width:20px; height:20px;float:left;}

#boxContent{position:relative; width:100%; background-image:url(../images/boxVert.png); background-repeat:repeat-y;  float:left; border:red 0px dotted; }

#boxFaker{position:relative; width:740px; height:20px; border:purple 0px solid;}
#boxCornerBL{position:relative; width:20px; height:20px; float:left;}
#boxBtmHorz{position:relative; width:700px; height:20px; background-image:url(../images/boxHorz.png); background-repeat:repeat-x;  float:left;}
#boxCornerBR{position:relative; width:20px; height:20px; float:left;}

#footer{position:relative; border:0px dotted green; width:100%; height:30px; margin-left:auto; margin-right:auto; margin-top:15px; padding-top10px; text-align:center;}

.superText{font-size:2.5em}

.formHolder{position:relative; border:0px red dotted; float:left; width:100%; padding:5px 0 5px 0;}
.formLeft{position:relative; text-align:right; border:1px green dotted; width:100px; float:left; padding-right:10px;}
.formRight{position:relative; text-align:left; border:1px blue dotted; width:50px; float:left;}
.formCenter{position:relative; text-align:center; border:0px blue dotted; width:100%; float:left;}
.formLabel {color:#000; font-size:1.9em; line-height:1.5em}

input.btn {color:#fff; font-weight:bolder; font: 'Arial',helvetica,sans-serif;  font-size:.9em;  background-color:#f06428;  border:1px solid;  border-color: #f06428; padding:3px 15px 3px 15px;
}
input.btn:hover {color:#fff; font-weight:bolder; font:'Arial',helvetica,sans-serif;  font-size:1.2em;  background-color:#f06428;  border:1px solid;  border-color: #000; padding:3px 15px 3px 15px;
}

input.textarea {background-color: #fff; color: #000; border:1px solid black;}
input.txtField{background-color: #fff; color: #000;	border:1px solid black; font-family:Arial, Helvetica, sans-serif;}
.cbx{background-color: #fff; color: #000; border:1px solid black;}

#calendar01{position:relative; border:1px solid blue; width:600px; height:600px;top:80px; margin-left:auto; margin-right:auto; background-color:#339966}


#centeredmenu {
   top:105px;
   float:left;
   width:100%;
   /* background:#fff; */
   border-bottom:0px solid #000;
   overflow:hidden;
   position:relative;
   z-index:100;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   width:180px;
   height:65px;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:10px 10px;
   /*background:#9c84fc;*/
   background-image:url(../images/menuUp.png);
   color:#000;
   text-decoration:none;
   
   height:54px;
}
#centeredmenu ul li a:hover {
  /*background:#8858b8; */ 
  color:#fff;
  background-image:url(../images/menuOver.png)
  
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   
   font-weight:bold;
