
/* ----->>> 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.7em */
/* TO CALCULATE EM LINE HEIGHT SIZES: LINE HEIGHT PX SIZE / 18 (THE DETERMINED LINE HEIGHT SET IN BODY)  */
 

/* -----------------------------------*/
/* ----------->>> WRAPPER <<<---------*/
/* -----------------------------------*/ 
 
#siteWrapper {
width:987px;
margin:0 auto;
text-align: left;
background-color:transparent;
}

#header {
height:89px;
width:987px;
margin: 0px 0px 0px 0px;
background-image: url(/images/bg_header.jpg);
background-repeat: no-repeat;
background-position: bottom;
background-color:#FFFFFF;
border-top: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
border-bottom: 0px solid #bcbcbc;
border-left: 1px solid #bcbcbc;
}

	#header_logo {
	float: left;
	height:86px;
	width:250px;
	}
	
	
		.header_searchBox_searchField {
		font:1.1em Arial, Helvetica, sans-serif;
		color:#515048;
		border:1px solid #D6D8D0;
		background-color:#E8EDD6;
		margin:2px;
  		height: 17px;
  		width:137px;
		overflow: auto;
		}
		
		.header_searchBox_dropdown {
		font:1.1em Arial, Helvetica, sans-serif;
		line-height:1.5em;
		color:#515048;
		border:1px solid #D6D8D0;
		background-color:#E8EDD6;
		margin:2px;
  		height: 20px;
  		width:140px;
		overflow: auto;
		}
	
		#header_searchBox_button {
		float: right;
		margin: 5px 0px 0px 0px;
		}
		

/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/

#topNavWrapperIE {
float:left;
height:11px;
width:717px;
margin: 73px 0px 0px 17px;
}

#topNavWrapper {
float:left;
height:11px;
width:717px;
margin: 71px 0px 0px 17px;
}

	#nav {
	margin: 0;
	padding: 0;
	height: 11px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	

	#nav li {
	margin: 0; 
	padding: 0;
	height: 11px;
    list-style: none;
	display: inline;
	}

	#nav a {
	float: left;
	padding: 0 0 0 0;
	overflow: hidden;
	}
	
	/*
	#nav a:hover {
	
	}

	#nav a:active, #nav a.selected {
	
	}
	*/


#sideNavWrapper {
width:229px;
min-height:200px;
margin: 0px 0px 0px 0px;
background-color:#295b7c;
background-image: url(/images/bg_gradient_side_blue.jpg);
background-repeat: repeat-x;
background-position: bottom;
}

	

	#navSide ul {
	margin: 0px; 
	padding: 0;
	}
	
		#navSide li {
		margin: 5px 0px 0px 0px; 
		padding: 0;
	    list-style: none;
		display: list-item;
		}
	
		#navSide a {
		font-size: 1.25em;
		line-height:1.4em;
		color:#FFFFFF;
		text-decoration:none;
		}
		
		#navSide a:hover {
		font-size: 1.25em;
		line-height:1.4em;
		color:#48aadb;
		text-decoration:none;
		}
	
		#navSide a:active, #nav a.selected {
		font-size: 1.25em;
		line-height:1.4em;
		color:#FFFFFF;
		text-decoration:none;
		}
		
/* -----------------------------------*/
/* ----------->>> CONTENT <<<---------*/
/* -----------------------------------*/

#flash_border {
width:987px;
height:311px;
border-top: 0px solid #bcbcbc;
border-right:1px solid #bcbcbc;
border-bottom: 0px solid #bcbcbc;
border-left: 1px solid #bcbcbc;
background-color:#FFFFFF;
}

	#flash_home {
	width:987px;
	height:311px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	}

#flashcontent {
width:967px;
height:291px;
margin: 0px 0px 0px 0px;
padding:20px 0px 0px 20px;
background-color:#1d2d44;
}

	#flashcontent a {
	color: white;
	}


#bodyWrapper {
position:relative;
width:987px;
margin:0 auto;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-color:#FFFFFF;
border-top: 0px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
border-bottom: 0px solid #bcbcbc;
border-left: 1px solid #bcbcbc;
}
	
	#LeftContainer {
	position:relative;
	float: left;
	width:758px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	z-index: 100;
	}
			
	#RightContainer {
	position:relative;
	float: right;
	width:229px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	background-color:#dedede;
	z-index: 100;
	}
	
		/* this is if you want 2 columns to have an equal height illusion */
		#bg_col_left {
		position:absolute;
		left:0;
		top:0px;
		height:100%;
		width:758px;
		background-color:#FFFFFF;
		z-index: 0;
		}
		
		#bg_col_right {
		position:absolute;
		left:758px;
		top:0px;
		height:100%;
		width:229px;
		background-color:#dedede;
		z-index: 0;
		}

		.clearer{
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
		}
	
	
		/* styles/div for RightContainer are in custom.css */
		

#footer_container {
width:987px;
height:21px;
margin:0 auto;
background-image: url(/images/bg_footer.jpg);
background-repeat: no-repeat;
border-top: 0px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
border-bottom: 1px solid #bcbcbc;
border-left: 1px solid #bcbcbc;
}

	#footer_right_IE {
	float:right;
	padding: 1px 5px 0px 0px;
	}
	
	#footer_right_NonIE {
	float:right;
	padding: 1px 5px 0px 0px;
	}
	
	#footer_left {
	float:left;
	padding: 0px 0px 0px 25px;
	}
	
	#footer_container a {
	font-size:0.95em;
	line-height:1.925em;
	color: #FFFFFF;
	text-decoration:none;
	}
	
	#footer_container a:hover {
	font-size:0.95em;
	line-height:1.925em;
	color: #cce1fa;
	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: #CC6715;
	}
	
	#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: left;
	font-weight: bold;
	}
	
	#loginFormFieldInvite {
	float: left;
	display: inline;
	margin: 14px 5px 0px 5px;
	height:25px;
	width:120px;
	text-align: left;
	font-weight: none;
	}
	
	#loginFormFieldBand {
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:100px;
	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.95em;
			line-height:0.8125em;
			color:#333333;
			text-decoration:none;
			}
			
			#login_link a:hover {
			font-size: 0.95em;
			line-height:0.8125em;
			color:#8AA149;
			text-decoration:underline;
			}
		
			#login_link a:active, #nav a.selected {
			font-size: 0.95em;
			line-height:0.8125em;
			color:#333333;
			text-decoration:none;
			}

img[align="right"] {
margin: 0 0 4px 8px;
display: inline;
}

img[align="left"] {
margin: 0 8px 4px 0;
display: inline;
}


/* -----------------------------------*/
/* ------>>>     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:1.25em;
}



