/* ----- CSS RESET ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
    clear: both;
    }

img.floatright {
	float:right;
	margin: 0;
}

/* ----- STRUCTURE ------ */

body {
	background: #804F68 url(images/main/bg.jpg) top left repeat;
	font: 85% verdana, "trebuchet ms", trebuchet, helvetica, sans-serif normal;
	line-height: 1.3em;
	}

.bgwrap {
	background: transparent url(images/main/topbg.jpg) top left repeat-x;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: -20px;
	text-align: center;
}

.contentwrap {
	margin: 0 auto;
	padding-bottom: 20px;
	display: block;
	position: relative;
	width: 760px;
	top: 20px;
}

#nav {

}

.textwrap, .facultytextwrap {
	padding: 10px 30px 10px 7px;
	}

.facultytextwrap img {
	float: left;
	margin: 0 7px 5px 0;
	}
	
.facultytextwrap .clear {
	margin-bottom: 10px;
	}

.flashwrap {
	display: block;
	position: relative;
	height: 279px;
	width: 760px;
	padding: 0;
}

table.contenttable {
	display: block;
	position: relative;
	z-index: 20;
}

.contenttable tr {

}

.contenttable td {
	vertical-align: top;
}

.contenttable td.sidebar {
	background: transparent url(images/main/sidebarbg.jpg) top left repeat-y;
	width: 224px;
}

.contenttable td.maincontent {	
	background: transparent url(images/main/contentbg.jpg) top left repeat-y;
	width: 536px;
}

#footer {
	display: block;
	z-index: 1;
	width: 760px;
	height: 85px;
	margin-top: -30px;
	margin-bottom: 15px;
	position: relative;
	background: transparent url(images/main/pagefooter.jpg) top left no-repeat;
}

p.address {
	color: #fff;
	font-size: 10px;
	display: block;
	position: relative;
	margin: -10px 0 0 225px;
	text-align: left;
	}
	
p.address a, p.address a:hover, p.address a:visited {
	color: #fff;
	text-decoration: underline;
}


/* ----- MAST ----- */

/* ----- NAVIGATION ----- */

#nav ul {
	display: block;
	position: relative;
	height: 31px;
	width: 761px;
}

#nav ul li {
	display: block;
	position: relative;
	float: left;
	height: 31px;
}

#nav ul li a, #nav ul li a:hover, #nav ul li a:visited {
	text-indent: -9999px;
	display: block;
	height: 31px;
	position: relative;
}

#nav li.home a {
	background: transparent url(images/nav/home.jpg) top left no-repeat;
	width: 54px;
}

#nav li.home a:hover {
	background: transparent url(images/nav/over/home.jpg) top left no-repeat;
	width: 54px;
}

#nav li.classes a {
	background: transparent url(images/nav/classes.jpg) top left no-repeat;
	width: 66px;
}

#nav li.classes a:hover {
	background: transparent url(images/nav/over/classes.jpg) top left no-repeat;
	width: 66px;
}

#nav li.news a {
	background: transparent url(images/nav/news.jpg) top left no-repeat;
	width: 49px;
}

#nav li.news a:hover {
	background: transparent url(images/nav/over/news.jpg) top left no-repeat;
	width: 49px;
}

#nav li.faculty a {
	background: transparent url(images/nav/faculty.jpg) top left no-repeat;
	width: 71px;
}

#nav li.faculty a:hover {
	background: transparent url(images/nav/over/faculty.jpg) top left no-repeat;
	width: 71px;
}

#nav li.policies a {
	background: transparent url(images/nav/policies.jpg) top left no-repeat;
	width: 72px;
}

#nav li.policies a:hover {
	background: transparent url(images/nav/over/policies.jpg) top left no-repeat;
	width: 72px;
}

#nav li.photos a {
	background: transparent url(images/nav/photos.jpg) top left no-repeat;
	width: 66px;
}

#nav li.photos a:hover {
	background: transparent url(images/nav/over/photos.jpg) top left no-repeat;
	width: 66px;
}

#nav li.register a {
	background: transparent url(images/nav/register.jpg) top left no-repeat;
	width: 78px;
}

