/* Layout */
body {
	background: url(../images/body_bg.png) repeat-x #fffbc0;
	padding: 0;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 13px;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	}
#wrapper {
	background: url(../images/bg-cols.png) repeat-y 50% 0;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 966px;
}

#header {
	margin: 0 8px;
	background: #99b38f;
	height: 140px;
}
	.logo {
		float: left;
		padding: 20px 0 0 30px;
	}

#side-a {
	float: left;
	width: 177px;
	padding: 30px 20px 0 25px;
	color: #fffbc0;
}
	#side-a img {
	border: 1px solid #121212;
	}
	.white {
	color: white;
	}

	#side-a .quote p {
		font-family: Times, serif;
		font-size: 1.2em;
		font-style: italic;
		/* border-bottom: 1px dotted #999; */
		color: #fffbc0;
	}

#side-b {
	position: relative;
	right: 30px;
	float: right;
	width: 215px;
	background: url(../images/side-b-divider.png) no-repeat top left;
	color: #682954;
	padding-top: 20px;
}
	#side-b img {
	padding: 0 1em 0 0;
	float: left;
	}
	.sidebar-box {
	float: right;
	margin: 0 15px 0 0;
	border-bottom: 1px solid #c9dba1;
	width: 180px;
	padding: 20px 0 30px 20px;
	}
	.first {
	padding-top:0;
	}
	#side-b h2 {
	color: #682954;
	font-size: 1.2em;
	}
#content { 
	float: left;
	padding: 35px 20px 30px 30px;
	color: #682954;
	min-height: 400px;
	width:450px;
}
	#content img {
	float: left;
	padding: 0 1em 0 0;
	}
	
	.mediabox {
	border: 1px solid #efefef;
	background: #f2f2f2;
	width: 100px;
	padding: 5px 15px 10px;
	margin-top: 20px;
	text-align: center;
	}
	.mediabox:hover {
	background: #d0e0aa;
	}
		.mediabox p {
		padding-top:5px;
		clear: both;
		margin:0;
		font-size: .8em;
		}
		.mediabox img {
		margin:0;
		padding: 0;
		float: none;
		}
		.mediabox a {
		color: black;
		text-decoration: none;
		}
		.mediabox a:hover {
		color: black;
		} 
	#content .center {
	float:left;
	margin: 20px 25px 0;
	}
	#content .side {
	float:left;
	}
.wide {
	width: 650px !important;
}

#footer {
	margin: 0 auto;
	height: 47px;
	width: 946px;
	background: url(../images/footer.png) no-repeat;
	padding: 14px 0 0 20px;
}

/* Navigation */

