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

/* Wildcard Styling */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	text-align: left;
	background-repeat: no-repeat;
	/* border: 1px dotted #DDDDDD; */
	}

/* General Page Styling */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* Container styling */

#pageWrapper {
	width: 740px;
	margin: 20px auto 0px auto;
	}	
#contentWrapper {
	margin: 10px 0px 0px 40px;
	width: 660px;
	}
#leftColumn {
	width: 470px;
	}
#rightColumn {
	width: 120px;
	float: right;
	}
#clearBoth {
	display: block;
	clear: both;
	}	
#headerWrapper {
	margin: 0px 0px 0px 20px;
	height: 219px;
	}
#headerPic {
	width: 540px;
	height: 165px;
	background-position: bottom left;
	}	
.whoPic {
	background-image: url(../images/whoPic.jpg);
	}
.whatPic {
	background-image: url(../images/whatPic.jpg);
	}
.howPic {
	background-image: url(../images/howPic.jpg);
	}
.wherePic {
	background-image: url(../images/wherePic.jpg);
	}
.contactPic {
	background-image: url(../images/contactPic.jpg);
	}
.privacyPic {
	background-image: url(../images/homePage.jpg);
	}					
#pageTitle {
	margin: 18px 0px 0px 20px;
	width: 500px;
	height: 36px;
	text-indent: -4000px;
	background-position: top left;
	}
.relax {
	background-image: url(../images/relax.gif);
	}
.heretohelp {
	background-image: url(../images/heretohelp.gif);
	}								
.rocketscience {
	background-image: url(../images/rocketscience.gif);
	}
.yourplace {
	background-image: url(../images/yourplace.gif);
	}
.ourprivacy {
	background-image: url(../images/ourprivacypolicy.gif);
	}	
.contactus {
	background-image: url(../images/contactus.gif);
	}
.thankyou {
	background-image: url(../images/thankyou.gif);
	}			
		
/* Homepage Styling */
	
#homeHeaderWrapper {
	margin: 0px 0px 0px 20px;
	}
#homeHeaderPic {
	width: 540px;
	height: 210px;
	background-image: url(../images/homePage.jpg);
	background-position: top left; 
	}
#homeTitle {
	margin: 0px 0px 10px 0px;
	width: 660px;
	height: 36px;
	background-image: url(../images/homeTitle.gif);
	text-indent: -4000px;
	background-position: top left;
	}
#homeContentWrapper {
	margin: 18px 0px 0px 40px;
	width: 660px;
	}		
	
/* Navigation Styling */
	
#navWrapper {
	width: 160px;
	float: right;
	}
.navButton {
	width: 160px;
	float: right;
	}	
.navButton a {
	width: 160px;
	height: 35px;
	display: block;
	text-indent: -4000px;
	background-position: top left;
	}
.navButton a:hover {
	background-position: center left;
	}
.navButton span {
	width: 160px;
	height: 35px;
	display: block;
	text-indent: -4000px;
	background-position: center left;
	}		
#home {
	background-image: url(../images/homeButton.gif);
	}
#who {
	background-image: url(../images/whoButton.gif);
	}
#what {
	background-image: url(../images/whatButton.gif);
	}
#how {
	background-image: url(../images/howButton.gif);
	}
#where {
	background-image: url(../images/whereButton.gif);
	}
#contact {
	background-image: url(../images/contactButton.gif);
	}
	
/* Text styling */

strong, a {
	font-weight: bold;
	text-decoration: none;
	color: #1E9B97;
	}
a:hover {
	color: #858585;
	}	
p {
	color: #858585;
	font-size: 12px;
	line-height: 18px;
	margin: 18px 0px 0px 0px;
	}
p.legal {
	color: #858585;
	font-size: 9px;
	line-height: 15px;
	margin: 18px 0px 0px 0px;
	}
h2 {
	color: #1E9B97;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 18px 0px 0px 0px;
	}
h3 {
	color: #858585;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 7px 0px 10px 0px;
	}
h4 {
	color: #858585;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 2px 0px 0px 0px;
	}
	
/* Data capture form Styling */

form {
	width: 660px;
	margin: 25px auto 0px auto;
	background-color: #D2EBEA;
	}
#formWrapper {
	display: block;
	padding: 10px 14px;
	}
#submitWrapper {
	float: right;
	}	
#email {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 0px 5px;
	width: 241px;
	height: 19px;
	overflow: hidden;
	font-size: 12px;
	color: #858585;
	border: 1px solid #1E9B97;
	}	
	
/* Footer */

#footer {
	width: 630px;
	padding: 16px 0px 10px 0px;
	margin: 0px auto;
	color: #858585;
	font-size: 9px;
	}
#footer a {
	color: #858585;
	font-weight: normal;
	}
#footer a:hover, #footer span {
	color: #1E9B97;
	}		
#copyright {
	float: right;
	}
h5 {
	color: #858585;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	}				
