/*
	WSOL
	VERSION 1.0
	Author: Dennis Kardys 
	Contact: dkardys@wsol.com
	
	CONTENTS ----------
	1. BACKGROUNDS
	2. NAVIGATION
	3. HEADERS
	4. COLORS
	5. SPECIAL FORMATTING
	6. LINKS
    7. JQUERY PAGING FOR HOMEPAGE
    -------------------
    
    COLORS -----------

*/

/* 1. =backgrounds
================================================================== */
	   
	   body { }
	   
	  #toolbar .hList { background: #1c3663 url(ui/bkg_hlist.gif) repeat-x; }

	  
	   #wrapper { } 
	   #container { }
	   
	   #toolbar { background: #004681 url(ui/bkg_toolbar.gif) repeat-x left top;}
	   #Footer { background: #2c2c2c url(ui/bkg_footer.gif) repeat-x; }

/* 2. =Navigation
================================================================== */
	   
	  
/* 3. =Headers
================================================================== */
	   h1 { color: #004681;}
	   h2 { }
	   h3 { }
	   h4 { }
	   h5 { }
	  
	   #masthead h1 { } 
	   #masthead h2 { } 
	   #masthead h3 { } 
	   #masthead h4 { } 
	   #masthead h5 { }
	   
	   #Footer h1 { } 
	   #Footer h2 { }
	   #Footer h3 { }
	   #Footer h4 { }
	   #Footer h5 { }
	   
	   #sideContent1 h1 { }
	   #sideContent1 h2 { }
	   #sideContent1 h3 { }
	   #sideContent1 h4 { }
	   #sideContent1 h5 { }
	   
	   #sideContent2 h1 { }
	   #sideContent2 h2 { }
	   #sideContent2 h3 { color: #004681;}
	   #sideContent2 h4 { }
	   #sideContent2 h5 { }
	   

/* 4. =Colors
================================================================== */

		#sideContent1 { }
		#sideContent1 p { }
		#sideContent2 { }
		#sideContent2 p { }
		#mainContent { }
		#mainContent p { }

/* 5. =Special Text Formatting
================================================================== */
		em, i { } 
		strong, b { font-weight:bold; }
		.callout { color: #1d82b1;}
		.caption { }
		blockqoute  { }
		.smalltext { }

/* 6. =Links
================================================================== */

		a:link { color: #0d5ea5;}
	   	a:visited { color: #004480; }
	   	a:hover, a:visited:hover { color: #0070c8;}
	   	a:active { color: #0070c8;} 

	   	#relatedContent .inner .tabs .tabContainer a:link,
		#relatedContent .inner .tabs .tabContainer a:visited{
			color:#0071BD;	
		}
		
		#relatedContent .inner .tabs .tabContainer a:hover{
			color:#F60;	
		}
	   
	   #toolbar a:link, #toolbar a:visited { color: #ddd; }
	   #toolbar a:hover, #toolbar a:active, #toolbar a.menu-open, #toolbar a:hover { 
	   color: #fff; background-color: #152545; background: rgba(0,0,0,.3);}
	   	#sideContent1 a:link { }   
	   	#sideContent2 a:link { }
		
		#sideContent1 .pod a:link { }
		#sideContent2 .pod a:link { }
		
		h5 a:link, h5 a:link:visited { }
		
/* 7. = JQUERY
================================================================== */


/* 8. = LOGIN AND SEARCH DROPDOWNS
================================================================== */

		#toolbar .inner #login_menu, #toolbar .inner #search_menu {
		   background: #0D2542 url(ui/loginmenu_bluebkg.jpg) repeat-x top left; 
		   color:#fff;
		   border:1px #152545 solid;

	   }
	   
	   #login_menu input[type=text], #login_menu input[type=password], 
	   #search_menu input[type=text] {
		  border:1px solid #0D2542; 
		  margin: 3px 0 6px 0;
	   }
	   
	   #login_menu p a, #search_menu p a {
   			 color:#ccc!important;
		}
		
		#login_menu input[type=submit], #search_menu input[type=submit]{
			background:#ccc url(ui/submitgray_btn.jpg) repeat-x scroll 0 0;
			border:1px solid #0D2542;
			color:#0D2542;
			font-weight:bold;
			text-shadow:none;
		}		
		
		


