body { 
       font-size: 13px; 
       font-family: Century Gothic,  Arial, SunSans-Regular, sans-serif; 
       background-color:#ccc;
     }

#logo  { background-image: url(../images/logo-menu.gif); 
         background-repeat: no-repeat;
         height: 123px; 
         width: 890px;
         left: 1px; 
         top: 0px; 
         position: absolute; 
         visibility: visible; 
}

     
#container {
       color: white; 
       position:relative;
       margin:0 auto;
       background-color: white; 
       background-image: url(../images/swirl.gif); 
       background-repeat: no-repeat; 
       background-position: top right;
       width: 891px;
       height: 600px;
       border-right:1px solid #1274BB;
       border-bottom:1px solid #1274BB;
       overflow:auto;

          
	   }
       
#bodyPanel { color: #000; 
             font-weight: light; 
             line-height: 20px; 
             text-indent: 0px; 
             height: 355px; 
             width: 68%; 
             left: 265px; 
             top: 150px;  
             padding:1px;
	     position: absolute; 
             overflow:auto;

             }
            
#bodyText { color: #000;
			margin:0;
			padding:0;
          }
          
#bodyText p {margin:0; padding:0; margin-bottom:10px; }          
h3 {margin:0; padding:0; margin-bottom:10px;
    letter-spacing:5px;
    word-spacing:10px;
 }          

.service {
	cursor: pointer;
}

.selected {
	border-left: 10px solid #1274BB;
	background-color: #00A8FF;
	color: #fff;
}

#description {
	opacity: 0;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:1px dotted #000;
	filter: alpha(opacity=0);
}

#footer { color: black; 
          background-image: url(../images/tagline.gif); 
          background-repeat: no-repeat;
          background-position: right;
          height:65px;
          width:99%;
          bottom:3px;
          height: 63px; 
          position:absolute;
        }
#footerNoLogo { color: black; 
          height:65px;
          width:99%;
          bottom:3px;
          height: 63px; 
          position:absolute;
        }

#leftPanel { color: white; 
             border: 0px solid #337bbf;
             background-color: #1274BB;
             font-family: Century Gothic,  Arial, SunSans-Regular, sans-serif; 
             font-weight: light; 
             left: 15px; 
             top: 150px; z-index: 1; 
             position: absolute; 
             width: 210px; 
             text-align: left;
}

#leftPanel p { font-weight: bold; 
               padding: 4px 0px 4px 0px;
               margin-left: 0px; 
               margin-top: 1px; 
               margin-bottom: 1px; 
               text-indent: 5px;
}



.grayText { color: gray; font-weight:bold; }

p { text-align: left; text-indent: 0; }


#menuBar { 
           height: 97px;
           width: 580px; 
           left: 260px; 
           top: 7px;
           position: absolute; 
 }

#menuText { color: #c0c; 
            font-family: Century Gothic,  Arial, SunSans-Regular, sans-serif;
            font-weight: bold; 
            word-spacing: 18px; 
            height: 40px; 
            width: 530px; 
            left: 265px; 
            top: 30px; 
            z-index: 1; 
            position: absolute; 
} 

a:link { color: #c0c;
         text-decoration: none; }
a:visited { color: #c0c; text-decoration: none; }
a:hover { color: #337bbf; text-decoration: none; }
a:active { color: #337bbf; text-decoration: none; }



#footerText { 
          
          color: #ccc; 
          font-size: 10px; 
          text-align: left ; 
          left: 3px; 
          margin: 5% auto;
          position:absolute;
}

.hidden {visibility:hidden; bottom: 3px; right:30px;}

ul {    
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

.ul {    
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

.button {
	width: 210px;
	padding: 0 0 0 0;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #ccc;
	color: #ccc;
	}
.button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}


.button li {
	border-top: 1px solid #ffffff;
	margin: 0;
	}
.button li a {
	display: block;
	padding: 5px 5px 5px 15px;
	border-left: 10px solid #1274BB;
	background-color: #1274BB;
	color: #ffffff;
	text-decoration: none;
    visibility: visible;
	width: 210px;
	}


.button li a:hover {
	border-left: 10px solid #1274BB;
	background-color: #00A8FF;
	color: #fff;
	}

html>body .button li a {
	width: auto;
	}
	
.button .li {
	display: block;
	padding: 5px 5px 5px 15px;
	border-left: 10px solid #1274BB;
	background-color: #1274BB;
	color: #ffffff;
	text-decoration: none;
    visibility: visible;
    cursor:pointer;
}

.button .li:hover {
	border-left: 10px solid #1274BB;
	background-color: #00A8FF;
	color: #fff;
}
