/*
	*******************
	General Page Styles
	*******************
*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	background:url(../images/SiteBG_repeater.png) repeat-x 0 0 #f4f4f4;
	margin: 0 auto;
	min-width: 1040px;
	color: #414142;
}
p, li
{
	font-size: 13px;
	line-height: 18px;
	}
p span {
	color: #f49800;
}	
h1, h2, h3, h4, h5
{
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
h1
{
	font-size:80px;
}
h2
{
	font-size:32px;
	color: #f49800;
}
h3 {
	font-size:24px;
	margin: 0px;
	color: #f49800;
	}
h4 {
	font-size:19px;
	margin: 0px;
	padding: 0px;
		}
h5 {
	font-size: 13px;
	}	
a {
	text-decoration: none;
	}		
#container
{
	margin:0 auto;
	overflow: hidden;
	/* CSS3 Shadow */
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
}
#topContactArea {
	height: 38px;
	position: relative;
	}
#topContactArea	p {
	color:#F49800;
	padding-top: 9px;
	margin: 0px;
	float:right;
	font-size: 100%;
	}
#topContactArea	span, #topContactArea a {
	color:#fff;
	}
#topContactArea a:hover{
	color:#F49800;
	}		
#logoArea {
	background: url(../images/Logo-large.png) no-repeat 0 0;
	height:159px;
	position: relative;
	}	
#topArea {
	height: 281px;
	width: 100%;
	margin-bottom: 49px;
	}
	/*#topNavigation - old
#topNavigation
{
		height: 159px;
		float: right;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 0.9em;
}
#topNavigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 17px;
	text-decoration: none;
	color: #414142;
	width: 100px;
	height: 74px;
		}
#topNavigation li a{
	color: #414142;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 104px;
	display:block;
	height: 74px;
	}
#topNavigation li a:hover{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 74px;
	}	
#topNavigation li a:active
{
	border-bottom: 1px solid #b91f8e;
	}
#topNavigation ul {
	display: inline-block;
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	height:74px;
	}
	*/
	
		/*#topNavigation - New Change set (Increased the height properties from 74px to 90px)  */
#topNavigation
{
		height: 159px;
		float: right;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 0.9em;
}
#topNavigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 17px;
	text-decoration: none;
	color: #414142;
	width: 100px;
	height: 90px;
		}
#topNavigation li a{
	color: #414142;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 104px;
	display:block;
	height: 90px;
	}
#topNavigation li a:hover{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 90px;
	}	
#topNavigation li a:active
{
	border-bottom: 1px solid #b91f8e;
	}
#topNavigation ul {
	display: inline-block;
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	margin-top: 32px;
	height:90px;
	}
/*#topNavigation - New Change set Ends */

<!--top navigation-->
/*old design
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 774px;
	height: 82px;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	padding: 0px;
	margin: 0px;
}
#menu a:hover {
	background-position: left top;
	height:74px;
	padding: 0px;
	margin: 0px;
}
#menu a:hover span{
	display: block;
}
#menu .home, #menu .home span, #menu .about, #menu .about span, #menu .assessments, #menu .assessments span, #menu .therapy, #menu .therapy span, #menu .training, #menu .training span, #menu .contact, #menu .contact span {
	background: url(../images/Nav-Sprite.png) no-repeat;
	width:100px;
	height:74px;
	}
#menu .home span, #menu .about span, #menu .assessments span, #menu .therapy span, #menu .training span, #menu .contact span 
{
	height: 82px;
	}
#menu .home {
	background-position: 0px 0px;
}
#menu .home span {
	background-position: 0px -74px;
}
#menu .about {
	background-position: -100px 0px;
}
#menu .about span {
	background-position: -100px -74px;
}
#menu .assessments {
	background-position: -200px 0px;
}
#menu .assessments span {
	background-position: -200px -74px;
}
#menu .therapy {
	background-position: -300px 0px;
}
#menu .therapy span {
	background-position: -300px -74px;
}
#menu .training {
	background-position: -400px 0px;
}
#menu .training span {
	background-position: -400px -74px;
}
#menu .contact {
	background-position: -500px 0px;
}
#menu .contact span {
	background-position: -500px -74px;
}
*/
/*#menu - New Change set (Increased height to 90px ,added class as default &  hover for each #menu <a> class -
 eg :- #menu .homedefault & #menu .homehover for .home [ "span" not used ] */
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 774px;
	height: 90px;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	padding: 0px;
	margin: 0px;
}
#menu a:hover {
	background-position: left top;
	height:90px;
	padding: 0px;
	margin: 0px;
}
#menu a:hover span{
	display: block;
}
#menu .home, #menu .home span, #menu .about, #menu .about span, #menu .assessments, #menu .assessments span, #menu .therapy, #menu .therapy span, #menu .training, #menu .training span, #menu .contact, #menu .contact span {
	/*background: url(../images/Nav-Sprite.png) no-repeat;*/
	width:100px;
	height:90px;
	}
