@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}
a {
	text-decoration: none;
	color: #C00;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:focus { 
	outline: none;
}
.currentPage {
	color: #666666;
}
img {
	border: 0;
}
body {
	text-align: center;
	background: url(images/bkgd_repeat.gif) repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}
#container {
	width: 900px;
	margin: 25px auto;
	text-align: left;
	background-color: #FFFFFF;
}
h1 {
	text-align: left;
	font-size: 1.8em;
	color: #C00;
	padding: 0 0 10px 0;
	font-weight: 500;
}
h2 {
	font-size: 1.6em;
	color: #C00;
	font-weight: 500;
}
h3 {
	font-size: 1.4em;
	color: #FF6600;
	font-weight: 500;
	padding-bottom: 5px;
	line-height: 1.5em;
}
p {
	line-height: 1.6em;
	font-size: 1.1em;
	padding-bottom: 10px;
}
.highlightColor {
	color: #C00;
}
.highlightColorLink {
	text-decoration: underline;
	color: #C00;
}
hr {
	border: none 0;
	margin: 0 auto 7px 0;
	border-top: 1px dotted #666;
	height: 1px;
}
.underline {
	text-decoration: underline;
}
.floatLeft {
	float: left;
}
.homeBullets {
}
/***********************************************
Header and navigation
***********************************************/

#header {
	background: url(images/header.jpg) top no-repeat;
	width: 900px;
	height: 105px;
}
.logo {
	position: relative;
	top: 22px;
	left:  28px;
}
#nav {
	background: url(images/nav_bkgd.jpg) top no-repeat;
	height: 35px;
}
#nav ul {
	list-style-type: none;
	font-size: 1.1em;
	padding-top: 11px;
	margin-left: 1px;	
}
#nav li {
	display: inline;
	text-transform: uppercase;
	padding-left: 17px;
}

/***********************************************
Main content styles
***********************************************/

#mainContent {
	margin: 30px 52px;
}
#mainContent ul{
	font-size: 1.1em;
	padding-left: 25px;
	line-height: 1.4em;
	width: 420px;
}
#mainContent li{
	padding-bottom: 6px;
}
#rightFeature {
	float: right;
	width: 225px;
	height: 200px;
	background: url(images/rightFeature_bkgd2.jpg) no-repeat;
	background-position: 0px 0;
	padding: 15px 0px 10px 25px;
	margin-left: 40px;
}
.rightFeatureHeading {
	color: #FFFFFF;
}
#rightFeature ul {
	font-size: 1.2em;
	margin: 5px 0;
	line-height: 1.6em;
	color: #333333;
	list-style-type: none;
	width: 200px;
	color: #C00;
}
#rightFeature li {
	background: url(images/dingbat.gif) no-repeat;
	background-position: 0 7px;
	padding: 0 0 10px 10px;
}
#rightFeature a:hover {
	color: #666666;
}
.definition {
 color: #FF6600;
 }
.services {
 	margin-left: 330px;
 }

/***********************************************
Footer Styles
***********************************************/

#footer { 
	background: url(images/footer.jpg);
	height: 37px;
	width: 900px;
	color: #FFFFFF;
	font-size: 1em;
}
#footer p {
	line-height: 1.6em;
	font-size: 1em;
	color: #FFFFFF;
	padding: 17px 0 0 30px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #666666;
}
#footer .copyright {
	float: right;
	padding-right: 30px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***********************************************
Home Page
***********************************************/

#mainContentHome {
	margin: 0 52px;
}
#mainContentHome h3{
	margin-bottom: 5px;
}
.homeHeading {
	padding-top: 0px;
	margin-bottom: 5px;
}
.homePhoto {
	text-align: center;
	margin: 10px 0 10px 47px;
}
#promo {
	background: url(images/promoBkgd.jpg) no-repeat;
	text-align: left;
	height: 61px;
	margin: 10px 0 0 47px;
}
#promo p {
	padding: 17px 0 0 20px;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.1em;
}
#promo a {
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
}
#promo a:hover {
	color: #999;
	text-decoration: none;
}
.homeBullets {
	width: 375px;
	margin-left: 125px;
}
.homeBullets ul{
	font-size: 1.1em;
	padding-left: 25px;
	line-height: 1.4em;
	padding-bottom: 15px;
}
.homeBullets li{
	padding-bottom: 6px;
}
.cww {
	width: 150px;
	margin: 10px 0 0 20px;
}
/***********************************************
Services Page
***********************************************/

.rightPhotos, #studioPhotos {
	float: right;
	margin: 0 0 30px 50px;
}
.leftPhotos {
	float: left;
	margin: 0 0 30px 0;
}

/***********************************************
Contact Page
***********************************************/

#map {
	float: right;
	margin-left:  50px;
}
iframe {
	border: #666666 1px solid;
	margin-bottom: 5px;
}
td {
	padding: 0 0 10px 0;
	font-size: 1.1em;
	color: #333333;
}
.form {
	padding-bottom: 10px;
}
.day {
 	width: 105px;
 }

/***********************************************
About Page
***********************************************/

.bioPhoto {
	float: left;
	padding: 0 15px 50px 0;
}
.bio {
	padding: 0 0 40px 0;
}

/***********************************************
Photo gallery Page
***********************************************/

#thumbnails{
	padding-bottom: 2em;
}
#thumbnails img {
	margin: 0 4px 4px 0;
	height: 35px;
	width: 59px;
}
#thumbnails .lastThumbnail {
	margin: 0 0px 4px 0;
}

/***********************************************
Pricing Page
***********************************************/

table {
	margin-bottom: 10px;
}
.price {
 	width: 280px;
}
.schedule {
 	width: 140px;
}
.padBottom {
	padding-bottom: 20px;
}
#classSchedule {
	float: right;
	width: 300px;
	height: 500px;
	padding: 15px 0px 10px 25px;
	margin-left: 40px;
	/* background: url(images/rightFeature_bkgd3.jpg) no-repeat; */
	background-position: 25px 230px;
}
#classSchedule img {
	padding-bottom: 25px;
}
#classSchedule h3 {
	padding-left: 20px;
}
#classSchedule table {
	margin: 0 0 50px 20px;
}
.white {
	color: #ffffff;
}