body {
background:url(images/bg.gif) repeat-x top #6363ad;
margin:0px;
padding:0px;
font: 12px  verdana, arial, helvetica;
color:#262261;
}
p{
text-align:justify;
line-height:15px;
padding:0px 0 5px 0;
}
p.left_arrow{
text-align:justify;
line-height:15px;
padding:0px 0 5px 60px;
background:url(images/tool.gif) no-repeat left top;
}
.clear{
clear:both;
}
#form{
width:400px;
text-align:left;
height:150px;
background-color:#9999CC;
}
#main_container{
width:900px;
height:auto;
margin:auto;
background:url(images/header_bg.gif) no-repeat top center;
}
.center_content{
width:865px;
padding:0px;
margin:auto;
}
#header{
width:865px;
height:175px;
margin:auto;
}
#headernav{
width:865px;
height:20px;
margin:auto;
align:right;
float:right;
}
#logo{
padding:17px 0 0 5px;
float:left;
}

a.testimonial{
float:right;
padding:0px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
font-weight:bold;
text-decoration:none;
}

/*newnav*/

a {
	color: #6363ad;
	text-decoration: none;
	font-weight:bold;
	}

a:hover {
	text-decoration:none;
	color: #6363ad;
	font-weight:bold;
	}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 865px; /*For KHTML*/
	list-style: none;
	height: 24px;
	}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: right; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 160px;
	float: right; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	border: none;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: right; /*For IE*/
	display: block;
	background: #b2afd7;
	color: #262261;
	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #6363ad;
	color: #FFF;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background: #6363ad;
	color: #ffffff;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #6363ad;
	color: #FFF;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #6363ad;
	color: #ffffff;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #6363ad;
	color: #FFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #6363ad;
	color: #ffffff;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #6363ad
	color: #FFF;
	}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}
/*----------------------menu-------------------------*/
#menu{
float:right;
padding:35px 30px 0 0;
}
#menu ul{
list-style:none;
padding:0px;
margin:0px;
display:block;
}
#menu ul li{
list-style:none;
display:inline;
float:left;
width:auto;
padding:0px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
font-weight:bold; 
}
#menu ul li a{
float:left;
text-decoration:none;
padding:0px 4px 0 4px;
margin:0px 8px 0 8px;
color:#fff;
text-align:center;
}
#menu ul li a:hover{
text-decoration:none;
color: #fff; 
text-decoration:line-through;
}
#menu ul li a.current{
float:left;
text-decoration:none;
colour: #262261;
padding:0px 4px 0 4px;color: #fff;
margin:0px 8px 0 8px;
text-decoration:none;
}

/*-----------------main content----------------------------*/
.main_content{
width:865px;
height:auto;
margin:auto;
padding:0 0 30px 0;
background-color:#FFFFFF;
}
.main_content_top{
width:865px;
height:51px;
background:url(images/main_content_top.gif) no-repeat center top;
}
#boxes_content{
width:865px;
clear:both;
margin:auto;
}
.box{
padding:0px 10px 10px 16px;float:left;}
.box_content1{
background:url(images/ballroom_banner.jpg) no-repeat center;width:259px;height:360px;
}
.box_content2{
background:url(images/lerocjive_banner.jpg) no-repeat center;width:259px;height:360px;
}
.box_content3{
background:url(images/minnie_skerret_bg3.jpg) no-repeat center;width:259px;height:360px;
}
.box_content4{
width:259px;height:360px;
}
.box_content5{
width:259px;height:360px;
}
.box_content6{
width:259px;height:360px;
}


.boxtitle{
font-size:18px;
color:#fff;
padding:10px 0 0 15px;
font-family:Arial, Helvetica, sans-serif;
}
.box_icon{
clear:both;
float:left;
width:80px;
padding:25px 0 0 15px;
}
p.text_content{
width:240px;
float:left;
text-align:left;
padding:0px 10px 0 15px;
color:#fff;
line-height:15px;
}
a.read_more{
padding:10px 0 0 0;
}

.title{
font-size:22px;
color:#262261;
padding:10px 0 0 0px;
font-family:Arial, Helvetica, sans-serif;
}
.title1{
font-size:18px;
color:#262261;
padding:10px 0 0 0px;
font-family:Arial, Helvetica, sans-serif;
}

