/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.8.0r4 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Common
========================================== */
html, body {
	font: 12px/1.25em;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	border:none;
}
a, a:visited {
	outline: none !important;
	text-decoration:none;
	color:#063;
	font-weight:bold;
}
a:hover {
	color:#c60;
}
strong {
	font-weight:bold;
}
input, textarea {
  color:#999;
  
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	text-align:left;
	line-height:auto;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	color:  #C60;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	line-height:26px;
}
h1.errormsg {height:200px;}
h1.home {
	font-size: 18px;
	font-weight: bold;
	color:  #063;
	margin: 0px;
	padding: 0px;
	padding-bottom:10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #063;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom:12px;
	line-height:23px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	line-height:18px
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	line-height:21px;
	padding-bottom: 14px;
}
em {
	font-style:italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
}

.cleartext {
	clear: both;

}

.clear-image {
	clear: both;
	
}
.image-left {
	margin:0px 15px 20px 0px;
	float: left;
}
.image-right {
	margin:0px 0px 20px 15px;
	float: right;
}
img {
	border:none;
}
.required {font-size:10px; text-align:right; padding:0px; margin:0px;}
.red {color:#f00;}

/* Layout
========================================== */
html {
	background: #063 url(../images/background.png) repeat-x 0 0;
	font-family: Georgia, serif;
}

#page {
	margin: 0 auto;
	width: 998px;
}

/* HEADER
------------------------------------------ */
#header {
	height: 144px;
	position: relative;
	z-index: 100;
	padding:10px 0px 0px 0px;
}
#header #logo {
	float:left;
	height:100px;
	width:107px;
}
#header #dennis-logo {
	height:100px;
	float:left;
	padding:20px 0px 0px 0px;
}
#header #dennis-logo h1 {
	color:#fff;
	font-size:30px;
	font-weight:bold;
	padding:0px;
}
#header #dennis-logo h1.beerman {
	color:#fff;
	font-size:30px;
	font-weight:bold;
	padding:0px;
	font-family:'arial narrow', Arial, Helvetica, sans-serif;
}
#header #dennis-logo h2 {
	color:#ccc;
	font-size:14px;
	font-weight:bold;
}
#header #dennis-logo h2.beerman {
	font-family:'arial narrow', Arial, Helvetica, sans-serif;}

/* HEADER > PRIMARY NAV
------------------------------------------ */
#header #nav-primary {
	bottom: 0;
	height: 32px;
	left: 0;
	margin: 0 19px;
	position: absolute;
	width: 960px;
	z-index:200;
}
#header #nav-primary ul { 
	background: url(../images/nav-primary-background.png) no-repeat left bottom;
	height: 32px;
	overflow: visible;
	padding-left: 25px;
}
#header #nav-primary ul li { 
	float:left;
	position: relative;
}

#header #nav-primary ul li a {
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
	behavior: url(css/PIE.htc);
	display: block; 
	padding: 0 20px;
	margin-right: 10px;
	margin:0px 10px 0px 0px;
	display: block; 
	height: 32px; 
	line-height: 30px;
	background-image: url(../images/btn.png);
	font-weight:bold;
	color: #666666;
	float:left;
	position:relative;
	z-index:1;
	
}
#header #nav-primary ul li a:hover, #header #nav-primary ul li a.hit, #header #nav-primary li:hover a {
	background-image: url(../images/hover-bg.png);
	color: #063;
}




/* HEADER > PRIMARY NAV (HOVER) SUB MENU
------------------------------------------ */
#header #nav-primary ul li:hover ul,
#header #nav-primary ul li.hover ul {
	display: block;
}
#header #nav-primary ul li ul {
	background: #fff url(../images/nav-sub-background.png) repeat-x 0 0;
	display: none;
	height: auto;
	left: 0;
	padding: 10px 0 10px;
	position: absolute;
	top: 32px;
	width: 200px;
	z-index:200!important;
}
#header #nav-primary ul li ul.contact {
	left:-50px;
	width:175px;
}

