* {
	margin: 0px;
	padding: 0px;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C7C7C;
	background: url(../images/layout/bg.jpg) center top repeat-y;
}

img {
	border: 0px;
}

a {
	color: #6fc924;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

p {
	margin-bottom: 10px;
}

p.wide, #content p {
	line-height: 16px;
	text-align: justify;
}

img.corner {
	float: right;
	border: 1px solid #000;
	margin: 0px 0px 20px 20px;
}

ul {
	margin-bottom: 10px;
}

li {
	margin-left: 20px;
}

h1, h1 a {
	color: #6fc924;
	font-weight: bold;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 7px;
	text-decoration: none;
}

h2, h2 a {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666;
	text-decoration: none;
}

h3 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

#container {
	width: 980px;
	margin: 0px auto;
	/*padding-left: 2px;*/
}

#header {
	height: 179px;
}

#topmenu {
	height: 27px;
	background: url(../images/layout/menu_bg.jpg) top left repeat-x;
	margin-bottom: 0px;
}

#topmenu ul li {
	display: inline;
	float: left;
	margin: 0px;
}

#topmenu ul li a {
	text-indent: -9999px;
	height: 27px;
	display: block;
	outline: none;
}

#topmenu ul li a:hover {
	background-position: 0px -30px;
}

#menu_home {
	background: url(../images/layout/menu_home.jpg) top left no-repeat;
	width: 80px;
}

#menu_chiropractic {
	background: url(../images/layout/menu_chiropractic.jpg) top left no-repeat;
	width: 167px;
}

#menu_treatments {
	background: url(../images/layout/menu_treatments.jpg) top left no-repeat;
	width: 113px;
}

#menu_services {
	background: url(../images/layout/menu_services.jpg) top left no-repeat;
	width: 94px;
}

#menu_corporate {
	background: url(../images/layout/menu_corporate.jpg) top left no-repeat;
	width: 105px;
}

#menu_about {
	background: url(../images/layout/menu_about.jpg) top left no-repeat;
	width: 96px;
}

#menu_contact {
	background: url(../images/layout/menu_contact.jpg) top left no-repeat;
	width: 88px;
}

#topmenu .menu_dropdown {
	border: 1px solid #87e63e;
	display: none;
	margin: -2px 0px 0px -1px;
	position: absolute;
	z-index: 100;
	height: auto;
	background: #464646;
	padding: 5px 0px;
}

#topmenu .menu_dropdown li {
	display: block;
	float: none;
	width: 200px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	margin: 0px 10px;
	border-bottom: 1px solid #5c5c5c;
}

#topmenu .menu_dropdown li:last-child {
	border-bottom: 0px;
}

#topmenu .menu_dropdown li a {
	color: #FFF;
	text-indent: 0px;
	text-decoration: none;
}

#topmenu .menu_dropdown li a:hover {
	color: #87e63e;
}

#content_container {
	padding: 20px;
}

#leftmenu {
	width: 268px;
	float: left;
	margin-top: 3px;
}

#leftmenu h3 {
	background: url(../images/layout/leftmenu_h3_bg.jpg) top left no-repeat;
	height: 35px;
	line-height: 35px;
}

#leftmenu h3 a {
	color: #666;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	padding-left: 11px;
}

#leftmenu ul li {
	margin-left: 10px;
	padding: 5px 5px 5px 18px;
	list-style: none;
	background: url(../images/layout/leftmenu_li_bg.jpg) 0px 8px no-repeat;
}

#leftmenu ul li a {
	color: #7C7C7D;
	font-size: 14px;
	text-decoration: none;
}

#leftmenu ul li a:hover {
	color: #06C;
}

#leftmenu ul li span {
	font-size: 11px;
	color: #AAA;
}

#leftmenu h3 {
	background: #EEE;
	border: 1px solid #CCC;
	height: 30px;
	line-height: 30px;
}

#leftmenu h3 a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	padding-left: 11px;
}

#leftmenu ul {
	border: 1px solid #CCC;
	border-bottom: 0px;
}

#leftmenu ul li {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	border: 1px solid #EFE;
	border-bottom: 1px solid #CCC;
	background: #EEE;
}

#leftmenu ul li:hover {
	background: #FFF;
}

#leftmenu ul li a {
	color: #666;
	font-size: 14px;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}

#leftmenu ul li a:hover {
	color: #6FC924;
}

#leftmenu ul li.submenu a {
	padding-left: 30px;
	background: url(/../images/icons/submenu_bg.jpg) 7px 1px no-repeat;
}

#leftmenu ul li.submenu a:hover {
	background: url(/../images/icons/submenu_bg.jpg) 7px -25px no-repeat;
}

#leftmenu ul li span {
	font-size: 11px;
	color: #AAA;
}

#content {
	width: 650px;
	float: right;
}

#home_boxes {
	margin: 15px 0px 0px 0px;
}

#home_boxes div {
	background: url(../images/layout/home_box.jpg) top left no-repeat;
	height: 241px;
	width: 225px;
	float: left;
}

#home_boxes div h2 {
	font-size: 12px;
	color: #FFF;
	height: 30px;
	width: 207px;
	margin: 5px 0px 10px 5px;
	text-align: center;
	line-height: 30px;
}

#home_boxes div a {
	display: block;
	margin: 0px 0px 0px 14px;
	width: 189px;
}

#home_boxes div span {
	text-align: right;
	margin-top: 10px;
	display: block;
}

#home_boxes #home_box_left {
	width: 230px;
}

#home_box_left h2 {
	background: url(../images/layout/title_pattern_blue.jpg) top left no-repeat;
}

#home_box_middle h2 {
	background: url(../images/layout/title_pattern_green.jpg) top left no-repeat;
}

#home_boxes #home_box_right {
	width: 216px;
	float: right;
}

#home_box_right h2 {
	background: url(../images/layout/title_pattern_yellow.jpg) top left no-repeat;
}

#footer {
	line-height: 32px;
	margin-top: 10px;
	font-size: 11px;
	color: #666;
	border-top: 1px solid #6fc924;
}

#footer a {
	color: #666;
	text-decoration: none;
}

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

#footer_copyright {
	width: 475px;
	float: left;
}

#footer_links {
	width: 315px;
	float: left;
}

#footer_powered {
	float: right;
}

div.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	_height: 1px;
}