/* general */

body {
	color: #2d2d2d;
	font: 16px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center; /* for IE */
	line-height: 1.4em;
	background: #151515 url(../images/bg_body.gif) repeat-x;
}

h1 {
    font-family: 'Oswald', sans-serif;
    color: #00447e;
	line-height: 1.4em;
}

p, dt, dd {
	margin: 0 0 .8em 0;
	/*padding: 0 0 1.6em 0;*/
}

p form {
	margin-top: 0;
	margin-bottom: 20px;
}

a, a:visited, a:active {
	color: #467aa7;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #005595;
	text-decoration: none;
	background-color: inherit;
}
:active {
	outline: none !important;
}
:focus {
	-moz-outline-style: none !important;
	outline: none !important;
}
.boldBlue {
	color: #467aa7;
	font-weight: bold;
	text-decoration: none;
}

ul, ol {
	margin:0; 
	padding:0;
}

.blueButton { 
	background: #4494d6;
	background: -moz-linear-gradient(top, #4494d6 0%, #1e5799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4494d6), color-stop(100%,#1e5799));
	background: -webkit-linear-gradient(top, #4494d6 0%,#1e5799 100%);
	background: -o-linear-gradient(top, #4494d6 0%,#1e5799 100%);
	background: -ms-linear-gradient(top, #4494d6 0%,#1e5799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4494d6', endColorstr='#1e5799',GradientType=0 );
	background: linear-gradient(top, #4494d6 0%,#1e5799 100%);

	-webkit-box-shadow: 1px 1px 0px #666;
	-moz-box-shadow: 1px 1px 0px #666;
	box-shadow: 1px 1px 0px #666;

	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: none;
	padding: 0 8px;
	height: 24px;
	line-height: 19px;
	vertical-align: top;
	
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.blueButton:visited { 
	color: #FFF;
	text-decoration: none;
}

input.disabled { 
	background: #CCC;
	color: #666;
	filter: none;
	cursor: default;
}


/* images */
img {
	border: 0;
}

img.left,img.center,img.right{
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left{
	float: left;
	margin: 0 12px 5px 0;
}

img.center{
	display: block;
	margin: 0 auto 5px auto;
}

img.right{
	float: right;
	margin: 0 0 5px 12px;
}

/* tables */
td {
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

/**************** Header and navigation styles ****************/
#container {
	width: 972px;
	margin: 0px auto;
	padding: 0 20px;
	text-align: left;
	background: #151515 url(../images/bg_body.gif) repeat-x;
}

#header {
	height: 135px;
	background: #2d2d2d;
}
#header img {
	margin: 14px 0 9px 67px;
}

#header h1 {
	padding: 35px 0 0 20px;
	font-size: 2.4em;
	background-color: inherit;
	color: #ffffff;
	letter-spacing: -2px;
	font-weight: normal;
}

#header h2 {
	margin: 10px 0 0 40px;
	font-size: 1.4em;
	background-color: inherit;
	color: #f0f2f4;
	letter-spacing: -1px;
	font-weight: normal;
}

#navigation {
	height: 36px;
	width: 972px;
	margin: 0;
	background: #00447e;
}

#navigation ul {
	float: left;
	margin: 4px 0 0 8px;
	padding: 0;
}

#navigation li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	background: #00447e;
}

#navigation li a {
	display: block;
	text-indent: -9999px;
	height: 32px;
}
#navigation.navAdmin li a {
	display: block;
	text-indent: 0 !important;
	height: 32px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 12px;
	color: #fff;
}
#navigation.navAdmin li a:hover {
	text-decoration: underline;
}
#navigation li.nav-1 a {
	background: url(../images/nav_home.png) no-repeat;
	width: 56px;
}
#navigation li.nav-2 a {
	background: url(../images/nav_register.png) no-repeat;
	width: 100px;
}
#navigation li.nav-3 a {
	background: url(../images/nav_program.png) no-repeat;
	width: 89px;
}
#navigation li.nav-4 a {
	background: url(../images/nav_instructors.png) no-repeat;
	width: 120px;
}
#navigation li.nav-5 a {
	background: url(../images/nav_classes.png) no-repeat;
	width: 146px;
}
#navigation li.nav-6 a {
	background: url(../images/nav_gear.png) no-repeat;
	width: 55px;
}
#navigation li.nav-7 a {
	background: url(../images/nav_faq.png) no-repeat;
	width: 45px;
}
#navigation li.nav-8 a {
	background: url(../images/nav_blog.png) no-repeat;
	width: 56px;
}
#navigation li.nav-9 a {
	background: url(../images/nav_account.png) no-repeat;
	width: 88px;
}
#navigation li.nav-10 a {
	background: url(../images/nav_login.png) no-repeat;
	width: 59px;
}
#navigation li.nav-11 a {
	background: url(../images/nav_cart.png) no-repeat;
	width: 38px;
}
#navigation li.nav-1 > a:hover, #navigation li.nav-2 > a:hover, #navigation li.nav-3 > a:hover, #navigation li.nav-4 > a:hover, #navigation li.nav-5 > a:hover, #navigation li.nav-6 > a:hover, #navigation li.nav-7 > a:hover, #navigation li.nav-8 > a:hover, #navigation li.nav-9 > a:hover, #navigation li.nav-10 > a:hover, #navigation li.nav-11 > a:hover, #navigation li.selected a  {
	background-position: 0 -32px;
}
#navigation #social {
	float: right;
	margin: 4px 8px 0 0px;
}

