/* Avoid left page shift in Firefox */

html { min-height: 100%; margin-bottom: 1px; }

/* Global Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	background: fixed #ccccff url(../images/bgBody.jpg) no-repeat top;
}

p {
   padding: 5px 0;
}

a {
   color: #202E87;
   font-weight: bold;
   text-decoration: underline;
}	

a:hover {
   text-decoration: none;
}

strong {
   font-weight: bold;
}

.italic {
	font-style: italic;
}

/* Wrapper, Header, Menu */

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#header {
	height: 100px;
	padding: 0 45px;
	background: url(../images/bgHeader.png) repeat-y top;
}

#pageTitle {
	padding-top: 38px;
	float: left;
}

#header a {
	 color: #BBE94B;
	 font-weight: normal;
	 text-decoration: none;
}

#header h1 {
	color: #BBE94B;
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 2px;
}

#header h2 {
	color: #CCC;
	font-size: 11px;
	font-weight: bold;
}

#menu {
	height: 62px;
	padding-top: 20px;
}

#menu ul {

}

#menu li {
	padding: 5px 0;
	float: right;
}

#menu a {
	color: #ccc;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 20px 20px;
	text-transform: capitalize;
	border: 1px solid #2D2E5B;
	display: block;
	margin: 0 1px;
}

#menu a:hover {
	color: #fff;
	border: solid 1px #999;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}

/* ContentIndex */

#contentIndex {
	line-height: 26px;
	font-size: 17px;
	font-weight: normal;
	clear: left;
	padding: 85px 115px 20px 115px;
	height: auto;
	background: url(../images/bgContent.png) repeat-y top;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-image: url(../images/bgContent.png);
}

#contentIndex #greenSymbol {
	position: absolute;
	top: 55px;
	right: 15px;
	width:413px;
	z-index: -1;
}

.welcomeText {
	font-size: 30px;
	letter-spacing: -1px;
	color: #2C2D66;
}

.indexText14px {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 30px;
    border-bottom: double 4px #ccc;
}

#focusText {
	padding-top: 30px;
	padding-right: 35px;
	color: #313260;
	float: left;
}

#focusText h1 {
	font-size: 36px;
	font-weight: normal;
}

#focusText h2 {
	font-size: 23px;
	font-weight: normal;
	padding-top: 10px;
}

.focusList {
	color: #2c2d66;
	font-size: 12px;
	line-height: 20px;
	float: right;
	padding-top: 30px;
}

.focusList ul li a {
	color: #333;
	text-decoration :none;
    font-weight: normal;
}

.focusList ul li a:hover {
	text-decoration: underline;
}

.quoteIndex {
	clear: right;
	color: #7AA613;
	font-size: 11px;
}

/* Content */

#contentMain {
	width: 1000px;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../images/bgDirectoryPage.jpg);
	background-repeat: repeat-y;
}

#contentBusiness {
	font-weight: normal;
	text-align: justify;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#contentBusiness #greenSymbol {
	position: absolute;
	top: 43px;
	right: 0px;
	width:413px;
	z-index: -1;
}

#leftContent {
	float: left;
	width: 210px;
	padding-left: 45px;
}

/* Left Sidebar Vertical Menu */

#sidebarMenu {
	margin-bottom: 25px;
	width: 165px;
	border-bottom: double 4px #EDE6EE;
	background-color: #EFF9D4;
}

#sidebarMenu h1 {
	background-color: #A0CA4E;
	color: #FFF;
	padding: 5px 0 5px 10px;
}

#sidebarMenu ul {
	list-style: none;
	line-height: normal;
}

#sidebarMenu ul li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

#sidebarMenu li li {
	display: inline;
	text-transform: capitalize;
	padding: 0;
}

#sidebarMenu a {
	display: block;
	padding: 2px 20px;
	font-weight: bold;
	font-size: 12px;
	color: #2c2d66;
	border-top: solid 1px #EDE6EE;
	text-decoration: none;
}

#sidebarMenu a:hover {
	text-decoration: none;
	color: #2c2d66;
	background-color: #E1EFC9;
}

#rightContent {
	float: left;
	width: 660px;
	padding: 45px 85px 25px 0;
}

#rightContent h1 {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: double 4px #EDE6EE;
	color: #202E87;
}

#rightContent h2 {
	color: #202E87;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 0 0;
	clear: left;
}

#rightContent h3 {
	font-size: 24px;
	color: #202E87;
	float: left;
}

#rightContent h4 {
	color: #fff;
	background: #d6529e;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px;
	clear: both;
}

/* Businesses Page */


