/* CSS Document */

body { 
	background: url(../siteimages/bg.jpg) repeat-x fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0px;
	padding: 0px; 
	}
	
.right {
	float: right;
	padding: 0px 0px 5px 10px;
	}
	
em { color: #008065 }
a { color: #008065; }
a:hover { text-decoration: none; }
	
/* header */
/*--------------------------------------*/

#header {
	background: url(../siteimages/header.png) no-repeat;
	padding: 0px;
	width: 771px;
	height: 95px;
	margin: 0px auto;
	}
	
#wrapper {
	margin: 0px auto;
	width: 769px;
	}
	
#content {
	float: left;
	width: 576px;
	margin-left: 4px;
	}
	
/* subnav */
/*--------------------------------------*/

#subnav {
	float: left;
	width: 189px;
	margin: 0px;
	padding: 0px;
	}

#subnav ul {
	background: url(../siteimages/subnav-ul-bg.png) no-repeat 10px 0px;
	list-style: none;
	margin: 0px;
	padding: 10px 20px;
	}
	
#subnav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#subnav ul li a {
	background: url(../siteimages/subnav-arrow.gif) no-repeat left center;
	display: block;
	font-size: 14px;
	margin: 0px;
	color: #008065;
	padding: 2px 0px 2px 15px;
	text-decoration: none;
	}
	
#subnav ul li ul {
	padding: 0px 0px 0px 20px;
	background: transparent;
	}
	
#subnav ul li ul li a {
	background: url(../siteimages/subnav-arrow.gif) no-repeat left center;
	font-size: 11px;
	}
	
#subnav ul li a:hover { color: #444; }

		
#subnav .rounded-btm {
	height: 8px;
	background: url(../siteimages/subnav-btm-bg.png) no-repeat bottom;
	margin: 0px;
	padding: 0px;
	}
	
#subnav .background {
	background: url(../siteimages/subnav-bg-tiled.png) repeat-y;
	margin: 0px;
	padding: 0px;
	}
	
#subnav .rounded-top {
	background: url(../siteimages/subnav-top-bg.png) no-repeat;
	height: 9px;
	margin: 0px;
	padding: 0px;
	} 
	
.back-pain { 
	background: url(../siteimages/backpain.png) no-repeat;
	margin-top: 4px;
	height:267px;
	}

	
/* content */
/*--------------------------------------*/

#content {
	color: #4f5559;
	line-height: 20px;
	}
	
#content h2 { 
	font-size: 15px;
	color: #008065;
	margin: 0px;
	padding: 0px;
	 }

#content .rounded-btm {
	height: 13px;
	background: url(../siteimages/content-btm-bg.png) no-repeat bottom;
	}
	
#content .background {
	background: url(../siteimages/content-bg-tiled.png) repeat-y;
	padding: 0px 20px 10px 20px;
	}

#content p { margin: 0px; padding: 10px 0px; text-align: justify; }


/* page-title */
/*--------------------------------------*/

#page-title h1 {
	background: url(../siteimages/page-title-h1-bg.png) no-repeat;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 10px 2px 10px;
	}

#page-title .rounded-btm {
	height: 8px;
	background: url(../siteimages/page-title-btm-bg.png) no-repeat bottom;
	}
	
#page-title .background {
	background: url(../siteimages/page-title-bg-tiled.png) repeat-y;
	padding: 0px 4px 0px 5px;
	}
	
#page-title .rounded-top {
	background: url(../siteimages/page-title-top-bg.png) no-repeat;
	height: 8px;
	} 


#footer {
	color: #00593b;
	clear: both;
	padding: 10px;
	text-align: center;
	}