/**
	MEYER'S RESET CSS STYLES
**********************************/

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;
}
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: "" "";
}


/**
	BEGIN
************************/

body{
	background:white;
	width: 98%;
	margin: 1.125em auto 0 auto;}

a {
	color:#000;
	outline:none;}
	
a:hover {
	color:#67a;}

h1 a {text-decoration: none;}

/**
	LAYOUT
************************/
#head {
	width: 15%;
	padding-right: 2%;
	float: left;}

#content {
	width: 82%;
	float: right;
	position: relative;
	margin-top: 89px;
padding-top: 1.125em;
	border-top: 1px solid #000}

#footer {
	clear: both;
	border-top: 1px solid #000;
	padding-top: 1.125em;}
	
#mainNav, #subNav {
	margin: 1.125em 0;}

#mainNav li, #subNav li {
margin: 0;}

/**
	TYPOGRAPHY
************************/
em {font-style: italic;}
body {
	font-family: 'Gill Sans', 'Trebuchet MS', arial, serif;
	font-size: 100%;
	line-height:1.125em; /* 16x1.125=18px */}
	
h1, h2, h3 {
	font-weight: normal;}
		
h1 {
	font-size: 1.25em; /* 16x1.25=20px */
	padding-bottom: .9em; /* 20x.9=18px */
	border-bottom: 1px solid #000;}
	
h1 span {
	color:#348;}
	
h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin-bottom: 1em; /* 18x1=18px */
	text-transform: uppercase;
	letter-spacing: 4px;}

h3 {
	font-size: 1em; /* 16x1=16px */
	font-weight: bold;
	margin-bottom: 1.125em; /* 16x1.125=18px */}

h4 {
text-transform: uppercase;
letter-spacing: 4px;
font-size: 1em;
margin-bottom: 1.125em;}

h5 {
font-size: 1em;
font-style: italic;}

h6 {
font-size: .875em;}

h3, h4, h5, h6 {
color:#348;}
	
p, li, dd {
	font-size: 0.875em; /* 16x0.875=14px */}
	
p, li {
	margin: 0 0 1.285em 0;}
	
dt {
	clear: left;
	font-weight: bold;}

.norm dt {
	font-weight: normal;
	font-size: 0.875em; /* 16x0.875=14px */}
	
dt, dd {
	margin-left: 63px;}

.norm dt {
	margin: 0;}

.norm dd {
	margin: 0 0 1em 0;}
	
.norm dd ul {
	olor: red;}
	
.norm dd li {
	olor: aqua;
	font-size: 100%;
	margin: 0 0 0 1em;
	text-indent: -1em;
	ist-style-type: square;}

.sub {
	font-style: italic;}
	
dd.img {
	background-color: #c8c8c8;
	position: relative;
	top: -36px;
	margin-left: 0;
	width: 54px;
	height: 54px;
	float: left;
	overflow: hidden;}

dd img {
	width: 120px;
	position: relative;
	left: -50%;
	top: -15%}

.title {
	font-style: italic;}
	
table {
	width: 60%;}

th {
	font-weight: bold;}

td, th {
	text-align: left;
	border-bottom: 1px solid #cdcdcd;
	padding: 2px 0 1px 4px;}


/**
	GALLERY STYLES
*****************************/	

.gallery_wrapper {
	margin: 1.125em 0 1.125em 0;
	width: 22%;
	float: right;
position:relative;
top: -72px;}

li.state {
	clear: left;}
	
.gallery_thumbs li{
	float: left;
	width:48px;
	height:48px;
	overflow: hidden;
	border:3px double #eee;
	margin: 0 2px 0 0;
	background:#999;}
	
.gallery_thumbs li.hover {
	border-color:#bbb;
	cursor: pointer;}
	
.gallery_thumbs li.active {
	border-style:solid;
	border-color:#222;}
	
#image_container{
	position: relative;
	margin-bottom: 1.125em;
	text-align: center;
	background: #000;
	color: #FFF;
	max-width: 800px;}
	
#image_container p {
	margin: 0;}

#image_container img {
	max-width:98%;
	max-height: 600px;}

.treatment {
	width: 76%;
	float: left;
	margin: 0 2% 1.125em 0;}
