/*
Theme Name: ErgoMed
Theme URI: http://www.anvilgraphics.com
Description: A theme by <a href="http://www.anvilgraphics.com">Anvil Graphics</a>.
Version: 1
Author: Anvil Graphics
Author URI: http://www.anvilgraphics.com

*/
* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #827151;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #AE976C;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

p {
	padding-bottom: .75em;
	line-height: 1.5em;
}
h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


#page {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	height: 185px;
	width: 1020px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 330px top;
	background-image: url(images/home_page_header.jpg);
}
#logo a {
	position: absolute;
	left: 42px;
	top: 8px;
	display: block;
	background-image: url(images/ergomed-logo.gif);
	height: 147px;
	width: 254px;
	text-indent: -10000em;
}
.description {
	text-indent: -10000em;
}
#searchform #s {
	width: 150px;
}
#searchform {
	position: absolute;
	top: 10px;
	right: 20px;
}
#nav-wrapper {
	width: 970px;
	background-color: #000000;
	position: absolute;
	left: 25px;
	bottom: 0px;
}

/* BEGIN NAVIGATION MENU CODE */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 83px;
}
#nav a {
	display: block;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#nav a:hover {
	background-color: #A58F67;
}

#nav li ul a {
	background-color: #DBD5CA;
	width: 180px;
	font-size: 13px;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B5B0A7;
	border-bottom-color: #B5B0A7;
	border-left-color: #B5B0A7;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav li ul a:hover {
	background-color: #CAC5BA;
}
#nav li {
	float: left;
}
#nav li ul li {
	clear: left;
}
/* Start of code for single level dropdown */
#nav li ul {
	position: absolute;
	width: 222px;
	left: -999em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B0A7;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* Start of code for two level dropdown */
/* Make sure the width below equals the ul width above plus the a padding */
#nav li ul ul {
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 212px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
/* Start of code for three level dropdown */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* Start of code for four level dropdown */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}
/* END NAVIGATION MENU CODE */

/* BEGIN CODE TO SHOW CURRENT PAGE IN NAVIGATION MENU FOR WORDPRESS GENERATED CLASSES */
/* Code to show current page in main tabs of navigation menu*/
#nav .current_page_item a {
	background-color: #DBD5CA;
	color: #000000;
}
#nav .current_page_ancestor a {
	background-color: #DBD5CA;
	color: #000000;
}
#nav .current_page_item a:hover {
	background-color: #DBD5CA;
	color: #000000;
}
#nav .current_page_ancestor a:hover {
	background-color: #DBD5CA;
	color: #000000;
}
/*code to revert first level submenu colors back to nav styles */
#nav li ul .page_item a {
	background-color: #DBD5CA;;
	color: #000000;
}
#nav li ul .page_item a:hover {
	background-color: #CAC5BA;
	color: #000000;
}
/* code for first level submenu current page and current page ancestor highlight */
#nav li ul .current_page_ancestor a {
	background-color: #CAC5BA;
}
#nav li ul .current_page_ancestor a:hover {
	background-color: #CAC5BA;
}
#nav li ul .current_page_item a {
	background-color: #CAC5BA;
}
#nav li ul .current_page_item a:hover {
	background-color: #CAC5BA;
}
/*code to revert second level submenu colors back to nav styles */
#nav li ul li ul .page_item a {
	background-color: #DBD5CA;
	color: #000000;
}
#nav li ul li ul .page_item a:hover {
	background-color: #CAC5BA;
	color: #000000;
}
/* code for second level submenu current page and current page ancestor highlight */
#nav li ul li ul .current_page_ancestor a {
	background-color: #CAC5BA;
}
#nav li ul li ul .current_page_ancestor a:hover {
	background-color: #CAC5BA;
}
#nav li ul li ul .current_page_item a {
	background-color: #CAC5BA;
}
#nav li ul li ul .current_page_item a:hover {
	background-color: #CAC5BA;
}
/*code to revert third level submenu colors back to nav styles */
#nav li ul li ul li ul .page_item a {
	background-color: #DBD5CA;
	color: #000000;
}
#nav li ul li ul li ul .page_item a:hover {
	background-color: #CAC5BA;
	color: #000000;
}
/* code for third level submenu current page and current page ancestor highlight */
#nav li ul li ul li ul .current_page_ancestor a {
	background-color: #CAC5BA;
}
#nav li ul li ul li ul .current_page_ancestor a:hover {
	background-color: #CAC5BA;
}
#nav li ul li ul li ul .current_page_item a {
	background-color: #CAC5BA;
}
#nav li ul li ul li ul .current_page_item a:hover {
	background-color: #CAC5BA;
}
/*code to revert fourth level submenu colors back to nav styles */
#nav li ul li ul li ul li ul .page_item a {
	background-color: #DBD5CA;
	color: #000000;
}
#nav li ul li ul li ul li ul .page_item a:hover {
	background-color: #CAC5BA;
	color: #000000;
}
/* code for fourth level submenu current page and current page ancestor highlight */
#nav li ul li ul li ul li ul .current_page_ancestor a {
	background-color: #CAC5BA;
}
#nav li ul li ul li ul li ul .current_page_ancestor a:hover {
	background-color: #CAC5BA;
}
#nav li ul li ul li ul li ul .current_page_item a {
	background-color: #CAC5BA;
}
#nav li ul li ul li ul li ul .current_page_item a:hover {
	background-color: #CAC5BA;
}
/* END CODE TO SHOW CURRENT PAGE IN NAVIGATION MENU FOR WORDPRESS GENERATED CLASSES */

