/* global.css */

* {
    margin: 0px;
    padding: 0px;
}
body {
    text-align: center;
    font: 16px Georgia, Arial;
	line-height: 23px;
}

a {

	outline-style: none;
	cursor: pointer;

}

input, textarea {
    float: left;
    font: 14px Georgia, Arial;
    background: url('../images/input_bg.jpg') repeat-x top;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
}
hr {
    float: left;
	background-color: #cc0000;
    color: #cc0000;
	border: none;
	height: 1px;
    clear: both;
    width: 100%;
}
div#footer {
	border-top: 1px solid #999;
}

div#page {
	background-color: #fff;
    width: 750px;
	overflow: hidden;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding: 0px 20px 20px 20px;
}

span.timestamp {
    font-size: 12px;
    color: #999999;
}

h2 {
    float: left;
    clear: both;
}
h3 a {
    text-decoration: none;
    color: #600;
}
h3 a:hover {
    color: #c00;
}
h4 {
    font-size: 16px;
    color: #cc0000;
}

div.clear {
	clear: both;
}

div#footer {
	float: left;
	clear: both;
	width: 100%;
    font-size: 12px;
    color: #999999;
}

ul#navigation li {
	padding: 5px;
}
ul#navigation li a {
	padding: 7px;
	text-decoration: none;
	color: #fff;
}
ul#navigation li a:hover {
	color: #000;
	background-color: #fff;
}

div#newsletter {
    margin-top: 20px;
    line-height: 17px;
}
div#newsletter input {
    width: 205px;
    margin-top: 10px;
    padding-top:5px;
    padding-bottom:6px;
    float: left;
}
div#newsletter input.submit {
    width: auto;
    border: none;
    padding: 0px;
    background: none;
    margin-left: 5px;
}



/* content.css */


div#header {
    background: url('../images/content_main_bg.jpg') no-repeat top left;
    height: 76px;
    width: 100%;
    float: left;
}

h1#logo {
    position: absolute;
}
h1#logo a span {
    visibility: hidden;
}
h1#logo a {
    display: block;
    width: 170px;
    height: 75px;
    border: none;
    text-decoration:none;
}

h2#title {
    float: left;
    clear: left;
    width: 450px;
    line-height: 30px;
    position: relative;
    top: -5px;
}
span.timestamp {
    float: left;
    clear: left;
}

div#content {
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 0px;
	list-style: none;
}
div#content p {
    float: left;
    clear: both;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
}
div#content p.note {
    border-top: 1px solid #ccc;
    font-size: 12px;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: italic;
}
div#content h3 {
    float: left;
    clear: both;
	width: 100%;
    font-size: 24px;
    border-bottom: 1px solid #c00;
}

ul#navigation {
    list-style-type: none;
    float: right;
    margin-top: 37px;
    margin-right: 2px;
}
ul#navigation li {
    padding: 0px;
    display: inline;
}
ul#navigation li a span {
    visibility: hidden;
}
ul#navigation li a {
    display: block;
    padding: 0px;
    float: left;
    height: 39px;
}
ul#navigation li a#dclasses {
    width: 83px;
}
ul#navigation li a#dclasses:hover {
    background: url('../images/content_classes.jpg') no-repeat top left;
}
ul#navigation li a#dinstructors {
    width: 115px;
}
ul#navigation li a#dinstructors:hover {
    background: url('../images/content_instructors.jpg') no-repeat top left;
}
ul#navigation li a#dschedule {
    width: 97px;
}
ul#navigation li a#dschedule:hover {
    background: url('../images/content_schedule.jpg') no-repeat top left;
}
ul#navigation li a#dtuition {
    width: 86px;
}
ul#navigation li a#dtuition:hover {
    background: url('../images/content_tuition.jpg') no-repeat top left;
}
ul#navigation li a#dgallery {
    width: 83px;
}
ul#navigation li a#dgallery:hover {
    background: url('../images/content_gallery.jpg') no-repeat top left;
}
ul#navigation li a#dcontactUs {
    width: 113px;
}
ul#navigation li a#dcontactUs:hover {
    background: url('../images/content_contactus.jpg') no-repeat top left;
}

div#newsletter {
    float: right;
    clear: right;
	clear: top;
}

h4#section {
    float: left;
    margin: 20px 0px 10px 0px;
}
h1#section {
    float: left;
    margin: 50px 0px 20px 0px;
    color: #c00;
}

ul#directory {
    float: left;
    clear: left;
    padding: 0px 0px 20px 20px;
}

div#photos {
    float: right;
    width: 510px;
    padding-top: 20px;
}
#gallery div#photos {
    width: 550px;
}
div#photos div.photo {
    float: right;
    padding-left: 30px;
}
div#photos div.last {
    padding-left: 0px;
}

div.image div.border {
    float: left;
    background: url('../images/small_image_border.gif') no-repeat top;
    width: 150px;
    height: 102px;
}
div.image {
    float: left;
	overflow: hidden;
    width: 150px;
    height: 102px;
    background: no-repeat center;
}

a.anchor {
    float: left;
    clear: both;
}

/* classes.css */

#classes a#dclasses {
    background: url('../images/content_classes.jpg') no-repeat top left;
}

#classes div.content h3 {
    font-size: 24px;
}

/* instructors.css */


#instructors a#dinstructors {
    background: url('../images/content_instructors.jpg') no-repeat top left;
}

#instructors div#content h3 {
    font-size: 24px;
}

#instructors div#content p img {
    float: left;
    margin: 0px 20px 20px 0px;
    padding: 2px;
    border: 1px solid #c00;
}

#instructors div.portrait {
    float: left;
}
#instructors div.portrait div.image div.border {
    background: url('../images/content_image_border.gif') no-repeat top;
    width: 200px;
    height: 180px;
}
#instructors div.portrait div.image {
    width: 200px;
    height: 180px;
}

/* schedule.css */


#schedule a#dschedule {
    background: url('../images/content_schedule.jpg') no-repeat top left;
}

#schedule div#content h3 {
    float: left;
    clear: both;
    font-size: 24px;
}

#schedule table {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}
#schedule table th {
    border-bottom: 1px dashed #999;
    color: #c00;
}
#schedule table td {
    line-height: 30px;
}

/* tuitions.css */

#tuition a#dtuition {
    background: url('../images/content_tuition.jpg') no-repeat top left;
}

#tuition table {
    float: left;
    width: 300px;
    margin-bottom: 40px;
}
#tuition table th {
    border-bottom: 1px dashed #999;
    color: #c00;
}
#tuition table td {
    line-height: 30px;
}

#tuition div#content {
    padding-top: 20px;
}
#tuition div#content p {
    padding-bottom: 10px;
}

/* gallery.css */

#gallery div#content h3 {
    font-size: 24px;
}

#gallery ul#directory {
	margin-top: 20px;
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	width: 200px;
}
#gallery ul#directory ul {
	margin: 10px 0px 10px 40px;
}

#gallery a#dgallery {
	background: transparent url('../images/content_gallery.jpg') no-repeat scroll left top;
}

#gallery div#content {
	width: 510px;
	float: right;
	clear: right;
	margin-top: 20px;
}

#gallery div#photos {
    float: left;
}
#gallery div#photos div.photo {
	padding: 0px 30px 15px 0px;
    float: left;
}

/* email.css */
#email div#content p {
    padding: 0px;
}

#contact a#dcontactUs {
    background: url('../images/content_contactus.jpg') no-repeat top left;
}