

/* main stylesheet */
* {margin: 0; padding: 0;}

#container {
	width: 885px; height: 915px; margin: 0px auto 0px auto; padding: 0;
	background: #FFFFFF; position: relative; float: none; z-index: 0;
	}

.ro {width: 560px;}

#main {width: 885px; height: 915px;  margin: 0px 0px 0px 0px; 
       padding: 0; background: #3D77CB;  position: absolute; z-index: 1;}
       /*9999CC was 3D77CB*/

#header {text-align: center; font-size: 32px; height: 64px; 
         width: auto; background: url(../gifbox/stripes.gif) white;
	 border-width: 3px 0 3px 0; border-style: solid; border-color: #CC5252;
         z-index: 2; margin: 18px 0px 12px 0px; }


#icon {z-index: 3; position: absolute; top: 1px; left: 0px; 
       margin: 0px 0px 0px 10px;}

/* drop position */
#marquee {z-index: 8; 
          margin: 38px 0px 0px 200px; font-size: 12px;}


#left {float: left; width: 125px; height: 755px; 
       background: #3D77CB; margin: 2px 2px 0px 2px; 
       border: 0px solid black;}

.leftmenupstn {position: absolute; top: 150px; left: 12px;}



#centero {float: left; width: auto; height: 785px; 
         margin: 2px 0px 0px 2px; background: white; 
         border: 0px solid black;}

#center {float: left; width: auto; height: 800px; 
         margin: 2px auto 0px auto; background: white; 
         border: 0px solid black;}



#right {float: left; text-align: left; 
        width: 125px; height: 685px; 
        background-color: #8DAFE1; 
        border: 1px solid black;
        margin: 2px 0px 0px 4px;}

/*adspace */
#adspace {float: left; width: 140px; height: 755px;
          overflow: hidden; 
	  margin: 0px 0px 0px 10px;
	  border: 1px solid red;
/*	  padding: 0px 0px 0px 10px; */
/*	  background-color: #3D77CB; */
          }


#footer {clear: both; text-align: center; font-size: 8px; 
         font-family: veranda, sans-serif; 
         height: 32px; width: 715px; background: black;
	 border-width: 2px 0 0 0; border-style: solid; 
         border-color: #5252CC; color: white;}

/* misc */
a img {border: none;}



* {margin: 0; padding: 0;}

/* biz button */

#cntcnt {margin: 0px 0px 0px 10px; height: 350px; width: 585px;} 

.mybutton {
	   border-style: outset;
/*           border-color: #aaaacc; */
	   border-color: #A2BEE6;
/*         background-color: #7A7ACC; */
	   background-color: #285494; 
	   text-decoration: none; 
           width: 96px; 
           height: 20px; 
           text-align: center;
	   float: left;
	   margin: 8px 6px 0px 0px;
           }

.circular {border-bottom: solid 3px red; border-right: solid 3px red; background-color: #2854CF;}



a.buttontext {float: left; 
              color: white; 
              text-decoration: none;
              font: bold 8pt Verdana;
              cursor: hand;}

a.ia {color: white;} 


/* hover for center buttons. Turns them green. position relative is a hack to let span in tooltip work */
#cntcnt a:hover {color: red; text-decoration: none; position: relative;} 
#cntcnt a:hover.ia {color: white; text-decoration: none; position: relative;}

/* Needed at the bottom of the containing element e.g. main to allow FF auto to work */
.clear {clear: both; font-size:1px; line-height:0px;}


/*directory css */

.bizdir {margin: 16px 0 0 36px;}

.bizdir a:link {color: #0808FF; text-decoration: none;}
.bizdir a:visited {color: #0808FF; text-decoration: none;}
.bizdir a:hover {color: red; text-decoration: underline;}
.bizdir a:active {color: #080FF; text-decoration: underline;}

/* added text indent per designer */
#lftdir {float: left; width: 260px; text-indent: 5px;}
#ritdir {float: left; width: 260px; margin: 0 0 0 15px; text-indent: 5px;}

.bizdir h1 {color: #0808FF; font-size: 12pt; line-height: 14pt; font-style: normal; font-weight: bold;
            text-decoration: underline; margin: 8px 0 0 0px;}
.bizdir h2 {color: #0808FF; font-size: 10pt; line-height: 12pt; text-decoration: none; margin: 0 0 0 10px;}

.bizdir h1 a:link {color: #0808FF; text-decoration: underline;}
.bizdir h1 a:visited {color: #0808FF; text-decoration: underline;}
.bizdir h1 a:hover {color: red; text-decoration: underline;}
.bizdir h1 a:active {color: #0808FF; text-decoration: underline;}
