/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	overflow: hidden;
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

a:active {color: #333333; font-weight: bold; text-decoration: underline}
a:link {color: #333333; font-weight: bold; text-decoration: underline}
a:visited {color: #333333; font-weight: bold; text-decoration: underline}
a:hover {color: #429bff; font-weight: bold; text-decoration: none}

strong {
	font-weight: bold;
}

td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p {
	clear: left;
	padding-bottom: 0px;
}

ol {
	font-weight: bold;
}

ol li span {
	font-weight: normal;
}

form {
	padding: 0px;
	margin: 0px;
}

input, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.button {
	background-color: #333333;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	color: #ffffff;
	font-weight: bold;
}

#main_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#header_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	height: 80px;
	background-color: #ffffff;
	overflow: visible;
}

#header_logo {
	float: left;
	padding: 0px;
	margin: 0px;
}

#header_menu {
	float: right;
	padding: 0px;
	padding-top: 30px;
	margin: 0px;
}

#header_menu ul {
	clear: both;
	padding: 0px;
	margin: 0;
	list-style-type: none;
	text-align: right;
}

#header_menu ul li {
	display: inline;
	width: auto;
	padding: 0px;
	margin: 0 20px 0 0;
	overflow: hidden;
	font-size: 15px;
}

#header_menu ul li a {
	text-decoration: none;
}

#main_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#main_content {
	overflow: hidden;
	position: absolute;
	top: 100px;
	bottom: 50px;
	left: 20px;
	right: 20px;
}

* html #main_content {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 100px;	
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

#right_main_content {
	float: right;
	width: 560px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

#right_content {
	float: right;
	width: 300px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

#left_content {
	float: right;
	width: 300px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	margin-right: 20px;
}

#forum_container {
	float: right;
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	background-image: url(images/backgrounds/bg_80.png);
}

*html #forum_container {
	padding-right: 32px;
}

#forum_main_content {
	padding: 16px;
}

.title_header {
	padding: 16px;
	background-color: #ffffff;
}

.spacer_20 {
	clear: left;
	height: 20px;
}

.content_25 {
	float: left;
	width: 100%;
	background-image: url(images/backgrounds/bg_25.png);
	overflow: hidden;
}
*html .acontent_25 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgrounds/bg_25.png',sizingMethod='scale');
}

.content_50 {
	float: left;
	width: 100%;
	background-image: url(images/backgrounds/bg_50.png);
	overflow: hidden;
}
*html .acontent_50 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgrounds/bg_50.png',sizingMethod='scale');
}

.content_80 {
	float: left;
	width: 100%;
	background-image: url(images/backgrounds/bg_80.png);
	overflow: hidden;
}
*html .acontent_80 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgrounds/bg_80.png',sizingMethod='scale');
}

.content {
	margin: 16px;
	overflow: hidden;
}

.submenu {
	padding: 16px;
	overflow: hidden;
	line-height: 20px;
}

.list {
	clear: left;
	width: 100%;
}

.listed_number {
	float: left;
	width: 10%;
	font-weight: bold;
	margin-bottom: 12px;
}

.listed_content {
	float: left;
	width: 90%;
	margin-bottom: 12px;
}

.download_container {
	clear: left;
	width: 100%;
	overflow: hidden;
}

.download_button {
	float: left;
	width: 130px;
}

.download_description {
	padding-top: 10px;
	float: left;
}

#footer {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	z-index: 4;
	
	background-color:#ffffff;
	padding: 10px;
	padding-left: 20px;
	margin: 0px;
}

#footer a:active {color: #333333; font-weight: normal; text-decoration: underline}
#footer a:link {color: #333333; font-weight: normal; text-decoration: underline}
#footer a:visited {color: #333333; font-weight: normal; text-decoration: underline}
#footer a:hover {color: #429bff; font-weight: normal; text-decoration: none}



/* Contact List */

.district {
	clear: left;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.district_label {
	float: left;
	width: 160px;
	font-weight: bold;
	margin-right: 20px;
}

.district_reps {
	float: left;
	width: 160px;
}

.district_numbers {
	float: left;
}



/* Shows */

.class_text {
	float: left;
	width: 269px;
	overflow: hidden;
}

.class_image {
	float: left;
	width: 260px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.event_row {
	clear: left;
	overflow: hidden;
}

.event_date {
	float: left;
	width: 100px;
}

.event_desc {
	float: left;
	width: 400px;
}

.event_image_row {
	clear: left;
	overflow: hidden;
	padding-top: 16px;
}

* html .event_image_row {
	padding-top: 10px;
}

.event_image {
	float: left;
	width: 250px;
}



/* Breed Description */

.breeddesc_row {
	clear: left;
	margin-top: 10px;
	overflow: hidden;
}

.breeddesc_head {
	float: left;
	width: 250px;
	font-weight: bold;
}

.head_img {
	float: left;
}

.muzzle_title {
	float: left;
	width: 85px;
	padding-left: 40px;
}
*html .muzzle_title {
	width: 125px;
}

.chest_title_1 {
	float: left;
	width: 200px;
	padding-left: 20px;
}
*html .chest_title_1 {
	width: 220px;
}

.chest_title_2 {
	float: left;
	width: 200px;
}

.chest_title_3 {
	float: left;
	width: 90px;
}

.back_title_1 {
	float: left;
	width: 300px;
}

.back_title_2 {
	float: left;
	width: 190px;
}

.feet_title_1 {
	float: left;
	width: 280px;
}

.feet_title_2 {
	float: left;
	width: 210px;
}

.tail_title_1 {
	float: left;
	width: 140px;
}

.tail_title_2 {
	float: left;
	width: 140px;
}

.tail_title_3 {
	float: left;
	width: 230px;
}


.hind_title_1 {
	float: left;
	width: 340px;
}

.hind_title_2 {
	float: left;
	width: 170px;
}




/* Welfare */
.welfare_photo {
	float: right;
	margin-left: 20px;
}



/* Ownership */
.breeding_list_row {
	clear: left;
	width: 100%;
}

.breeding_list_top_row {
	clear: left;
	width: 100%;
	margin-top: 20px;
}

.breeding_list_order {
	float: left;
	width: 30px;
	font-weight: bold;
}

.breeding_list_content {
	float: left;
	width: 470px;
}



/* Health */
#urinary_stones_img {
	float: right;
}



/* Xmas Special */
.xmas_img {
	float: left;
	margin-right: 40px;
}