.navigation {
	height:47px;
	width: 950px;
	background: url(../images/nav.jpg) no-repeat;
	position: relative;
	margin: 0 0 0 8px;
}
ul.nav {
margin:0; padding: 0;
}
.nav li {
display: inline;
}
.nav li a:link, .nav li a:visited {
position: absolute;
top: 0;
height: 47px;
text-indent: -9000px;
overflow: hidden;
}

    .nav .home a:link, .nav .home a:visited {
	left: 0;
	width: 211px;
    }
    .nav .home a:hover, .nav .home a:focus {
	background: url(../images/nav.jpg) no-repeat 0 -47px;
    }
    .nav .home a:active {
	background: url(../images/nav.jpg) no-repeat 0 -47px;
    }
    .current-home .home a:link, .current-home .home a:visited {
	background: url(../images/nav.jpg) no-repeat 0 -47px;
	cursor: default;
	}
	.nav-home, .nav-home-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 211px;
	height: 47px;
	background: url(../images/nav.jpg) no-repeat 0 -47px;
	}
	.nav-home-click {
	background: url(../images/nav.jpg) no-repeat 0 -47px;
	}
	
    .nav .team a:link, .nav .team a:visited {
	left: 211px;
	width: 128px;
    }
    .nav .team a:hover, .nav .team a:focus {
	background: url(../images/nav.jpg) no-repeat -211px -47px;
    }
    .nav .team a:active {
	background: url(../images/nav.jpg) no-repeat -211px -47px;
    }
    .current-team .team a:link, .current-team .team a:visited {
	background: url(../images/nav.jpg) no-repeat -211px -47px;
	cursor: default;
	}
	.nav-team, .nav-team-click {
	position: absolute;
	top: 0;
	left: 211px;
	width: 128px;
	height: 47px;
	background: url(../images/nav.jpg) no-repeat -211px -47px;
	}
	.nav-team-click {
	background: url(../images/nav.jpg) no-repeat -211px -47px;
	}
	
    .nav .services a:link, .nav .services a:visited {
	left: 337px;
	width: 87px;
    }
    .nav .services a:hover, .nav .services a:focus {
	background: url(../images/nav.jpg) no-repeat -337px -47px;
    }
    .nav .services a:active {
	background: url(../images/nav.jpg) no-repeat -337px -47px;
    }
    .current-services .services a:link, .current-services .services a:visited {
	background: url(../images/nav.jpg) no-repeat -337px -47px;
	cursor: default;
	}
	.nav-services, .nav-services-click {
	position: absolute;
	top: 0;
	left: 337px;
	width: 87px;
	height: 47px;
	background: url(../images/nav.jpg) no-repeat -337px -47px;
	}
	.nav-services-click {
	background: url(../images/nav.jpg) no-repeat -337px -47px;
	}
	
    .nav .relational_acupuncture a:link, .nav .relational_acupuncture a:visited {
	left: 424px;
	width: 190px;
    }
    .nav .relational_acupuncture a:hover, .nav .relational_acupuncture a:focus {
	background: url(../images/nav.jpg) no-repeat -424px -47px;
    }
    .nav .relational_acupuncture a:active {
	background: url(../images/nav.jpg) no-repeat -424px -47px;
    }
    .current-relational_acupuncture .relational_acupuncture a:link, .current-relational_acupuncture .relational_acupuncture a:visited {
	background: url(../images/nav.jpg) no-repeat -424px -47px;
	cursor: default;
	}
	.nav-relational_acupuncture, .nav-relational_acupuncture-click {
	position: absolute;
	top: 0;
	left: 424px;
	width: 190px;
	height: 47px;
	background: url(../images/nav.jpg) no-repeat -424px -47px;
	}
	.nav-relational_acupuncture-click {
	background: url(../images/nav.jpg) no-repeat -424px -47px;
	}
	
    .nav .results a:link, .nav .results a:visited {
	left: 614px;
	width: 88px;
    }
    .nav .results a:hover, .nav .results a:focus {
	background: url(../images/nav.jpg) no-repeat -614px -47px;
    }
    .nav .results a:active {
	background: url(../images/nav.jpg) no-repeat -614px -47px;
    }
    .current-results .results a:link, .current-results .results a:visited {
	background: url(../images/nav.jpg) no-repeat -614px -47px;
	cursor: default;
	}
	.nav-results, .nav-results-click {
	position: absolute;
	top: 0;
	left: 614px;
	width: 88px;
	height: 47px;
	background: url(../images/nav.jpg) no-repeat -614px -47px;
	}
	.nav-results-click {
	background: url(../images/nav.jpg) no-repeat -614px -47px;
	}
	
	.nav .faq a:link, .nav .faq a:visited {
	left: 702px;
	width: 74px;
    }
    .nav .faq a:hover, .nav .faq a:focus {
	background: url(../images/nav.jpg) no-repeat -702px -47px;
    }
    .nav .faq a:active {
	background: url(../images/nav.jpg) no-repeat -702px -47px;
    }
    .current-faq .faq a:link, .current-faq .faq a:visited {
	background: url(../images/nav.jpg) no-repeat -702px -47px;
	cursor: default;
	}
	.nav-faq, .nav-faq-click {
	position: absolute;
	top: 0;
	left: 702px;
	width: 74px;
	height: 47px;
	background: url(../images/nav.jpg) no-repeat -702px -47px;
	}
	.nav-faq-click {
	background: url(../images/nav.jpg) no-repeat -702px -47px;
	}

    .nav .contact a:link, .nav .contact a:visited {
	left: 776px;
	width: 88px;
    }
    .nav .contact a:hover, .nav .contact a:focus {
	background: url(../images/nav.jpg) no-repeat -776px -47px;
    }
    .nav .contact a:active {
	background: url(../images/nav.jpg) no-repeat -776px -47px;
    }
    .current-contact .contact a:link, .current-contact .contact a:visited {
	background: url(../images/nav.jpg) no-repeat -776px -47px;
	cursor: default;
	}
	.nav-contact, .nav-contact-click {
	position: absolute;
	top: 0;
	left: 776px;
	width: 88px;
	height: 47px;
	background: url(../images/nav.jpg) no-repeat -776px -47px;
	}
	.nav-contact-click {
	background: url(../images/nav.jpg) no-repeat -776px -47px;
	}
	
    .nav .media a:link, .nav .media a:visited {
	left: 864px;
	width: 86px;
    }
    .nav .media a:hover, .nav .media a:focus {
	background: url(../images/nav.jpg) no-repeat -864px -47px;
    }
    .nav .media a:active {
	background: url(../images/nav.jpg) no-repeat -864px -47px;
    }
    .current-media .media a:link, .current-media .media a:visited {
	background: url(../images/nav.jpg) no-repeat -864px -47px;
	cursor: default;
	}
	.nav-media, .nav-media-click {
	position: absolute;
	top: 0;
	left: 864px;
	width: 86px;
	height: 47px;
	background: url(../images/nav.jpg) no-repeat -864px -47px;
	}
	.nav-media-click {
	background: url(../images/nav.jpg) no-repeat -864px -47px;
	}





