@charset "utf-8";
/*-------------------------------------------------------------
Style Sheet 

Version: 1.1
Author: Alternet Solutions Ltd
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #342224;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#wrapper {
	width: 85%;
	min-width: 760px;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #DED6B4;
	background: url(images/twocol-bg.gif) repeat-y 70% 0;
    }

	
/*Header*/

#header {
	width: 100%;
	height: 130px;
	background: url(images/header/header.jpg) no-repeat 35% 0%;
	}

h1 {
	margin: 3px 0;
	padding: 0;
	font-size: 160%;
	}

/*nav*/
	
#nav {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #DED6B4;
	border-bottom: 1px solid #342224;
	}
	
/*Content*/
	
#content {
	float: right;
	width: 70%;
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
	background-color: #DED6B4;
	}

#contentFull {
	float: right;
	width: 100%;
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
	background-color: #DED6B4;
	}

.clear { 
	clear: both;
	}

.red {
	color: #FF0000;
	}

span.bold {
	font-weight: bold;
	}

p.bold {
	font-weight: bold;
	}

span.italic {
	font-style: italic;
	}

.rightImg {
	float: right;
	}

/*Therapy PDF Pages*/

#locationWrap {
	margin: 10px 0;
	float: left;
	width: 100%;
	}
	
#location {
	width: 50%;
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
	}

#location h1 {
	margin: 0;
	padding:3px 0;
	font-size: 130%;
	text-transform: uppercase;
	}

#location a {
	padding: 3px 10px;
	color: #000;
	text-transform: uppercase;
	background: #fff;
	}

#location a:hover {
	background: #f7f7f7;
	}

#howToPay {
	width: 90%;
	padding: 5px;
	background: #eee;
	border: 1px dotted #333;
	}	

#howToPay h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	text-align: center;
	}

ul#paypalButton {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#paypalButton li {
	margin: 0;
	padding: 3px 0;
	}
	
/*Contact Form*/

#contact {
	margin: 10px 0 0 0;
	width: 500px;
	}

#contact p {
	margin: 2px 0;
	}
	
.warning {
	font-style: italic;
    color: #f00;
	background-color: inherit;
	}
.success {
	color: #ff0000;
	font-size: 85%;
	}
#contact .formbox {
    width: 200px;
}
	
#contact label.label {
	float: left;
	width: 85px;
	font-size: 100%;
    color: #000;
}

#contact label.labelBlock {
	display: block;
	}
	
#contact input#send {
	background: #342224;
	color: #ddd;
	}

#contact textarea {
	width: 400px;
	height: 100px;
	}

/*sideBar*/

#sideBar, #chartSideBar {
	float: left;
	width: 30%;
	background: #DED6B4;
	}

#sideBar h2 {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	}

#sideBar h2, #chartSideBar h2 {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 130%;
	}

#chartSideBar h2 span {
	font-size: 60%;
	}

#paypal {
	margin: 20px 0 0 40px;
	}

#paypal img {
	border: none;
	}

.cnhc {
	margin-top: 10px;
	}

ul#links {
	margin: 0;
	padding: 10px 0 10px 20px;
	list-style: none;
	}

#links li {
	padding: 2px;
	}

#links li.first {
	font-weight: bold;
	text-transform: uppercase;
	}

/*Gutters*/

#content .gutter {
	padding: 15px 15px 0 15px;
	}
	
#contentFull .gutter {
	padding: 15px 15px 0 15px;
	}

#chartSideBar .gutter {
	padding: 15px;
	}

/*Clearing Float*/

#clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

/*Footer*/
	
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#footer p {
	margin: 0;
	padding: 0;
	color: #ddd;
	}

#footer a {
	color: #ddd;
	}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */

