/* YAHOO RESET SHEET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,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,em,strong,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%; 
    font-weight:normal; 
}
q:before,q:after { 
    content:''; 
} 
abbr,acronym { border:0; 
} 

/* END YAHOO RESET SHEET */

*{
	line-height: 1.2em;
	margin:0;
	vertical-align:top;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
}
html{
	text-align: center;	
}
img,a{
	border:none;
}
a{
	color: #d70b00;
}
body{
	width: 1000px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px auto;
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6{
	line-height: normal;
	clear:none;
	display:inline;
	height: auto;
	margin:0;
}
h1{
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #d70b00;
	height: 50px;
}
h2{
	font-size: 22px;
	font-weight: normal;
	color: #000;
}
h4{
	margin: 8px;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 180px;
	color: #000;
}
td#left,td#right{
	height: 587px;
	background-color: #d70b00;
	overflow:hidden;
}
td#left{
	width: 162px;
}
a.left{
	text-decoration: none;
	margin-left: 8px;
	color: #000;
	font-size: 14px;
	line-height: 2em;
}
td#center{
	margin:0;
	padding:0;
	min-height: 587px;
	width: 650px;
}
td#right{
	width: 188px;
	color: #fff;
}
img.logo_right{
	margin-bottom: 30px;
}
div.right_body{
	margin:8px;
	margin-top:0;
	width: 180px;
	color: #fff;
	clear:none;
}

/* DROPDOWN MENUS */

.dropdown
{
	width: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #fff;
    height: auto;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.dropdown ul
{
    list-style: none none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    cursor: pointer;
}

.dropdown ul li
{
    display: block;
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    cursor: pointer;
}

.dropdown ul li a
{
    color: #d70b00;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    cursor: pointer;
}

.dropdown ul li a:hover
{
	text-decoration: none;
    cursor: pointer;
}

.dropdown ul li ul
{
	background-color: #d70b00;
    display: none;
    left: 0px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    position: absolute;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 25px;
}

.dropdown ul li ul li /* Submenus */
{
    color: #000000;
    display: block;
    clear:both;
    width: 200px;
    font-weight: normal;
    left: auto;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    text-align: left;
    top: auto;
}

.dropdown ul li ul li a
{
	font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
	text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 3px 3px 3px 6px;
}
.dropdown ul li ul li a:hover
{
	text-decoration: none;
    cursor: pointer;
	color:#fff;
}
.dropdown ul li ul li ul 
{
    left: 125px;
    cursor: pointer;
    top: 2px;
}

ul.dropDown{
	margin: 8px;
	margin-left:0px;
	padding: 8px;
	font-size: 15px;
	width: 180px;
    cursor: pointer;
	
	background-color: #d70b00;
	position: absolute;
	display:none;
	list-style: none;
	
}
a.dropDown{
	text-decoration: none;
    cursor: pointer;
	color: #000;
}
a.dropDown:hover{
	color: #fff;
    cursor: pointer;
	text-decoration: none;
}

#right_link {
                position:absolute;
	left:-2836px;
	top:0;
}

li#dropdown1{
	width: 131px;
	height: 26px;
    cursor: pointer;
	background-image: url(/image/1.jpg);
}
li#dropdown2{
	width: 133px;
	height: 26px;
	background-image: url(/image/2.jpg);
}
li#dropdown3{
	width: 177px;
    cursor: pointer;
	height: 26px;
	background-image: url(/image/3.jpg);
}
li#dropdown4{
	width: 133px;
	height: 26px;
    cursor: pointer;
	background-image: url(/image/4.jpg);
}
li#dropdown5{
	width: 72px;
	height: 26px;
    cursor: pointer;
	background-image: url(/image/5.jpg);
}

li#dropdown1.hover{
	width: 131px;
	height: 26px;
    cursor: pointer;
	background-image: url(/image/1a.jpg);
}
li#dropdown2.hover{
	width: 133px;
    cursor: pointer;
	height: 26px;
	background-image: url(/image/2a.jpg);
}
li#dropdown3.hover{
	width: 177px;
    cursor: pointer;
	height: 26px;
	background-image: url(/image/3a.jpg);
}
li#dropdown4.hover{
	width: 133px;
    cursor: pointer;
	height: 26px;
	background-image: url(/image/4a.jpg);
}
li#dropdown5.hover{
	width: 72px;
    cursor: pointer;
	height: 26px;
	background-image: url(/image/5a.jpg);
}

/* COURSES */

