/* cheers Eric: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;*/
	padding-left:40px;
}
/* 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: "" "";
}


html, body {
	height:100%;
}

body {
	font-size:18px;
	line-height:1.2em;
	font-family:arial, sans-serif;
	font-weight:normal;
	color:#333;
	background:#e9f4f8;
}

table, tbody, tr, td {
	border-spacing:0;
	border-collapse:collapse;
}

td {
	vertical-align:top;
}

a, a:link, a:active, a:visited {
	color:#018ba6;
	text-decoration:underline;
}

a:hover {
	color:#018ba6;
	text-decoration:none;
}

.blue {
	color:#018ba6;
}

#container {
	margin:25px auto;
	width:960px;
	border:1px solid #86c6d8;
}

#body {
	width:960px;
}

#top-left {
	width:293px;
	height:253px;
	background:#fff url("../img/top-left.gif") no-repeat scroll 0 0;
}

#top-right {
	width:667px;
	height:253px;
	background:#fbf6ed url("../img/top-right.gif") no-repeat scroll 0 0;
}

#left {
	width:293px;
	background:transparent url("../img/left-repeat.gif") repeat-y scroll 0 0;
}

#navigation {
	padding:0 0 0 50px;
	height:688px;
	background:#fff url("../img/left-column.png") no-repeat scroll 0 0;
}

#navigation a, #navigation a:link, #navigation a:active, #navigation a:visited, #navigation a:hover {
	text-decoration:none;
	padding-right:15px;
	color:#fff;
	font-size:27px;
}

#navigation a:hover {
	text-decoration:underline;
}

#navigation .sifr-link {
	display:block;
	margin-bottom:21px;
	cursor:pointer;
}

#navigation span.selected {
	background:transparent url("../img/navigation-sprite.gif") no-repeat scroll 100% 0;
}

#page-link-welcome {
	height:35px;
}

#page-link-pricing-insurance-clinic-policy {
	height:70px;
}

#page-link-staff-contact-information {
	height:70px;
}

#page-link-benefits-of-massage-therapy {
	height:70px;
}

#page {
	width:617px;
	padding:0 25px 25px;
	background:#fbf6ed;
	line-height:1.3em;
}

#page strong {
	font-weight:bold;
}

#page_heading {
	display:block;
	height:40px;
	margin-bottom:20px;
	font-size:33px;
	color:#008da9;
}
#secondary_page_heading {
	display:block;
	height:40px;
	margin-bottom:20px;
	font-size:33px;
	color:#008da9;
}

#page_heading .sIFR-flash {
	height:75px !important;
}

#footer {
	width:960px;
	height:62px;
	background:#fbf6ed url("../img/bottom.gif") no-repeat scroll 0 0;
}

#footer-rpt {
	width:960px;
	height:30px;
	background:#fbf6ed url("../img/bottom-repeat.gif") repeat-y scroll 0 0;
}

.sifr-address {
	height:35px;
}

.sifr_heading {
	display:block;
	margin-bottom:20px;
	font-size:33px;
	color:#008da9;
}

/* slideshow */

#slideshow {
	float:right;
    position:relative;
	top:-50px;
	width:298px;
    height:191px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	width:298px;
    height:191px;
	border-color:#fff;
	color:#fff;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}