/*TYPOGRAPHY*/

/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
	color: #47728c;
	line-height: 1.4em;	
	}
	#side-b a, #side-b a:visited {
		text-decoration: underline;
		font-weight: normal;
		font-style: italic;
		color: #47728c;
	}
	#side-b a:hover {
		text-decoration: underline;
		font-weight: normal;
		font-style: italic;
		color: #000;
	}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
	color: #47728c;

	}
a:active {
	}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
	color: #000;
	}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: #47728c;
	}
h2 {
	font-size: 1.4em;
	margin: .3em 0em .8em 0em;
	font-weight: bold;
	color: #774065;
	}
	#content h2 {
	font-size: 18px;
	font-family: Times, serif;
	font-style: italic;
	font-weight: normal;
	}
	#side-a h2 {
	font-weight: bold;
	color: white;
	padding: 5px;
	}
h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	padding-left:0px;
	margin-left: 13px;
	}
p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	}
	#content .patient_testimonials p {
	font-family: Georgia, Times, serif !important;
	font-style: italic !important;
	}

	#content p, #side-b p {
	color: #545454;
	}
	#footer p {
	margin:0;
	font-size: .8em;
	text-align: center;
	}
#side-b p.sidebar_desc {
font-size: .8em;
padding-left: 25px;
margin-top: -10px;
}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
	
/* MISC */
	
input, textarea {
	border:1px solid #ddd;
	font-size:0.7em;
	line-height:1.2em;
	padding:4px;
}

#side-b a.button, #side-b a.button:visited {
	float: right;
	background: url(../images/bg-button.png) repeat-x scroll 0 100%;
	padding: 4px 10px;
	border: 1px solid #ccc;
	font-size: .85em;
	letter-spacing: -.05em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
}
#side-b a.button:hover {
	background: #d0e0aa;
}
.breadcrumbs {
	background: #f2f2f2;
	padding: 5px 10px;
	margin-bottom: 20px;
	color: black;
	border: 1px solid #fefefe;
	font-style: italic;
	font-family: Georgia, Times, Serif;
	}
	.breadcrumbs a:link, .breadcrumbs a:visited {
		color: #47728C;
		text-decoration: none;
		}
	.breadcrumbs a:hover, .breadcrumbs a:active {
		color: #000;
		}
