/* WOTW Main CSS Document */

/*
////////// The PAGE ATTRIBUTES //////////
*/

body {
	/* It's good practice to zero the margin and padding of the body element to account for differing browser defaults */	
	/* The text-align centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F0D8C0;
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	background-image: url(WOTWextgrad.jpg);
}


/*
////////// DEFAULT TYPOGRAPHY //////////
*/

p {
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
}

acronym {
	font-style: normal;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	border: none;
}


span.accesskey { border-bottom: 2px solid #000000;}

h1 		{ display: none; visibility: hidden; }
h2 span { display: none; visibility: hidden; }
h3 span { display: none; visibility: hidden; }

/*
////////// The MAIN CONTAINER //////////
*/

#wrapper {
	/* Using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	/* The auto margins (in conjunction with a width) center the page */
	/* The text-align overrides the text-align: center on the body element to fix IE. */
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #183030;
	border: 2px solid #F0D8C0;	
	position: relative;
}

/*
////////// The HEADER //////////
*/

#header {
	height: 250px;
	color: #000000;
	background-image: url(WOTWlogmast.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
}

#header h1 {
	font: 300% Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-right: 0.25em;
	padding-top: 24px;
}

/*
////////// The Text Area //////////
*/

#text {
	padding: 10px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 2px solid #483030;	
	background-color: #304848;
	}

	#text h3 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #F0D8C0;
	margin: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	}
	
	#text .txt {
	color: #F0D8C0;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	}




/*
////////// A Simple Navigation Implementation //////////
*/

#navigation {
	margin: 0px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}

ul.mainnav,ul.mainnav li {
	margin:0;
	list-style-type:none
	}
ul.mainnav li {
	float:left;
	width: 6.25em;
	font-size:90%;
	margin-right: 5px
	}
ul.mainnav a {
	display:block;
	width:6em;
	padding:5px 0;
	font: 90% Verdana,Arial,sans-serif;
    text-transform:uppercase;
	background: #483030;
	color: #F0D8C0;
    text-decoration:none;
	text-align:center
	}
ul.mainnav a:hover {
	background: #F0D8C0;
	color:#000000;
	}



/*
////////// The Form Area //////////
*/

#form {
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right:10px;
	border: 2px solid #483030;	
	background-color: #304848;
}

	#form h2 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #F0D8C0;
	margin: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	}



	#innerform {
	  	background-color: #304848;
	  	padding: 0px 5px 0px 10px;
		margin-left: 85px;
		margin-right: 85px;
	}

/*
////////// The Form //////////
*/

input.txt {
  color: #000000; 
  background-color: #FFFFFF;
  border: 2px solid #483030;
  width: 300px;
}

textarea {
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #483030;
  width: 300px;
}

input.btn1 {
  margin: 10px 20px 5px 253px;
  background-color: #CCCCCF;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
}

input.btn2 {
  margin: 10px 0px 5px 0px;
  background-color: #CCCCCF;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
}
form p {
  clear: left;
  margin: 0;
}

form p label {
	float: left;
	width: 45%;
	color: #F0D8C0;
}


/*
////////// The FOOTER //////////
*/

#footer {
	clear: both;
	height:25px;
	margin-bottom: 5px;
	color: #F0D8C0;
	font-size: 80%;
}

	#footer p {
	/* Zeroing the margins of the first element in the footer will avoid the possibility of margin collapse */
	/* Padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin: 0; 
	padding: 10px 0;
	text-align:center; 
}
/* Mozilla bug workarounds  */
/*#body {
	margin: 0 -3px 0 -2px;
}*/