#left-sidebar {
	width: 195px;
	float: left;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.95em;
}
#left-sidebar ul {
	padding-bottom: 0.3em;
	padding-left: 0px;
}
#left-sidebar li {
	list-style-type: none;
	padding-bottom: .2em;
}
#left-sidebar-nav li {
	padding-left: 10px;
}
#left-sidebar-nav .current_page_item a {
	font-weight: bold;
}
#left-sidebar-nav li ul .page_item a {
	font-weight: normal;
}
#left-sidebar-nav li ul .current_page_item a {
	font-weight: bold;
}
#left-sidebar-nav li ul {
	font-weight: bold;
	padding-bottom: 0em;
}
#content-right-sidebar-wrapper {
	float: right;
}
#content {
	background-color: #FFFFFF;
	width: 445px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 20px;
	float: left;
}
#content h3 {
	font-size: 1.5em;
	padding-bottom: 8px;
}
#content {
  min-height:450px;
  height:auto !important;
  height:450px;
}
#content h2 {
	font-size: 2em;
}
#content ul {
	list-style-position: outside;
	padding-left: 30px;
	padding-bottom: .35em;
}
#content li {
	padding-bottom: .45em;
	line-height: 1.3em;
}
#content-no-sidebar {
	background-color: #EAF2F7;
	float: left;
	width: 910px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
#content-no-sidebar {
  min-height:450px;
  height:auto !important;
  height:450px;
}
.postDate {
	font-size: .85em;
}
.postedIn {
	font-size: .85em;
	margin-top: 50px;
}
.postEntry {
	padding-top: 8px;
}
.navigation {
	clear: both;
	padding-top: 5px;
}
.previous {
	float: left;
}
.next {
	float: right;
}

/* code for wrapping text around images */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* end code for wrapping text around images */

#comment_area {
	clear: both;
}

/* code for id=respond h3 and for id=commentform */
#comments {
	font-size: 1.1em;
	padding-top: 10px;
}
.commentlist {
	list-style-type: none;
	padding-top: 8px;
}
.commentmetadata {
	font-size: 0.85em;
	padding-bottom: 8px;
	padding-top: 2px;
}
#respond h3 {
	font-size: 1.1em;
	padding-bottom: 5px;
	padding-top: 10px;
}
#commentform #comment {
	height: 175px;
	width: 400px;
}
#commentform #author, #email, #url {
	width: 200px;
	height: 20px;
}
/* end code for id=respond h3 and for id=commentform */

#right-sidebar {
	float: right;
	width: 250px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 0.95em;
}
#right-sidebar img {
	border: none;
}
#right-sidebar ul {
	padding-bottom: 0.3em;
}
#right-sidebar li {
	list-style-type: none;
	padding-bottom: 0.2em;
}
#right-sidebar h3 {
	font-size: 1.2em;
	text-indent: 0px;
	padding-bottom: 0.1em;
}
#right-sidebar a {
	padding-left: 10px;
}
#right-sidebar #phone  {
	font-size: 1.2em;
	color: #A20A1C;
}
#footer-wrapper {
	width: 1020px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
	clear: both;
	height: 130px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	position: relative;
}
#footer_nav {
	text-align: center;
	padding-top: 20px;
}
#footer_nav li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;

}
#footer_nav .current_page_item a, #footer_nav .current_page_parent a, #footer_nav .current_page_ancestor a {
	font-weight: bold;
}
#footer-contact {
	padding-top: 15px;
	padding-bottom: 0px;
	color: #827151;
	text-align: center;
}
#footer-contact span {
	font-size: 1.2em;
	color: #A20A1C;
}
#copyright {
	font-size: 0.75em;
	text-align: center;
	padding-top: 5px;
	color: #827151;
}
#design_by {
	position: absolute;
	right: 0px;
	bottom: 30px;
	font-size: 0.65em;
}
#design_by a {
	color: #DBD5CA;
}
#design_by a:visited {
	color: #DBD5CA;
}
	
#header-home {
	height: 185px;
	width: 1020px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 330px top;
	background-image: url(images/home_page_header.jpg);
}
#header-about {
	height: 185px;
	width: 1020px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 330px top;
	background-image: url(images/about_header.jpg);
}
#header-services {
	height: 185px;
	width: 1020px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 330px top;
	background-image: url(images/services_header.jpg);
}
#header-staff {
	height: 185px;
	width: 1020px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 330px top;
	background-image: url(images/staff_header.jpg);
}
#header-savings {
	height: 185px;
	width: 1020px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 330px top;
	background-image: url(images/industry_sve_headers.jpg);
}
#header-video {
	height: 185px;
	width: 1020px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 330px top;
	background-image: url(images/video_header.jpg);
}
#header-locations {
	height: 185px;
	width: 1020px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 330px top;
	background-image: url(images/location_header.jpg);
}
#header-wellness {
	height: 185px;
	width: 1020px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 330px top;
	background-image: url(images/wellness_header.jpg);
}
#video-content {
	width: 690px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 45px;
	float: right;
}
#video-content {
	min-height:450px;
	height:auto !important;
	height:450px;
}
#video-presentation {
	margin-left: 1px;
}
