/****************************** General Styles ******************************/

a:link {
	text-decoration: none;
} 

a:visited {
	color: #3300ff; 
	text-decoration: none;
}

a:active {
	color: #ff0000; 
}

a:hover {
	color: #3300ff;
	text-decoration: underline;
}

h2 {
	color: #7BB47C;
	text-align: center;
	
}

p.green {
	color: #628E62;
	font-size: 16px;
	text-decoration: none;
}
	

/****************************** Structure Styles ******************************/

div.centerContainer {
	width: 750px;
	margin-left: 30px;
	overflow: visible;
}

/****************************** Header Styles ******************************/

#topContainer { 
	height:120px; 
	text-align:left;
	line-height: 50%;
	color: grey;
	margin-top: 30px;
}

	#logo {
		float: left;
		margin-right: 80px;
		padding: 20px;
		color: black;
		font-style: italic;
	}
	
	#logo p {
		font-size: 30px;
		}
	
	#header {
		float: left;
		padding: 20px;
		margin-left: 50px;
	}
	
		#header p h1 {
			text-align:center;
			}
			
		#header p {
			font-size: 20px;
			text-align: center;
		}


/****************************** Nav Styles ******************************/

#left-column {
	float:left; 
	width:180px;
	margin-top:0px; 
	margin-right: 30px;
	line-height: 30px; 
}

	#nav {
		padding-left: 10px;
		line-height: 35px;
	}
	
		#nav li{
			list-style: none;
			font-family: garamond;	
			font-size: 18px;
		}
		
		#nav li a {
			color: grey;
		}
	
/****************************** Body Styles ******************************/
#right-column { 
	float:left; 
	width:500px
}

/****************************** Contact Us Styles ******************************/

#contactInfo {
	text-align: center;
	}

#contactForm p {
	font-family: Georgia;
	}

#contactForm span {
	color: red;
}
	
#contactForm input[type="text"]{
	height: 30px;

	-moz-border-readius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #A2A5A7;
	width: 478px;
	padding: 0 10px;
	margin-top: 5px;
}

	#contactForm input[type="text"]:hover {
	border: 1px solid #606060 ;
	}

#contactForm label {
	display: block;
}
	
form#contactForm textarea {
	background: url("../img/textareaBG.png") 0 0 repeat-x;
	height: 169px;

	-moz-border-readius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	border: 1px solid #A2A5A7;
	width: 478px;
	padding: 10px;
	margin-top: 5px;
}

	form#contactForm textarea:hover {
		border: 1px solid #606060 ;
	}
	

#contactForm input[type="submit"] {
	margin: 20px;
	float: right;
	width: 90px;
	height: 28px;
}

#contactForm input[type="checkbox"] {
	margin-top: 10px;
}

.field p{
	float: left;
	display:block;
	}

/****************************** LinksResources Styles ******************************/

