@charset "UTF-8";
/* CSS Document */
body {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: centerheight: 335pxoverflow: auto;*/
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

/*top navigation*/
#topnav {
	width: 950px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	padding-top: 13px;
}

#topnav li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	display: inline;
}

#topnav #current {
	color:#99681D
}

#topnav a:link {
	color: #000;
	text-decoration: none;
	}
	
#topnav a:visited {
	color: #000;
	text-decoration: none;
	}
	
#topnav a:hover {
	color: #99681D;
	text-decoration: none;
	}
	
#topnav a:active {
	color: #000;
	text-decoration: none;
	}

/*bottom navigation*/
#footer #current {
	color:#99681D
}

#footer {
	width: 950px;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	text-align: center;
}

#footer li {
	display: inline;
	color: #FFF;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #99681D;
	text-decoration: none;
	}
	
#footer a:active {
	color: #FFF;
	text-decoration: none;
	}

/*home page*/
.oneColElsCtrHdr #container {
	width: 950px; /* this overrides the text-align: center on the body element. */
	height: 1192px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/Home_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
}
#maintext {
	width: 460px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
}
#boldcolor {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #B95E00;
	font-size: 16px;
}
#list {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-left: 0px;
	width: 460px;
	margin-top: 15px;
}
#signup_home {
	float: right;
	height: 54px;
	width: 181px;
	margin-top: 7px;
	margin-right: 30px;
	clear: right;
}

#giftcertificate {
	height: auto;
	width: auto;
	margin-bottom: auto;
	float: right;
	margin-right: 15px;
}

#facebook {
	float: right;
	margin-right: 35px;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 1px;
	clear: right;
}

#article {
	float: right;
	margin-right: 40px;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 70px;
	clear: right;
}

#yelp {
	float: right;
	margin-right: 35px;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 1px;
	clear: right;
}

/*classes page*/
.oneColElsCtrHdr #classescontainer {
	width: 950px; /* this overrides the text-align: center on the body element. */
	height: 787px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/classes_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#googlecalender {
	height: 472px;
	width: 784px;
	margin-top: 245px;
	margin-left: 83px;
	float: left;
}

#signup_classes {
	margin-left: 510px;
	margin-bottom: 15px;
	height: 50px;
}

/*pricing page*/
.oneColElsCtrHdr #pricingcontainer {
	width: 950px; /* this overrides the text-align: center on the body element. */
	height: 833px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/Pricing_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#newstudent {
	height: auto;
	width: auto;
	margin-top: 260px;
	margin-right: 65px;
	float: right;
}
#wedding {
	width: auto;
	height: auto;
	margin-right: 65px;
	margin-bottom: auto;
	margin-left: auto;
	float: right;
	clear: right;
}
#policies {
	float: left;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 135px;
	clear: right;
}

#liability {
	float: left;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 135px;
	clear: left;
	margin-top: 5px;
}
/*news page*/
.oneColElsCtrHdr #newscontainer {
	width: 950px; /* this overrides the text-align: center on the body element. */
	height: 751px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/specials.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*contact page*/
.oneColElsCtrHdr #contactcontainer {
	width: 950px; /* this overrides the text-align: center on the body element. */
	height: 787px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#mapquest {
	float: right;
	margin-top: 22px;
	margin-right: 116px;
	clear: both;
}
#form {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: 100px;
	margin-top: 325px;
}
#ContactUsCaptchaWebForm label {
	font-weight: bold;
	color: #99681D;
	font-size: 13px;
}
#form #ContactUsCaptchaWebForm label #asterik {
	font-size: 12px;
	font-weight: lighter;
}
#ContactUsCaptchaWebForm i {
	color: #99681D;
}
#code {
	height: auto;
	width: auto;
	margin-right: 600px;
	margin-bottom: auto;
	margin-left: auto;
	float: right;
	margin-top: auto;
	clear: both;
}

/*contact page*/
.oneColElsCtrHdr #thankyoucontainer {
	width: 950px; /* this overrides the text-align: center on the body element. */
	height: 787px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/thankyou.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#facebook2 {
	float: right;
	margin-top: 260px;
	margin-right: 179px;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
}

