
/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background: #4082ce;
	font-family: helvetica, "comic sans ms", arial;
	line-height: 1.4;
	color: #113;
}

/* STYLES */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	border: 1px solid #26b;
	margin-top: 10px;
}

#headbar {
	text-align: center;
}

#footer {
	text-align: center;
	background: #4082ce;
	color: #222;
	font-size: 0.7em;
}

#footer a {
	color: #222;
}
#footer a:hover {
	color: #fff;
}

h1 { font-size: 2em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }
p,li,td { font-size: 0.8em; }
h1, h2, h3, h4, h5, p, li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.container p {
	font-size: 1em;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
	height: 0px;
}

#topblock {
	overflow: hidden;
	width: 100%;
}

#middleblock {
	background: #fff;
	overflow: hidden;
	width: 100%;
}
#bottomblock {
	background: #fff;
}

#topblock, #middleblock, #bottomblock {
	padding: 0px;
}

img a {
	border: 0;
}

#logo {
	float: left;
	width: 360px;
	height: 240px;
	display: block;
	background: #fff url('');
}
#headtext {
	float: right;
	width: 410px;
	height: 240px;
	display: block;
	background: #fff url('images/headtext.jpg') top right no-repeat;
	text-align: right;
}

#phone_no {
	position: relative;
	top: 28px;
	right: 32px;
	color: #555;
	font-size: 1.55em;
	font-weight: bold;
}

img#phone {
	display: block;
	background: #fff url('images/phone.jpg');
	width: 220px;
	height: 75px;
	float: right;
}

#maintext {
	float: left;
	width: 495px;
	background: #fff url('images/main.jpg') no-repeat;
}

#sidecol {
	padding-top: 20px;
	background: transparent url('images/sidebar_top.jpg') no-repeat;
	float: right;
	width: 275px;
}

	#sidecol li {
		padding-top: 0;		
	}
	#sidecol ul {
		background: transparent url('images/sidebar_repeat.jpg') repeat-y top right;
		padding-left: 14px;
	}
	#sidecol h2 {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	#sidecol ul li a {
		background: #a0bfd7;
		border: 1px solid #90afc7;
		color: #113;
		text-decoration: none;
		text-align: center;
		font-size: 1.2em;
		width: 215px;
		display: block;
		padding-top: 3px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 13px;
	}
	#sidecol_footer{
		background: transparent url('images/sidebar_bottom.jpg') repeat-y top right;
		margin-right: 10px;
		margin-bottom: 10px;
		height: 38px;
	}
	#sidecol ul li img {
		width: 30px;
		background: #a0bfd7;
		display: block;
		float: left;
		/*margin-left: 10px;*/
		margin-right: 10px;
	}
	#sidecol ul li a:hover {
		border: 1px solid #68a;
	}
	#sidecol ul li p {
		margin-right: 20px;
		margin-left: 0px;
		text-align: center;
	}

#slides {
	width: 770px;
	height: 200px;
	display: block;
	background: #fff;
}

#nav {
	width: 770px;
	display: block;	
	background: #fff url('images/nav.jpg') no-repeat top left;
	height: 38px;
}

#nav ul {
	padding: 12px 0 3px 12px;
}

#nav ul li {
	display: inline;
	margin-right: 2px;
}

#nav ul li a {
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid transparent;
}

#nav ul li a:hover {
	background: #fc3;
	color: #000;
	border: 1px solid #f90;
}
#maintext .container, #headtext .container {
	padding: 15px;
}
#headtext .container {
	color: #eee;
}

.container table {
	margin-bottom: 10px;
	margin-left: 20px;
}

table td {
	text-align: center;
	padding: 1px;
}
table td.day {
	width: 120px;
}
table td.time {
	width: 50px;
}
#headtext h2 {
	font-size: 1.8em;
}

img.float_left, img.float_right {
	border: 2px solid #fff;
}

.float_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.float_right {
	margin-left: 10px;
	margin-top: 10px;
	float: right;
}
#certification{
	margin-left: 10px;
}
#certification img {
	margin-left: 15px;
}

#galleryimages img {
	height: 255px;
	width: 350px;
	display: block;
	border: 2px solid #fff;
	margin: 10px;
	margin-left: 55px;
	background: #ccc;
}
ul.links li p {
	text-align: center;
}
ul.links a {
	padding: 5px;
	background: #eee;
	width: 450px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
}
ul.links a:hover {
	background: #a0bfd7;
	color: #000;
}
