* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.7%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #745A32;
//	background-color: #FFFFFF;
}

p {
	font-size: 1.2em;
	line-height: 165%;
	margin: 0 0 10px 0;
}

form {
	font-size: 1.2em;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited {
	font-size: 1.1em;
}

a:hover {
	font-size: 1.1em;
}


#container {
	width: 740px;
	margin: 20px auto 0 auto;
}

#header {
	position: relative;
}

img {
	border: 0px;
}

#header h1 a {
	display: block;
	float: left;
	margin: 0 44px 0 0;
	text-decoration: none;
	text-indent: -2100px;
	width: 364px;  // 282px;
	height: 130px;
	background: transparent url(./images/logo.jpg) no-repeat left top;
}

#navigation {
	/*padding: 37px 0 0 0;*/
	position: absolute;
	top: 37px;
	width: 333px;
	z-index: 4000;
}
#header > #navigation {
	position:absolute;
	right:-2px;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 82px;
	height: 83px;
	/*margin: 0 1px 0 0;*/
	background-position: left top;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* IE Mac, you spoiled brat \*/
#navigation a:focus { outline: none; }
/* end IE Mac hide */


#nav_aboutus {
	background: transparent url(./images/nav_aboutus.gif) no-repeat left top;
	left: 0px;
}

#nav_schedule {
	background: transparent url(./images/nav_schedule.gif) no-repeat left top;
	left: 83px;
}

#nav_classes {
	background: transparent url(./images/nav_classes.gif) no-repeat left top;
	left: 166px;
}

#nav_contact {
	background: transparent url(./images/nav_contact.gif) no-repeat left top;
	left: 249px;
}

#navigation a:hover {
	background-position: 0 -83px;
}

#navigation a.current {
	background-position: 0 -167px;
}

#content {
	width: 740px;
	clear: left;
}

* html #content { width: 774px; }

#slideshow {
	width: 452px;
}


#footer {
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 12px 0 75px 5px;
	clear: right;
}

#footer ul li {
	display: inline;
	margin: 0 8px 0 0;
}

#footer ul li#contact, 
#footer ul li#footer_home,
#footer ul li#terms,
#footer ul li#sitemap {
	border-right: 1px solid #404040;
	padding: 0 8px 0 0;
}

#footer ul li a {
	text-transform: uppercase;
	font-weight: bold;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #808080;
}

#footer ul li a:hover {
	color: #98ca45;
}
#footer #leftcopy {
	position: absolute;
	left: 45px;
	top: 12px;
}
#footer #leftcopy #copyright {
	padding: 5px 0 0 0;
}
#footer #equalhousing {
	display: block;
	text-indent: -2100px;
	text-decoration: none;
	width: 30px;
	height: 22px;
	background: transparent url(../img/equal_housing_logo.jpg) no-repeat 0 0 ;
}

#footer #copyright {
	width: 350px;
	font-size: 1em;
	line-height: 150%;
}

#search {
	position: absolute;
	right: 0;
	top: 0;
	width: 258px;
	padding: 8px 15px;
	background-color: #84C6B7;
}

* html #search { right: 34px; }
* html #home #search { right: 0; }

#search label {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

#search #search_box {
	border: none;
}

#search dt, #search dd, #style_readers dt, #style_readers dd {
	float: left;
	margin: 0 5px 0 0;
}



#social {
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 5px 0 35px 0px;
	width:100%;
	clear: right;
}

#social ul {
	margin:2px; 
	list-style: none;
	float:left;
}

#social li {
	margin:5px; 
	list-style: none;
	float:left;
}

#social img {
	padding:0 3px;
}