/**************** Content styles ****************/
#content {
	font-size: 0.9em;
    padding: 60px 46px 40px;
	background: #ffffff;
	clear: both;
	position: relative;
}
#content li {
	list-style-type:square
}
#edge {
	width: 972px;
	height: 31px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

#contentAdmin {
  background: none repeat scroll 0 0 #FFFFFF;
  clear: both;
  font-size: 0.9em;
  padding: 30px 46px 40px;
  position: relative;
}

#contentcontact {
	float: left;
	width: 480px;
	font-size: 0.9em;
	padding: 0;
}

#contentDS {
	float: left;
	width: 700px;
	font-size: 0.9em;
	padding: 0 0 0 20px;
}

#content h1, #contentAdmin h1 {
	display: block;
	margin: 0 0 16px 0;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #00447e;
	background-color: inherit;
}

#content h2, #contentAdmin h2 {
	display: block;
	margin: 0 0 12px 0;
	font-size: 20px;
	letter-spacing: -1px;
	color: #00447e;
	font-family: 'Arial';
	font-weight: bold; 
}


#content h2 a, #contentAdmin h2 a {
	font-weight: normal;
}

#content h3, #contentAdmin h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	letter-spacing: -1px;
	color: #1d1d1d;
	font-weight: bold;
}

#content h4, #contentAdmin h4 {
	margin: 0 0 1.3em 0;
	font-size: 12px;
}
#contentAdmin h4 {
	background: #00447E;
	margin: 12px 0 0 0;
	padding: 4px 4px 4px 8px;
	font-size: 14px;
	color: #fff;
}
#content h5, #contentAdmin h5 {
	margin: 0 0 1.4em 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6em;
}

#content a:hover, #contentAdmin a:hover, #subcontent a:hover {
	text-decoration: underline;
}

#content ul, #content ol, #contentAdmin ul, #contentAdmin ol {
	margin: 0 5px 1.3em 35px;
}

#content dl, #contentAdmin dl {
	margin: 0 5px 10px 25px;
}

#content dt, #contentAdmin dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#content dd, #contentAdmin dd {
	margin: 0 0 10px 15px;
}

/*home page*/
#hmMission {
	background: #131313;
	padding: 98px 66px 78px 81px;
}
#hmVideo {
	padding: 0;
}
#hmVideo iframe {
	border: 0;
}
#hmBot {
	padding: 32px 44px 22px 50px;
}
#hmList {
	padding: 0 40px 0 0;
}
#hmList ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#hmList li {
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 1.3em;
}
#hmList h2 {
	font-size: 17px;
	color: #ff1b29;
	line-height: 1.3em;
	margin: 0;
	text-transform: uppercase;
}
#hmList a {
	/*background: url(../images/raquo.gif) right 5px no-repeat;*/
	/*padding-right: 14px;*/
}
#hmList a, #hmList a:active, #hmList a:visited {
	color: #131313;
	font-weight: normal;
}
#hmList a:hover {
	text-decoration: none;
	color: #ff1b29;
}
#hmList h2 a, #hmList h2 a:active, #hmList h2 a:visited {
	color: #ff1b29 !important;
	font-weight: bold !important;
}
#hmList h2 a:hover {
	text-decoration: underline !important;
}
#hmTest {
	padding: 0 0 0 32px;
	width: 270px;
	border-left: 2px solid #7d7d7d;
	color: #131313;
	font-weight: bold;
	line-height: 1.6em;
	font-size: 16px;
}
#hmTest span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 3px;
}

