
/*
Theme Name: THOEM
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1
Author: Anything Internet
*/

@charset "utf-8";
/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#343434;
	line-height:24px;
	font-size:14px;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	margin:0;
}
a {
	color:#1c733d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline
}

#vision-active{ background:url(images/vision-nav.png) no-repeat;
	background-position:0px -41px;
	text-decoration:none;
	width:70px;
	height:37px;
	display:block; }

img {
	border:none
}
ul {
	padding:0;
	margin:0
}
ul li {
	list-style:none
}

ul.mission{ margin-left:30px; }
#container {
	width:1122px;
	height:270px;
	margin:0 auto;
}
#header {
	background-image:url(images/header-home.jpg);
	background-repeat:no-repeat;
	height:226px;
}
#header-vision {
	background-image:url(images/header-vision.jpg);
	background-repeat:no-repeat;
	height:226px;
}
#header-mission {
	background-image:url(images/header-mission.jpg);
	background-repeat:no-repeat;
	height:226px;
}

#header-aboutus {
	background-image:url(images/header-aboutus.jpg);
	background-repeat:no-repeat;
	height:226px;
}

#header-admissions {
	background-image:url(images/header-admissions.jpg);
	background-repeat:no-repeat;
	height:226px;
}

#header-contactus{
	background-image:url(images/header-contactus.jpg);
	background-repeat:no-repeat;
	height:226px;
}

#logo {
	padding-left:47px;
	padding-top:21px;
	width:214px;
	height:135px;
}
#contact-header {
	float:right;
	width:270px;
	height:51px;
	/*background-image:url(images/contact-header-bg.png);*/
	margin-top:50px;
	margin-right:80px;
}
#contact-header h1 {
	text-align:center;
	margin-top:10px;
	color:#0e4924;
	line-height:normal;
	text-shadow:#fff 0px 1px;
}
#nav {
	height:44px;
}
#mainContent {
	padding:28px 82px 10px 78px;
}
#sidebar {
	float:right;
	width:289px;
}
#mainColumn {
	width:647px;
	min-height:400px;
}
ul.nav {
	margin:0 0 0 70px;
	padding:7px 0 0 0;
	background:transparent none repeat scroll 0%;
}
ul.nav li {
	list-style:none;
	/*border: #00CC66 solid 1px;*/
	display:block;
	float:left;
	height:37px;
	margin-right:30px;
}
ul.footer-links {
	margin:0;
	padding:0 0 0 20px;
}
ul.footer-links li {
	list-style:none;
	display:block;
	float:left;
	margin-top:15px;
	margin-right:15px;
}
ul.footer-links li a {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
}
/* NAV */
#home {
	background:url(images/home-nav.png) no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	width:70px;
	height:37px;
	display:block;
}
#mission {
	background:url(images/mission-nav.png) no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	width:88px;
	height:37px;
	display:block;
}
#vision {
	background:url(images/vision-nav.png) no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	width:73px;
	height:37px;
	display:block;
}
#about-us {
	background:url(images/aboutus-nav.png) no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	width:102px;
	height:37px;
	display:block;
}
#admissions {
	background:url(images/admissions-nav.png) no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	width:116px;
	height:37px;
	display:block;
}

#contact-us{
	background:url(images/contact-us-nav.png) no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	width:120px;
	height:37px;
	display:block;
}

#home:hover {
	background-position: 0px -41px;
}
#vision:hover {
	background-position: 0px -41px;
}
#mission:hover {
	background-position: 0px -41px;
}
#about-us:hover {
	background-position: 0px -41px;
}
#admissions:hover {
	background-position: 0px -41px;
}

#contact-us:hover{
	background-position: 0px -41px;
}

#home span {
	display:none
}
#vision span {
	display:none
}
#mission span {
	display:none
}
#about-us span {
	display:none
}
#admissions span {
	display:none
}

#contact-us span {
	display:none
}
#sidebar-body {
	background-color:#ebffcb;
	width:278px;
	margin:auto;
}
#sidebar-body p {
	text-align:center;
	padding:10px;
	margin:0;
}
p.link-right {
	text-align:right
}
#mission-box {
	width:308px;
	float:left
}
#mission-box h2 {
	border-bottom:dotted 1px #137f45;
	padding:15px 0;
}
#vision-box {
	width:308px;
	float:right;
}
#vision-box h2 {
	border-bottom:dotted 1px #137f45;
	padding:15px 0;
}
#footer {
	color:#FFFFFF;
	background-color:#5c7a45;
	height:55px;
	width:1000px;
	margin:20px auto;
}
#footer a {
	color:#FFFFFF;
}
#copyright {
	float:right;
	margin:5px 20px;
	text-align:right;
	line-height:normal;
	padding-top:8px;
	font-size:11px;
}

