/* A CSS Framework by Mike Stenhouse of Content with Style */


@import url("nav-vertical.css");


/* NAV BAR ON THE LEFT AND ONE COLUMN OF CONTENT */
    
div#content {
        
	position: relative;
        
	width: 780px;
        
        
	margin: 0;
        
	padding: 0;
        
        
	text-align: left;
    
	}
    

div#main {
	
	float: right;
	
	width: 576px;
	
	display: inline;
	
	border-top-width: 1px;
	
	border-left-width: 1px;
	
	border-top-style: solid;
	
	border-left-style: solid;
	
	border-top-color: #89A67C;
	
	border-left-color: #89A67C;
	
	padding-top: 14px;
	
	margin-top: 20px;
	
	margin-bottom: 20px;
	
	padding-right: 0px;
	
	padding-bottom: 0px;
	
	padding-left: 14px;
	
	margin-right: 14px;
	
	margin-left: 0px;
    
	}
	
	

div#main table{
	
	margin-top: 6px;
	
	margin-bottom: 10px;
	
	margin-left: 0px;
	
	}
    

div#local {
        
	display: none;
    
	}
    

div#sub {
        
	display: none;
    
	}
    

div#nav {
        
	float: left;
        
	width: 140px;
        
	display: inline;
	list-style-type: none;

	text-transform:uppercase    
	}
	

div#links {
	
	border-top-width: 2px;
	
	border-top-style: solid;
	
	border-top-color: #88A67A;
	
	margin-top: 0px;
	
	margin-bottom: 0px;
	
	margin-left: 10px;
	
	text-align: center;
	
	margin-right: 0px;
	
	padding: 0px;!important
	width: 100%;
	width: 100%;
	
	}
	

div#drivers {
	
	border-top-width: 2px;
	
	border-top-style: solid;
	
	border-top-color: #88A67A;
	
	margin-top: 0px;
	
	margin-right: 0px;
	
	margin-bottom: 0px;
	
	padding-top: 0px;
	
	padding-right: 0px;
	
	padding-bottom: 0px;
	
	margin-left: 10px;
	
	padding-left: 0px;
	
	font-weight: bold;
	
	}
	
	

div#new {
	
	height: 232px;
	
	width: 249px;
	
	z-index: 100;
	
	position: absolute;
	
	left: 530px;
	
	top: -170px;
	
	}


/* END CONTENT */