#header #nav-primary ul li ul li {
	float: none;
	display: block;
	z-index:200;
	padding:0px;
	margin:0px;
	line-height:14px
}
#header #nav-primary ul li ul li:hover,
#header #nav-primary ul li ul li.hover {
	/*background: url(images/nav-sub-item-hover.png) repeat-x 0 0;*/
	background:none!important;
}
#header #nav-primary ul li ul li a {
	/*background: transparent url(images/nav-sub-link-background.png) no-repeat left top;*/
	background:none!important;
	color: #063;
	display: block;
	float: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0px 27px 0px 20px;
	margin:10px 0px 10px 0px;
	text-decoration: none;
	text-indent: 0;
	width: auto;
	z-index:200!important;
	height:auto;
}
#header #nav-primary ul li ul li a:hover {
	color:#999;
}
#nav-home li.first a,
#nav-who-we-are li.first a,
#nav-what-we-do li.first a,
#nav-contact-us li.first a,
#nav-blog li.first a {
	/*background-position: 0 -1px !important;*/
	background:none!important;
}

/* HEADER > UTILITY NAV
------------------------------------------ */
#header #nav-contact {
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 34px;
	float:right;
	width:370px;
}
#header #nav-contact ul {
	margin:0px 0px 20px 0px;
	float:right;
}
#header #nav-contact ul li {
	color: #ccc;
	font-weight: normal;
	line-height: 24px;
	padding:0px 12px 5px 0px;
	margin:0px;
	font-size:13px;
	display:inline;
	float:right;
}
#header #nav-contact ul li.phone {
	font-size:21px;
	padding:0px 12px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#fff;
	font-weight: bold;
	line-height:24px;
	display:block;
	width:400px;
	text-align:right;
}
#header #nav-contact ul li.phone a {
	font-size:21px;
	padding:0px 12px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#fff;
	font-weight: bold;
	line-height:24px;
}
#header #nav-contact a {
	color:#ccc;
	font-weight: normal;
	line-height: 36px;
	padding:0px 3px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
}
#header #nav-contact a:hover {
	color:#c60;
}
#header #nav-contact table {
	margin:0px 0px 0px 30px;
}
#header #nav-contact tr, #header #nav-contact tr td {
	margin:0px;
	padding:0px;
}
#nav-locations {
	height: 34px;
	position: relative;
	z-index: 100;
	padding:0px 0px 0px 0px;
	width:998px;
}
#header #nav-locations ul {
	margin:0px 0px 20px 0px;
	float:right;
}
#header #nav-locations ul li {
	color: #ccc;
	font-weight: normal;
	line-height: 24px;
	padding:0px 12px 5px 0px;
	margin:0px;
	font-size:14px;
	display:inline;
	float:right;
}
#header #nav-locations a {
	color:#ccc;
	font-weight: normal;
	line-height: 36px;
	padding:0px 3px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}
#header #nav-locations a:hover {
	color:#c60;
}


/* CONTENT
========================================== */
#content-container {
	/*background: url(images/container-background.png) repeat-y 0 0;*/
	padding: 0 0px 20px 0px;
	zoom: 1;
	box-shadow: 0 20px 20px rgba(0, 0, 0, .50); 
	-moz-box-shadow: 0 20px 20px rgba(0, 0, 0, .50); 
	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .50);
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	behavior: url(css/PIE.htc);
	margin: 0px 19px;
	background-color:#fff;
	
}
#content {
	background: #fff url(../images/background-1.png) repeat-x 0 0;
	padding: 18px 12px 20px 17px;
	width: 931px;
	zoom: 1;
}


