
/* ----->>> TABLE OF CONTENTS <<<-------*/
/*
   Wrappers
   Header
   Navigation
   Content
   Tables
   TEXT Layout
*/

/* TO CALCULATE EM SIZES: FONT PX SIZE / 16 (THE DEFAULT PX SIZE) eg: to get 20px, 20/16 = 1.25em */
/* TO CALCULATE EM LINE HEIGHT SIZES: LINE HEIGHT PX SIZE / 18 (THE DETERMINED LINE HEIGHT SET IN BODY)  */
 

/* -----------------------------------*/
/* ----------->>> WRAPPER <<<---------*/
/* -----------------------------------*/ 
 

#siteWrapper {
width:989px;
margin:0 auto;
text-align: left;
padding-bottom:137px;
background-image: url(../images/bg_tree_bottom.gif); 
background-repeat: no-repeat;
background-position: bottom;
z-index: -2;
}

#siteWrapperIE {
width:989px;
margin:0 auto;
text-align: left;
padding-bottom:42px;
background-image: url(../images/bg_tree_bottom.gif); 
background-repeat: no-repeat;
background-position: bottom;
z-index: -2;
}



/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/

#header {
height:35px;
width:989px;
margin: 0px 0px 5px 0px;
}

	#topNavWrapper {
	float:right;
	height:31px;
	width:792px;
	margin: 4px 0px 0px 0px;
	/*margin: 151px 10px 0px 400px;*/
	}
	
		#nav {
		margin: 0;
		padding: 0;
		height: 31px;
		list-style: none;
		display: inline;
		overflow: hidden;
		}
		
	
		#nav li {
		margin: 0; 
		padding: 0px;
	    list-style: none;
		display: inline;
		}
		
		#nav a {
		float: left;
		padding: 0 0 0 0;
		overflow: hidden; 
		height: 31px; 
		}
	
	/*  use this if you want a css rollover */
	
		/*
		#nav a {
		float: left;
		padding: 26px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height :26px; 
		}
		
		/*
		#nav a:hover {
		background-position: 0 -26px;
		}
	
		#nav a:active, #nav a.selected {
		background-position: 0 -26px;
		}
	
			#home a  {
			width: 86px;
			background: url(../images/button_home.gif) top left no-repeat;
			}
			
			#whoWeAre a  {
			width: 209px;
			background: url(../images/button_whoWeAre.gif) top left no-repeat;
			}
			
			#programs a  {
			width: 162px;
			background: url(../images/button_programs.gif) top left no-repeat;
			}
			
			#resources a  {
			width: 87px;
			background: url(../images/button_resources.gif) top left no-repeat;
			}
			
			#faqs a  {
			width: 87px;
			background: url(../images/button_faqs.gif) top left no-repeat;
			}
			
			#research a  {
			width: 87px;
			background: url(../images/button_research.gif) top left no-repeat;
			}	
			
			#contact a  {
			width: 126px;
			background: url(../images/buttons_contact.gif) top left no-repeat;
			}
			*/
	
#logo {

}
		
			
#sideNavWrapper {
width:192px;
margin: 0px 0px 0px 0px;
}

	#navSide {
	margin: 10px 15px 15px 15px; 
	padding: 0;
	}
	
		#navSide li {
		margin: 5px 0px 0px 0px; 
		padding: 0;
	    list-style: none;
		display: list-item;
		}
		
		#navSide ul {
		margin: 0px 0px 5px 0px; 
		padding: 0px 0px 5px 10px; 
	    list-style: none;
		display: list-item;
		}
		
		#navSide a.sNav1 {
			font-size: 1.05em;
			line-height:1.25em;
			color:#A09512;
			text-decoration:none;
		}
			
		#navSide a.sNav1selected, #navSide a.sNav1:hover, #navSide a.sNav1selected:hover {
			font-size: 1.05em;
			line-height:1.25em;
			color:#A09512;
			font-weight:bold;
			text-decoration:none;
		}
			
		#navSide a.sNav2 {
			font-size: 0.95em;
			line-height:1.2em;
			color:#482C16;
			text-decoration:none;
		}
			
		#navSide a.sNav2selected, #navSide a.sNav2:hover, #navSide a.sNav2selected:hover {
			font-size: 0.95em;
			line-height:1.2em;
			color:#c55c08;
			text-decoration:none;
		}
		
		#navSide a.sNav3 {
			font-size: 0.9em;
			line-height:1.2em;
			color:#817702;
			text-decoration:none;
		}
			
		#navSide a.sNav3selected, #navSide a.sNav3:hover, #navSide a.sNav3selected:hover {
			font-size: 0.9em;
			line-height:1.2em;
			color:#c55c08;
			text-decoration:none;
		}

		#navSide a {
		font-size: 0.95em;
		line-height:1em;
		color:#482C16;
		text-decoration:none;
		}
		
		#navSide a:hover {
		font-size: 0.95em;
		line-height:1em;
		color:#A09512;
		text-decoration:none;
		}
	
		#navSide a:active, #nav a.selected {
		font-size: 0.95em;
		line-height:1em;
		color:#A09512;
		text-decoration:none;
		}*/
		
