
/*
** general
*/

body {
	background-color: #fff;
	color: #747474;
	font-family: helvetica, arial, verdana;
}

a {
	color: #747474;
	text-decoration: none;
}

a:hover {
	color: #872234;
	text-decoration: underline;
}

.clear_floats {
	clear: both;
}

/*
** header
*/

#page_header {
	width: 982px;
	margin: 0 auto;
}

#page_header #header_top {
	margin: 30px 0 0 0;
	width: 982px;
	height: 30px;
	background: url(../images/header/top.png) no-repeat top left;
}

#page_header #header_middle {
	width: 982px;
	background: url(../images/header/middle.png) repeat-y top left;
}

#page_header #header_middle #header_logo {
	float: right;
	display: block;
	margin: 30px 50px 30px 0;
	
}

#page_header #header_middle #header_menu {
	float: left;
	display: inline;
	width: 400px;
	margin: 20px 0 0 40px;
}

#page_header #header_middle #header_menu a {
	float: left;
	display: block;
	width: 220px;
	clear: both;
	border-top: 1px solid #D9D9D8;
	font-size: 108%;
	padding: 1px 0;
}

#header_menu_first_link {
	border-top: 0 !important;
}

#page_header #header_middle #header_menu a:hover, #page_header #header_middle #header_menu a.current_section {
	text-decoration: none;
	color: #872234;
	font-weight: bold;
}

#page_header #header_bottom {
	width: 982px;
	height: 26px;
	background: url(../images/header/bottom.png) no-repeat top left;
}

/*
** body
*/

#page_body {
	width: 982px;
	margin: 0 auto;
}

#page_body #body_top {
	width: 982px;
	height: 26px;
	background: url(../images/body/top.png) no-repeat top left;
}

#page_body #body_middle, #page_body #body_intro {
	width: 982px;
	background: url(../images/body/middle.png) repeat-y top left;
}

/*
** intro
*/

#body_intro #body_intro_text {
	padding: 10px 40px 10px 50px;
}

#body_intro_text h2 {
	color: #872234;
	text-indent: 200px;
	font-size: 205%;
	padding: 0 0 15px 0;
}

#body_intro_text h2 a {
	color: #872234;
}

#body_intro_text h3 {
	text-indent: 200px;
	font-size: 167%;
	color: #AAAAAA;
}

#body_intro_text h3 strong {
	font-weight: bold;
}

/*
** text content
*/

#middle_main_text {
	padding: 25px 10px 0 30px;
	font-size: 100%;
	float: left;
	width: 685px;
}

#middle_main_text a {
	color: #872234;
}

#middle_main_text p {
	padding-bottom: 15px;
	line-height: 1.3;
}

#middle_main_text strong, #middle_main_text b {
	font-weight: bold;
}

#middle_main_text em, #middle_main_text i {
	 font-style: italic;	
}

#middle_main_text u {
	text-decoration: underline;
}

#middle_main_text h1, #middle_main_text h2, #middle_main_text h3,
#middle_main_text h4, #middle_main_text h5, #middle_main_text h6,
#middle_main_text .h1, #middle_main_text .h2, #middle_main_text .h3,
#middle_main_text .h4, #middle_main_text .h5, #middle_main_text .h6 {
	padding-bottom: 5px;
	font-weight: bold;
	color: #872234;
}

#middle_main_text h1, #middle_main_text .h1 {
	font-size: 197%;
}

#middle_main_text h2, #middle_main_text .h2 {
	font-size: 174%;
}

#middle_main_text h3, #middle_main_text .h3 {
	font-size: 153.9%;
}

#middle_main_text h4, #middle_main_text .h4 {
	font-size: 131%;
}

#middle_nain_text h5, #middle_nain_text .h5 {
	font-size: 108%;
}

#middle_nain_text h6, #middle_nain_text .h6 {
	font-size: 85%;
}

#page_body #body_middle #middle_side {
	float: left;
	width: 180px;
	display: inline;
	margin: 0 0 0 22px;
	padding: 0 0 0 20px;
}

#middle_main_text .back_link {
	color: #872234;
	background: url(/images/body/bullet.png) no-repeat center left;
	padding: 0 0 0 10px;
}

#middle_main_text ul, #middle_main_links ul, #middle_main_text ol, #middle_main_links ol {
	padding-bottom: 15px;
}

#middle_main_text ul li {
	padding: 0 0 0 0;
	margin: 0 0 5px 15px;
	list-style-type: disc;
}

