/*

Theme Name: Alston Hayne Educational Consulting
Description: Original theme built for Alston Hayne Ed. Con.
Version: 1.0
Author: D.A. Carlin

*/


body {
	background-color: white;
	background-repeat: repeat-x;
	background-image: url(images/tile.png);
	padding: 0px;
	margin: 0px;
}

h1 {
	padding: 0px;
	margin: 0px;
	background-image: url(images/head.png);
	width: 367px;
	height: 107px;
	font-size: 1px;
	text-indent: -1000px;
}

#info {
	padding: 0px;
	width: 450px;
	height: 103px;
	margin-top: 10px;
}

	#info p {
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #fff;
		margin: 0 0 0 50px;
		padding: 0;
	}
	
		#info p.email, #info p.phone { font-size: 15px; }
	
		#info p.email { font-weight: bold; }
		
			#info p.email a { 
				text-decoration: none; 
				color: #fff; 
			}
			
			#info p.email a:hover { color: #888; }
		
		#info p.address { font-size: 12px; }
		
#nav p { 
	margin-left: 50px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-top: 14px; 
	padding: 0px; 
	font-size: 16px; 
	width: 950px
}

	#nav p a {
		color: #fff;
		text-decoration: none;	
	}
	
		#nav p a:hover { color: #888; }
	
	#nav p span {
		color: #444;
		padding: 0 8px;
	}
	
h3 {
	margin-top: 60px;
	margin-left: 50px;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	
}

h4 {
	margin-top: 20px;
	margin-left: 50px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #191919;
	
}

p {
	margin-left: 50px;
	width: 450px;
	color: black;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ol {
	padding: 0;
	margin-left: 50px;
	width: 450px;
}

ol li { margin: 0 0 1em 1.3em; }

p.notice {
	padding: 2em;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 2px;
	background-color: #e6e6e6;
}

p.sidebar {
	left: 500px;
	height: 1000px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 100px;
	background-color: #e6e6e6;
	position: absolute;
	top: 269px;
	width: 400px;
}

	#services { background: url('images/services.png') no-repeat #fff; }
	
	#about { background: url('images/about.png') no-repeat #fff; }
	
	#testimonials { background: url('images/testimonials.png') no-repeat #fff; }

	#syndromes { background: url('images/syndromes.png') no-repeat #fff; }

	#colleges { background: url('images/colleges.png') no-repeat #fff; }

	#financial { background: url('images/financial.png') no-repeat #fff; }

	#sat { background: url('images/sat.png') no-repeat #fff; }
	

li {
	margin-left: 55px;
	color: black;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.foot {
	color: #444;
	font-style: italic;
	padding: 1em 0 0 0;
	border-top: 1px solid #ccc;
	margin: 3em 0 0 50px;
}

p.copy {
	color: #888;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	padding: 0 0 3em 0;
	margin-top: 0;
}

h2, h3, h4 {
	width: 450px;
}

#content {
	width: 900px;
}



/* beautiful hack to make text beautiful */

#info, #nav {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}