/* Hide from IE-Mac \*/
div#iemac{
	display: none;
}
 /* End hide */

body{
	margin: 0;
	padding: 0;
	background-color: #491102;
	background-image: url("images/body.gif");
	background-repeat: repeat-x;
	background-position: top center;
	font: 13px "trebuchet ms", sans-serif;
	color: #222;
}

div#page {
	width: 805px;
	margin: 0 auto 0 auto;
	background: url("images/curve.gif");
	background-repeat: repeat-x;
	background-position: 0 400px;
}

div#top{
	clear: both;
	height: 130px;
	margin: 0;
	padding: 0;
}

div#top img {
	float: left;
}

div#menu {
	clear: left;
	float: left;
	width: 150px;
	margin: 21px 0 0 0;
}

div#menu div {
	height: 17px;
}

div#menu h2 {
	margin: 7px 0 0 0;
}

div#menu h2 {
	font: bold 18px "trebuchet ms", sans-serif;
	color: #758A3C;
}

.menulink1:link, .menulink1:visited, .menulink1:active {
	display: block;
	font: bold 15px "trebuchet ms", sans-serif;
	color: #758A3C;
}

.menulink1:hover {
	color: #8FA358;
}

.menulink2:link, .menulink2:visited, .menulink2:active {
	display: block;
	font: bold 15px "trebuchet ms", sans-serif;
	color: #A88B53;
}

.menulink2:hover {
	color: #C4AA79;
}

.menulink3:link, .menulink3:visited, .menulink3:active {
	display: block;
	font: bold 15px "trebuchet ms", sans-serif;
	color: #DDDDB5;
}

.menulink3:hover {
	color: #EEEED7;
}

.active:link,.active:visited, .active:hover {
	text-decoration: underline;
}

/*CONTENT*/
div#content{
	float: left;
	width: 630px;
	height: 412px;
	overflow-y: auto;
	margin: 27px 0 0 5px;
	padding: 0 20px 0 0;
}

h1{
	margin: 0;	
	font: bold 24px "trebuchet ms", sans-serif;
	color: #A88B53;
}

h2{
	margin: 15px 0 0 0;	
	font: 21px "trebuchet ms", sans-serif;
	color: #A88B53;
}

h3{
	margin: 12px 0 -12px 0;
	font: bold 15px "trebuchet ms", sans-serif;
	color: #222;
}

p{
	margin: 12px 0 0 0;
	text-align: justify;
	font: 13px arial, sans-serif;
}

p.slogan {
	font: bold italic 15px "trebuchet ms", sans-serif;
}

ul{
	margin: 0 0 0 25px;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	font: 13px arial, sans-serif;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #830101;
}

a:hover {
	color: #900000;
}

img {
	border: 0;
}

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

div.highlight {
	float: right;
	width: 210px;
	margin: 7px 0 7px 15px;
	border: 4px double #A88B53;
	padding: 0 8px 6px 6px;
	background: #E2E2BC;
}

div.highlight h2 {
	margin: 12px 0 7px 0;
	color: #896D37;
}

div.highlight table {
	width: 210px;
}

div.highlight img {
	float: right;
	margin: 0 -11px 0 0;
}

img.highlight {
	float: right;
	margin: 12px 0 12px 15px;
	border: 4px double #A88B53;
}

/*Home*/
div#slideShow {
	position: relative;
	width: 210px;
	height: 120px;
	margin: 12px 0 0 0;
}

div#slideShow img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	border: 1px solid #A88B53;
}

/*About Us*/
img.darlene {
	float: left;
	margin: 12px 15px 0 0;
	border: 4px double #A88B53;
}

/* Enrollment */
table {
	width: 590px;
	margin: 0;
}

td h2 {
	text-align: right;
	margin-right: 380px;
}

td.label {
	width: 210px;
	text-align: right;
}

.red {
	color: #900000;
}

/*Contact Us */
img.map {
	display: block;
	margin: 25px 0 0 0;
	border: 4px double #A88B53;
}

/*FOOTERS*/
p.copyright {
	clear: both;
	margin: 0;
	padding: 40px 0 0 7px;
	font-size: 11px;
	color: #E2E2BC;
	text-align: center;
}

.siteby:link, .siteby:visited, .siteby:hover, .siteby:active {
	font-weight: normal;
	color: #E2E2BC;
}