@charset "UTF-8";
*{
margin:0px;
padding:0px;
}
/*--------text align center in body to deal with IE Bug -----------*/
/*body{
	background-color: #FFFFFF;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
}*/

#wrapper {
	/*position: relative;*/
	width: 800px;
	background-color:#F4F7D5;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A7A762;
	border-left-color: #A7A762;
	border-top-width: 0px;
	border-bottom-width: 25px;
	border-top-color: #A7A762;
	border-bottom-color: #A7A762;
	margin: auto;
	float: none;
}
#container {
	background-color:#f4f7d5;
	clear: both;
	text-align: left;
	height: 376px;
	min-height: 376px;
	padding-top: 35px;
}
#container_home {
	background-color:#f4f7d5;
	clear: both;
	text-align: left;
	height: 300px;
	min-height: 300px;
	padding-top: 35px;
}
	html>body #container {height:auto}
h2 {
	color: #75170F;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 400;
}
h3 {
	color: #75170F;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
}
	html>body #container {height:auto}
#toplinks a:link {
	color: #FFFFFF;
}
#toplinks a:hover {
	color: #75170F;
}
#toplinks a:visited{
	color:#FFFFFF;
}
#toplinks a:active{
	color:#75170F;
}

#clear {
	clear:both;
}
/*---poistion container----*/

#header{
	position:relative;
	background: #FFFFFF;/*height: 123px;*/ /*see photoshop mockup*/
	width: 800px;
	height: 102px;
}
#header_home {
	position:relative;
	background: #FFFFFF;/*height: 123px;*/ /*see photoshop mockup*/
	width: 800px;
	height: 218px;
}
/*this make the actual text disappear but it can still be read by browser*/
#header h1{
margin-left:1000px;
}
#body_nav {
	float:left;
	width:132px;
	text-align:right;
}

#body_nav .body_nav a:link {
	color:#5F6062;
}
#body_nav .body_nav a:visited {
	color:#5F6062;
}
#body_nav .body_nav a:hover {
	color:#75170F;
}
#body_nav .body_nav a:active {
	color:#75170F;
}
.body_nav {
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:0.75pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color:#5F6062;*/
	text-transform: capitalize;
	list-style-type: none;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	border-left-width: 10px;
}
.thumbnail {
	border: 1px solid #000000;
	vertical-align: middle;
	margin-left: 10px;
}
.body_navLive {
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:0.75pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#75710f;
	text-transform: capitalize;
	list-style-type: none;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
}
#body_nav .body_navLive a, a:link{
	color:#75170F;
	text-decoration: none;
}
#body_nav .body_navLive a:over{
color: #75170F;
}
#body_nav .body_navLive a:hover{
color: #75170F;
}
#body_nav.body_navLive a:active{
color: #75170F;
} 
.body_navHeader {
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:0.75pt;
	color:#75170F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	list-style-type: none;
	padding-top:4px;
	padding-bottom:4px;
	font-weight: bold;
}
#body_nav .body_navHeader a, a:link{
	color:#75170F;
	text-decoration: none;
}
#body_nav .body_navHeader a:over{
color: #75170F;
}
#body_nav .body_navHeader a:hover{
color: #75170F;
}
#body_nav.body_navHeader a:active{
color: #75170F;
} 

.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #5F6062;
	padding-right: 0px;
	text-indent: 0px;
	padding-left: 45px;
	background-color:#f4f7d5;
	text-align:left;
	width: 415px;
	float: left;
	padding-bottom: 10px;
}
#body_photos {
	float: right;
	width: 170px;
}
.body_copy h2 {
	color: #75170F;
	padding-bottom: 10px;
}
.body_copy_staff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-right: 10px;
	text-indent: 0px;
	padding-left: 0px;
	background-color:#f4f7d5;
	text-align:left;
	width:370px;
	float:right;
	background-position: 10px top;
	color: #5F6062;
	
}
.body_copy  li {
	list-style-image: url(../images/bullet_logo.gif);
	list-style-position: inside;
}
#body_class_staff/*#header #logoImage {
position: absolute;
top: 0;
right: 0;
width:200px;
height:141px;
background: url(../images/logo.jpg) no-repeat top right;
}
*/
 {
	float: left;
	width: 630px;
}

#sidebar {
float:right;
width: 250px;
}

#sidebar a{
color: #ffffff;
border-bottom:1px dotted #ffffff;
}

#sidebar a:hover{
border-bottom-style: solid;
}
#sidebar h2.show{
background: url(../images/easil.gif) no-repeat .5em -0.5em;
}

#sidebar h2.music{
background: url(../images/music.gif) no-repeat .5em 0.1em;
}
#sidebar h2.class{
background: url(../images/class.gif) no-repeat .3em -2em;
}


#footer {
color: #fff;
font:.8em "Arial";
background: #000;
margin-top: 5em;
}


/*--sometimes we need to use a div with id of float to make sure everything aligns and in this case we need to put it in the code right before the bottom footer div ---*/


