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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* START CSS */

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {
	height: 100%;
	background-color: #efebe7;
}

a:link {
	text-decoration: none;
	color: #0fa5df; 
}
a:hover {
	text-decoration: underline;
	color: #425ba8;
}
a:visited {
	text-decoration: none;
	color: #425ba8;
}

#wrap {
	position:relative;
	margin: 0 auto;
	min-height: 100%;
	width:914px;
	background-image: url(../images/backgroundStage.jpg);
	background-repeat:repeat-y;
	}
#header {
	position: relative;
	margin:0 0 0 70px;
	padding: 10px 0;
	width: 731px;
}
#stage {
	margin:0 0 0 70px;
	width: 731px;
	background-image:url(../images/homePageBackground.jpg);
	background-repeat: repeat-y;
	overflow:auto;
	padding-bottom: 100px;
}
#stageYellow {
	margin:0 0 0 70px;
	width: 731px;
	background-image: url(../images/PageBackgroundYellow.jpg);
	background-repeat: repeat-y;
	overflow:auto;
	padding-bottom: 100px;
}
#stageGreen {
	margin:0 0 0 70px;
	width: 731px;
	background-image: url(../images/PageBackgroundGreen.jpg);
	background-repeat: repeat-y;
	overflow:auto;
	padding-bottom: 100px;
}
#stageRed {
	margin:0 0 0 70px;
	width: 731px;
	background-image: url(../images/PageBackgroundRed.jpg);
	background-repeat: repeat-y;
	overflow:auto;
	padding-bottom: 100px;
}
#stageBlue {
	margin:0 0 0 70px;
	width: 731px;
	background-image: url(../images/PageBackgroundBlue.jpg);
	background-repeat: repeat-y;
	overflow:auto;
	padding-bottom: 100px;
}
#stageOrange {
	margin:0 0 0 70px;
	width: 731px;
	background-image: url(../images/PageBackgroundOrange.jpg);
	background-repeat: repeat-y;
	overflow:auto;
	padding-bottom: 100px;
}


/* NAVIGATION */
#navigation {
	margin:0 auto;
	position: relative;
	width:731px;
	padding: 0 0;
	background-color:white;
	overflow:visible;
}
.navHome {
	float: left;
	width: 80px;
	padding:0;
	margin:0;
}
.navServices {
	float: left;
	width: 103px;
	padding:0;
	margin:0;
}
.navStaff {
	float: left;
	width: 103px;
	padding:0;
	margin:0;
}
.navTestimonials {
	float: left;
	width: 104px;
	padding:0;
	margin:0;
}
.navContactUs {
	float: left;
	width: 108px;
	padding:0;
	margin:0;
}
.upperImage {
	position:absolute;
	width: 308px;
	top:30px;
	right:40px;
	z-index:1000;
}

/* STAGE IMAGES */
#stageImage {
	position:relative;
	float: left;
	width:246px;
	margin: 100px 0 0 0;
}

/* TEXT AREAS */
#textRight {
	position: relative;
	float: left;
	width: 350px;
	margin: 100px 10px 0 50px;
}
#textRight h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color:#8a8787;
	padding-bottom: 12px;
}
#textRight p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 18px;
}
.textStaffFirst {
	position: relative;
	float: left;
	width: 650px;
	margin: 100px 10px 0 40px;
	background-image:url(../images/staffDots.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 35px;
}
.textStaffFirst h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color:#8a8787;
	padding-bottom: 12px;
}
.textStaffFirst img {
	float:left;
	position: relative;
	width: 200px;
	margin: 0 20px 0 50px;
}
.textStaff {
	position: relative;
	float: left;
	width: 650px;
	margin: 20px 10px 0 40px;
	background-image:url(../images/staffDots.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 35px;
}
.textStaff img {
	float:left;
	position: relative;
	width: 200px;
	margin: 0 20px 0 50px;
}
.staffList {
	width: 300px;
	position:relative;
	float: left;
	padding-top: 10px;
}
.staffList h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color:#8a8787;
	padding-bottom: 12px;
}
.staffList h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#8a8787;
	padding-bottom: 8px;
}
.staffList p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 18px;
}
.calloutTop {
	width: 370px;
	height:55px;
	float: left;
	background-image:url(../images/calloutBlue.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #95d6f6;
}
.callout {
	width: 370px;
	float: left;
	background-image:url(../images/calloutBlueMiddle.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 20px;
}
.callout ul, li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
	padding: 0 10px;
}
.callout ul {
	padding: 10px 10px;
}
.calloutBottom {
	width: 370px;
	height:29px;
	float: left;
	background-image:url(../images/calloutBlueBottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #95d6f6;
}
.testimonials {
	width: 405px;
	background-image: url(../images/testDots.jpg);
	background-position: left bottom;
	background-repeat:no-repeat;
	padding-bottom: 35px;
	padding-top: 25px;
}

.textBio {
	position: relative;
	float: left;
	width: 350px;
	margin: 100px 10px 0 50px;
}
.textBio h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color:#333;
	padding-bottom: 12px;
}
.textBio h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#333;
	line-height: 20px;
	padding-bottom: 12px;
}
.textBio p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 18px;
}

.textBio ul li{
	list-style: inside disc;
	font-weight:normal;
}
.textBio li{
	padding-bottom: 8px;
}

#footerOrange {
	margin:0 0 0 70px;
	width: 731px;
	background-image: url(../images/footerOrange.jpg);
	background-repeat: no-repeat;
	overflow:auto;
	padding-bottom: 100px;
	padding-top: 15px;
}
#footerOrange p{
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
}
#footerRed {
	margin:0 0 0 70px;
	width: 731px;
	background-image: url(../images/footerRed.jpg);
	background-repeat: no-repeat;
	overflow:auto;
	padding-bottom: 100px;
	padding-top: 15px;
}
#footerRed p{
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
}
#footerBlue {
	margin:0 0 0 70px;
	width: 731px;
	background-image: url(../images/footerBlue.jpg);
	background-repeat: no-repeat;
	overflow:auto;
	padding-bottom: 100px;
	padding-top: 15px;
}
#footerBlue p{
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
}
#footerYellow {
	margin:0 0 0 70px;
	width: 731px;
	background-image: url(../images/footerYellow.jpg);
	background-repeat: no-repeat;
	overflow:auto;
	padding-bottom: 100px;
	padding-top: 15px;
}
#footerYellow p{
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
}
#footerGreen {
	margin:0 0 0 70px;
	width: 731px;
	background-image: url(../images/footerGreen.jpg);
	background-repeat: no-repeat;
	overflow:auto;
	padding-bottom: 100px;
	padding-top: 15px;
}
#footerGreen p{
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
}









