/* *****************************
	Stylesheet for TGA
	by Belay Development (DP)
	Created 11-28-2007
****************************** */



/* GENERAL 
******************************* */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin:0;
	padding:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote { 
	line-height: 1.5em;
}

select { min-width:1.5em;}	/* Firefox Fix */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
}

.rollover {cursor: pointer;} /* Use this class on an img or input to have it swap on/off folders in path */

a img {border: 0;}

.png {behavior: url("/includes/pngbehavior.htc");} /* For non-background transparent PNGs */



/* LAYOUT
*********************** */

body {background-color:#ffffff;}

#logo {
	float: left; 
	position: relative; 
	padding:0 10px 0 24px;
	}

#logo2 {padding:0 10px 0 24px;}

#topnav {
	float: left; 
	position: relative;
	z-index: 36;
	}
	
#swoosh {
	float: right; 
	position: relative; 
	z-index:10;
	}
	
#pic {
	float: right; 
	position: relative; 
	top: 205px; 
	right: -225px; 
	z-index: 2;
	}
	
#territory {
	float: left; 
	position: relative; 
	top: 50px; 
	left: -76px;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20pt;
	}
	
#territory2 {
	vertical-align: top;
	padding: 4px 50px;
	}

#territory2 a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
	text-decoration: none;
	}
	
#territory2 a:hover {
	color: #000000;
	}
	

#header {
	float: left; 
	position: relative; 
	top: 86px; 
	left: -126px;
	z-index: 56;
	}
	
#sidebar2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	}
	
#links {
	float: left; 
	position: relative; 
	z-index: 8; 
	top: -196px; 
	left: 24px; 
	text-align:left;
	}
		#links a {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 10pt;
			text-decoration: none;
			color: #000000;
			}
			
		#links a:hover,
		#links a.active {
			color:#ED1B2D;
			}
			
#links2 {
	padding: 20px 20px;
	}
		#links2 a {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 9pt;
			text-decoration: none;
			color: #000000;
			}
			
		#links2 a:hover,
		#links2 a.active {
			color:#ED1B2D;
			}
			
#lwr_links {
	float: left; 
	position: relative; 
	top: 340px; 
	left: -118px; 
	text-align:left; 
	z-index: 14; 
	line-height: 12px;
	}
	
		#lwr_links a {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 8pt;
			text-decoration: none;
			color: #000000;
			}
			
		#lwr_links a:hover,
		#lwr_links a.active {
			color:#ED1B2D;
			}

#lwr_links2 {
	text-align:left; 
	padding-left: 25px;
	}
	
		#lwr_links2 a {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 8pt;
			text-decoration: none;
			color: #000000;
			}
			
		#lwr_links2 a:hover,
		#lwr_links2 a.active {
			color:#ED1B2D;
			}

			
#textarea {
	z-index: 12;
	width: 394px;
	height: 260px;
	overflow: auto;
	padding: 10px 0 0 0;
	vertical-align: top;
	text-align: left;
	/*border: 1px solid red;*/
	}
	
	#textarea a {
		color: #ED1B2D;
		text-decoration: none;
		}

	#textarea a:hover {text-decoration:underline;}
		
	#textarea.contact {
		font-weight: bold;
		font-size: 13px;
		line-height: 20px;
		}
	
	#textarea .title {
		font-weight: bold;
		font-size: 14pt;
		color:#ED1B2D;
		}
		
	#textarea .camps {
		font-weight: bold;
		font-size: 10pt;
		line-height: 18pt;
		}
		
	#textarea {
		scrollbar-base-color: #f3715c;
		scrollbar-track-color: #ffffff;
		scrollbar-slider-color: #ffffff;
		scrollbar-highlight-color: #999999;
		}
		
		

/* NAV
*********************** */

img {border: 0;}

#content {margin: auto;	width: 56em; }

html>body #content {width: 56em;} 

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {font-weight: bold; color: green;}

#nav a {text-decoration: none;}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 2px 16px;
}

#nav li li a:hover {color: #FF0000;}

li {
	float: left;
	position: relative;
	width: 12em;
	text-align: left;
	cursor: default;
}

li ul {
	display: none;
	position: absolute;
	left: 0;
	font-weight: normal;
	background-image: url(/media/drop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 117px;
	height: 121px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/* SCHOOL PROGRAMS
*********************** */

school_programs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
		
	
	
	
	
	
	
	
	