#content-body {
	font: 12px/1.25em;
	margin: 0px 20px 0 0;
	width: 923px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .20); 
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .20); 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .20);
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	behavior: url(css/PIE.htc);
	padding:20px 0px 0px 0px;
	border:#f0f0f0 solid thin;
	background-color:#fff;
}
#content-primary,
#content-secondary {
	float: left;
}
* html #content-primary,
* html #content-secondary {
	display: inline; /* IE6 double margin bug */
}
#content-primary {
	margin-left: 25px;
	width: 570px;
}
#content-primary ul {
	margin:0px 0px 10px 30px;
	padding:0px 0px 0px 0px;
	font-size: 14px;

}
#content-primary ul li {
	padding:0px 0px 5px 0px;
	margin:0;
	font-size: 14px;
	line-height: 18px;
	list-style:disc;
}
.tax_coarses {width:240px; height:360px; float:right; background-color:#f3f1ea; margin:0px 0px 10px 20px; padding:20px;
box-shadow: 0 5px 10px rgba(0, 0, 0, .20); 
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .20); 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .20);
	behavior: url(css/PIE.htc);}

#content-secondary {
	background: #f3f1ea;
	margin:0px 0px 17px 17px;
	padding: 14px 12px 14px 0px;
	position: relative;
	width: 266px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
	behavior: url(css/PIE.htc);
}
#content-secondary ul.nav {
	margin-bottom: 15px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
#content-secondary ul.nav li {
	/*background: #fcfcfa url(images/content-secondary-li-background.png) no-repeat 0 0;*/
	margin-bottom: 0px;
	width: auto;
}
#content-secondary ul.nav li a {
	/*background: url(images/content-secondary-li-a-background.png) no-repeat left bottom;*/
	color: #063;
	display: block;
	font-weight: bold;
	min-height: 14px;
	padding: 5px 9px 5px 23px;
	text-decoration: none;
}
#content-secondary ul.nav li a:hover {
	color:#999;
}
#content-secondary ul.subnav {
	margin: 0px 0px 10px 20px;
	line-height:14px;
}
#content-secondary ul.subnav li {
	
	width: auto;
}
#content-secondary ul.subnav li a {
	color: #666;
	display: block;
	font-weight: normal;
	min-height: 14px;
	padding: 5px 9px 3px 23px;
	text-decoration: none;
}
#content-secondary ul.subnav li a:hover {
	color:#063;
}
#content-secondary a.button {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; 
	border-radius: 7px;   
	behavior: url(css/PIE.htc);
	display: block; 
	padding: 0 20px;
	margin:5px auto 0px;
	display: block; 
	height: 32px; 
	line-height: 30px;
	background-image: url(../images/content-btn.jpg);
	font-weight:normal;
	color: #fff;
	width:125px;
	clear:both;
	text-align:center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .80); 
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .80); 
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .80); 
	behavior: url(css/PIE.htc);
}
#content-secondary a.button:hover {
	background-image: url(../images/content-hover-bg.jpg);
	color: #fff;
}

#content-secondary #associations {
	background-color:#fff;
	text-align:center;
	margin:10px 10px 0px 20px;
	padding:10px 30px 10px 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .20); 
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .20); 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .20);
	behavior: url(css/PIE.htc);
	position:relative;
	z-index:1;
}
#content-secondary #associations p {
	text-align:center;
}
#content-secondary #associations h3 {
	font-size:13px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#content-secondary #associations ul.social-icons li {
	display:inline;
}
.sidebar_newsletter {
	margin:10px 10px 0px 20px;
}
.sidebar_newsletter h3 {
	font-size:21px; color: #F60; line-height:24px;}
.sidebar_newsletter input[type=text] {
   height:20px;
   width:150px;
}
.sidebar_newsletter p {padding:0px; margin:0px;}
.sidebar_newsletter input[type="submit"]{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	line-height: 1em;
	padding: 0px 5px 3px;
	margin: 0px 2px 0px 5px;
	border: 1px solid #F60;
	border-bottom-color: #d85124;
	color: #fff !important;
	text-align: center;
	width:55px;
	height:23px;
	font-size:14px;
	margin:10px 0px 20px;

	/* CSS3 effects */

	/* text */
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	text-decoration: none !important;

	/* border-radius */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

	/* background */
	background: -moz-linear-gradient( center top, #f60 20%, #c60 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #f60), color-stop(1, #c60) );
	background: -webkit-linear-gradient(top, #f60 20%, #c60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f60 20%, #c60 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f60 20%, #c60 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6600', endColorstr='#CC6600',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f60 20%, #c60 100%); /* W3C */

	/* box-shadow */
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.1) /*Top*/, inset 0 0 1px hsla(0,100%,100%,.2) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .2) /*Shadow*/; /* .29 */
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.1) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.2) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .2) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.1) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.2) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .2) /*Shadow*/;
	
}
#content-secondary #testimonials {
	margin:20px 20px 0px 20px;
}
#content-secondary #testimonials .testimonials-clients {
	font-style:italic;
	font-size:11px;
	text-align:right;
	float:right;
	margin:0px 0px 10px 0px;
	
}
#content-secondary #testimonials p {
	 clear:both;
 }
.HeadingCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
.HeadingCenteredBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.HeadingCenteredBoldUnder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

/* Contact Form
========================================== */
#contact-form {
	padding:0px 0px 0px 25px;
}
#contact-form h1 {
	color:#063;
	font-size:14px;
	font-weight:bold;
}
#contact-form td {
	font-size:12px!important;
	color:#333;
}
#contact-form td input {
	margin:5px 0px 0px 10px;
	width:145px;
}
#contact-form td textarea {
	margin:5px 0px 0px 10px;
	width:150px;
}
#contact-form td input[type="submit"]{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	line-height: 1em;
	padding: 5px 5px;
	margin: 0px 5px 0px 0;
	border: 1px solid #F60;
	border-bottom-color: #d85124;
	color: #fff !important;
	text-align: center;
	width:75px;
	float:right;
	height:30px;
	font-size:12px;
	margin:10px 0px 20px;

	/* CSS3 effects */

	/* text */
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	text-decoration: none !important;

	/* border-radius */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

	/* background */
	background: -moz-linear-gradient( center top, #f60 20%, #c60 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #f60), color-stop(1, #c60) );
	background: -webkit-linear-gradient(top, #f60 20%, #c60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f60 20%, #c60 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f60 20%, #c60 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6600', endColorstr='#CC6600',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f60 20%, #c60 100%); /* W3C */

	/* box-shadow */
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.1) /*Top*/, inset 0 0 1px hsla(0,100%,100%,.2) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .2) /*Shadow*/; /* .29 */
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.1) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.2) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .2) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.1) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.2) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .2) /*Shadow*/;
	
}

/* FOOTER
========================================== */
#footer {
	/*background: url(images/background-2.png) no-repeat 0 0;*/
	color: #fff;
	line-height: 1.25em;
	padding: 32px 25px 32px 64px;
}
#footer #footer-copyright {
	float:left;
}
#footer #footer-nav {
	float:right;
	width:200px;
}
#footer a, #footer a:visited {
	color:#fff;
}
#footer a:hover {
	color:#ccc;
}
#footer p {
	font-size:12px;
}
#footer #pauline {
	text-align:left;
	width:100%;
	clear:both;
	padding:50px 0px 0px 0px;
}
#footer #pauline p {
	text-align:left;
}
#footer #pauline a {
	font-size:10px; color: #ccc!important;
}

/* ALTERNATE LAYOUTS
========================================== */


/* HOME 
========================================== */




#content .home-banner {
	padding:20px 0px 0px 5px;
	height:360px;
	margin: 0px 5px 20px 0px;
	/*background-image:url(../images/new/banner-back.jpg);
	background-position:top center;
	background-repeat:repeat-y;*/
	background-color:#f3f1ea;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .20); 
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .20); 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .20);
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border:#fff solid thin;
	behavior: url(css/PIE.htc);
}
#content .home-banner h1{
	font-size:28px;
	padding:0px 0px 10px 15px;
}