/* -----------------------------------*/
/* ----------->>> CONTENT <<<---------*/
/* -----------------------------------*/ 


#bodyWrapper {
width:989px;
margin: 0px;
padding: 0px;
}
	
	#LeftContainer {
	float: left;
	width:192px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	}
			
	#RightContainer {
	float: right;
	width:792px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color:#ffffff;
	}
	
	* html #RightContainer {
	display:inline; /* IE 6 fix */
	margin: 0px -1px 0px 0px;
	}
	
		/* styles/div for RightContainer are in custom.css */


#footer_container {
clear:both;
width:989px;
margin:0 auto;
}

	#footer {
	float:right;
	width:969px;
	padding: 20px 10px 30px 10px;
	margin: 0px 0px 0px 0px;
	font-size:0.95em;
	line-height:1.15em;
	color: #666666;
	}
	
		#footer a {
		color:#FFFFFF;
		font-size:0.9em;
		line-height:1.25em;
		text-decoration:none;
		}
		
		#footer a:visited {
		color:#FFFFFF;
		font-size:0.9em;
		line-height:1.25em;
		text-decoration:none;
		}
		
		#footer a:hover {
		color:#FFFFFF;
		font-size:0.9em;
		line-height:1.25em;
		text-decoration:underline;
		}
		
		#footer a:active {
		color:#FFFFFF;
		font-size:0.9em;
		line-height:1.25em;
		text-decoration:none;
		}


	

#loginForm_container {
height:350px;
width:550px;
background-position: top left;
background-repeat: no-repeat;
}

	#loginError {
	float: left;
	display: inline;
	margin: 10px 10px 0px 0px;
	height:25px;
	width:550px;
	color: #ff6633;
	}
	
	#loginFormLabel {
	float: left;
	display: inline;
	margin: 15px 5px 2px 5px;
	height:25px;
	width:120px;
	text-align: right;
	font-weight: bold;
	}
	
	#loginFormField {
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:120px;
	text-align: right;
	font-weight: bold;
	}
	
	#loginFormSubmit {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:290px;
	text-align: right;
	}
	
	#login_link {
		clear: both;
		float: left;
		width:550px;
		margin:10;
		padding:0;
		}
				
			#login_link li {
			margin: 0 0 5px 0; 
			padding: 0;
		    list-style: none;
			display: list-item;
			}
		
			#login_link a {
			font-size: 0.85em;
			line-height:0.9em;
			color:#333333;
			text-decoration:none;
			}
			
			#login_link a:hover {
			font-size: 0.85em;
			line-height:0.9em;
			color:#8AA149;
			text-decoration:underline;
			}
		
			#login_link a:active, #nav a.selected {
			font-size: 0.85em;
			line-height:0.9em;
			color:#333333;
			text-decoration:none;
			}



/* -----------------------------------*/
/* ------>>>     Tables     <<<-------*/
/* -----------------------------------*/

/* Set all table parameters to 0 */ 
#zeroTables table td tr {
	border: 1px solid #34912a;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}


 
 
/* -----------------------------------*/
/* -------->>> TEXT Layout <<<--------*/
/* -----------------------------------*/ 
#line_break_thin { 
clear:both; 
border-bottom: 1px solid #999999;
margin: 5px 0 5px 0;
width: 700px;
}

#line_break_thinMSIE { 
clear:both; 
border-bottom: 1px solid #999999;
margin: -10px 0 5px 0;
width: 700px;
}


#line_breakClean { 
clear:both; 
margin: 0 0 0 0;
}



/* -----------------------------------*/
/* -------->>> ADMIN STYLES <<<--------*/
/* -----------------------------------*/ 

.tableData {
font-size:1em;
}


/* ----------------------------------------------------*/
/* -------->>> COLDFUSION DEBUGGING STYLES <<<--------*/
/* ---------------------------------------------------*/ 
table.cfdebug {display: inline}
table.cfdebug * {position: relative; top: 0;}