/**************** Sidebar styles ****************/
#subcontent {
	float: right;
	width: 170px;
	padding: 20px 20px 10px 0;
	line-height: 1.4em;
}

#subcontentc {
	float: right;
	width: 220px;
	padding: 0 0 10px 0;
	line-height: 1.4em;
}

#subcontent h2 {
	display: block;
	margin: 0 0 15px 0;
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1px;
	color: #505050;
	background-color: inherit;
}

#subcontent p {
	margin: 0 0 16px 0;
	font-size: 0.9em;
}

/**************** Menublock styles ****************/
.menublock {
	margin: 0 0 20px 8px;
	font-size: 0.9em;
}

.menublock li {
	list-style: none;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
}

.menublock li a {
	font-weight: bold;
	text-decoration: none;
}

.menublock li a:hover {
	text-decoration: none;
}

.menublock li ul {
	margin: 3px 0 3px 15px;
	font-size: 1em;
	font-weight: normal;
}

.menublock li ul li {
	margin-bottom: 0;
}

.menublock li ul a {
	font-weight: normal;
}

/**************** Searchbar styles ****************/
#searchbar {
	margin: 0 0 20px 0;
}

#searchbar form fieldset {
	margin-left: 10px;
	border: 0 solid;
}

#searchbar #s {
	height: 1.2em;
	width: 110px;
	margin: 0 5px 0 0;
	border: 1px solid #a0a0a0;
}

#searchbar #searchbutton {
	width: auto;
	padding: 0 1px;
	border: 1px solid #808080;
	font-size: 0.9em;
	text-align: center;
}

/**************** Footer styles ****************/
#footer {
	clear: both;
	padding: 15px 25px 60px;
	font-size: 11px;
	color: #868686;
	background: #1d1d1d;
}

#footer p {
	padding: 0;
	margin: 0;
	text-align: center;
}
#footer #msthd {
	float: left;
}
#footer #crdts {
	float: right;
}

#footer a, #footer a:active, #footer a:visited {
	color: #868686;
}

#footer a:hover {
	color: #CCC;
	text-decoration: none;
}

/**************** Misc classes and styles ****************/
.splitcontentleft {
	float: left;
	width: 33%;
}

.splitcontentright {
	float: right;
	width: 66%;
}

.clear {
	clear: both;
}

.small {
	font-size: 0.8em;
}

.hide {
	display: none;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.important {
	color: #f02025;
	background-color: inherit;
	font-weight: bold;
}

.alert {
	color: #ff0000;
}

.box {
	margin: 0;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	color: #505050;
	line-height: 1.5em;
}

/* forms */
form {
	margin: 0;
}

table.frm tr td {
	padding: 2px;
}

table.frm tr.frmTotals td {
	border-top: 1px solid #666666;
}
table.frm tr.bdrBottom td {
	border-bottom: 1px solid #00447E;
	padding: 3px 4px 2px 8px;
	line-height: 26px;
}

.label {
	vertical-align: middle;
}

.labeltop {
	vertical-align: top;
}

.labelcen {
	vertical-align: middle;
	text-align: center;
}

.labelrt {
	vertical-align: middle;
	text-align: right;
}

.frmSelect {
	width: 360px;
}

select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

/* admin */
#contentAdmin table.mgr tr td {
	vertical-align: middle;
}

#contentAdmin tr.admincolumnHdr td {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 3px 6px;
}

#contentAdmin tr.admincolumnDataA td {
	background: #EEEEEE;
	padding: 3px 0px 3px 6px;
	vertical-align: top;
	border-bottom: 1px solid #aaaaaa;
	font-size: 11px;
}

#contentAdmin tr.admincolumnDataB td {
	background: #FFFFFF;
	padding: 3px 0px 3px 6px;
	vertical-align: top;
	border-bottom: 1px solid #aaaaaa;
	font-size: 11px;
}

input {
	padding: 1px 4px;
}
textarea {
	padding: 4px;
}
select {
	padding: 2px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	padding: 2px;
}

.alert {
	color: #FF0000;
}

/* calendar */
table.calendar {
	background: #666666;
}

table.calendar tr th {
	background: #EEEEEE;
	color: #48576C;
	font-size: 11px;
}

table.calendar tr.caldays th {
	background: #48576C;
	color: #FFFFFF;
	font-size: 11px;
}

table.calendar tr td {
	font-size: 11px;
}