#menu .home span, #menu .about span, #menu .assessments span, #menu .therapy span, #menu .training span, #menu .contact span 
{
	height: 90px;
	}
#menu .homedefault
{
    background: url(../images/Home.png) no-repeat;	
}
#menu .homehover
{
    background: url(../images/HomeSelected.png) no-repeat;
}
#menu .aboutdefault
{
    background: url(../images/About.png) no-repeat;	
}
#menu .abouthover
{
    background: url(../images/AboutSelected_03.png) no-repeat;
}

#menu .assessmentsdefault
{
    background: url(../images/Assessments.png) no-repeat;	
}
#menu .assessmentshover
{
    background: url(../images/AssessmentsSelected_03.png) no-repeat;
}

#menu .therapydefault
{
    background: url(../images/Therapy.png) no-repeat;	
}
#menu .therapyhover
{
    background: url(../images/TherapySelected_03.png) no-repeat;
}

#menu .trainingdefault
{
    background: url(../images/Training.png) no-repeat;	
}
#menu .traininghover
{
    background: url(../images/TrainingSelected_03.png) no-repeat;
}
#menu .contactdefault
{
    background: url(../images/Contact.png) no-repeat;	
}
#menu .contacthover
{
    background: url(../images/ContactSelected_03.png) no-repeat;
}

/* #menu - New Change set ends */

.current 
{
}
<!--end navigation-->

	
#bannerNav {
	height: 207px;
	position: relative;
	}	
.bannerCol1, .bannerCol2, .bannerCol3, .fillerCol1, .fillerCol2{
	float: left;
	height: 207px;
	padding: 0px;
	margin: 0px;
	}
.bannerCol1 {
	background: url(../images/Assessments-Banner.png) no-repeat 0 0;
	}
.bannerCol2 {
	background: url(../images/Therapy-Banner.png) no-repeat 0 0;
	}	
.bannerCol3 {
	background: url(../images/Training-Banner.png) no-repeat 0 0;
	}
.bannerCol1, .bannerCol2, .bannerCol3	{
		width: 322px;
	}
.fillerCol1 {
	background:url(../images/BannerNavRule1.png) no-repeat 0 0;
	width: 35px;
	}
.fillerCol2 {
	background:url(../images/BannerNavRule2.png) no-repeat 0 0;
	width: 39px;
	}					
#bannerArea {
	height: 365px;
	}	
#bannerArea, .bannerText, .footerContent, #sectionWrap, #bannerNav, #topContactArea, #logoArea {
	width: 1040px;
	margin: 0 auto;
	}	
.columnOne {
	width:674px;
	border-right: 1px solid #b2b29e;
	padding-right: 22px;
	margin-right: 20px;
	}
.columnTwo {
	width: 323px;
	}	
.columnOne, .columnTwo, .columnThree {
	float:left;
	min-height: 250px;
	}	
.columnThree {
	margin: 0px;
	}
.moreButton {
	float: right;
	width: 89px;
	height: 35px;
	background-image: url(../images/MoreButton.png);
	}