#nav li.register a:hover {
	background: transparent url(images/nav/over/register.jpg) top left no-repeat;
	width: 78px;
}

#nav li.company a {
	background: transparent url(images/nav/company.jpg) top left no-repeat;
	width: 80px;
}

#nav li.company a:hover {
	background: transparent url(images/nav/over/company.jpg) top left no-repeat;
	width: 80px;
}

#nav li.directions a {
	background: transparent url(images/nav/directions.jpg) top left no-repeat;
	width: 94px;
}

#nav li.directions a:hover {
	background: transparent url(images/nav/over/directions.jpg) top left no-repeat;
	width: 94px;
}

#nav li.links a {
	background: transparent url(images/nav/links.jpg) top left no-repeat;
	width: 51px;
}

#nav li.links a:hover {
	background: transparent url(images/nav/over/links.jpg) top left no-repeat;
	width: 51px;
}

#nav li.contact a {
	background: transparent url(images/nav/contact.jpg) top left no-repeat;
	width: 79px;
}

#nav li.contact a:hover {
	background: transparent url(images/nav/over/contact.jpg) top left no-repeat;
	width: 79px;
}

/* ----- MAIN CONTENT AREA ----- */
	
.textwrap {
	width: 500px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 10;
	height: 100%;
	text-align: left;
}

/* ----- SIDEBAR ----- */

.sidebarwrap {
	font: 85% verdana, "trebuchet ms", trebuchet, helvetica, sans-serif normal;
	width: 224px;
	min-height: 250px;
	display: block;
	margin-top: -.8em;
	background: transparent url(images/main/sidebartop.jpg) top left no-repeat;
	position: relative;
	z-index: 10;
	}
	
.sidebartextwrap {
	width: 200px;
	margin: 10px auto 0 10px;;
	display: block;
}

.sidebartextwrap p {
	/*color: #4D3235;*/
	font: 85% verdana, "trebuchet ms", trebuchet, helvetica, sans-serif normal;
	line-height:.9em;
}

.sidebartextwrap strong {
	/*font-size:11px;*/
	color: #4D3235;
	font-weight:bold;
	line-height:1.1em;
	letter-spacing: 108%;	
}

/* ----- FORM ----- */

input.email {
	width: 160px;
	float: left;
}

input.button {
	padding-top: 0px;
	padding-left: 5px;
	display: inline-table;
	position: relative;
}

p.formlabel {
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	}
	
/* ----- PHOTOS PAGE ----- */

table.photos {
	display: block;
	position: relative;
	margin: 10px 50px 10px 12px;
	width: 520px;
	text-align: left;
}

tr.largephoto {

}

.largephoto td {
	padding: 0 0 10px 0;
	margin: 0 auto 0 0;
	text-align: left !important;

}

tr.largephoto img {
	border: 5px solid #4b343f;
	margin: 0 0 0 0;
	padding: 0;
	width: 500px;
	text-align: left !important;
	}

tr.smallphoto img {
	border: 2px solid #4b343f;
	
	margin: 2px;
	padding: 0;
}

.smallphoto td {
	padding: 0;
}



/* ----- CLASSES PAGE ----- */

table.classes {
	display: block;
	position: relative;
	border: 1px solid #BC969D;
	margin: 10px auto;
	width: 95%;
	
}

.classes tr {
	border-bottom: 1px solid #F9F3F9;
	border-right
}

.classes .bottom {
	border-bottom: none;
}

.classes .right {
	border-right: none;
}

.classes td {
	background-color: #D9C2CC;
	border-bottom: 1px solid #F9F3F9;
	border-right: 1px solid #F9F3F9;
}

.classes thead {

}

.classes thead tr {

}

.classes thead td {
	background: transparent url(images/other/studiotop.jpg) top left repeat-x;
	color: #622221;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	
}

.classes tbody {

}

.classes tbody tr {

}

.classes tbody p{
	margin:0;
	font-size: 11px;
	
}

.classes tbody td {
	width: 80px;
	padding: 5px;
	font-size: 11px;
	background: #F2E4EF;
}


.classes td.studio {
	background: #DCC4CD;
	width: 50px;
	padding: 3px;
	text-align: center;
}

