@charset "UTF-8";
/* CSS Document */

/* ------  structual classes -------------*/
.content_wrapper {
	width: 100%;
	background-image: url(../Images/Misc/MainBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.content_container {
	width: 960px;
	margin: 0 auto;
	text-align:left;
	min-height: 500px;
	padding: 25px 0 0 0;
}

/* ------  textual classes -------------*/
h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight:bold;
	margin: 0;
	font-size:26px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight:bold;
	margin: 0;
	font-size:22px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight:normal;
	margin: 0;
	font-size:20px;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight:normal;
	margin: 0;
	font-size:18px;
	text-align:left;
	margin-bottom:4px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:normal;
}
p {
Font-family: Arial, Verdana;
Font-weight: normal;
Color: #fff;
Font-size: 13px;
text-decoration: none;	
margin: 0 0 0 0;
padding: 0 0 0;
}
p a , p a:visited {
Font-family: Arial, Verdana;
Font-weight: normal;
Color: #fa361f;
Font-size: 11px;
text-decoration: none;	
}
p a:hover {
Color: #ee5d10;
text-decoration: none;		
}
p.text {
font-size: 11px;
padding: 0 0 0 5px;
}
p.text2 {
font-size: 11px;
padding: 0 0 0 0;
}
.red {
	color: #F00;	
}
.orange {
	color: #f36d1f;	
}
.fourteen {
	font-size: 14px;
}
.text_cell {
	padding: 5px;
}
/* ------  form classes -------------*/
fieldset {
	padding:10px;
	margin-bottom:36px; 
	width:600px;
	border: 0px;
}
.text_field {
	width: 280px;
	height: 30px;
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
	
}

/* ------  misc classes -------------*/
.dotted_rule {
	border-top: 1px dotted #fff;
	margin: 8px 4px 8px 4px;
}
.dotted_rule2 {
	border-top: 1px dotted #fff;
	margin: 8px 0px 8px 0px;
}
/*----------- clear classes -------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
/*----------- clear classes -------------------*/

/*----------- misc classes --------------------*/
.right_col_bg {
	background: #000;

	background-position: bottom;
	background-repeat: no-repeat;
	border: 1px solid #343434;
	}
.mini_panel_contents {
	background: #151515;
	border: 1px solid #343434;
	
}
/*---------- tab container elements -------------*/

.tabs {
	float:left; 
	width:475px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	position:relative;
}
.tab_Beginner_on {
	width: 135px; 
	height: 43px; 
	background-color: red; 
	list-style: none; 
	float:left; 
	margin-right: 1px;
}
.tab_Intermediate_off {
	width: 180px; 
	height: 43px; 
	background-color: blue; 
	list-style: none; 
	float:left; 
	margin-right: 1px;
}
.tab_Advanced_off {
	width: 135px; 
	height: 43px; 
	background-color: green; 
	list-style: none; 
	float:left;
}
