/*

Education Station
October 29, 2007

*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 150%;
	background: #fff url(../edstation/background.gif) top repeat-x;
	}

h1 {
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	color: #013f79;
	}

h2 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 110%;
	line-height: 150%;
	margin: 0 0 2px 0;
	font-weight: normal;
	color: #e7862b;
	}

h3 {
	font-size: 120%;
	line-height: 100%;
	font-weight: normal;
	font-style: italic;
	}

p {
	margin: 0 0 20px 0;
	}

a {
	color: #a01228;	
	}

a:hover {
	background: #eCD0D4;
	}	


#container {
	width: 800px;
	margin: 0 auto;
	}

#header {
	height: 115px;
	margin: 15px 0;
	}

#logo {
	float: left;
	}

#slogan {
	float: right;
	text-align: right;
	margin: 70px 0 0 0;
	}

#nav {
	clear: both;
	height: 29px;
	margin: 0 0 15px 0;
	}

#nav-inner {
	list-style: none;
	}

#nav-inner li {
	float: left;
	height: 29px;
	overflow: hidden;
	}
	
#nav-inner li a {
	display: block;
	line-height: 29px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top;
	}	

#nav-inner li a:hover {
	background-position: center bottom;
	}

#navHome { width: 66px; background: url(../edstation/nav_home.gif) no-repeat; }
#navAboutus { width: 95px; background: url(../edstation/nav_aboutus.gif) no-repeat; }
#navServicesandpricing { width: 174px; background: url(../edstation/nav_serviceandpricing.gif) no-repeat; }
#navForparents { width: 123px; background: url(../edstation/nav_forparents.gif) no-repeat; }
#navTheboard { width: 106px; background: url(../edstation/nav_theboard.gif) no-repeat; }
#navMealmenus { width: 120px; background: url(../edstation/nav_mealmenus.gif) no-repeat; }
#navContactus { width: 116px; background: url(../edstation/nav_contactus.gif) no-repeat; }

#herobanner {
	height: 200px;
	margin: 0 0 30px 0;
	}

#left-column {
	float: left;
	width: 525px;
	}

#left-column ul li {
margin-left:25px;
}

#left-column tr.odd {
	background: #eCD0D4;
	}

#left-column tr.even {
	background: #fff;
	}
#left-column th {
	width: 18%;
	color: #fff;
	background: #013f79;
	text-align: left;
	padding: 2px 5px;
	font-weight: normal;
	border: #e5e5e5 1px solid;
	}

#left-column td {
	padding: 2px 5px;
	border-right: #e5e5e5 1px solid;
	}

#right-column {
	float: right;
	width: 250px;
	margin: -15px 0 0 0;
	}
	
#rc-top {
	background: url(../edstation/r-column_top_back.gif) top left no-repeat;
	width: 10px;
	height: 15px;
	min-height: 15px;
	max-height: 15px;
	}

#rc-fill {
	background: url(../edstation/r-column_fill_back.gif) left repeat-y;
	padding: 0 0 0 25px;
	}

#rc-bottom {
	background: url(../edstation/r-column_bottom_back.gif) top left no-repeat;
	width: 10px;
	height: 15px;
	}
	
#right-column p {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 140%;
	margin: 0;
	}

#footer {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #999;
	margin: 30px 0;
	padding: 15px 0 0 0;
	background: url(../edstation/footer_border.gif) top left no-repeat;
	}

#footer a {
	color: #999;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: none;
	background: none;
	}
	
table {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 90%;
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	}

tr.oddrow {
	background: #f5e6e7;
	}	

th {
	text-align: left;
	color: #013f79;
	padding: 2px 5px;
	}

td {
	padding: 2px 5px;
	}
	
.contactinfo {
	font-size: 90%;
	}

/* Powered By Text */
span.poweredby img {border:0; padding: 0; margin: 0; position: relative; top: 3px;}
	
.clear {
	clear: both;
	}