/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image:url(../images/headercontainer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ebe6d0;
	color: #a07654;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

a {
	color: #97C5DD;

}

h2 {
	margin: 0;
	padding: 0;
}

p, h3, h4 {
	margin: 0;
	padding: 10px;
}

h3 {
	font-size: 1.8em;
	font-weight: normal;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
}

#container {
	position: relative;
	width: 969px;
	margin: 0 auto;
}

#indexContainer {
	position: relative;
	width: 1050px;
	padding-left: 81px;
	margin: 0 auto;
}

#navbar {
	height: 64px;
}

#masthead {
	height: 246px;
}

#bodyContainer {
	position: relative;
	background-image: url(../images/bodycontainer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	min-height:460px;
}

#body {
	width: 969px;
	margin: 0 auto;
}

#homeContent {
	float: left;
	width: 550px;
	padding: 30px 30px 0px;
	max-height: 300px;
}

#homeContent p {
	font-size: 1em;
}

#homeContent h3 {
	font-size: 1.8em;
	font-weight: normal;
}

#sidebar {
	position: relative;
	float: left;
	width: 351px;
	height: 250px;
	padding: 0px;
	margin-top: -20px;
}

#tape {
	position: absolute;
	width: 46px;
	height: 69px;
	top: 99px;
	left: 351px;
}

.hilite {
	color: #fad390;
}

#sidebarContent {
	position: absolute;
	top: -27px;
	left: 10px;
	padding: 0 50px;
	height: 300px;
	width: 242px;
}

#sidebarContent h4 {
	text-align: center;
	color: #edd8b4;
	font-size: 1.2em;
	margin-top: 99px;
	padding: 0px 20px;
}

#sidebarContent ul {
	font-size: .9em;
	color: #fad390;
}

#footerContainer {
	background-image: url(../images/headercontainer-bg.jpg);
	height: 70px;
	clear: both;
}

#footer {
	position: relative;
	width: 969px;
	margin: 10px auto;


}

#footer p {
	font-size: 12px;
	color: #EBE6D0;
}




#footermenu a {
	text-decoration: none; 
	color: #EBE6D0;
	padding-top: 10px;
	font-size: 12px;
}

#footerMenu a:hover, #footerMenu a:active, #footerMenu a:focus{
	background-position: left bottom;
}

#fb1, #fb2, #fb3 {
	height: 70px!important;
	background-repeat: no-repeat;
	text-indent: -3000px;
}

#fb1 {
	background-image: url(../images/footer-b1.gif);
	width: 155px;
}

#fb2 {
	background-image: url(../images/footer-b2.gif);
	width: 203px;
}

#fb3 {
	background-image: url(../images/footer-b3.gif);
	width: 211px;
}

/* All Pages Besides Homepage */
#content {
	padding: 20px 20px 10x;
}

ul#affiliates {
	list-style-image: url(../images/about-aff.gif);	
}

#videoPlayer {
	float: right;
	width: 432px;
	height: 240px;
	border: 4px solid #e5d0a3;
	margin: 0px 0px 20px 20px;
	clear: right;
}

.servicesBG {
	background-image: url(../images/services-piano.jpg);
	background-repeat: no-repeat;
}

.principlesBG {
	background-image: url(../images/principles-piano.jpg);
	background-repeat: no-repeat;
}

.testimonialsBG {
	background-image: url(../images/testimonials-bg.jpg);
	background-repeat: no-repeat;
}

/* Testimonials */

.testimonial {	
	font-style: italic;
}

/* Partners */

#partnersContainer {
	width: 900px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	padding: 10px 0px;
}

#partners {
	width: 300px;
	float: left;
}

/* Gallery */

#gallery {
	overflow: auto;
}

#gallery ul {
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#gallery ul a { 
  display : block;
  padding : 2px;
  background-color : #97C5DD;
}

#gallery ul a:hover, #gallery ul a:focus, #gallery ul a:active, 
#gallery ul a.selected, #gallery ul a.selected:hover, #gallery ul a.selected:focus, #gallery ul a.selected:active { 
  background-color : #ffffff;
}

#gallery li {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 5px 0px;
	float: left;
}

/* IE PNG Fix 

img, div {
	behavior: url(scripts/iepngfix.htc)
}

 Classes */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.imgBorderRight {
	float: right;
	border: 4px solid #e5d0a3;
	margin: 0px 0px 20px 20px;
	clear: right;
}

.centerImg {
	display: block;
	margin: 0 auto;
}

