@charset "utf-8";

/* ----------------------------- general/main styles -------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/backg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}

#wrapper {
	width: 924px;
	position: relative;
	margin-left: -462px;
	left: 50%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #F6F6DD;
}

/*
#outer_wrapper {
	padding-left: 15px;
}*/

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* main nav bar */
#nav_area {
	background-image: url(images/nav_backg.gif);
	background-repeat: repeat-x;
	height: 90px;
	width: 924px;
	position: relative;
}

#nav_list li, #sec_nav li {
	display: inline;
}

#nav_list {
	text-align: center;
	position: relative;
	padding-top: 60px;
}

#nav_list li {
	padding-right: 25px;
	padding-left: 25px;
}

#nav_list a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-variant: small-caps;
}

#nav_list a:hover {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #adad95;
}

/* secondary nav items at top of page, smaller items */
#sec_nav {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	font-style: italic;
	height: 33px;
	width: 303px;
	background-image: url(images/sec_nav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-top: 2px;
}

#sec_nav li {
	padding-right: 16px;
}

#sec_nav a {
	color: #003366;
	text-decoration: none;
}

#sec_nav a:hover {
	color: #000099;
	text-decoration: underline;
}

.clear {
	clear: both;
	padding-bottom: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	margin-top: 5px;
}

/* ----------------------------- /general/main styles -------------------------- */


/* ----------------------------- home page styles -------------------------- */

/* welcome text located in the branding area */
#home_branding p {
	width: 700px;
	padding-left: 15px;
	padding-bottom: 15px;
}

/* large image/branding area on home page */
#home_branding {
	background-image: url(images/home_branding.jpg);
	height: 324px;
	width: 924px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: -20px;
}

/* removes text off-screen / margin moves the copy in the branding area into place, edit this to move the text up/down */
#home_h1 {
	text-indent: -9999px;
	margin-bottom: 145px;
}

/* left side sub-sections */
#home_specialties, #home_inspirations {
	float: left;
	width: 380px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}

/* right side sub-sections */
#home_contact, #home_schedule {
	width: 532px;
	float: right;
}

#home_contact ul, #home_specialties ol {
	float: left;
}

#main_addy, #inspirational_words {
	margin-right: 70px;
	margin-left: 10px;
}

#specialties_first, #schedule_list {
	padding-right: 35px;
	padding-left: 10px;
}

/* sets the bar color for these headings */
#home_secondary1 h2 {
	background-color: #a0c1d3;
	width: 360px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom: #7d95a3;
}

/* sets background for this subsection*/
#home_secondary1_container {
	background-image: url(images/home_blue_backg.gif);
	background-repeat: repeat-x;
	background-color: #B9DAEC;
	padding-top: 10px;
}

/* sets the bar color for these headings */
#home_secondary2 h2 {
	background-color: #dedebf;
	width: 360px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom: #7d95a3;
}

/* sets background for this subsection*/
#home_secondary2_container {
	background-image: url(images/home_tan_backg.gif);
	background-repeat: repeat-x;
	background-color: #f6f6dd;
	padding-top: 10px;
}

#schedule_more a {
	float: right;
	text-transform: lowercase;
	font-style: italic;
	padding-right: 10px;
	color: #003366;
	text-decoration: none;
	padding-top: 18px;
}

#schedule_more a:hover {
	color: #000099;
	text-decoration: underline;
}

#home_secondary1, #home_secondary2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ----------------------------- /home page styles -------------------------- */


/* ----------------------------- about section styles -------------------------- */

#secondary_branding {
	background-image: url(images/secondary_branding.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	width: 924px;
	position: relative;
}
#secondary_branding h1 {
	text-indent: -9999px;
	display: none;
}
#secondary_branding h3 {
	font-variant: small-caps;
	font-size: 14px;
	float: right;
	margin-right: 15px;
	margin-top: 33px;
}
#main_content h2, #full_main_content h2 {
	background-color: #dedebf;
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ba39b;
	position: relative;
	margin-left: -20px;
}
h4 {
	margin: 0px;
	padding: 2px;
}

