
/* Pain Solutions Style Sheet */

/* ================== Universal Elements ==================  */
body {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
margin: 0px;
padding: 0px;
line-height: 20px;
color: #A6A8AB;
background: #FFFFFF;
padding: 0px;

}

img {  border-style: none; }

form { margin:0; padding:0 }

a:link {
	text-decoration: none;
	color: #6D6E70;
}
a:visited {
	text-decoration: none;
	color: #6D6E70;
}
a:hover {
	text-decoration: none;
	color: #A6A8AB;
}
a:active {
	text-decoration: none;
	color: #6D6E70;
}


/* ================== Super Container ==================  */
#wrapper {
	width: 900px;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow:hidden;
	border: 0px;
}

#wrapper2 {
	width: 867px;
	margin: 0 auto;
}


/* ================== Header Elements Begin ==================  */
#header {
	width: 867px;
	height: 255px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0px;
}

#logo {
	width: 383px;
	height: 107px;
	float: left;
	padding-top: 35px;
	padding-left: 65px;
}

#nav {
	width: 797px;
	height: 20px;
	padding-top: 76px;
	padding-left: 34px;
	float: left;
}

ul#topnav {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
	width: 797px;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}

/*--CSS Sprites - Default State--*/
ul#topnav a {
	float: left;
	display: block;
	height: 20px;
	background-position: left top;
}

/*--CSS Sprites - Hover State--*/
ul#topnav a:hover {
	background-position: left -20px;
}
/*--Assign an image and width to each link--*/
ul#topnav li.home a {
	background-image: url(images/nav_01.png);
	width: 80px;
}
ul#topnav li.about a {
	background-image: url(images/nav_02.png);
	width: 99px;
}
ul#topnav li.who a {
	background-image: url(images/nav_03.png);
	width: 119px;
}
ul#topnav li.services a {
	background-image: url(images/nav_04.png);
	width: 96px;
}
ul#topnav li.kids a {
	background-image: url(images/nav_05.png);
	width: 168px;
}
ul#topnav li.testimonials a {
	background-image: url(images/nav_06.png);
	width: 122px;
}
ul#topnav li.contact a {
	background-image: url(images/nav_07.png);
	width: 113px;
}

#home li.home a, /*--Home Page > Home Link--*/
#about li.about a, /*--About Page > About Link--*/
#who li.who a, /*--About Page > About Link--*/
#services li.services a, /*--Services Page > Services Link--*/
#kids li.kids a, /*--Portfolio Page > Portfolio Link--*/
#testimonials li.testimonials a, /*--Contact Page > Contact Link--*/
#contact li.contact a /*--Blog Page > Blog Link--*/
{
	background-position: left bottom;
}


/* ================== Header Elements End ==================  */

.content1 {
	padding-top: 10px;
}

.content2 {
	padding-top: 15px;
	line-height: 16px;
}

.content3 {
	padding-top: 15px;
}

.content4 {
	padding-top: 10px;
	width: 750px;
	float: left;
}

.content5 {
	padding-top: 10px;
	width: 540px;
	float: left;
}

.content6 {
	padding-top: 10px;
	width: 440px;
	float: left;
}

.content7 {
	width: 440px;
	float: left;
}

.column {
	padding-top: 10px;
	width: 150px;
	float: left;
}

.column2 {
	padding-top: 10px;
	width: 225px;
	float: left;
}

.mediumText {
	font-size: 14px;
}

.largeText {
	font-size: 15px;
} 

.greenText {
	color: #186E77;
}

#clear { 
	clear: both;
}

#introTop {
	width: 808px;
	height: 254px;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 59px;
}

#introTopLeft {
	width: 405px;
	height: 220px;
	float: left;
	padding-top: 23px;
}

#introTopRight {
	width: 334px;
	height: 203px;
	padding-top: 17px;
	padding-left: 18px;
	background-image: url(images/introFeature.png);
	float: left;
}

#flash {
	width: 318px;
	height: 187px;
	float: left;
}

#introBottom {
	width: 808px;
	height: 231px;
	float: left;
	padding-left: 59px;
}

