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


/* Sitewide Styles */

body {
	background: #fff url(imgs/back.jpg) repeat-x;
	margin: 25px;
	margin-top: 0px;
	text-align: center;
	line-height: 24px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #372c21;
	}
	
h1 {
	color: #4472a6;
	font-size: 22px;
	font-weight: bold;
	font-family: "Century Gothic";
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
	}
	
h2 {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	font-family: "Century Gothic";
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
	}
	
table, tr, td {
	border: 0px;
	vertical-align: top;
	}
	
p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	}
	
ul {
	list-style-image: url(imgs/arrow.gif);
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	}
	
	ul li {
		padding: 0px;
		margin: 0px;
		padding-bottom: 5px;
		margin-left: 5px;
		}

blockquote {
	background: url(imgs/quote.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	margin-bottom: 20px;
	}
	
	blockquote div {
		text-align: right;
		color: #95947e;
		font-size: 12px;
		}
		
img {
	border: 0px;
	}
	
/* Identification Styles */

#container {
	width: 816px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	height: 187px;
	}
	
#content {
	
	}
	
#footer {
	height: 35px;
	background: #e7e6da url(imgs/footer.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	margin-top: 36px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	}
	
	#footer ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		text-align: center;
		}
		
	#footer ul li {
		display: inline;
		margin: 0px;
		padding: 0px;
		padding-left: 25px;
		padding-right: 25px;
		color: #FD8800;
		}
	
	#footer ul li a {
		text-decoration: none;
		color: #333333;
		}


#picture {
	height: 224px;
	margin-bottom: 36px;
	clear: both;
	}
	
#scheduler {
	width: 816px;
	border-top: 1px solid #acab98;
	border-left: 1px solid #acab98;
	}
	
	#scheduler td {
		width: 102px;
		padding: 5px;
		border-right: 1px solid #d7d6c1;
		border-bottom: 1px solid #d7d6c1;
		color: #fff;
		text-align: center;
		font-size: 12px;
		}
		
	#scheduler td:hover {
		background: #eeeee3;
		color: #777669;
		}
		
	#scheduler td:hover a {
		color: #777669;
		text-decoration: none;
		}
		
	#scheduler a {
		color: #fff;
		}
	
	#scheduler td.topdate {
		background: #f4f4eb;
		color: #CC0000;
		font-weight: bold;
		text-align: center;
		border-bottom: 1px solid #acab98;
		}
	
	#scheduler td.time {
		background: #f4f4eb;
		color: #4472a6;
		font-weight: bold;
		text-align: right;
		border-right: 1px solid #acab98;
		}
		
	#scheduler td.booked {
		background: url(imgs/booked.gif);
		color: #4472a6;
		font-weight: bold;
		text-align: right;
		}

	#scheduler td.topleft {
		background: #f4f4eb;
		}

/* Class Styles */

.left_column {
	width: 378px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	border-right: 1px solid #d7d6c1;
	text-align: justify;
	}
	
.right_column {
	width: 378px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: justify;
	}
	
.add_test {
	width: 378px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-left: 1px solid #d7d6c1;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
	}
	
.error {
	font-weight: bold;
	color: #CC0000;
	}
	
.disclaimer {
	font-size: 10px;
	color: #999999;
	}
	
.spas {
	width: 100%;
	text-align: center;
	}
	
.specs {
	margin-top: 30px;
	font-size: 11px;
	}
	
	.specs td {
		padding-left: 20px;
		}
		
.module {
	width: 170px;
	height: 75px;
	padding: 10px;
	background: url(imgs/module.jpg) no-repeat;
	float: left;
	margin: 0 0 20px 0;
	}
	
	.module a, .module a:active, .module a:visited {
		color: #0099CC;
		text-decoration: none;
		line-height: 200%;
		}
	
	div.module + div.module {
		margin-left: 16px;
		}
	
	.module p {
		line-height: 100%;
		font-size: 12px;
		}
	
	.module img {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-top: 9px;
		}		
		
	.mbreak {
		margin: 0px;
		padding: 0px;
		height: 1px;
		visibility: hidden;
		}
		
.return {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	font-family: "Century Gothic";
	padding: 0px;
	margin: 0px;
	padding-bottom: 30px;
	}
	
	.return a {
		text-decoration: none;
		color: #CC0000;
		}
		
	.return img {
		padding: 0px;
		margin: 0px;
		margin-right: 5px;
		}
		
#social {
	width: 400px;
	float: right;
	text-align: right;
}

	#social img {
		border: 0;
		margin: 0 5px 0 5px;
	}
	
	
#facebook {
	float: left;
	width: 400px;
	}
	
.clearfix {
	clear: both;	
}