#content_wrapper {
	background-image: url(images/home_tan_backg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	background-color: #F6F6DD;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: -2px;
}
#main_content {
	float: left;
	width: 705px;
	position: relative;
}
#main_content a, #full_main_content a {
	text-decoration: none;
	color: #003366;
	font-style: italic;
}
#main_content a:hover, #full_main_content a:hover {
	color: #000099;
	text-decoration: underline;
}

#main_content p, #full_main_content p {
	padding-bottom: 15px;
}
#main_content ul {
	margin-bottom: 25px;
}
#main_content blockquote {
	margin-bottom: 25px;
}

#about_testimonial {
	background-color: #dedebf;
	border: 1px solid #9ba39b;
	padding: 10px;
	margin-right: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#about_submenu {
	float: right;
	width: 170px;
	text-align: right;
	font-variant: small-caps;
	background-image: url(images/sub_menu_backg.gif);
	background-repeat: repeat-x;
	background-position: right top;
	padding-bottom: 360px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
	padding-left: 8px;
	position: relative;
}
#about_submenu li {
	background-image: url(images/sub_menu_li_backg.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom: 12px;
	padding-right: 10px;
}
#about_submenu a {
	text-decoration: none;
	color: #003366;
	font-size: 16px;
}
#about_submenu a:hover {
	color: #0000CC;
	font-style: oblique;
}


#about_testimonial p a {
	float: right;
	text-transform: lowercase;
	font-style: italic;
	color: #003366;
	text-decoration: none;
	background-image: url(images/arrow_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	margin-top: 10px;
}
#about_testimonial p {
	margin-bottom: 15px;
}

#about_testimonial p a:hover {
	color: #000099;
	text-decoration: underline;
}
#about_testimonial span {
	color: #4271b5;
	font-weight: bold;
}

#full_main_content {
	float: left;
	width: 875px;
}
#yoga_glance {
	background-color: #DEDEBF;
	border: 1px solid #9ba39b;
	margin-left: 20px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 230px;
	margin-top: -340px;
	margin-bottom: 150px;
}
#yoga_glance h4 {
	margin-top: 15px;
}
#yoga_glance h3 {
	background-color: #bbbba2;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


/* ----------------------------- /about section styles -------------------------- */


/* ------------------------------- footer styles -------------------------- */

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 924px;
}
#address1 {
	float: left;
	margin-right: 50px;
}
#address2 {
	float: left;
}

#footer p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 130px;
	padding-top: 20px;
}

/* ------------------------------- /footer styles -------------------------- */
span {
	font-style: italic;
}
.staff_list_style {
	list-style-type: disc;
	margin-left: 20px;
}
#yoga_glance_cost {
	margin-right: 3px;
}
#full_main_content p {
	margin-right: 300px;
}
.staff_pic {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.spaced_list {
	list-style-type: disc;
	margin-left: 25px;
}
.spaced_list li {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
	font-style: normal;
}
.therapies h4 {

}
.therapies .spaced_list {
	margin-top: 16px;
}
.class_booking {
	background-color: #003366;
	margin-bottom: 40px;
	width: 600px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/booking_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	margin-top: 15px;
}
.class_cart {
	padding: 5px;
	text-align: center;
	background-image: url(images/booking_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#one_week, #one_month, #three_months, #six_months {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}
#one_week {
	padding-left: 90px;
}
#one_week, #one_month  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.workshop_box {
	color: #FFFFFF;
	background-color: #003366;
	width: 200px;
	text-align: center;
	float: right;
	margin-right: 10px;
	background-image: url(images/workshop_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
}
#workshop_box2 {
	background-image: url(images/workshop_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px;
}
#workshop_box_space {
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#workshop_box2 input {
	padding-bottom: 15px;
}