#sectionWrap li{
	color:#F49800;
	font-size: 22px;
	font-weight: bold;
	}
#sectionWrap li span{
	color:#414142;
	font-size: 13px;
	font-weight: normal;
	}			
.bannerText{
	padding:0px;
	margin:0px;
	}
.bannerText h1{
	padding-top: 70px;
	position:absolute;
	margin:0px;
	line-height: 80px;
	padding-bottom: 10px;
	}
.bannerText h3{
	padding-top: 144px;
	position:absolute;
	margin:0px;
	line-height: 24px;
	}	
#footer {
	background-color: #f49800;
	width: 100%;
	margin-top: 49px;
	}
.footerContent{
	padding-top: 49px;
	color: #fff;
	font-size: 12px;
	padding-bottom: 10px;
	}
.footerContent a {
	color: #fff;
	font-size: 12px;
	text-decoration:none;
	}
.footerContent a:hover {
	color: #000;
	font-size: 12px;
	text-decoration:none;
	}	
a:hover, a {
	color:#f49800; 
	}
.footerContent li {
	list-style: none;
	padding-bottom: 12px;
	}
.footerContent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}	
.footerContent h5 {
	text-transform:uppercase;
	color:#000;
	font-weight: normal;
	padding-bottom: 12px;
	}
.divider {
	border: 1px dashed #cac9cb;
	width: 1040px;
	}	
.col-1, .col-2, .col-3{
	float: left;
	}
.col-1 {
	width: 158px;
	border-right: 1px solid #fff;
	margin-right: 35px;
	height: 100%;
	}
.col-1 {
	width: 148px;
	}
.col-2, .col-1 {
	border-right: 1px solid #fff;
	margin-right: 30px;
	height: 310px;
	}
.col-3 {
	border-right: 1px solid #fff;
	height: 310px;
	}			
.col-2, .col-3{
	width: 306px;
	}	
.col-4 {
	padding: 0px;
	margin: 0px;	
	}
.col-4, .col-5 {
	float:right;
	}
.col-5 {
	width: 100%;
	margin-top: 50px;
	padding-bottom:30px;
	}		
.clear {
	clear:both;}	
/*
	********************
	Promo Related Styles
	********************
*/

/* Remove list formatting from Promo UL/LI */
#promo, #promo li
{
	margin:0;
	padding:0;
	list-style-type:none;
	
}
#promo li {
	
	}

/* Styles for the optional promo navigation container */
#promonav
{
	padding:4px;
	background:#b3d335;
	font-size: 0.8em;
}

/* Keep the next button at the right edge */
#promonav .next
{
	float:right;
}

/* Link styles in promo navigation  */
#promonav a
{
	padding:0 3px;
	text-decoration:none;
	outline:0;
	color:#414142;
}

/* Style applied on mouseover of promo navigation link(s) */
#promonav a:hover
{
	color:#000;
}
/* The index automatically gets an activeSlide class, use this to indicate the current slide */
#promoindex a.activeSlide
{
	font-weight:bold;
	background:#fff;
	border-color:#ccc;
}
/*Monitor*/
#monitor
{
	background:url(../images/Monitor.png) no-repeat 0 0;
	width: 383px;
	height: 328px;
	position: relative;
	z-index: 99;
	float: right;
	top: -100px;
	}
.screen
{
	width: 348px;
	position:absolute;
	top: 15px;
	left: 18px;
	}
#slider {
	width:600px;
	height:350px;
	position:relative;
	margin-left: 30px;
	float: left;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:546px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
#sliderspeech {
	float: right;
	}
#photo {
background-image:url(../images/Rachael.png);
width:272px;
height:393px;
}
#aboutContent {
background-image:url(../images/AboutBox.png);
width:768px;
height:393px;
}	
#aboutContent .content {
margin: 25px;
}
.content h2 {
color:#5e9acd;
}
.content span {
color:#5e9acd;
}
#photo, #aboutContent { 
float:left;
}
.testimonials {
background-image: url(../images/Testimonials.png);
width:322px;
height:452px;
margin-top: 20px;
}