div#courseinfo{
	#height: 362px;
	min-height: 362px;
	margin-bottom: 20px;
	width: 648px;
}
div#courseinfo_left{
	margin-left: 8px;
	margin-right: 4px;
	width: 302px;
	min-height: 370px;
}
div#courseinfo_right{
	float:right;
	width: 322px;
}
div#pagecontent{
	width: 648px;
	padding-top: 55px;
}
p{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
div#courseinfo_registerbar{
	background-color: #d70b00;
	width:648px;
	border: 1px solid #fff;
	border-bottom:none;
	float:left;
	color: #fff;
}
div#courseinfo_registerbar_left{
	vertical-align: middle;
	font-family: Verdana, Arial, sans-serif;
	#height: 14px;
	padding: 10px;
	width: 222px;
	color: #fff;
	font-size:11px;
}
div#courseinfo_registerbar_right{
	font-family: Verdana, Arial, sans-serif;

	border-left: 1px solid #fff;
	width: 422px;
	color: #fff;
	padding: 1px;
	float:right;
	font-size:11px;
}
div#courseinfo_images{
	width: 322px;
	height: 300px;
}
div#slideshow{
	width: 322px;
}
a.register_link{
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-size:11px;
}
table#courseinfo_registerbar_details{
	width: 412px;
}
table#courseinfo_registerbar_details td{
	font-family: Verdana, Arial, sans-serif;
}
div.registerPaneHolder{
	display:none;
}
div.registerPane{
	margin: 1px;
	background-color: #d70b00;
	width:648px;
	clear:both;
}
div.register_fields{
	padding: 10px;
	padding-bottom:10px;
}
table.register td{
	color: #000;
	padding-right: 15px;
	font-size: 22px;
}
table.register td.left{
	width: 350px;
}
table.register td.right{
	width: 270px;
}
input.register{
	width: 266px;
	float:right;
	font-size: 22px;
}
input.shorter{
	width: 230px;
}
input.shortest{
	width: 122px;
}
div.register_footer{
	padding-top: 20px;
	font-size: 22px;
}
div.register_submit{
	width: 100%;
	height: 15px;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #fff;
}
a.register_submit{
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
}
.courseinfo_caption{
	color: #d70b00;
}

/* NEWS */

div#news,div#teachers{
	padding-left: 8px;
}
table.news{
	border-collapse: collapse;
	width: 640px;
}
tr.news{
	border-bottom: 1px solid #fff;
}
td.news_left{
	width: 315px;
	font-size: 13px;
	padding: 10px;
	background-color: #d70b00;
	
}
td.news_right{
	font-size: 11px;
	padding: 10px;	

}

/* INDEX */

div#index{
	margin-left: 8px;
}
ul.index{
	list-style: none;
}
li.category{
	list-style: none;
	margin-bottom: 18px;
	font-size: 18px;

}
ul.category{
	list-style: none;
	margin-left: 8px;

}
li.index{
	font-size: 14px;
}
li.index a{
	color: #000;
}

div#sort{
	color: #000;
	margin-bottom: 20px;
}
div#sort a{
	color: #999;
}
div#sort a.active{
	color: #000;
	text-decoration: none;
}
table.index{
	margin: 0;
	padding:0;
	width: 500px;
}
table.index a{
	color: #000;
	text-decoration: none;
}

table.index a:hover{
	color: #000;
	text-decoration: underline;
}
th.price{
	width: 100px;
}
th.date{
	width: 120px;
}
li.index{
	font-size: 11px;
	line-height: 1.5em;
}
li.index a{
	color: #000;
	text-decoration: none;
}
li.index a:hover{
	color: #000;
	text-decoration: underline;
}
div#courseinfo_bio{
	color: #000;
	width: 280px;
	float: left;
	display:none;
	margin-left: 326px;
}
.smallbutton{
	float:right;
	margin: 2px;
	padding: 1px;
	font-size: 10px;
}
ul.teachers{
	margin-left: 12px;
	width: 250px;
}
li.teachers{
	padding-bottom: 40px;
}
div#teacher_edit{
	float:right;
	width: 320px;
}
iframe#days{
	border: none;
}
table#days{
	font-size: 11px;
}
span.category{
	display:block;
	width: 400px;
	height: 40px; 
	vertical-align: bottom;
	padding-top: 20px;
}
td.index{
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}
td.indexname{
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	width: 300px;
}

/* GENERAL */

div#general_left{
	margin-left: 8px;
	width: 312px;
}
div#general_right{
	float:right;
	width: 322px;
}
input.contact{
	width: 150px;
	margin:0;
	padding:0;
}
textarea.contact{
	width: 150px;
	margin:0;
	padding:0;
	font-size: 11px;
}
table.contact{
	width:320px;
}

input.submitregistration{
	padding: 0px;
	margin: 0;
	border: none;
	background-color: #d70b00;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	cursor: pointer;
}
br.clear{
	clear:both;
	float:none;
}

div#login{
	padding: 20px;
}
div.sectionbody{
	width: 250px;
}
img.sectionimage{
	float:right;
}
