/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #fff;
	background-position: top center;
	font-family: Tahoma, Arial, Verdana, san-serif;
	font-size: 13px;
	color: #6d6e71;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #f8981d;
	text-decoration: none;
}
a:hover {
	color: #b2b2b0;
	text-decoration: none;
}

h2 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

#contentTEXT3 ul {
	margin-left: 10px;
}

#contentTEXT3 li {
	list-style-image:url(../images/li.gif);
	list-style-position: outside;
}


/* TEXTSTYLE CSS downwards =============================================== */
.footerText1 {
	color: #bfbfbf;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.footerText1 a:link, .footerText1 a:active, .footerText1 a:visited {
	color: #bfbfbf;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.footerText1 a:hover {
	color: #f8981d;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.textHome {
	color: #6d6e71;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
}

.textHome a:hover {
	font-size: 17px;
}

.heading {
	color: #6d6e71;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.textSm {
	font-size: 11px;
}

.listStyle {
	list-style-image: url(../images/bullet01.gif) no-repeat;
	padding-left: 40px;
}
.alt td{
background:#ececec;}
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 960px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	width: 147px;
	float: left;
}


#contentMAIN {
	width: 960px;
	margin-top: 25px;
	float: left;
}

#contentTEXT {
	background: #fff;
	width: 832px;
	padding: 40px 64px 60px 64px;
	float: left;
	height:308px;
}

#contentTEXT2 {
	background: #fff;
	width: 896px;
	padding: 40px 32px 0px 32px;
	float: left;
	min-height:368px;
}

#contentTEXT3 {
	width: 896px;
	padding: 40px 32px 20px 32px;
	float: left;
	min-height: 348px;
}

#contentTEXT4 {
	width: 896px;
	padding: 40px 32px 81px 32px;
	font-size: 11px;
	float: left;
}

#stylesImg {
	height: 320px;
	width: 420px;
	float:left;
}

#stylesText {
	height: 304px;
	width: 440px;
	float: right;
}

.numPad {
	padding:0px 10px 10px 0px;
}

#menu {
	background: url(../images/bg_menu.jpg) repeat-x;
	width: 950px;
	padding-top:18px;
	padding-left: 10px;
	height: 44px;
	float: right;
}


#footer {
	background: #fff;
	padding-top: 16px;
	width: 960px;
	float: left;
}

/* Home links ====================================================*/
a.studio {
display:inline-block;
width:77px;
line-height:17px;
text-align:center;
margin-left: -7px;
}

a.styles {
display:inline-block;
width:41px;
line-height:17px;
text-align:center;
}

a.class {
display:inline-block;
width:93px;
line-height:17px;
text-align:center;
}

a.heat {
display:inline-block;
width:112px;
line-height:17px;
text-align:center;
}

a.environ {
display:inline-block;
width:94px;
line-height:17px;
text-align:center;
}

a.teachers {
display:inline-block;
width:63px;
line-height:17px;
text-align:center;
}

a.faqs {
display:inline-block;
width:42px;
line-height:17px;
text-align:center;
}

a.contact {
display:inline-block;
width:80px;
line-height:17px;
text-align:center;
}

/* Home links ====================================================*/


/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:960px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	height:45px;
	display:block;
	text-decoration:none;
	margin-right: 10px;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background-position:0 -45px;
}


/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url(../images/nav_01.jpg);
	width:62px;
	margin-left: 7px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url(../images/nav_02.jpg);
	width:95px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url(../images/nav_03.jpg);
	width:63px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url(../images/nav_04.jpg);
	width:129px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url(../images/nav_05.jpg);
	width:119px;
}

#nav li a.nav6:link, #nav li a.nav6:visited {
	background-image:url(../images/nav_06.jpg);
	width:109px;
}

#nav li a.nav7:link, #nav li a.nav7:visited {
	background-image:url(../images/nav_07.jpg);
	width:136px;
}

#nav li a.nav8:link, #nav li a.nav8:visited {
	background-image:url(../images/nav_08.jpg);
	width:58px;
}

#nav li a.nav9:link, #nav li a.nav9:visited {
	background-image:url(../images/nav_09.jpg);
	width:96px;
	margin-right: 0px !important;
}
/* Top Nav elements enclosed up */
table.classtablestyle td{
padding:2px 0 2px 8px;
}

table.nomargin td{
padding:0px;
}
/*sub nav */

ul.subnav { clear:both; display: block; margin: 20px 0px; }
ul.subnav li { display: inline }
ul.subnav li a { 
	background: #b2b2af; 
	color: #fff; 
	display: block; 
	float: left; 
	margin-right: 5px; 
	padding: 5px 10px; 
	text-decoration: none; 
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
ul.subnav li:hover a { background: #6d6e71; }

/* contact form */
.body_contactus_wrapper {
	background-color: #6eb24e;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.contact_wrapper {
	text-align: left;
	font-size: 11px;
	margin-left: 10px;
}
.contact_form {
	border: 1px solid #b5b5b5;
	color: #313131;
	text-align: right;
	text-align: left;
}

.text_input, select {
	margin-left: 10px;
	margin-bottom: 8px;
	width: 210px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #b5b5b5;
}

.text_area {
	width: 585px;
	margin-left: 10px;
	margin-bottom: 8px;
	margin-top: 5px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	border: 1px solid #b5b5b5;
}

.text_left {
	text-align: left;
}

.submit_btn {
	padding: 10px 30px;
	text-align: center;
	background-color: #f8981d;
	color: #fff;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.submit_btn:hover {
	background-color: #6d6e71;
}

a.apply {
	padding: 10px 30px;
	text-align: center;
	background-color: #f8981d;
	color: #fff;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	float: right;
	margin: -60px 20px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.apply:hover {
	background-color: #6d6e71;
}


/*font generator*/
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('hll____-webfont.eot');
    src: url('hll____-webfont.eot?#iefix') format('embedded-opentype'),
         url('hll____-webfont.woff') format('woff'),
         url('hll____-webfont.ttf') format('truetype'),
         url('hll____-webfont.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

