﻿/* CSS Document */

* {padding:0; margin:0; }

/* GENERAL */
body {background-color:#716D5E; padding:0; margin:0px 0 10px 0; color:#B7B7B6; font-family:arial, helvetica, sans-serif;}
b {font-weight:bold;}
div{}
img {border:0;} 
label {border:0;}

h1 {display:block; color:#E6801D; height:auto; font-size:14px; font-family:Helvetica, Arial, sans-serif; text-align:left; font-weight:bold; padding:0; margin:10px 0 5px 0; }
p {font-size:11px; text-align:left; color:#FFF; padding:0;	margin:0 10px 10px 0;}
th {position:relative; color:#000;font-size:14px;font-family:Helvetica, Arial, sans-serif; text-align:left; font-weight:bold; padding:0;}
td {font-size:12px; text-align:left; color:#000; padding:0;	margin:0 10px 10px 0;}

a {color:#B7B7B6; text-decoration:none;font-size:1.0em;}
a:LINK {color:#B7B7B6; text-decoration:none;}
a:VISITED {color:#B7B7B6; text-decoration:none;}
a:ACTIVE {color:#B7B7B6; text-decoration:underline;}
a:HOVER {color:#B7B7B6; text-decoration:underline;}
a:FOCUS {color:#B7B7B6; text-decoration:underline;}

ul 
{
	font-size:11px;
	text-align:left;
	color:#FFF;
	padding-left:20px;
	list-style-type:square;
	list-style-position:outside;
}
li {margin-left:5px; text-align:left; padding:5px 0 0 0;}

.floatLeft {float:left;}
.floatRight {float:right;}

.content {
	position:relative;
	display:block;
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:#716D5E;
	padding: 0;
}

.main {
	position:relative;
	display:block;
	width:749px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	float:left;
	padding: 0;
}

.menuButton {
	position:relative;
	display:block;
	width:124px;
	height:36px;
	background-image:url(../images/buttons/button_menu.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
	line-height: 35px;
	padding: 0;
	float:left;
	cursor:hand;
	color:#FFF;
}

.menuButtonHover {
	position:relative;
	display:block;
	width:124px;
	height:36px;
	background-image:url(../images/buttons/button_menu_hover.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
	line-height: 35px;
	padding: 0;
	float:left;
	cursor:hand;
	color:#3280f5;
}

.menuButton A:ACTIVE, .menuButton A:HOVER, .menuButton A:FOCUS{
	color:#3280f5;
	text-decoration:none;
}

.menuButtonHover A:ACTIVE, .menuButtonHover A:HOVER, .menuButtonHover A:FOCUS{
	color:#3280f5;
	text-decoration:none;
}

.menuButtonPopup {
	position:relative;
	display:block;
	width:124px;
	height:30px;
	background-color: #8A4D11;
	border:1px solid black;
	font-weight:bold;
	text-align:center;
	line-height: 30px;
	padding: 0;
	float:left;
	cursor:hand;
	color:#FFF;
}

.menuButtonPopup A:ACTIVE, .menuButtonPopup A:HOVER, .menuButtonPopup A:FOCUS{
	color:#3280f5;
	font-weight:bold;
	text-decoration:none;
}

/* HEADER */
.head {
	position:relative;
	display:block;
	float:left;
	width:749px;
	height:62px;
	background-color:#02263e;
	background-image:url(../images/diag_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight: bold;
}

.head A {
	color:#FFFFFF;
	text-decoration:none;
}

.head A:ACTIVE, .head A:HOVER, .head A:FOCUS{
	color:#3280f5;
	text-decoration:none;
}

.headLogo {
	position:relative;
	display:block;
	float:left;
	width:auto;
	height:auto;
	padding:0px;
	margin:0;
}

.headText {
	position:relative;
	display:block;
	width:auto;
	height:auto;
	padding-top:35px;
	font-size:0.9em;
	color:#FFFFFF;
	margin:0;
}

/* FOOTER */
.footer 
{
	position:relative;
	display:block;
	width:749px;
	height:50px;
	margin-left:19px;
	margin-right:20px;
	background-color:#716D5E;
	background-image:url(../images/outline_bottom.gif);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
	font-size:0.7em;
	color:#B7B7B6;
	line-height:40px;
	font-weight: bold;
	float: left;
	vertical-align:top;
}	

.footer A 
{
	color:#B7B7B6;
	text-decoration:none;
}

.footer A:ACTIVE, .footer A:HOVER, .footer A:FOCUS
{
	color:#B7B7B6;
	text-decoration:underline;
}

/* SHADOWS */
.leftShadow
{
	position:relative;
	display:block;
	width:19px;
	height:800px;
	background-color:#716D5E;
	background-image:url(../images/outline_left.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 0;
	float:left;
}

.rightShadow
{
	position:relative;
	display:block;
	width:19px;
	height:800px;
	background-color:#716D5E;
	background-image:url(../images/outline_right.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 0;
	float:left;
}

/* HOME */
.homeBox {
	position:relative;
	display:block;
	width:350px;
	padding:0;
	margin:0;
	float:left;
}

.dots_horiz
{
	position:relative;
	display:block;
	height:17px;
	background-image:url(../images/dot_horiz.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:725px;
	float:left;
}

.dots_horiz_news
{
	display:block;
	height:17px;
	background-image:url(../images/dot_horiz.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:700px;
	float:left;
}

.dots_vert
{
	position:relative;
	display:block;
	height:390px;
	background-image:url(../images/dot_vert.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:17px;
	float:left;
}

/* CLASSES */
.classesLeftBox {
	position:relative;
	display:block;
	width:379px;
	padding:0 10px 0 0;
	margin:0;
	float:left;
}

.classesRightBox {
	position:relative;
	display:block;
	background-image:url(../images/classesbg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:341px;
	height:399px;
	padding:0;
	margin:0;
	float:left;
}

.moreInfo {
	font-size:0.7em;
	text-align:left;
	color:#B7B7B6;
	margin:0.7em 10px 0.7em 10px;
	font-weight: bold;
	text-align:center;
}

.studio 
{
	font-size:20px;
	color:red;
	text-align:center;
}

.academy
{
	font-size:20px;
	color:#415B95;
	text-align:center;
}

/* STYLES */
.stylesLeftBox {
	position:relative;
	display:block;
	width:260px;
	padding:0;
	margin:0;
	float:left;
}
.stylesMiddleBox 
{
	position:relative;
	display:block;
	padding:10px;
	margin:0;
	float: left;
	width: 190px;
}
.stylesRightBox {
	position:relative;
	display:block;
	background-image:url(../images/stylebg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:250px;
	height:420px;
	padding:0 0 0 10px;
	margin:0;
	float:left;
	color:#000;
}

.stylesRightBox P, TD H1 {
	color:#000;
}

.newsBox
{
	height:450px;
	width:730px;
	clear:left;
	overflow:auto;
}

.newsItem
{
	width:700px;
}

/* SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

.registerText 
{
	color:#FFF;
	font-size: 11px;
}

.registerBox {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	height:460px;
	float:left;
	width:750px;
}

.pdf 
{
    background-image: url('../images/pdficon16.gif');
    background-position: left center;
    background-repeat:no-repeat;
    font-weight:bold;
    padding-left:20px;
    float:left;
    margin-top:20px;
}