#content .home-banner ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 15px;
}
#content .home-banner li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #333;
	padding:0px 0px 10px 0px;
}
#content .home-banner .main-points  {
	font-size:18px;
	font-weight:bold;
	line-height: 28px;
	font-style: narrow;
	color:#063;
}
#content .home-banner #sidebar {
	width: 157px;
	text-align:center;
	margin:0px 0px 0px 0px;
	border-left:none;
	/*background-image:url(../images/home3.png);
	background-repeat:no-repeat;
	background-position:top left;*/
	height: 350px;
	padding:0px 10px 0px 0px;
}
#content .home-banner #sidebar h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 14px;
	color: #255EA3;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight:bold;
}
#content .home-banner #sidebar p {
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	text-align:center;
}
#content-secondary #seminars {
	background-color:#fff;
	text-align:left;
	margin:20px 10px 0px 20px;
	padding:10px 20px 10px 20px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .20); 
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .20); 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .20);
	behavior: url(css/PIE.htc);
}
#content-secondary h2.topics {
	padding:0px 0px 10px 10px;
}

/* CONTENT
------------------------------------------ */
body.home #content {
	padding-left: 25px;
	width: 923px;
}

body.home #content-header {
	display: none;
}

body.home #content-body {
	background: none;
	color: #847651;
	margin: 0;
	padding: 0;
}

body.home #content-body h2 {
	color: #773f4e;
	font: bold 18px Georgia, serif;
	margin-bottom: 10px;
}

body.home #content-primary  {
	margin: 0 0 27px 0;
	padding: 0;
	width: 914px;
}

body.home #content-primary-top,
body.home #content-primary-bottom {
	font-size: 0;
	height: 11px;
}

body.home #content-primary-top {
	background: url(images/content-primary-top.png) no-repeat 0 0;
}
body.home #content-primary-middle  {
	background: #d4cdb5;
	overflow-y: auto;
	padding: 6px 10px 0 20px;
	min-height: 10px;
	width: 884px;
	zoom: 1;
}
body.home #content-primary-bottom {
	background: url(images/content-primary-bottom.png) no-repeat 0 0;
}

body.home #content-primary #welcome-message {
	float: left;
	font-weight: bold;
	line-height: 1.75em;
	min-height: 10px;
	width: 275px;
}
body.home #content-primary #welcome-message h2 {
	background: url(images/header-background.png) no-repeat 0 0;
	color: #edeae1;
	float: left;
	font-size: 25px;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	margin-bottom: 0.75em;
	padding-left: 20px;
}
body.home #content-primary #welcome-message h2 span {
	background: url(images/header-right-background.png) no-repeat right top;
	display: block;
	float: left;
	height: 49px;
	padding-right: 20px;
}
body.home #content-primary #welcome-message p {
	clear: both;
}

/* OUR SERVICES */
body.home #our-services-container {
	float: right;
	width: 597px;
}

body.home #our-services-container h3 {
	background: url(images/our-services/our-services-background.png) no-repeat 0 0;
	height: 31px;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
	width: 597px;
}

body.home #our-services-container #our-services {
	background: url(images/our-services/background.png) no-repeat left bottom;
	min-height: 275px;
	padding: 0 25px 27px;
}

body.home #our-services-container #our-services ul.nav {
	height: 28px;
	margin: 0 -10px 15px;
	overflow-y: auto;
	zoom: 1;
}

body.home #our-services-container #our-services ul.nav li {
	height: 28px;
	float: left;
	margin-right: 5px;
}

body.home #our-services-container #our-services ul.nav li a {
	background: url(images/our-services/buttons-sprite.png) no-repeat 0 0;
	display: block;
	height: 28px;
	overflow: hidden;
	text-indent: -5000px;
	width: 132px;
}

body.home #our-services-container #our-services ul.nav li a.workcare {
	background-position: 0 0;
}
body.home #our-services-container #our-services ul.nav li a.peoplecare {
	background-position: -132px 0;
}
body.home #our-services-container #our-services ul.nav li a.sportscare {
	background-position: -264px 0;
}
body.home #our-services-container #our-services ul.nav li a.wellnesscare {
	background-position: -396px 0;
	width: 148px;
}

