body {
	margin: 0px 0px 0px 0px;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	text-align: center;
}

img {border: none;}

p, blockquote, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
}
ul, ol dl {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	margin-bottom: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
	color: #32559a;
}
h3 {
	font-size: 15px;
	color: #79a90c;
	background: url(images/bkgd_dotted.gif) repeat-x bottom;
	padding-bottom: 5px;
}
h4 {
	color: #32559a;
	font-size: 12px;
	margin-bottom: 0px;
}
h6 {
	color:#FF0000;
	text-decoration:underline;
}
a {
	color: #32559a;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: #458fe4;
}
a:active {
}

/* ########## JAR ########## */
#jar {
	position: relative;
	width: 912px;
	margin: 30px auto 0px auto;
	text-align: left;
}

/* ########## BADGE ########## */
#badge {
	position: absolute;
	float: right;
	z-index: 1;
	width: 280px;
	height: 255px;
	top: 85px;
	right: 50px;
	background-image: url(images/bkgd_badge.png);
	background-repeat: no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bkgd_badge.png', sizingMethod='crop');
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
#practice {
	padding: 20px;
}
#practice h1 {
	margin-bottom: 20px;
	font-size: 14px;
}
#practice span {
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}
#practice ul {
	margin: 20px 15px 0px 15px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#practice li {
	margin-bottom: 10px;
	line-height: 24px;
}
#practice a {
	display: block;
	width: 210px;
	height: 24px;
	background-image: url(images/bkgd_bt.gif);
	font-size: 13px;
	font-weight: bold;
	text-indent: 30px;
	text-decoration: none;
}


#practice a.box-none  {
	display: block;
	background-image: none;
	font-size: inherit;
	font-weight: normal;
	text-indent: inherit;
	text-decoration: none;
	margin-left:5px;
}

#yellow-box {
	padding: 20px;
}


/* ########## HEADER ########## */
#header {
	padding: 0px 6px 0px 6px;
}
#phone {
	position: absolute;
	top: 26px;
	right: 58px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
#phone span {
	font-size: 24px;
}
#nav {
	margin-top: 15px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	display: block;
	float: left;
	background-image: url(images/bkgd_nav.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 94px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#nav ul li a {
	display: block;
	padding-top: 3px;
	color: #000000;
	text-decoration: none;
}
#nav ul li a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
#home #nav .home, #about #nav .about, #facility #nav .facility, #training #nav .training, #news #nav .news, #contact #nav .contact {
	background-image: url(images/bkgd_nav-o.gif);
}
#home #nav .home a, #about #nav .about a, #facility #nav .facility a, #training #nav .training a, #news #nav .news a, #contact #nav .contact a {
	font-weight: bold;
	color: #FFFFFF;
}

/* ########## BODY ########## */
#body {
	padding: 0px 6px 0px 6px;
	background-image: url(images/bkgd_body.gif);
	background-repeat: repeat-y;
	clear: both;
}
#banner {
	margin-top: 15px;
	margin-bottom: 25px;
}
#content {
	float: left;
	position: relative;
	left: 50px;
	width: 470px;
	line-height: 18px;
}
.facilitydiscription{
	font-size:11px;
	line-height: 14px;
}
#sidebar {
	float: right;
	position: relative;
	top: 60px;
	right: 50px;
	width: 270px;
	font-size: 11px;
	line-height: 16px;
}

/* ########## FOOTER ########## */
#footer {
}
#copyright {
	padding: 6px;
	font-size:10px;
	color: #666666;
}

.clear {
	clear: both;
	line-height: 10px;
}

/* ####### THUMBNAILS ####### */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
	z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 40px;
	left: 0px; /*position where enlarged image should offset horizontally */

}