#middle_main_text ul.section_list li, #middle_main_text ul.related_links li, #middle_main_links ul li {
	list-style-type: none;
	background: transparent url('/images/body/bullet.png') no-repeat 0px 5px;
	padding: 0 0 0 13px;
	margin: 0 0 5px 0 !important;
}

#middle_main_text ul ul, #middle_main_links ul ul {
	margin-top: 5px;
	margin-left: 15px;
}

#middle_main_text ul ul li, #middle_main_links ul ul li {
}

#middle_main_text ul.section_list li {
	color: #872234;
}

#middle_main_text ol li {
	list-style-type: decimal;
	margin: 3px 0 3px 30px;
}

#middle_main_text ol ol {
	margin-top: 5px;
	margin-left: 15px;
}

/*
** forms
*/

#middle_main_text .general_form_row, #middle_main_text .general_form_end {
	width: 400px;
	clear: both;
	float: left;
	padding-bottom: 5px;
}

#middle_main_text .general_form_row label {
	float: left;
	display: block;
	width: 60px;
	padding: 2px 0 0 0;
}

#middle_main_text .general_form_row input {
	float: left;
	display: block;
	width: 330px;
	background-color: #F8F8F8;
	border: 1px solid #E7E5E0;
}

#middle_main_text .general_form_row textarea {
	float: left;
	display: block;
	width: 330px;
	height: 50px;
	background-color: #F8F8F8;
	border: 1px solid #E7E5E0;
}

#middle_main_text .general_form_end label {
	float: left;
	display: block;
	width: 250px;
	font-size: 85%;
}

#middle_main_text .general_form_end input {
	float: left;
	display: block;
}

#middle_main_text .general_form_end #form_agree {
	margin: 0 5px 5px 60px;
	display: inline;
}

#contact_form {
	float: left;
	display: block;
}

/*
** buttons
*/

.custom_button {
	background: #B1B1B1 url(/images/body/button_left.gif) no-repeat top left;
	padding: 0 0 0 4px;
	height: 19px;
}

.custom_button div {
	background: url(/images/body/button_right.gif) no-repeat top right;
	padding: 0 4px 0 0;
	height: 19px;
}

.custom_button div input {
	color: #fff;
	border: 0;
	background-color: #B1B1B1;
	height: 19px;
	font-size: 85%;
}

.standard_button {
	float: right;
	display: inline;
	width: 40px !important;
	margin: 0 10px 0 0;
}


/*
** google map (others are inline)
*/

#map_container {
	float: left;
	display: block;
	width: 415px;
	height: 350px;
}

#googlemap {
	width: 415px;
	height: 350px;
}

/*
** addresses
*/

#address_details {
	float: left;
	display: block;
	width: 225px;
	margin-left: 20px;
	border-left: 1px solid #BEBEBC;
	padding-left: 20px;
}

#address_details hr {
	margin-bottom: 20px;
	color: #E8E7E7;
	background-color: #E8E7E7;
	height: 1px;
}

/*
** background padding hack
*/

.dog_padding {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 1px;
}

/*
** footer related
*/

.middle_bottom {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 110px;
}

.middle_bottom #middle_badge_anchor {
	float: left;
	width: 1px;
	height: 1px;
}

.middle_bottom #middle_badge_anchor #middle_badge {
	position: absolute;
	margin: 10px 0 0 -175px
}

#middle_footer_text {
	display: block;
	padding: 65px 0 0 100px;
	font-size: 85%;
}

/*
** lower page images
*/

#page_body #body_middle #middle_main {
	float: right;
	width: 747px;
	display: inline;
	margin: 0 13px 0 0;
	/*background: url(../images/backgrounds/dog1.png) no-repeat bottom right;*/
	background-repeat: no-repeat;
	background-position: bottom right;
}

#page_body #body_bottom {
	margin: 0 0 30px 0;
	width: 982px;
	height: 18px;
	background: url(../images/body/bottom.png) no-repeat top left;
}

/*
 * Related article images
 */

.related_images {
	margin-bottom: 1em;
}

#image_menu, #image_menu li {
	padding: 0 !important;
	margin: 0 !important;
}
#image_menu {
	text-align: center;
}
#image_menu li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #ccc;
}
#image_menu li a {
	padding: 0px 4px 0px 10px;
}
#image_menu li:first-child {
	border: none;
}