body, html    { height: 100%; 
			color: #666; 
			font-family: Helvetica, Arial, sans-serif; 
            margin: 0px; 
			padding: 0px; 
			text-align: center; /*** Centers the design in old IE versions ***/
			min-width: 950px;
			font-size:90%;
			}
			
body { 		background-image: url('../images/bg.gif'); 
        	background-repeat: repeat-x;
			background-color: #E4EBD3;
			height: 100%;  }
			
			
p, table, div, ul, li { text-align: left; 
		font-size: 1em;
		line-height: 1.5em;}
			
#content { 
		margin-left: auto; 
		margin-right: auto;
		width: 950px;
		}	
		

#head       { height: 144px;
			margin: 0 auto; 
			padding: 0px;
			  }			
#logo       { height: 111px;
			margin: 0 auto;
			padding: 33px 50px 0 0px; 

			  }					  
#nav	{ position: relative; 
		margin-left: 230px; 
		margin-top: -25px;
} 

#flash    { height: 188px;
			margin: 0 auto; 
			padding: 0px;
			  }		
			  			
			  
#wide       { 
			width: 900px;
			float: left; 
			margin: 0 auto; 
			padding: 10px;
			min-height: 400px;
		
			  }
	  				    	
			
#column1    { position: relative; 
			float: left; 
			width: 290px; 
			text-align: left; 
			margin: 0px; 
            padding: 10px;
			min-height: 250px;
}
#column2    { position: relative; 
			float: left; 
			width: 290px; 
			text-align: left; 
			margin: 0px; 
            padding: 10px;
			min-height: 250px;
}
#column3    { position: relative; 
			float: left; 
			width: 290px; 
			text-align: left; 
			margin: 0px; 
            padding: 10px;
			min-height: 250px;
}
#column4    { position: relative; 
			float: left; 
			width: 580px; 
			text-align: left; 
			margin: 0px; 
            padding: 10px;
			min-height: 250px;
}

#foot {
	clear: both;
	height: 100%;
	width: 100%;
	padding-top: 20px;
	background-color: #fff;
	
}
#footContent { margin-left: auto; margin-right: auto; width: 950px; text-align: right; font-size:12px; 	color: #888;}

a {
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #799D25;
	text-decoration: underline;
}
#foot a {
	color: #888;
	text-decoration: none;
}
#foot a:hover{
	color: #888;
	text-decoration: underline;
}

h1 { font-family:  Helvetica, Arial,sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #799D25;
	line-height: 130%;
}


h2 {
	font-size: 14px; 
	font-weight: normal;
	color: #5E644A;
	line-height: 130%;
}

.sml {font-size: 0.9em; }
	
ul { list-style: outside url('../images/bullet.gif'); margin-left: 40px; margin-right: 10px; padding: 0px;}
li {  margin-left: -18px;  }


ol { margin-left: 40px; margin-right: 10px; padding: 0px; }
ol li { margin-left: -18px; line-height: 18px;  }
	
hr {
	color: #ccc;
	border-style: dotted;
	background-color: #ccc;
	height: 1px;
	}

.clear { clear: both;
         display: block;     
         height: 0;          
         visibility: hidden; }

select, input, menu, list, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#border {border-width: 1px;
	border-style: solid;
	border-color: #ccc; 
	padding: 5px;
	margin: 1px;
	background-color:#fff;}

.img {border-width: 1px;
	border-style: solid;
	border-color: #fff; 
}
	


		
#red {
	font-weight: normal;
	color: #cc0000;
}	

.green { 
	font-weight: normal;
	font-style: italic;
	color: #799D25;
}
	

/*** -----------------main menu navigation-------------------- ***/	
.topmenu{
width: 900px;
font-size: 13px;
font-weight: normal;
color: #fff;
padding: 0;
top: -15px;
position: relative; 
}

.topmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.topmenu ul{
margin: 0; text-align: left; padding: 0px;   }

.topmenu li{ margin-left: 5px; }

.topmenu ul li{
background-image: url('../images/blt_menu.gif'); background-repeat: no-repeat; background-position: -3px center; display: inline;}

.topmenu ul li a{
color: #E4EBD3;
padding: 3px;
margin-left: 3px;
text-decoration: none;
font-size: 13px; 
font-weight: normal;
}

.topmenu ul li a:hover{
color: #fff;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #fff; border-right:1px solid #fff; border-top:1px solid #fff; border-bottom:0px solid #fff; position:absolute;
margin-top: 7px;
z-index:100;
background-color: #F0F0F0;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
font-size: 11px; 

}


.dropmenudiv a{
width: 150px;
display: block;
border-bottom: 1px solid #fff;
padding: 3px;
text-decoration: none;
color: #333366;
}

.dropmenudiv a:hover{ 
background-color: #ccc;
color: #333366;
}