a, a:link {
	color:#75170F;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#5F6062;
}
a:visited {
	color:#5F6062;
	text-decoration: none;
}

tr, td {
color:#868780;
}

.header {
	background-color: #FFFFFF;
	float: left;
	width: 800px;
	text-indent: 25px;
	
}


.top_nav {
	background-color: #75170F;
	float: left;
	height: 27px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 25px;
	text-indent: 25px;
	letter-spacing: .15ex;
}
.left_nav {
	background-color: #F4F7D5;
	float: left;
	height: 165px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #75170F;
	text-transform: uppercase;
}
.picture {
	background-color: #F4F7D5;
	float: left;
	width: 165px;
	height: 165px;
}
.body {
	background-color: #F4F7D5;
	float: right;
	width: 800px;
	
}
#copyright_tag {
	float: none;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #A7A762;
	margin: 0px;
	height: 20px;
	line-height: 10px;
}
#toplinks {
	background-color: #A7A762;
	float: none;
	height: 20px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: none;
	line-height: 20px;
	text-indent: 150px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.background {
	/*background-color:;*/
	border-top: 8px solid #ADB9AC;
	border-right: 45px solid #ADB9AC;
	border-bottom: 8px solid #ADB9AC;
	border-left: 45px solid #ADB9AC;
	top: 50px;
	background-position:center
}
.image_hometop {
padding:0 0 0 0 ;
}
.rightnav {
color:#333333;
float:left;
border-left-style:dashed;
border-color:#333333;
border-width:1pt;
padding:0 0 0 10px;
text-align:left;
}
.rightnavheader {
	color:#75170f;
	font-size:20px;
	padding:0px 0 8px 0px;
	text-align:left;
}
#pageheader {
	color:#75170f;
	font-size:20px;
	float:left;
	padding:5px 0 5px 0px;
	text-align:left;
	background-color:#f4f7d5;
	width: 800px;
	text-indent: 10px;
	font-family: "Trebuchet MS", sans-serif, Arial;
}
.inner_pageheader {
	color:#75170f;
	font-size:18px;
	float:left;
	padding:3px 0 3px 0px;
	text-align:left;
	background-color:#f4f7d5;
	margin-bottom: 10px;
	width: 200px;
}
.inner_bullets {
	padding-left:25px;
}

.image_home {
padding:20px 0 0 0;
}


#left_nav {
	background-color: #F4F7D5;
	background-repeat: repeat-y;
}
#staff_nav {
	float:left;
	width:132px;
	text-align:right;
	
}
.staff_nav {
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:0.75pt;
	color:#75170f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	list-style-type: none;
	padding-top:3px;
	padding-bottom:3px;
}


#staff_pict {
	float:left;
	padding-right:10px;
	padding-bottom:0px;

}
.staff_nav_header {
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:.75pt;
	color:#75170f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	list-style-type: none;
	padding-top:2px;
	padding-bottom:0px;
}
.staff_header {
	color:#75170f;
	font-size:18px;
	padding:0px 0 5px 0px;
	padding-left:0px;
	text-align:left;
	background-color:#f4f7d5;
}
.staff_section_headers {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 11px;
	color: #5F6062;
	font-weight: 400;
}
.staff_pict {
	height: 330px;
	width: 220px;
}
#staff_picture {
	float: left;
	width: 205px;
	padding-left: 45px;
	margin-left: 0px;
     }
#staff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #5F6062;
	padding-right: 10px;
	text-indent: 0px;
	padding-left: 10px;
	background-color:#f4f7d5;
	text-align:left;
	width: 380px;
	float: left;
}
#our_staff_list {
	float:left;
	width:300px;
	text-align:right;
}
#staff_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding-right: 40px;
	text-indent: 0px;
	padding-left: 10px;
	background-color:#f4f7d5;
	text-align:left;
	width: 300px;
ßß
	float: left;							float: right;
}
#home_topleft {
	float: left;
	width: 400px;
	height: 300px;
	padding: 0px 0px 0px 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F6062;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 130px 150px;
	
}
.smallCopy {
	font-size: 9px;
}
/*p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #75170F;
	padding-top: 5px;
	padding-bottom: 5px;
}*/
#home_rightnavheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	float: right;
	width: 225px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	list-style-type: none;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	text-decoration: none;
	padding-left: 8px;
}
#home_lowerleft {
	background-image: url(../images/tag_home.jpg);
	float: left;
	width: 525px;
	height: 75px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	left: 0%;
	text-align: left;
	background-position: left top;
}
.home_nav {
	color: #5F6062;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
}
.home_navHeader {
	color: #75170F;
	font-family: Interstate-Regular, Arial, sans-serif;
	font-size: 20px;
	font-weight: 200;
	list-style-type: none;
	padding-bottom: 10px;
}
#home_rightnavheader .home_nav a:link {
	color: #5F6062;
}
#home_rightnavheader .home_nav a:visited {
	color:#5F6062;
}
#home_rightnavheader .home_nav a:hover {
	color:#75170F;
}
#home_rightnavheader .home_nav a:active {
	color:#75170F;
}
