﻿/**
 * Stylesheet for WIT colors
 *
 * Copyright Fusionary Media, 2004
 */


#header
	{
	color: #000000;
	border-bottom: 5px solid #004600;
	}
	#header h1 a{
	background: transparent url(../images/logo_wit.gif) 0 0 no-repeat;
	}
	#header h2.sublogo{
		background: transparent url("../images/sublogo_wit.gif") 0 0 no-repeat;
	}


		#header #controls-box table{
		color: #D8E7E0;
		}


		#header #headernav a:visited{
			color: #005100;
		}

		#header #headernav a:link{
			color: #005100;
		}
		#header #headernav a:active{
			color: #005100;
			background: #A5A5A5;
		}

		#header #headernav a:hover{
			color: #17B523;
			background: #A5A5A5;
		}

		a:link{
			color:#005100;
		}
		
	h1 a:hover, h2 a:hover {
			color: #17B523;
		}

	h1 a:visited, h2 a:visited {
			color: #005100;
		}

	h1 a:link, h2 a:link {
			color: #005100;
		}

	h1 a:active, h2 a:active {
			color: #005100;
		}


		a:link{
			color:#005100;
		}

		a:hover{
			color:#17B523;
		}
		a:visited{
			color:#005100;
		}

		a:active{
			color:#005100;
		}

/*
LEFT COLUMN STYLES
*/


#columns
	{
	background: #E3E7D7 url("bg_sidebar_left.gif") 0 0 repeat-y;
	}
	/* 
		LEFT COLUMN > MENU
	*/
	
	#navmain a
	{
		color: #005100;
		border-bottom: 1px solid #999696;
		border-top: 1px solid #fff;
		border-right: 2px solid #999696;
		
		
		background: url('button_bg_irr.gif') no-repeat 0 0;
}
	
	#navmain a:hover{
	color: #17B523;
		}
		




/* Pullquote Style */
.pullquote{
	font-style: italic;
	text-align:center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
	background: #EAF0FB; 
	border-top: 1px dashed #B8CFE7; 
	border-bottom: 1px solid #B8CFE7; 
	padding: 10px;
}


/* Center Column's highlighted content */
#columns .highlight{
	background: #EAF0FB; 
	border-top: 1px solid #B8CFE7; 
	border-bottom: 1px dashed #B8CFE7; 
	padding: 5px;
}
#columns .new-notice{
	display: block;
	color: #FF6600;
	font-weight: bold;
	font-style: italic;
	background-color: #D7DDEA;
	text-align: right;
	border-bottom: 1px solid #B8CFE7; 
	margin: -5px -5px 0 -5px;
	padding-right: 10px;
}

h1 a:hover, h2 a:hover {
color: #17B523;
}

#content-top{
	margin-right: 10px;
	background: #EAF0FB; 
	border-bottom: 2px solid #666; 
	border-top: 1px solid #B8CFE7; 
	padding: 5px;
}

#footer
	{
	background: #194C38;
	color: #fff;
	}
	
.headerpadding{
	background: #194C38 url(../images/bg_hdrsplash_green.jpg) 0 0 no-repeat;
	padding: 0px;

}