.centre_content{
width:820px;
float:left;
padding:10px 10px 10px 20px;
}
.left_content{
width:420px;
float:left;
padding:0px 10px 10px 20px;
}
.right_content{
width:390px;
float:left;
padding:10px 10px 10px 10px;
}
.right_content2{
width:390px;
float:left;
padding:0px 10px 10px 10px;
}
.col1{
width:240px;
float:left;
padding:00px 0px 0px 20px;
}
.right_news2{
float:left;
width:240px;
border-bottom:1px #B2AFD7 dashed;
padding:10px 0 8px 0;
}
.news_content_top2{
width:240px;
float:left;
text-align:justify;
line-height:15px;
padding:0 0 0 0px;
}
.news_title2{
width: 210px;
font-size:14px;
float:left;
text-align:justify;
color:#262261;
padding:0 0 0 0px;
font-family:Arial, Helvetica, sans-serif;
}
.news_content2{
width:210px;
float:left;
text-align:justify;
line-height:15px;
padding:0 0 0 0px;
}
.right_news{
float:left;
width:auto;
border-bottom:1px #B2AFD7 dashed;
padding:10px 0 8px 0;
}
.news_icon{
width:30px;
height:30px;
float:left;
background:url(images/Calendar_30x30.png) no-repeat center;
}
.ballet_icon{
width:30px;
height:30px;
float:left;
background:url(images/childrens_ballet_class.jpg) no-repeat center;
}
.streetdance_icon{
width:30px;
height:30px;
float:left;
background:url(images/childrens_streetdance_class.jpg) no-repeat center;
}
.adultstreetdance_icon{
width:48px;
height:48px;
float:left;
background:url(images/adult_streetdance_class.jpg) no-repeat center;
}
.adulttap_icon{
width:48px;
height:48px;
float:left;
background:url(images/adult_tap_class.jpg) no-repeat center;
}
.childrenstap_icon{
width:30px;
height:30px;
float:left;
background:url(images/childrens_tap_class.jpg) no-repeat center;
}
.childrensdisco_icon{
width:30px;
height:30px;
float:left;
background:url(images/childrens_disco_class.jpg) no-repeat center;
}
.childrensballroom_icon{
width:30px;
height:30px;
float:left;
background:url(images/childrens_ballroom_class.jpg) no-repeat center;
}
.childrensfreestyle_icon{
width:30px;
height:30px;
float:left;
background:url(images/childrens_freestyle_class.jpg) no-repeat center;
}
.childrensmovement_icon{
width:30px;
height:30px;
float:left;
background:url(images/childrens_movement_classes.jpg) no-repeat center;
}
.childrensdanceshow_icon{
width:30px;
height:30px;
float:left;
background:url(images/minnie_skerrett_show.jpg) no-repeat center;
}
.cheerleading_icon{
width:30px;
height:30px;
float:left;
background:url(images/childrens_cheerleading_class.jpg) no-repeat center;
}
.ballroom_icon{
width:48px;
height:48px;
float:left;
background:url(images/adult_ballroom_class.jpg) no-repeat center;
}
.contact_icon{
width:49px;
height:44px;
float:left;
background:url(images/icon4.gif) no-repeat center;
}
.services_icon{
width:49px;
height:48px;
float:left;
background:url(images/icon5.gif) no-repeat center;
}
.news_content_top{
width:358px;
float:left;
text-align:justify;
line-height:15px;
padding:0 0 0 10px;
}
.news_title{
width: 300px;
font-size:14px;
float:left;
text-align:justify;
color:#262261;
padding:0 0 0 10px;
font-family:Arial, Helvetica, sans-serif;
}
.news_content{
width:310px;
float:left;
text-align:justify;
line-height:15px;
padding:0 0 0 10px;
}
img.photo{
padding:10px 10px 10px 10px;
}
img.photo2{
padding:0px 10px 10px 10px;
}
/*----------------------list-------------------------*/
.list_left{
float:left;width:190px;padding:20px 10px 20px 0;
}
.list_right{
float:right;width:190px;padding:20px 0 20px 0;
}
ul.list{
list-style:none;padding:0px;margin:0px; 
}
ul.list li{
list-style:none;width: auto;height: auto;padding:0px;
}
ul.list li a{
height: 16px; width: auto; display:block;padding:0 0 0 25px; margin:5px 0 10px 0;color:#5e5e5e;text-align:left;
background:url(images/arrow_bullet.gif) no-repeat left;text-decoration:none;
}
ul.list li a:hover{
height: 16px; width: auto;text-decoration:underline;color: #5e5e5e;
}
.project_tab{
float:left;width:auto;padding:15px 0 20px 0;
}
a.yellow{
font-size:14px;
color:#6D4930;
font-weight:bold;
text-decoration:none;
}
.project_thumb{
width:133px;height:103px;float:left;text-align:center;background:url(images/thumb_bg.gif) no-repeat center; padding:15px 0 0 0;
}
p.project{
width:250px;float:left;text-align:justify;line-height:21px;padding:2px 0 0 10px; margin:0px;
}
/*-----------------------contact_form-------------------*/
#contact_form{
width:370px;
height:auto;
padding:20px 0 0 20px;
}
.form_row{
float:left;
padding:7px 0 7px 0;
}
label{
width:60px;
float:left;
padding:3px 5px 0 0;
color:#175b6c;
text-align:right;
font-weight:bold;
}
input.contact_input{
width:293px;
height:24px;
float:left;
border:1px #BFB28F solid;
background-color:#E8DEC4;
color: #6F664C;
}
textarea.contact_textarea{
width:293px;
height:80px;
float:left;
border:1px #BFB28F solid;
background-color:#E8DEC4;
color: #6F664C;
}
input.send_message{
float:right;
padding:10px 10px 0 0;
}
/*-----------------------------footer------------------*/
#footer{
background:url(images/main_content_bottom.gif) no-repeat center top;
clear:both;
width: auto;
height:50px;
color: #6363ad;
text-align:center;
}
.copyright{

float:right;
padding-right:10px;
padding-left:10px;
padding-top:10px;
}
.footer_links{
float:left;
padding-right:15px;
padding-top:10px;
}
#footer a{
text-decoration:none;
color: #6363ad;
padding-left:10px;
}
#footer a:hover{
text-decoration:none;
color: #6363ad
}