#businessLogo h1 span {
    display: none;
}

#rightContent ul {
	margin-left: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

#rightContent li {
	list-style-type: none;
	font-size: 12px;
	line-height: normal;
	padding-top: 5px;
}

#rightContent ul.business-services {
	width: 27%;
	float: left;
	margin-left: 25px;
	text-align: left;
}

#rightContent ul.business-services li {
	list-style-type: disc;
	line-height: normal;
	padding-top: 5px;
	font-weight: normal;
	font-size: 14px;
}

.bioImageLeft {
    float: left;
    margin: 10px 20px 10px 0;
}

.bioImageLeft img {
	border: solid 1px #202E87;
}

.bioImage {
    float: right;
    margin: 30px 0 10px 40px;
}

.bioImage img {
    border: solid 1px #202E87;
}

.bioImage .caption {
    color: #202E87;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
}

.bioImage .testimonial {
	width: 170px;
	font-size: 10px;
	font-style: italic;
	padding-top: 15px;
}

.bioImage .testimonialCredit {
	color: #202E87;
	font-style: normal;
}

#businessContact {
	padding: 20px 0;
	border-top: double 4px #EDE6EE;
	clear: left;
	overflow: hidden;
}

address {
	font-style: normal;
	padding-bottom: 10px;
}

dl {
	font-style: normal;
	float: left;
	padding-left: 20px;
}

dt {
	font-weight: bold;
    float: left;
}

dd {
	 margin-left: 85px;
}


/* Directory Listing Page */

#businessListing {
	width: 435px;
	margin-right: 45px;
	float: left;
	padding-top: 40px;
}

#businessListing h1 {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: double 4px #EDE6EE;
	color: #202E87;
}

#businessListing h2 {
	color: #fff;
	background: #d6529e;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0;
	line-height: 20px;
	clear: both;
}

#businessListing a {
	color: #2c2d66;
    text-decoration: underline;
}

#businessListing a:hover {
	text-decoration: none;
}

#businessListing table {
	line-height: 28px;
	margin-bottom: 10px;
	width: 435px;
	font-size: 12px;
	background: #fff;
	padding-top: 15px;
}

#businessListing tr.tableHeader td {
	color: #A0CA4E;
	font-weight: bold;
	padding-left: 5px;
	background-color: #323260;
	border-right: solid 1px #fff;
}

#businessListing tr.odd td {
	padding-left: 5px;
	border-right: solid 1px #fff;
	background-color: #EBF4DD;
}

#businessListing td {
	padding-left: 5px;
}

.tdlineHeight {
	line-height: normal;
	vertical-align: top;
}

/* Left Advertising Column Page */

#advertiseBox {
	width: 265px;
	float: left;
	padding-top: 4px;
	background-color: #E1EFC9;
}

#advertiseBox img {
	padding: 0 0 4px 4px;
	border-bottom: 1px solid #fff;
}

/* News Page */

.articleCredit {
	color: #202E87;
}

/* Events Page */

#rightContent ul.events {
	margin-left: 25px;
}

#rightContent ul.events li {
	list-style-type: disc;
	line-height: normal;
	padding-top: 5px;
	font-weight: normal;
	font-size: 14px;
}

/* Contact Page */

.contactMission {
	color: #202E87;
	font-size: 14px;
	font-weight: bold;
}

dl.contact {
	width: 65%;
	font-style: normal;
	margin: 20px 0 20px 0;
    padding-left: 0;
}

dl.contact dt {
	text-align: right;
    width: 32%;
	font-weight: normal;
	float: left;
	margin-right: 5%;
}

dl.contact dd {
	 width: 53%;
	 float: left;
	 color: #202E87;
	 font-weight: bold;
	 margin-left: 0;
}

dl.contact dd a {
	font-weight: normal
}

.lineSpacer {
	padding-bottom: 10px;
}

/* Footer, Copyright*/

#footer {
	color: #666;
	height: 40px;
	padding: 20px 45px 0 45px;
	font-size: 11px;
	margin: 0 auto;
	clear: both;
	background: url(../images/bgFooter.png) repeat-y top;
	clear: both;
}

#footer p {
    float: left;
}

#footer .copyright {
	float: right;
} 

#designCredits {
    padding-top: 10px;
	text-align: center;
	padding-right: 50px;
	font-size: 11px;
	color: #666;
}

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

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

.clearer {
	clear: both;
}

/* Page ids */

#indexpage #directorylink a {
	color: #BBE94B
}
#directorypage #directorylink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#natural-health-newspage #natural-health-newslink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#eventspage #eventslink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#contactpage #contactlink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
