/* Start of CMSMS style sheet 'Aware' */
/* aware.css -- Styles for Generation Aware website */


body
{
	font-family: Times New Roman, serif;
	text-align: center;
	margin: 0;
	padding: 0;
	
}

#container
{
	width: 740px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: url(images/body_bg.jpg) repeat-y;
}

#header
{
	background: url(images/header_bg.jpg) repeat-x;
	width: 720px;
	margin: 0;
	height: 55px;
}
	#header img
	{
		margin: 0 0 0 10px;
	}
	#header span
	{
		color: #feb228;
		position: relative;
		top: -15px;
		left: 95px;
		height: 50px;
	}
	
#sidebar #homelist {padding: 0px 0px 0px 15px;
					font-size: 77%;}

#navigation
{
	width: 720px;
	background: url(images/nav_bg.jpg) repeat-x;
	margin-top: -5px;
	height: 50px;
	text-align: center;
}


	#banner
	{
		text-align: center;
	}
	#banner img
	{
		border: 4px solid #ffcc33;
	}
	#navigation ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#navigation li
	{
		float: left;
		padding: 0 13px;
		background: url(images/seperator.jpg) left no-repeat;
		height: 50px;
		margin: 0;
	}
	#navigation a:link, #navigation a:visited
	{
		color: #000;
		text-decoration: none;
	}
	#navigation li:hover
	{
		background: #ffcc33;
		height: 50px;
		background-image: none;
	}
	#navigation li a:hover
	{
		background-color:#ffcc33;
		height: 50px;
		background-image: none;
	}
	#navigation a
	{
		position: relative;
		top: 10px;
	}
	#navigation li.contact
	{
		width: 100px;
	}
#content
{
	width: 720px;
	margin: 0;
}
	#sidebar
	{
		width: 200px;
		float: left;
		padding:0px 5px;
	}
		#sidebar p
		{
			font-size: 77%;
			margin: 0;
			padding: .3em 0;
		}
		#sidebar h3,h4 {
						margin:0;
						padding: .3em 0;}
						
		#sidebar .bold {font-weight: bold;}
		#sidebar ul { margin: 0; padding: 0px;  }
#sidebar ul.preso {font-size: 77%; padding: 0 0 0 10px;}
#sidebar ul.preso li { margin: 0 0 0 10px;}
#sidebar ul ul { margin: 0; padding: 0 0 0 15px; font-size: 75%; }
			#youthnav a:link {text-decoration: none;
						       color: #3A79AA;
						       padding: 5px;}
			#youthnav a:hover {color: #EAA222;
			                   padding: 5px;}
			#youthnav a:visited {text-decoration: none;
			                     padding: 5px;
			                     color: #3A79AA;}
			#youthnav li {list-style-type: none;
						line-height: 140%;  
						  }
			#youthnav li.currentyouth {background-color:#3A79AA;
								        color: #EAA222;} 
	#maintext
	{
		width: 460px;
		position: relative;
		float: right;
		padding: 0 10px;
	}
	#maintext p {font-size: 80%;}
	#maintext ul, ol {font-size: 77%;}
	#maintext p .bold,li .bold, ol {font-weight: bold;}
	#maintext ul .fullsize {font-size: 100%;}
	
#footer
{
	width: 720px;
	background: #0099cc;
	font-size: 11px;
	height: 50px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
	#footer ul
	{
		list-style-type: none;
		width: 450px;
		margin: 0 auto;
		padding: 7px 0;
	}
	#footer ul li
	{
		display: inline;
		padding: 3px;
		line-height: 14px;
	}	
	#footer ul li a:link
	{
		color: #fff;
	}
	#footer ul li a:visited
	{
		color: #333;
	}
	#footer ul li a:hover
	{
		color:#ffcc33;
	}
	#footer ul li.fcurrent
{
background: #ffcc33;
}
	
	
h1 
{
	font-size: 2em; 
	padding: .6em 0;
	margin: 0;
}	
h2
{
	color:#;
	border-bottom: 2px solid #00ff00;
	font-size: 120%;
	padding: .6em 0;
	margin: 0;
}
h3
{
	font-size: 105%;
	padding: .3em 0;
	margin: 0;
}
h4 
{
	font-size: .8em; 
	padding: .6em 0;
	margin: 0;
	font-weight: normal;
}
img
{
	border: none;
}

pre
{
	font-family: Times New Roman, serif;
	font-size: 80%;
}

ul#sitemaplist
{
font-size: 140%;
}
	
/* End of 'Aware' */

/* Start of CMSMS style sheet 'lightbox' */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* End of 'lightbox' */

