body,td,th {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #232323;
	font-weight:bold;
	line-height:20px;
}
body {
	background:url(images/bg.jpg) repeat-x top #78705D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
         
a{
color:#01509B;
}
a:link{
color:#01509B;
}
a:visited{
color:#01509B;
}
a:hover {
	color:#315E88;
	text-decoration:none;
} 

.frontquote{
font-style:italic;	
line-height:35px;
padding-top:20px;
}

.company{
color:#fff;
text-decoration:underline;
}

.wrapper{
width:780px;
margin:0 auto;
text-align:left; 
} 

.banner{ 
background:url(images/bannerbg.jpg);	
width:780px;
height:180px;  
margin:0;
padding:0;	
} 

.bannerslide{  
float:left; 
padding-left:314px;
} 
 
.underbanner{
width:100%;	
height:24px;
background:url(images/contentbottom.jpg);
}

.article{
padding-top:5px;
padding-bottom:5px;
}  

.input{
outline:none;
border:1px solid #D4D4D4;
padding-left:2px;
font-family:"Trebuchet MS";
font-size:11px;
color:#666666;
padding-top:4px;
height:17px;
}  

.content{
background:url(images/contentbg.jpg);
width:100%;
margin-top:0px;
padding:0;	
}  

.undercontent{
width:100%;	
height:24px;
background:url(images/toppage.jpg);
}

.leftcolumn{
width:180px; 
background:#000000;
float:left;
margin-left:17px; 
margin-top:-12px; 
}	  

.clear {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
} 

.rightcolumn{  
margin-top:0px;
width:548px;
float:left; 
margin-top:-12px;
padding-left:10px;
padding-right:10px; 
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /*WIDTH OF MAIN MENU ITEMS*/	
border: 0;	
border-top:1px solid white;	
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: url(images/test.jpg);
font: bold 12px "Trebuchet MS";
color: white;
display: block;
width: auto;
padding: 6px 0;
padding-left: 10px;
text-decoration: none; 
border:1px solid white;	 
border-top:0;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 189px; /*WIDTH OF SUB MENU ITEMS*/	
border-right:1px solid white;
left: 0;
top: 0;
display: none;
filter:alpha(opacity=90);
-moz-opacity:0.90;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{ 
background: url(images/test.jpg);
width: 178px; 
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background: url(images/test.jpg); 
text-decoration:underline;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */


h2{
font-family:Tahoma;
font-size:20px;
color:#fff;
margin:0;
padding-bottom:5px;
padding-top:3px;
text-decoration:none;
} 

h2 a, h2 a:link, h2 a:visited{
font-size:20px;
color:#6A6A6A;
font-weight:normal;
text-decoration:none;
} 

h2 a:hover{
font-size:20px;
color:#333;
font-weight:normal;
text-decoration:underline;
}  

.footer{
padding-top:0px;
padding-bottom:0px;
height:80px;
text-align:center;
}
.footer a:link, .footer a, .footer a:visited{
color:#666;
}
 
.extendable {
	width: 100%;
	float: left;
        
}

.extendable a h1 {
	display: block;
	background: silver;
	border: 1px solid silver;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	text-decoration: none;
        font-size: 11px;
}


.extendable a:hover h1 {
	text-decoration: underline;

}

.extendable p{
	position: relative;
	top: -12px;
	border-top: none;
	color: #666;
	padding: 5px;
        font-size: 12px;
	background: #ffffff;
	margin: 0;

}

.extendable span.more {
        display: none;
}