ul.classesnav {
	display: block;
	position: relative;
	height: 22px;
	margin: 10px 0 -10px 13px;
}

ul.classesnav li, ul.classesnav li a:link, ul.classesnav li a:hover, ul.classesnav li a:visited {
	text-indent: -9999px;
	display: block;
	position: relative;
	float: left;
	height: 22px;
}

li.morning a {
	background: transparent url(images/other/morning.png) top left no-repeat;
	width: 134px;
}

li.evening a {
	background: transparent url(images/other/evening.jpg) top left no-repeat;
	width: 61px;
}

li.morningon a {
	background: transparent url(images/other/morning_on.png) top left no-repeat;
	width: 134px;
}

li.eveningon a {
	background: transparent url(images/other/evening_on.jpg) top left no-repeat;
	width: 61px;
}

ul.classestopnav {
	display: block;
	position: absolute;
	top:180px;
	left: 510px;
	height: 22px;
	z-index: 20;
}

ul.classestopnav li, ul.classestopnav li a:link, ul.classestopnav li a:hover, ul.classestopnav li a:visited {
	text-indent: -9999px;
	display: block;
	position: relative;
	float: left;
	height: 22px;
}

li.calendar a {
	width: 145px;
}

li.descriptions a {
	width: 240px;
}


/* ----- CLASS DESCRIPTION PAGE ----- */

.descriptionwrap {
	width: 537px;
	margin: auto;
	top: 20px;
	background: transparent url(images/other/descriptions/bg.jpg) top left repeat-y;
	display: block;
	position: relative;
}

.descriptionfooter {
	width: 537px;
	display: block;
	position: relative;
	background: transparent url(images/other/descriptions/footer.jpg) bottom left no-repeat;
	padding-bottom: 10px;
}

h2.descriptions {
	text-indent: -9999px;
	display: block;
	position: relative;
	height: 61px;
	width: 537px;
	background: transparent url(images/other/descriptions/header.jpg) top left no-repeat;
	}


/* REGISTRATION PAGE*/

.reg_table {
	width:400px;
	margin-right:20px;
	}
	
.reg_table input, select, img {
	margin:8px;
	}

.required {
	color: #FF0000;
}

.reg_list {
	text-align:right;
	padding-top:12px;
	
	}



/* ----- TYPOGRAPHY ----- */

p {
font-size: .8em;
line-height: 1.3em;
margin: .8em 0;
}

/* HEADLINES */

h1 {
	text-indent: -9999px;
	display: block;
	position: relative;
	height: 170px;
	width: 760px;
	background-image: none;
	}
	
h1.contact {
	background: transparent url(images/headlines/contactus.jpg) top left no-repeat;
	}
	
h1.classes {
	background: transparent url(images/headlines/classes.jpg) top left no-repeat;
	}

h1.dancecompany {
	background: transparent url(images/headlines/dancecompany.jpg) top left no-repeat;
	}
	
h1.directions {
	background: transparent url(images/headlines/directions.jpg) top left no-repeat;
	}
	
h1.faculty {
	background: transparent url(images/headlines/faculty.jpg) top left no-repeat;
	}
	
h1.links {
	background: transparent url(images/headlines/links.jpg) top left no-repeat;
	}
	
h1.news {
	background: transparent url(images/headlines/news.jpg) top left no-repeat;
	}
	
h1.policies {
	background: transparent url(images/headlines/policies.jpg) top left no-repeat;
	}
	
h1.register {
	background: transparent url(images/headlines/register.jpg) top left no-repeat;
	}
	
h1.photos {
	background: transparent url(images/headlines/photos.jpg) top left no-repeat;
	}
	
	

h3.whatsnew {
	text-indent: -9999px;
	display: block;
	position: relative;
	height: 47px;
	width: 224px;
	background: transparent url(images/main/whatsnew.jpg) top left no-repeat;
}

h4 {
font-weight: bold;
margin-bottom: -.6em;
margin-top: 15px;
}


/* ----- LINKS ----- */

a:link {
	color: #622221;
	text-decoration: underline;
}

a:visited {
	color: #622221;
	text-decoration: underline;

}

a:hover {
	color: #000;
	text-decoration: underline;

}

a:active {

}