/*
Author: 
Project:
Date:
Credit: Lee Munroe www.leemunroe.com
*/


/* 
# CSS contents ###################
* 1 Reset defaults
* 2 Layout
* 3 Nav
* 4 Headings
* 5 Lists
* 6 Images
* 7 Links
* 8 Forms
* 9 Tables
* 10 Typography 
* 11 Other
*/


/* 
# Colour reference ###################


*/
 
/*
# Reset defaults ################### 
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } /* Reset margins and padding */

a:link, a:visited{text-decoration:none;outline:none;} /* Reset link styles */

html {overflow: -moz-scrollbars-vertical;} /* Mozilla scrollbar fix */

#skipto{position:absolute;left:-9999px;top:-9999px;} /* Hides the skip to link - useful for screen readers */

.group:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} /* Automatically clears after any element with this class */

/*
# Layout ################### 
*/

body{font:75%/1.5  "Helvetica Neue", Helvetica, Arial, sans-serif;color:#222;background:#093a62;}

/*
# Nav ################### 
*/
#header {
	background: #000033;
	width: 100%;
	margin: 0 auto;
	height: 60px;
}

#content {
		width: 650px;
		margin: 0 auto;
		text-align: left;
	
}

/*
# Headings ################### 
*/

h1{font-size: 22pt; color: #ffffff;}

h2{font-size: 20pt; color: #ffffff;}

h3{font-size: 18pt; color: #ffffff;}

h4{font-size: 16pt; color: #ffffff;}


#footer {
	text-align:center;
	color: #909090;
}

.main {

}

.referenceblock {
	border: 1px solid white;
	padding: 5px;
	margin: 10px;
}

.referencename {
	font-style: italic;
	color: white;
	font-weight: bold;
}
/*
# Lists ################### 
*/

#nav {
	list-style: none;
	padding-top: 10px;
	text-align: center;
}
#nav ul {
	text-align: center;
	margin: 0 auto;
}
#nav li {
	float: left;
	margin-left: 40px;
}

li.therapy {
	color: white;
}

/*
# Images ################### 
*/
.headimage {
	margin-top: 10px;
	margin-left: auto;
}
img{border:none;}
img.left{margin:0 10px 10px 0;}
img.right{margin:0 0 10px 10px;}



/*
# Links ################### 
*/
td {
	color: white;
}
a{color: white;}
a:hover{ color: white;}

/*
# Forms ################### 
*/



/*
# Tables ################### 
*/



/*
# Typography ################### 
*/

p{margin:0 0 1.5em;color: #999999;}

/*
# Other ################### 
*/

.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}
