a:link
{
	color: #900;
}

a:visited
{
	color: #c60;
}

a:hover,
a:active
{
	color: #600;
}

body
{
	background: #300 url(../../images/layout/bg_body.gif) top center repeat-y;
}

#primary
{
	position: relative;
	width: 810px;
	margin: 0 auto;
	background: transparent url(../../images/layout/bg_primary.gif) 0 0 no-repeat;
	padding: 0 75px;
}

#search
{
	position: absolute;
	top: 60px;
	right: 90px;
}

	#search *
	{
		margin: 0;
		vertical-align: middle;
	}

	#search .keywords
	{
		width: 125px;
	}

.submit
{
	background-color: #900;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	border: 1px solid #300;
}

#logo
{
	display: block;
	border: 0;
	height:91px;
	background: #fff;
}

#masthead
{
	width: 810px;
	height: 62px;
	border-bottom: 2px solid #fff;
	background-color: #a27e51;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

	body.philosophy #masthead
	{
		background-image: url(../../images/mastheads/philosophy.jpg);
	}

	body.our_approach #masthead
	{
		background-image: url(../../images/mastheads/our_approach.jpg);
	}

	body.whats_happening #masthead
	{
		background-image: url(../../images/mastheads/whats_happening.jpg);
	}

	body.living_pri #masthead
	{
		background-image: url(../../images/mastheads/living_pri.jpg);
	}

	body.patient_information #masthead
	{
		background-image: url(../../images/mastheads/patient_information.jpg);
	}

	body.about_us #masthead
	{
		background-image: url(../../images/mastheads/about_us.jpg);
	}

	body.contact_us #masthead
	{
		background-image: url(../../images/mastheads/contact_us.jpg);
	}

	body.error #masthead
	{
		background-image: url(../../images/mastheads/error.jpg);
	}

	body.search #masthead
	{
		background-image: url(../../images/mastheads/search.jpg);
	}

#intro
{
	width: 650px;
	height: 400px;
	background: #fff url(../../images/layout/bg_intro.jpg) left bottom no-repeat;
	padding: 0 0 369px;
}

	body.home #intro
	{
		padding: 0 0 359px;
	}

#intro_divider
{
	width: 650px;
	height: 34px;
	border: 2px solid #fff;
	border-width: 2px 0;
	background: #fff url(../../images/layout/bg_intro_divider.jpg) 0 0 repeat-x;
	padding: 0;
}

#home_columns {
	background: #300;
	border-bottom: 2px solid #fff;
}

#home_column_l {
	float: left;
	width: 650px;
	overflow: hidden;
	border-right: 2px solid #fff;
}

#home_column_r {
	float: left;
	width: 128px;
	padding: 15px;
	overflow: hidden;
	color: #fff;
}

#home_column_r h3 {
	font-size: 12px;
}

#home_column_r a:link,
#home_column_r a:visited {
	color: #c60;
}

#home_column_r a:hover,
#home_column_r a:active {
	color: #fff;
}

#page_content
{
	border-bottom: 2px solid #fff;
	background: #e0dac1 url(../../images/layout/bg_page_content.gif) 0 0 repeat;
	padding: 15px;
}

#contact_info
{
	padding: 20px;
	text-align: left;
	color: #fff;
}

	#contact_info p
	{
		font-size: 9px;
		line-height: 12px;
	}
	
	#contact_info strong
	{
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#contact_info a
	{
		color: #f90;
	}
	
	#contact_info a:hover,
	#contact_info a:active
	{
		color: #fff;
	}

#philosophy_list
{
	width: 490px;
	margin: 0 auto;
	padding: 70px 0;
	font-style: italic;
	list-style: none;
}

	#philosophy_list li
	{
		margin: 0 0 3em;
	}

	#philosophy_list li.right
	{
		text-align: right;
	}

	#philosophy_list p
	{
		margin: 0;
		font-size: 12px;
	}

	#philosophy_list strong
	{
		font-size: 16px;
	}

	#philosophy_list li img
	{
		border: 0;
		background: none;
		padding: 0;
	}
	
div.staff_photo,
div.blog_image
{
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px 0 0;
}
	
	div.staff_photo img,
	div.blog_image img
	{
		display: block;
		border: 4px solid #A27E51;
		background-color: #fff;
		padding: 1px;
	}
	
	div.staff_photo div.staff_photo_caption,
	div.blog_image div.blog_image_caption
	{
		width: 150px;
		margin: 5px 0 0;
		font-weight: bold;
		font-size: 11px;
	}
	
p.entry_footer {
	font-weight: bold;
}
	
p.entry_footer img {
	float: left;
	margin: 0 10px 0 0;
	border: 4px solid #A27E51;
	background-color: #fff;
	padding: 1px;
}
	
#page_content img
{
	border: 4px solid #A27E51;
	background-color: #fff;
	padding: 1px;
}

img.left
{
	display: block;
	float: left;
	margin: 5px 15px 10px 0;
}

img.right
{
	display: block;
	float: right;
	margin: 5px 0 10px 15px;
}

img.center
{
	display: block;
	margin: 0 auto 1em;
}

div.clear_both
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

th
{
	border-bottom: 1px solid #300;
	background-color: #900;
	padding: 8px 5px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
}

td
{
	border-bottom: 1px solid #300;
	background-color: transparent;
	padding: 8px 5px;
	font-size: 11px;
}

table.is_this_you td
{
	border: 0;
}

table.is_this_you td img
{
	display: block;
	border: 0;
}

table.is_this_you td.question
{
	text-align: center;
	vertical-align: middle;
	background-color: #300;
}

table.is_this_you td.question p
{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	padding: 0 15px;
}

ul.form_fields
{
	margin: 0;
	list-style: none;
}

	ul.form_fields li
	{
		margin: 0 0 1em;
	}

	ul.form_fields li *
	{
		margin: 0;
		display: block;
	}

	ul.form_fields li label
	{
		margin: 0 0 3px;
		font-weight: bold;
		font-size: 11px;
	}

	ul.form_fields li input.text
	{
		width: 250px;
	}

	ul.form_fields li textarea
	{
		width: 99%;
		height: 150px;
		font: normal 11px Verdana,Arial,sans-serif;
	}

ul.pri_in_daily_life
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.pri_in_daily_life li
{
	float: left;
	width: 145px;
	padding: 0 5px;
	text-align: center;
}

#postural_link {
	float:right;
	text-decoration:none;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color:#ffffff;
}

#postural_text {
	padding-top:-25px;
	padding-right:10px;
	text-decoration:none;
}

#posturalimg {
	text-decoration:none;
}

div.entry {
	margin: 0 0 1.5em;
	border-bottom: 1px solid #300;
	padding: 0 0 1.5em;
}

body.home #home_logo {
	position: relative;
	width: 649px;
	height: 176px;
	background: transparent url(../../images/20100222/bg_home1.jpg) top right no-repeat;
}

body.home #home_logo img {
	display: block;
	position: absolute;
	top: 12px;
	left: 30px;
}

body.home #home_menu {
	width: 629px;
	height: 159px;
	background: transparent url(../../images/20100222/bg_home2.jpg) 0 0 no-repeat;
	padding: 17px 20px 0 0;
}

body.home #home_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial,sans-serif;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1px;
}

body.home #home_menu li {
	margin: 0 0 9px;
}

body.home #home_menu a:link,
body.home #home_menu a:visited {
	color: #000;
	text-decoration: none;
}

body.home #home_menu a:hover,
body.home #home_menu a:active {
	color: #360;
}