dis/* This modifies the main css file in order to change backgrounds and font colors 

NOTE THIS VERSION IMPLEMENTS A BIG BANNER IMAGE LOGO AND NAV TO THE LEFT POSSIBLE THIRD COLUMN IN TEXT AREA BELOW 



*/

/* ----------------------------------------------------------------------- MAIN BODY BACKGROUND COLOR*/
body {
	background-color:#FFFFFF; 
	}



/*  ----------------------------------------------------------------------- SIDEBARS BACKGROUND COLOR  */
/* By filling the container and then separately filling hte content area, this has the effect
of creating filled sidebars - if we just fill the sidebar with a background it will extend only 
as far as the sidebars themselves do */
#contentleft{

}
/* ----------------------------------------------------------------------- CONTENT AREAS BACKGROUND COLOR  */
#logo , #quotation , #content {
	background-color: #fff;
	}
/*  ----------------------------------------------------------------------- NAVBAR TEXT */
#navbar {}
#navbar ul li a { letter-spacing:.1em;
	color:#ffce2a; color:#EFAC0E; 
	}
#navbar li.navspacer {width:100%; height:40px;}
/*  ----------------------------------------------------------------------- SIDEBAR TEXT COLOR */
#contentright p {
	color:#FFD201
	}
#contentright a:link, #contentright  a:visited {
	text-decoration:underline; 
	color:#FFD201;
}
#contentright  a:hover{ 
	text-decoration:none; 
	color:#ebbb22;
	}

/*  ----------------------------------------------------------------------- LOGO IMAGE */	
/* showing the logo as a background means it can be changed without reloading all pages */
#logo img {display:none} 
#logo {
	background-image: url(../images/logo_smaller.gif);
	background-repeat:no-repeat; 
	background-position:32px 10px;  

}

.quote1 { font-style:italic;

padding:10px 0;margin-top:1em;}


a.nodecoration, a.popup.nodecoration{
	border-bottom:none;
text-decoration:none}

#subnav {display:none}
#subnav li{ display:inline;}
#subnav li a {margin-right:15px;margin-left:12px; }

.highlight {background:#E0E7EF; margin:20px 5px;padding:10px;}

#navonesummit , #navonemarch{display:none;}

.clear {clear:both}

#tagline {font-weight:bold; position: absolute; font-style: italic; color: #EFAC0E; font-family:'Times New Roman', Times, serif; left: 22px; top: 160px; font-size:1.1em;letter-spacing:2px; color:#1A3F94}

.hidden {display:none;}