body.home #our-services-container #our-services ul.nav li.on a.workcare {
	background-position: 0 -28px;
}
body.home #our-services-container #our-services ul.nav li.on a.peoplecare {
	background-position: -132px -28px;
}
body.home #our-services-container #our-services ul.nav li.on a.sportscare {
	background-position: -264px -28px;
}
body.home #our-services-container #our-services ul.nav li.on a.wellnesscare {
	background-position: -396px -28px;
}

body.home #our-services-container #our-services div.section {
	overflow-y: auto;
	zoom: 1;
}

body.home #our-services-container #our-services div.section img {
	float: left;
	margin-right: 20px;
}

body.home #our-services-container #our-services div.section h4 {
	color: #7d4454;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
}

body.home #our-services-container #our-services div.section a.learn-more {
	float: right;
}

body.home #content-secondary #content-secondary-top,
body.home #content-secondary #content-secondary-bottom,
body.home #content-tertiary #content-tertiary-top,
body.home #content-tertiary #content-tertiary-bottom {
	font-size: 0;
	height: 8px;
	position: static;
	width: auto;
}


 #home-middle {
	padding: 10px;
	padding-bottom: 0;
	margin: 0;
	margin-bottom: -20px;
	
	
}
 #home-middle p{
	color: #7d4454;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 1em;
	text-decoration:none;
	
}


 #home-middle p a:link, #home-middle p a:visited {
	color: #7d4454;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	text-decoration:none;
	
}

 #home-middle p a:hover {
	color: #7d4454;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	text-decoration:underline;
	
}

body.home #content-secondary #content-secondary-top {
	background: url(images/content-secondary-top.png) no-repeat 0 0;
}

body.home #content-secondary #content-secondary-bottom {
	background: url(images/content-secondary-bottom.png) no-repeat 0 0;
}

body.home #content-secondary #content-secondary-middle,
body.home #content-tertiary #content-tertiary-middle {
	background: #ece8de;
	font-weight: bold;
	min-height: 50px;
	padding: 18px 20px;
}

body.home #content-secondary {
	background: none;
	clear: left;
	float: left;
	margin: 0 26px 0 0;
	padding: 0;
	width: 557px;
}
body.home #content-secondary div.carousel {
	height: 250px;
	margin: 0 -20px;
	position: relative;
	width: 557px;
	zoom: 1;
}
body.home #content-secondary div.carousel a.previous,
body.home #content-secondary div.carousel a.next {
	background: url(images/next-previous-buttons.png) no-repeat 0 0;
	display: block;
	height: 31px;
	overflow: hidden;
	position: absolute;
	text-indent: -5000px;
	top: 95px;
	width: 24px;
}
body.home #content-secondary div.carousel a.previous {
	left: 0;
}
body.home #content-secondary div.carousel a.next {
	background-position: -24px 0;
	right: 0;
}
body.home #content-secondary div.carousel ul {
	height: 230px;
	overflow: hidden;
	margin: 0 20px 0 21px;
	zoom: 1;
}
body.home #content-secondary div.carousel ul li {
	background: url(images/carousel-item-bottom.png) no-repeat left bottom;
	float: left;
}
body.home #content-secondary div.carousel ul li div {
	background: url(images/carousel-item-background.png) no-repeat 0 0;
	height: 202px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 14px 16px;
	width: 140px;
}
body.home #content-secondary div.carousel ul li div img {
	margin-bottom: 10px;
}
body.home #content-secondary div.carousel ul li div p {
	margin: 0;
}
body.home #content-secondary div.carousel ul li div strong {
	color: #773F4E;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

body.home #content-tertiary {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 330px;
}

body.home #content-tertiary #content-tertiary-top {
	background: url(images/content-tertiary-top.png) no-repeat 0 0;
}
body.home #content-tertiary #content-tertiary-bottom {
	background: url(images/content-tertiary-bottom.png) no-repeat 0 0;
}


