/* ELEMENT
----------------------------------------------------------*/
body
{
	background: url(../images/bg1.png) repeat-x;
    background-color: #1d1d1d;
    font-size: .9em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #fff;
}

a:link
{
    color: #3E7FAE;
    text-decoration: none;
}
a:visited
{
    color: #3E7FAE;
    text-decoration:none;
}
a:hover
{
    color: #3E7FAE;
    text-decoration: underline;
}
a:active
{
    color: #3E7FAE;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img
{
	border: none;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #3E7FAE;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    margin-top:0;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* FORMS
----------------------------------------------------------*/
input, select, button
{
	border: 1px solid #999;
	font-size:110%;
}

input
{
	margin: 5px 0;
	padding: 5px 3px;
}

/* Tables
----------------------------------------------------------*/
table
{
	width:100%;
	border-collapse:collapse;
	text-align:left;
	border:1px solid #1A1C46;
		background-color:#000;
}

table .first
{
	background-color:#13153B;
}

table th
{
	padding:12px 15px;
	border-bottom:1px solid #1A1C46;
}

table td
{
	border-top: 1px solid #1A1C46;
	padding:12px 15px;
	vertical-align:top;
}

span.loc1
{
	background-color:#3F6617;
	padding:3px 5px;
}

span.loc2
{
	background-color: #790000;
	padding:3px 5px;
}


/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
.page
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#main
{
	overflow:hidden;
    margin-top:20px;
    margin-bottom: 30px;
    clear:both;
}

#main-left
{
	padding: 10px;
	border:5px solid #4D4C4C;
	background-color:#000;
	width:630px;
	margin-right:10px;
	float:left;
}

#main-right
{
	width:290px;
	float:right;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


/* NAVIGATION BAR
----------------------------------------------------------*/
div#nav
{
	margin:25px 0 15px 0;
	height: 30px;
	margin-right:auto;
	margin-left:auto;
}

div#nav-logo
{
	float:left;
	height:30px;
	width:375px;
}

div#nav-menu
{
	float:right;
	width: 550px;
}

a#logo
{
	display:block;
	width: 375px;
	height:30px;
}

ul#menu
{
	padding-left:40px;
    margin: 0;
    text-align: right;
    float:right;
}

ul#menu li
{
    float: left;
    list-style: none;
    margin-left:15px;
}

ul#menu li a
{
	display:block;
	padding: 4px 10px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color:#4d4c4c;
}

ul#menu li a:hover
{
    background-color: #106DB0;
    text-decoration: none;
}

ul#menu li a:active
{
/*    background-color: #fff; */
    text-decoration: none;
}

ul#menu li.selected a
{
/*    background-color: #fff; */
    color: #106DB0;
}

/* Header
----------------------------------------------------------*/
div#header
{
	height:150px;
}

div#header h2
{
	margin:0;
	color:#fff;
	font-size:1.2em;
	padding-bottom:0;
}

div#header-logo
{
	float:left;
	width: 150px;
	margin-right: 20px;
}

div.header-contact
{
	margin-top:30px;
	float:left;
	padding-right:10px;
	margin-right:20px;
	height:90px;
}

div.header-contact div.address
{
	float:left;
}

div.header-contact div.times
{
	float:left;
}

div.header-contact p
{
	margin: 0 30px 0 0;
}

div.header-contact p.title
{
    font-size: 1.2em;
	font-weight:bold;
}

div.header-contact p.detail
{
	padding:5px;
	background-color: #1A1C46;
	margin-bottom:5px;
	font-size:0.7em;
}

/* Right Column
----------------------------------------------------------*/
.box
{
	padding:5px;
	margin-bottom:10px;
	background-color: #13153B;
}

.box h3
{
	margin:0;
}

.box p
{
	margin:2px 0;
}

#main-right .box
{
	border:5px solid #4D4C4C;
}

/* COMMON
----------------------------------------------------------*/
p.callout
{
	font-size:0.7em;
}

/* MISC
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#title
{
    display:block;
    float:left;
    text-align:left;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

span.gold
{
	padding:3px 0;
	color:#DACE1B;
	font-weight:bold;
	font-size:0.9em;
}

span.silver
{
	color:Silver;
	padding:3px 0;
	font-weight:bold;
	font-size:0.9em;

}

/* Instructors
----------------------------------------------------------*/
div.instructor
{
	margin-top:20px;
	overflow:hidden;
}

div.instructor div.photo
{
	float:left;
	padding-top:5px;
	width:80px;
}

div.instructor div.info
{
	margin-left: 125px;
}

div.instructor h2,
div.instructor h3
{
	margin: 0 0 0 0;
}

div.instructor p
{
	margin: 0 0 5px 0;
}

div.instructor p.title
{
	font-weight:bold;
	font-size:0.8em;
}

div.instructor ul
{
}

table.instructor-history th,
table.instructor-history td
{
	padding:6px 8px;
}

span.all-levels
{
	padding:3px 5px;
	background-color:#326b95;
}

span.beginners
{
	padding:3px 5px;
	background-color:#5d4976;
}

span.thai
{
	padding:3px 5px;
	background-color:#c15420;
}


span.mma
{
	padding:3px 5px;
	background-color:#208638;
}