#introBottomLeft {
	width: 537px;
	height: 231px;
	float: left;
}

#introBottomRight {
	width: 270px;
	height: 231px;
	float: left;
}

#columnWrapper {
	width: 517px;
	height: 158px;
	float: left;
}

#leftColumn {
	width: 234px;
	height: 148px;
	float: left;
	padding-top: 10px;
}

#rightColumn {
	width: 283px;
	height: 148px;
	float: left;
	padding-top: 10px;
}

ul#list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#list li {
	background: url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 7px; (these are x-y coordinates)
	vertical-align:top;
	padding:0 0 0 .8em;
	margin:0 0 0 0;
}

#divider {
	width: 867px;
	height: 44px;
	float: left;
	padding-top: 42px;
	padding-bottom: 15px;
}

#homePain {
	width: 814px;
	height: 209px;
	float: left;
	padding-left: 53px;	
}

#homePerformance {
	width: 814px;
	height: 209px;
	float: left;
	padding-left: 53px;	
	padding-top: 30px;
}

.mediumPic {
	width: 176px;
	height: 209px;
	float: left;
}

.homeContent {
	width: 557px;
	height: 195px;
	float: left;
	padding-left: 15px;
	padding-top: 14px;
}


/* ================== Page Area ==================  */


#mainTop {
	width: 808px;
	min-height: 250px;
	float: left;
	padding-top: 36px;
	padding-bottom: 10px;
	padding-left: 59px;
}

.floatRight {
	float: right;
	width: 246px;
	height: 348px;
	padding-right: 50px;
	padding-top: 35px;
}

.floatRight2 {
	float: right;
	width: 284px;
	height: 297px;
	padding-right: 50px;
}

.floatRight3 {
	float: right;
	width: 284px;
	height: 297px;
	padding-right: 50px;
	padding-top: 15px;
}

.floatRight4 {
	float: right;
	width: 238px;
	height: 219px;
	margin-top: -8px;
	margin-right: -6px;
}

.floatLeft {
	float: left;
	width: 191px;
	height: 191px;
	margin-left: -6px;
	padding-right: 10px;
}

.floatLeft2 {
	float: left;
	width: 284px;
	height: 297px;
	margin-left: -6px;
	padding-right: 20px;
}

.floatLeft3 {
	float: left;
	width: 238px;
	height: 219px;
	margin-left: -6px;
	margin-top: -8px;
	padding-right: 10px;
}

#columnWrapper2 {
	clear: left;
	width: 440px;
	height: 110px;
	float: left;
}

#leftColumn2 {
	width: 230px;
	height: 90px;
	float: left;
	padding-top: 20px;
}

#rightColumn2 {
	width: 210px;
	height: 90px;
	float: left;
	padding-top: 20px;
}

ul#mainList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#mainList li {
	background: url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 17px; (these are x-y coordinates)
	vertical-align:top;
	padding:.8em 0 0 .8em;
	margin:0 0 0 0;
}

.greenBold {
	color: #186E77;
	font-weight: bold;
}

.greenBold a:link, .greenBold a:visited, .greenBold a:active {
	color: #186E77;
	font-weight: bold;
}

.greenBold a:hover {
	color: #186E77;
	font-weight: bold;
	text-decoration: underline;
}

/* ================== Footer Elements Begin  ==================  */
#footer {
	float: left;
	clear: both;
	width: 834px;
	height: 17px;
	background-color: #e6f0f1;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 16px;
	margin-top: 50px;
	text-align: center;
	font-size: 11px;
    color: #6D6E70;
}

.footerBold {
	color: #623C25;
	font-weight: bold;
}

#footer a:link {
	text-decoration: none;
	color: #6D6E70;
}
		
#footer a:visited {
	text-decoration: none;
	color: #6D6E70;
}

#footer a:hover {
	text-decoration: underline;
	color: #999999;
}

#footer a:active {
	text-decoration: none;
	color: #6D6E70;
}
	
/* ================== Page End  ==================  */


#pageEnd {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background-image: url(images/pageEnd.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}