.breadcrumbs .lastitem {
	color:  #000;
}

a.pdf, a.results_item, a.current_newsletterietm

a.pdf {
	background: url(../images/icon_pdf.png) no-repeat center left;
	padding: 10px 0 10px 25px;
	font-size: .9em;
}
a.results_item {
	background: url(../images/icon_results.png) no-repeat center left;
	padding: 10px 0 10px 25px;
	font-size: .9em;
}
a.current_newsletter_item {
	background: url(../images/icon_newsletter_small.png) no-repeat center left;
	padding: 10px 0 10px 25px;
	font-size: .9em;
}

#content a.facebook, #content a.twitter {
	display: block;
	height: 50px;
	width: 50px;
	float:left
	}

#content a.facebook {
	background: url(../images/icon_facebook.png) top left no-repeat;
	margin-right: 10px;
	}
	#content a.facebook:hover {
		background: url(../images/icon_facebook.png) bottom left no-repeat;
		}
#content a.twitter {
	background: url(../images/icon_twitter.png) top left no-repeat;
	margin-right: 20px;
	}
	#content a.twitter:hover {
		background: url(../images/icon_twitter.png) bottom left no-repeat;
		}

ul.rwlist  {
list-style-type: none;
padding-left: 10px;
padding-bottom: 15px;
}
	.rwlist li {
	padding-left: 30px;
	background: url(../images/rw_list.gif) no-repeat 0 5px;
	}

.expander p {
padding-bottom: 18px;
border-bottom: 5px solid #f2f2f2;
}

a.read-more {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
}

a.top {
border-bottom: 5px solid #f2f2f2;
display: block;
padding-bottom: 35px;
}

:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
.clearfix:after, .colrow:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix, .colrow {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .colrow {display:block;}
/* End hide from IE Mac */

.floatleft {
float:left;
}
.floatright {
float:right;
}

/* Toggle Switch */

h5.trigger {
	padding: 0 5px 0 30px;
	margin: 0 0 10px 0;
	background: url(../images/icon_plus_minus.png) no-repeat left top;
	height: 16px;
	width: 400px;
}
h5.trigger a {
	text-decoration: underline;
	display: block;
}
h5.trigger a:hover {
}
h5.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 400px;
}
.toggle_container .block {
	padding: 0 0 0 30px;
}
.toggle_container .block p {
margin:0; padding: 0;
}
	.toggle_container .block p + p {
	margin:3px 0; padding: 3px 0;
	}
.toggle_container h5 {
	margin: 0 0 10px;
	padding: 0 0 5px 0;
}



/* MYEMMA */

@charset "UTF-8";
/* Controls width of your form */
.e2ma_signup_form {
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	border:1px solid #ccc; 
	font-size:10px;
	width: 170px; 
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	padding-bottom:5px;
	margin-bottom:5px;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: inline;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	display: none;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	text-align:left;
	padding:5px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
width: 180px;
}
	.e2ma_signup_form_element input {
	border:1px solid #ddd;
	font-size:0.7em;
	line-height:1.2em;
	padding:4px;

	}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-size:10px;
	color:#333333;
	font-weight:normal;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	font-size:10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	font-size:10px;
	color:#333333;
	margin-bottom:10px;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color:#FF0000;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button, .e2ma_signup_form_button {
	display: inline;
	background: url(../images/bg-button.png) repeat-x scroll 0 100%;
	padding: 3px 10px;
	border: 1px solid #ccc;
	font-size: .8em;
	letter-spacing: -.05em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;

}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button_row #e2ma_signup_reset_button:hover, .e2ma_signup_form_button:hover { 
background: #d0e0aa;
}