@charset "utf-8";
/* CSS Document */

.landingTable {
	height: 576px;
	width: 1024px;
}
.landingLogo {
	height: 252px;
	text-align: center;
}
.mainLogo {
	text-align: center;
	padding: 25px;
}
.main .landingTable .landingFooter {
	text-align: center;
	height: 35px;
	font-size: 12px;
}

.main {
	width: 1050px;
	margin: auto;
}
body {
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #6d6f71;
	margin: auto;
}
.mainNav a {
	text-decoration: none;
	color: #FFFFFF;
}

.mainTable {
	border: thin solid #6d6f71;
}
.mainNav {


}

.contentTable {

}
img {
	border: none 0 #fff;
}
.tdFindUs {
	vertical-align: top;
	text-align: left;
}
.scheduleDays {
	font-weight: bold;
	width: 110px;
	padding: 3px;
	background-image: url(images/navBar.jpg);
	background-position: center center;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.scheduleTime {
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/navBar.jpg);
	background-position: center center;
}
.scheduleClass {
	text-align: center;
	color: #000000;
	padding: 3px;
	vertical-align: middle;
	background-color: #ebf094;
}
.tableAbout {
	padding: 3px;
	width: 800px;
	text-align: left;
}
.main .mainTable .mainContainer .contentTable .schedule p {
	text-align: left;
}

/* -------------------------- */
/* Blog Config               */
/* -------------------------- */

input, select, textarea
{
    color: #333333;
    font-size: 9pt;
    border: solid 1px #CCC;
    padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.blogFunctionContainer
{
	vertical-align: top;
}

.blogFunctions
{
	width: 200px;
	text-align: left;
}

.blogFunctionsContent
{
	background-color: #eced96;
	padding: 5px;
	line-height: 1.3;
	
}

.blogSpacer
{
	width: 20px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.page
{
    margin: auto;
}

.mainBlog
{
    width: 750px;
    float: left;
    text-align: left;
}

.footer
{
    width: 100%;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
    background: #eee;
}
.postTitle
{
    font-weight: bold;
    font-size: 12pt;
    color: #c60;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile A
{
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}
.imageTable {
	text-align: center;
}

.imageTableLander {
	text-align: left;
}