/*instructors page*/
.oneColElsCtrHdr #instructorscontainer {
	width: 950px; /* this overrides the text-align: center on the body element. */
	height: 1069px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/Instructors.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#row1 {
	margin-top: 245px;
	width: auto;
	height: auto;
	margin-right: 90px;
	margin-left: 90px;
}

#row2 {
	margin-right: 90px;
	margin-left: 90px;
	margin-top: 10px;
	width: auto;
	height: auto;
}
#row3{
	margin-right: 67px;
	margin-left: 67px;
	width: auto;
	height: auto;
	margin-top: 15px;
}
#frame1b {
	margin-left: -5px;
}
#frame5b {
	margin-left: -5px;
}
#frame {
	margin-right: 12px;
	margin-left: 12px;
	vertical-align: top;
	margin-top: 60px;
}
#frame2 {
	margin-right: 16px;
	margin-left: 16px;
}
#frame5a {
	margin-left: 115px;
}
#frame5b {
	margin-right: 20px;
}
#frame3 {
	margin-left: 20px;
	margin-right: 20px;
}

/*specials page*/

#galleries {
	height: auto;
	width: auto;
	float: right;
	clear: inherit;
	margin-top: 310px;
	margin-right: 214px;
}
#upcomingleft {
	margin-top: 308px;
	margin-right: auto;
	margin-left: 110px;
	width: 340px;
	float: left;
	clear: both;
}
#newyearsignup {
	margin-bottom: auto;
	margin-left: 15px;
	margin-top: 2px;
}
#bottomdiv {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 25px;
	margin-top: 25px;
}
#rightbottomdiv {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
	margin-top: 12px;
}
#topdiv {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 25px;
}
#specials {
	clear: left;
	float: left;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 90px;
	width: auto;
}
#coupon {
	clear: left;
	float: left;
	margin-left: 94px;
	width: 370px;
	margin-top: 90px;
	margin-bottom: 0px;
}

#rightdiv {
	margin-left: 25px;
}
#leftdiv {
	float: left;
	clear: right;
}
#leftsignup {
	float: left;
	clear: left;
}
#rightsignup {
	float: right;
	clear: right;
}
#upcomingright {
	float: right;
	clear: inherit;
	margin-top: 308px;
	margin-right: 110px;
}
#upcoming1 {
	float: left;
	height: auto;
	width: auto;
	margin-left: 90px;
}
#upcoming2 {
	float: left;
	height: auto;
	width: auto;
	margin-left: 55px;
}
#liabilityform {
	float: left;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
#multimedia {
	clear: both;
	float: none;
	padding-top: 25px;
	height: 385px;
}
#links {
	float: left;
	margin-left: 125px;
	margin-top: 100px;
}
#gallerylink {
	margin-top: 93px;
}
#photolink {
	margin-top: 6px;
}
#video {
	float: right;
	margin-right: 95px;
	clear: both;
	margin-top: 0px;
}
#flickrslideshow {
	clear: both;
	float: right;
	margin-top: 0px;
	margin-right: 95px;
}
#policy {
	float: right;
	margin-top: 90px;
	margin-right: 122px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#policy a {
	margin-top: 5px;
}
#policy a img {
	padding-top: 5px;
}
#upcoming {
	height: 210px;
	margin-top: 320px;
}
#topcontent {
	height: 460px;
	margin-top: 245px;
	padding-right: 100px;
	padding-left: 100px;
}
#pricing {
	float: left;
	margin-left: 60px;
	margin-top: 215px;
	width: 445px;
}
#pricing ul {
	list-style-type: none;
	font-size: 15px;
	line-height: 28px;
}
#smaller {
	font-size: 10px;
	line-height: 5px;
}
#pricingnumbers {
	float: right;
	width: 80px;
	text-align: right;
	clear: right;
}
#pricingtext {
	float: left;
	width: auto;
	text-align: left;
}

	#popup {
	/* overlay is hidden before loading */
		display:none;
	/* standard decorations */
		width:512px;
		border:10px solid #666;
	/* for modern browsers use semi-transparent color on the border. nice! */
		border:10px solid rgba(82, 82, 82, 0.698);
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	}
