/*  
Description: Carol Tompkins SCCC classes for fall 2009
Version:
Author: Carol Tompkins
Author URI: http://caroltompkinsdesign.com/sccc/fall2009/
*/

* { border: 0; margin: 0; padding: 0; }


/*a {text-decoration: none;}*/


textarea, input, select {
		border: 1px solid #bbb;
		}
		
body  {
	background-color: #ebebeb;
	background-image:url(../images/bg-body.jpg); repeat;
	font-family: arial, helvetica, sans-serif;
	}
	
h1 {font-size: 14px; font-weight: bold; color: #000000;}
h2 {font-size: 17px; font-weight: bold; color: #85c233;}
h3 {font-size: 20px; font-weight: bold; color: #85c233;}
p {font-size: 13px; font-weight: normal; }

a { color:#000000; text-decoration: none; }
a:hover { color:#85c233; text-decoration: underline; }
a:active { color:#fe0000; text-decoration: underline; }
	
	
#header {
	width: 940px;
	height: 150px;
 	margin: 0 auto;
 	background-image: url(../images/bg-header2.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	}	

	#logo {
		float: left;
		padding:70px 10px 20px 70px;
		text-align: left;
		}
		
	/*#utility {
		padding: 50px 70px 0 0;
		text-align: right;
		}
		
		#utility li {
		list-style-type: none;
		display:inline;
		font: 10px/18px "Arial", sans-serif;
		text-transform: uppercase;
		margin: 0 0 0 10px;
		color: #000;
		}
		
		#utility li a {
			color: #000;
			border-bottom: none;
			}
		
		#utility li a:hover	{
			color: #000;
			border-bottom: 1px solid #000;
			}
		
	#date {
		font: 12px/14px "Arial", sans-serif;
		text-align: right;
		padding: 2px 70px 0 0;
		color: #000
		}*/
	
		
		
/* NAVIGATION */

#nav {
	font: 14px "Arial", sans-serif;
	width: 505px;
	padding:105px 10px 20px 70px;
	margin: 25px 50px 0 auto;
	/*background-image: url(images/bg-middle2.jpg);*/
	}
	
	
	#nav ul {
		width: 505px;
		height: 25px;
		margin: 0px auto 0 auto;
		/*border-bottom: 1px solid #000;*/
		}
	
	#nav li {
		float: left;
		list-style: none;
		text-align: center;
		/*width: 96px;*/		
		width: 94px;
		}
	
		#nav li a {
			color: #8cc63f;
			}
		
		#nav li a:hover {
			color: #79bc1f;
			border-bottom: 1px solid #ddd;
			}
			
		/*#nav li.current_page_item a {
			color: #79bc1f;
			border-bottom: 1px solid #ddd;
			}
			
		#nav li.current_page_item a:hover {
			color: #79bc1f ;
			border-bottom: 1px solid #ddd;
			}
			
		#nav li.current_page_parent a {
			color: #79bc1f;
			border-bottom: 1px solid #ddd;
			}
			
		#nav li.current_page_parent a:hover {
			color: #79bc1f;
			border-bottom: 1px solid #ddd;
			}*/
			
			
	#container{
		text-align:left;
		width:940px;
		/*height:700px;*/
		margin: 15px auto;
		background-image: url(../images/bg-middle2.jpg);
		background-repeat: repeat-y;
		/*background-color: ababab;*/
		}
	
	#middle {
		width: 940px;
		/*height:605px;*/
		margin: 0 auto;
		background-image: url(../images/bg-middle2.jpg);
		background-repeat: repeat-y;
		overflow: auto;
		/*border: 1px solid magenta;*/
		}
		
		
		#leftimage {
			/*background-color: #FFFFFF;*/ 
			width: 220px;
			padding: 0px 30px 0px 70px;
			float: left;
			}
		
		#righttext {
			/*background-color: #FFFFFF;*/ 
			width: 540px; 
			padding: 0px 70px 0px 0px;
			float: left;
			}
			
		#lefttext {
			/*background-color: #FFFFFF;*/ 
			width: 220px;
			padding: 20px 30px 0px 70px;
			float: left;
			}
			
		#main {
			/*background-color: #FFFFFF;*/ 
			width: 840px;
			padding: 0px 70px 0px 70px;
			float: left;
}
		
		#formdiv {
			/*background-color: #FFFFFF;*/ 
			width: 500px;
			padding: 20px 70px 0px 0px;
			float: left;
			}		
				
		
		
		
/* FOOTER */
#footer {
	background: url(../images/bg-footer2.jpg) no-repeat top center;
	clear: both;
	height: 80px;
	width: 940px;
	margin: 0 auto 0px auto;
	padding: 15px 0 0px 0;
	font: 9px/14px "Arial", sans-serif;
	text-align: center;
	color: #000;
	}
	
	#footer a {
		color: #000;
		border-bottom: none;
		}
	
	#footer a:hover	{
		color: #000;
		border-bottom: 1px solid #FFF;
		}
		
		
		
/* Validation */
#validation {
	width: 940px;
	padding: 0px 0px 0px 70px;
	float: left;
	}
