/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #fff;
	font-family: Tahoma, sans serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 914px;
}
	
#header {
	background:url(../images/header.jpg) no-repeat #FFFFFF;
	clear: both;
	float: left;
	height: 95px;
	width: 914px;
}

#banner {
	background:url(../images/banner.jpg);
	clear: both;
	float: left;
	height: 278px;
	width: 914px;
}
	
#wrapper {
	float: left;
	width: 914px;
}
	
#main-content {
	float: left;
	margin: 10px;
	width: 895px;
}

#main-content img{
	padding: 10px;
}
	
#footer {
	background: url(../images/footer.jpg); 
	clear: both;
	float: left;
	height: 78px;
	width: 914px;
	text-align: center;
}

#footer p {
	color: #7c7c7c;
	font-size: 14px;
}
		

/*-------------------------------------------------------
	Navigation
-------------------------------------------------------*/

/* The following style is what was causing the alignment issues
because the UL and LI were taking on the attributes declared down below */
#top-nav * {
	margin: 0;
	list-style: none;
	padding: 0;
}

#top-nav {
	clear: both;
	float: left;
	width: 914px;
}

#top-nav ul{
	float: left;
	width: 912px;
}

#top-nav li {
	float: left;
}

#top-nav a {
	float: left;
	height: 60px;
	text-indent: -999em;
	width: 228px;
}

#top-nav a:hover {
	background-position: 0px -60px;
}

#top-nav a:active, #top-nav .down, #top-nav a:hover.down {
	background-position: 0px -120px;
	cursor: default;
}

#home-button {
	background: url(../images/home-button.jpg);
}

#about-button {
	background: url(../images/about-button.jpg);
}

#resources-button {
	background: url(../images/resources-button.jpg);
}

#contact-button {
	background: url(../images/contact-button.jpg);
}

#footer ul{
	/* The same UL inheritance that caused problems with the top nav
	caused havok with the footer in IE6 */
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	/* --- */
	float: left;
	width: 914px;
}

#footer li {
	display: inline;
}

#footer a {
	color: #515151;
}

#footer a:hover {
	color: #c3c3c3;
}
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	background: #93bc3c;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 7px auto 6px auto;
	padding: 5px;
}

h2 {
	color: #14a4d1;
	margin: 7px auto 6px auto;
}

h3 {
	margin: 7px auto 6px auto;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 7px auto 6px auto;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
}
	 
a:hover {
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}


/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/


/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	text-align: left;
	width: 275px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #003060;
}

#contact-form label { 
	clear: both;
	float: left; 
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: -15px;
	text-align: left;
	width: 275px;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

#contact-form p {
	margin-top: 15px;
	padding-left: 30px;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}