table.calendar tr td.monthPrev, table.calendar tr td.monthNext {
	background: #DDDDDD;
}

table.calendar a, table.calendar a:visited, table.calendar a:active {
	text-decoration: none;
}

.loginfield {
	background: #FFFFFF url(../images/back_login_emailaddress.gif) no-repeat;
}

.passwordfield {
	background: #FFFFFF url(../images/back_login_password.gif) no-repeat;
}

/* Register Page */
table.available_sessions {
	width: 100%;
	margin-bottom: 14px;
}
table.available_sessions tr.location_row td { 
	text-align: left; 
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0px 0px !important;
	background: none !important;
	line-height: 32px;
}
table.available_sessions tr.location_row td h3 {
	display: inline;
}

table.available_sessions tr td .map {
	display: inline-block;
	float: right;
	margin-top: 1px;
}
table.available_sessions tr td .map a { 
	font-size: 12px;
	font-weight: normal; 
	color: #F00;
	background: url(../images/icn_map.png) 0 7px no-repeat;
	padding-left: 34px;
	display: block;
}
table.available_sessions tr td.chkDisplay .map a {
	background: url(../images/icn_map.png) 0 2px no-repeat;
}
table.available_sessions tr td .info {
	display: inline-block;
	/*width: 100px !important;*/
}
table.available_sessions tr td .info a { 
	font-size: 12px;
	font-weight: normal; 
	color: #F00;
	background: url(../images/icn_info.png) 0 7px no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	display: block;
}

table.available_sessions td { 
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
	line-height: 16px;
	background: #f6f6f6;
	vertical-align: middle;
}
table.available_sessions td table.tblFrm td {
	border: 0;
	padding: 0;
}
table.available_sessions tr.chkTotal td { 
	font-size: 14px;
	border-top: 1px solid #CCC;
	border-bottom: none;
}

table.available_sessions td.session { 
	font-weight: bold;
	color: #00447E;
}
table.available_sessions td.duration {
	white-space: nowrap;
}
table.available_sessions td.duration span { 
	color: red;
}
table.available_sessions td.date { 
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
table.available_sessions .location { 
	font-weight: bold;
	font-size: 14px;
}
table.available_sessions .chkDisplay {
	line-height: 1.8em;
}
table.available_sessions td.register select { 
	/*width: 235px;	*/
	padding: 2px 3px 2px;
	margin-top: 1px;
	border: 1px solid #CCC;
}
table.available_sessions td.register { 
	text-align: right;
	white-space: nowrap;
}
table.available_sessions td.register span {
	font-weight: bold;
	color: #00447E;
}
table.available_sessions td.register .blueButton {
	margin-top: 0px;
	margin-left: 8px;
}
table.available_sessions select {
	font-size: 12px;
}
/*promocode*/
.promocode {
	width: 350px;
}
.promocode input[type=text] {
	height: 18px;
	border: 1px solid #999;
	padding: 2px 8px 2px;
	margin-top: -1px;
}
.promocode div {
	float: left;
	padding-right: 8px;
}
.promocode input[type=submit] {
	margin-top: -1px;	
}
.error {
	color: #F00;
}

/*checkout*/
table.checkout td.checkout {
	padding-right: 1px;
}
.btnCheckout {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	height: 28px;
	line-height: 24px;
}
.btnRemove {
	font-size: 10px;
	margin-top: 3px;
	height: 20px;
	line-height: 18px;
	padding-bottom: 2px;
}
.btnRemovePromo {
	margin-top: -3px;
	margin-left: 8px;
}
form.frmCheckout {
	text-align: right;
	margin: 0;
}
.lnkContinue {
	margin: 4px 8px 0 0; 
	font-size: 12px;
}


table.instructors {
	margin-bottom: 16px;
	border-bottom: 1px solid #467AA7;
	padding-bottom: 10px;
	width: 880px;
}


/*align and links*/

.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.floatRight {
	float: right;
	margin: 0 0 12px 12px !important;
}
.lnkPromo {
	background:#467AA7; 
	color: #fff; 
	font-size:16px;
}
.lnkPromo a {
	color: #fff;
}
.lnkPromo a:hover {
	text-decoration: none !important;
}

.btnRegister {
	background: url(../images/nav_register.png) no-repeat;
	width: 104px;
	display: inline-block;
	text-indent: -9999px;
	height: 32px;
	padding-top: 4px;
	margin-bottom: -4px;
}
.btnRegister:hover {
	background-position: 0 -32px;
}

