
body{

margin:0 auto;
text-align:center;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}

h1 {
font-size: 18px;
color: #dd0000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;

} 

h2 {
font-size: 14px;
color: #dd0000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;

} 

h3 {
font-size: 12px;
color: #fff;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;

} 

.footer_text {
font-size: 10px;
color: #FFF;
font-weight: regular;
margin-top: 0px;
margin-bottom: 0px;

} 

.wht_link A:link {color: #FFFFFF; text-decoration: none} 
.wht_link A:visited {color: #d5d5d5; text-decoration: none} 
.wht_link A:active {color: #ffde00; text-decoration: underline} 
.wht_link A:hover {color: #ffde00; text-decoration: underline}

#container{
 width:962px;
 margin:0 auto;
 text-align:left;
}

#container2{
 width:940px;
 margin:0 auto;
 text-align:left;
 background-color: #fff;
}

#floatingbar{
 border:1px;
 height:75px;
}

#floatingbar ul{
 list-style-type:none;
 margin-top:-3px;
 margin-left:0px;
 
}

#floatingbar ul li{
 float:left;
 padding:10px;

}

#floatingbar ul li a{
 text-decoration:none;

}

.floater{
position:fixed;
top:0px;
z-index:999;
height:50px;
width:960px;
border-top:none;
background-color: #ffffff;
display:block;
clear:both;
margin-left:auto;
margin-right:auto;
float:left;

box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	border-radius: .214em;
	-webkit-border-radius: .214em;
	-moz-border-radius: .214em;

}



button {
	position: relative;
	margin: 10px 5px 10px 5px;
	padding: 10px 10px;
	font-size: 10pt;
	font-weight: regular;
	font-family:Arial;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#393939));
	background: -moz-linear-gradient(top, #797979, #393939);
	border: 1px solid #acacac;
	border-top-color: #bdbdbd;
	letter-spacing:1px;
	border-bottom-color: #000;
	border-radius: .214em;
	-webkit-border-radius: .214em;
	-moz-border-radius: .214em;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	
	         box-shadow: inset 0 1px 0 #fff;
    		-webkit-box-shadow: inset 0 1px 0 #fff;
    		-moz-box-shadow: inset 0 1px 0 #fff;
    		-o-box-shadow: inset 0 1px 0 #fff;
	       
			
	cursor: pointer;
	}
	button:hover,
	button:focus {
		
		
		box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 #fff;
    		-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 #fff;
    		-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 #fff;
    		-o-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 #fff;
		}
	button:active {
		background: #ccc;
		background: -webkit-gradient(linear, left top, left bottom, from(#393939), to(#797979));
		background: -moz-linear-gradient(top, #393939, #797979);
		border-color: #a6a6a6;
		border-top-color: #939393;
		border-bottom-color: #bcbcbc;

		
			box-shadow: inset 0 -1px 0 #fff;
    		-webkit-box-shadow: inset 0 -1px 0 #fff;
    		-moz-box-shadow: inset 0 -1px 0 #fff;
    		-o-box-shadow: inset 0 -1px 0 #fff;
		}
button.default {
	color: #fff;
	background: #a3cde3;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#6b0000));
	background: -moz-linear-gradient(top, #ff0000, #6b0000);
	border: 1px solid #ff0000;
	border-top-color: #ff0000;
	border-bottom-color: #590000;
		
	}
	button.default:hover,
	button.default:focus {
	box-shadow: 0 0 7px #ff0000;
	
		
		     box-shadow: 0 0 7px #ff0000, inset 0 1px 0 #fff;
    		-webkit-box-shadow: 0 0 7px #ff0000, inset 0 1px 0 #fff;
    		-moz-box-shadow: 0 0 7px #ff0000, inset 0 1px 0 #fff;
    		-o-box-shadow: 0 0 7px #ff0000, inset 0 1px 0 #fff;
			
		}
	button.default:active {
		background: #8abcd7;
		background: -webkit-gradient(linear, left top, left bottom, from(#6b0000), to(#ff0000));
		background: -moz-linear-gradient(top, #6b0000, #ff0000);
		border-color: #6e94a9;
		border-top-color: #567c91;
		border-bottom-color: #88aec4;

		
		box-shadow: inset 0 -1px 1px #fff;
    		-webkit-box-shadow: inset 0 -1px 1px #fff;
    		-moz-box-shadow: inset 0 -1px 1px #fff;
    		-o-box-shadow: inset 0 -1px 1px #fff;
		
		
		}
button[disabled],
button[disabled]:active {
	color: #a7a7a7;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e1e1e1));
	background: -moz-linear-gradient(top, #f6f6f6, #e1e1e1);
	border-color: #d4d4d4;
	border-top-color: #dedede;
	border-bottom-color: #c9c9c9;
	cursor: default;
	}
	button[disabled]:hover,
	button[disabled]:focus {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		}
		
		#dirbutton img { margin-top:-3px;}
		
		