/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin: 0; 
	padding: 0; 
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { 
	font-size: 100%; 
}

/* Removes list-style from lists */
ol,ul { 
	list-style: none; 
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var { 
	font-style: normal; 
	font-weight: normal; }

/* Removes border from fieldset and img */
fieldset,img { 
	border: 0; 
}

/* Left-aligns text in caption and th */
caption,th { 
	text-align: left; 
}

/*Removes decoration from a links*/
a {
	text-decoration: none;
}

/*///////////////////////////////////*/
/*///////////////////////////////////*/
/* colors  red=#FF0000 yellow=#FFFF00 hover yellow=#FFFDC2 hovergrey=#B2B2B2 greyborder=#636363*/ 

.clear {
	clear: both;
}

body {
	background-color:#C1C1C1;
	font-family: verdana, sans-serif;
	font-size: .9em;
}

#wrapper {
	margin: 10px auto;
	position: relative;
	width: 800px;
	background: url("images/bg_wrapper.gif") repeat-y 0 0;
 	border: 5px solid  #636363;
 	height: 600px;
}
#identity a {
	position: absolute;
	right: 0px;
	width: 155px;
	height: 100px;
	text-indent: -99999px;
	background: url("images/wc_logo_rev7.gif") no-repeat 0 0;
}

#identity a:hover {
	position: absolute;
	right: 0px;
	width: 155px;
	height: 100px;
	text-indent: -99999px;
	background: url("images/wc_logo_rev7_faded.gif") no-repeat 0 0;
}

#masthead {
	position: absolute;
	left: 80px;
	height: 100px;
	width: 565px;
	text-indent: -9999px;
	background-color: #636363;
}

#masthead li {
	position: relative;
	height: 100px;
	margin-left: 9px;		
	text-indent: -9999px;
	float: left; 
}
/* /////////EACH IMAGE CAN BE 113px MAX, IF NO SPACE LEFT IN BETWEEN/////////////*/
#photo_1 {
	background: url("images/librarystudy_masthead.jpg") no-repeat 0 0;
	width: 88px;
}

#photo_2 {
	background: url("images/families3_masthead.jpg") no-repeat 0 0;
	width: 77px;
}

#photo_3 {
	background: url("images/girl_stare_masthead.jpg") no-repeat 0 0;
	width: 112px;
}

#photo_4 {
	background: url("images/WC_classroom_masthead.jpg") no-repeat 0 0;
	width: 81px;
}

#photo_5 {
	background: url("images/families_2.jpg") no-repeat 0 0;
	width: 63px;
}

#photo_6 {
	background: url("images/computers_masthead.jpg") no-repeat 0 0;
	width: 79px;
}

#footer {
	position: absolute;
	right: 0px;
	top: 610px;
	font-size: .65em;
	color: #515151;
}

#footer a {
	color:  #515151;
}

#footer a:hover {
	color: #B2B2B2;
}

/*//////////////// MAIN NAVIGATION //////////////////////*/

ul#mainnavigation {
	position: absolute;
	width: auto;
	text-align: center;
	font-weight: bold;
/*	border: 2px solid black;  */
}

ul#mainnavigation li {
}

ul#mainnavigation li a{
	/*margin: 5px;*/
	background-color: #FFFF00;
	padding: 5px 5px 5px 5px;
	display: block;
	width: 70px;
	text-decoration: none;
	color: #000000;
	font-size: 90%;
}

ul#mainnavigation li a:hover{
	background-color: #FFFDC2;
	color: #B2B2B2;
}

#gallery_page #mainnavigation #mainnav_gallery a {
	background-color: #000000;
	color: #FFFF00;
}
	
#support_page #mainnavigation #mainnav_support a {
	background-color: #000000;
	color: #FFFF00;
}

#contact_page #mainnavigation #mainnav_contact a {
	background-color: #000000;
	color: #FFFF00;
}	

/*/////////////// GLOBAL PAGE SETUP ////////////////////////////*/
#wide_content, #narrow_content {
	position: absolute;
	top: 100px;
	border-top: 5px solid  #636363;  
	height: 475px;
	padding: 10px;
}

#wide_content {
	border-right: 5px solid #636363;
	width: 430px;
}

#narrow_content {
	right: 0px;
	width: 350px;
}

/*//////// GLOBAL TEXT FORMATTING  //////////*/
.text_box {
	font-size: .9em;
	margin: 10px 20px 0 35px;
}

p {
	margin-left: 5px;
	margin-bottom: 5px;
}

#narrow_content .text_box  {
}

.headline {
	padding: 0px 5px 5px 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	font-size: 1.1em;
	border-bottom: 3px solid #FF0000;
}
/*///////////////// INDEX PAGE /////////////*/
#video {
	position: relative;
	margin-left: 30px;
	text-align: center;
	font-size: .7em;
border-top: 3px solid #FF0000;
width: 400px;
padding-top: 2px;
height: 340px;
}

#index_page .headline {
	padding: 0px 0px 5px 0px;
	border-bottom: 0px;
}

#index_page #wide_content {
	background: url("images/flags.gif") no-repeat 0 0;
}

#index_page #narrow_content .text_box {
	margin-top: 5px;
}

#index_page #narrow_content .text_box p {
	margin-top: 5px;
}

/*/////////////////////SUPPORT PAGE//////////////////////*/
#list_box li {
	list-style-type: disc;
	margin-left: 35px;
}
#support_page #wide_content p {
	margin: 0 0 0 5px;
}
.list_header {
	font-weight: bold;
	padding: 15px 5px 0 0px;
}

#support_page #narrow_content ul.text_box {
	padding-top: 10px;
}

/*//////////////////   GALLERY PAGE ////////////////////*/
#gallery_page img {
}

#gallery {
	width: 500px;
	text-align: center;
}
	
#small_img {
	position: absolute;
	right: 15px;
	padding-top: 10px;
}

#small_img img {
	width: 50px;
	background-color: red;
	border: 2px solid #636363;
	margin: 6px 3px 6px 3px;
}

#large_img {
	position: absolute;
	padding: 10px;
}

#large_img img {
	margin: 20px 0 0 10px;
	border: 2px solid #FFFF00;
}

#clock {
font-size: .7em;
margin-left: 30px;
width: 310px;
height: 50px;
border: 1px solid #B2B2B2;
text-align: center;
background-color: white;
}

/*//////////// CONTACT PAGE /////////////*/
#contactform {
	margin: -10px 0 0 65px;
	background-image: ;
	height: 475px;
	width: 375px;
	font-size: .9em;
	font-family: inherit;
}

#contactform form {
	padding: 60px 0 0 15px;
}

#contact_page #narrow_content .text_box {
	margin: 20px 0 0 50px;
	width: 200px;
	float: left;
}

#contact_page #narrow_content img {
	margin-left: 5px;
}

#contact_page .headline {
	margin-top: 30px;
}

/*////////////////////// THANK YOU  PAGE ///////////////////////*/
#thankyou_img {
	background: url("images/thankyou.jpg") no-repeat 0 0;
	text-indent: -99999px;
	height: 180px;
	width: 250px;
	margin: 30px 0 0 90px;
	border: 3px solid yellow;
	background-color: yellow;
}

#thankyou_page .headline {
	margin-top: 30px;
}
