/**/
/*
Title:    Reset default browser styles
Author:   dan@simplebits.com, based on Eric Meyer's reset CSS: http://meyerweb.com/eric/tools/css/reset
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Reset CSS
/**/
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.mobonly {
/*	display: none; */
}


body {
/*	font: 100% "Times New Roman", Times, serif; 
	font: 100% 'Open Sans', sans-serif;*/
	font: 100% 'Source Sans Pro', sans-serif;
/*	font: 100% sans-serif; */
	color: blue;
	text-align: center;
	background-color: #CCC;
}
#container {
	width: 1000px;
	text-align: left;
	background-color: #FAFAFA; 
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#container #header {
	width: 100%;
	height: auto;
	padding-bottom: 0.5em;
	overflow: hidden;
}
#container #headcat {
	width: 32%;
	float: left; 
	margin-left: 0.8%;
	margin-top: 0.625em;
/*	display: inline;  /* Fix IE6 problem */
}
#container #headcat img {
	max-width: 70%;
	height: auto;
}
#container #logo {
	width: 32%;
	height: auto;
	float: left; 
	margin-top: 0.625em;
	text-align: center;
}
#container #logo img {
}
#container #banner {
	height: auto;
	width: 33%;  
	float: left;
	text-align: right;
/*	display: inline;    /* Fix IE6 problem */
}
#banner #adtopnew {
	height: 8.75em;
	width: 14em;
	margin-top: 1em;
	border: 0.2em solid transparent;
	margin-left: auto;
}
#banner #adtopnew:hover {
/*	border: 0.2em solid #999; */
	border-color: #999;
}

#banner #adtopnew a {
	text-decoration: none;
	color: inherit;
/*	display: block; */
	height: 100%; 
}
#banner #adtopnew img {
	height: 8.75em;
	width: 14em;
}

#banner #bookfairadvert {
	color: #059533;
	font-weight: bold;
	background-color: #FFFFCB;
	border: 0.1em solid #A41A3B;
	height: 8.55em;
	width: 13.8em;
	position: relative;
	margin-left: auto;
}
#banner #bookfairadvert li {
	line-height: 1em;
	text-align: center;
}
#banner #bookfairadvert li.line1 {
	font-size: 120%;
	margin-top: 0.6em; 
}
#banner #bookfairadvert li.line2 {
	font-size: 160%;
	font-variant: small-caps;
/*	margin-top: 0.2em; */
}
#banner #bookfairadvert li.line3 {
	font-size: 125%;
	margin-top: 0.6em; 
}
#banner #bookfairadvert li.line4{
	font-size: 150%;
	margin-top: 0.1em; 
}
#banner #bookfairadvert li.line5 {
	font-size: 70%;
	position: absolute;
	bottom: 0.3em;
	left: 4.25em;
}

#banner #adheathvets {
	margin-top: 1em;
}
#banner #adheathvets img {
	height: 9.375em;
	width: 17.5em;
}
#banner #adkeystone {
	margin-top: 1.5em;
}
#banner #adkeystone img {
	height: 8.3125em;
	width: 14.0625em;
}
#banner #adcasscats {
	margin-top: 1em;
}
#banner #adcasscats img {
	height: 9.375em;
	width: 15.625em;
}
/*   Alun Gedrych top advert
/
/*/
#banner #adtopnew #alung {
	border: 0.3em solid #92252B;
	border-radius: 1em;
	-moz-border-radius: 1em;
	color: #92252B;
	text-align: center;
	background-color: #FEFFD5;
}
#banner #adtopnew #alung img {
	height: 1.5em;
	width: 13em;
	margin-top: 0.5em;
}
#banner #adtopnew #alung li.line1 {
	font-size: 100%;
}
#banner #adtopnew #alung li.line2 {
	font-size: 70%;
	word-spacing: 0.4em;
}
#banner #adtopnew #alung li.line3 {
	font-size: 70%;
	white-space: pre;
}
#banner #adtopnew #alung li.line4 {
	font-size: 70%;
}
#banner #adtopnew #alung li.line5 {
	font-size: 85%;
	margin-top: 0.25em;
}
#banner #adtopnew #alung li.line6 {
	text-transform: uppercase;
	font-size: 80%;
}

#container #topbar {
	height: 0.2em;
	width: 100%;
	overflow: hidden;   /* Fix IE6 problem */
	background-color: #CCFF66;
}
#container #footbar {
	height: 0.2em;
	width: 100%;
	overflow: hidden;   /* Fix IE6 problem */
	background-color: #CCFF66;
}
/*
#container #mainbody {
	background-image: url(images/navextend.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
} */
div#navbar {
	font-weight: bold;
	width: 100%;
	margin-top: 0.4em;
}
div#navbar ul {
	width: 96%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div#navbar ul li {
	float: left;
	width: 50%;
	margin-bottom: 0.6em;
	display: block;
}
div#navbar ul li a {
	font-size: 125%;
	line-height: 1.4em;
	background: #CCFF66;
/*	float: left;*/
	width: 95%;
	margin-left: auto;
	margin-right: auto;   
	display: block; 
}
#navbar li.mobexclude {
	display: none;	
}
div#navbar li a:link, div#navbar li a:visited {
	text-decoration: none;
	color: #990000;
}
div#navbar li a:hover {
	color: #0033CC;
}

#infobar {
	float: right;
	width: 15em;
	text-align: center;
	margin-top: 0.5em;
}

#mainbody {
/*	float: left; */
}
/*
#maincontent {
	width: auto;              
	margin-right: 16.5em;  
	margin-left: 10em; 
	padding-top: 0.25em;
	padding-bottom: 10em;
	padding-bottom: 0.75em;
} */

#container #footer {
	background-color: #FFFFFF;
	height: 4em;
	width: 100%;
	padding-top: 0.3em;
}
#container #footer p.charity {
	text-align: center;
	color: #666;
	font-size: 85%;
}
#container #footer ul {
	text-align: center;
	font-size: 75%;
}
#container #footer li a:link, #container #footer li a:hover {
	text-decoration: none;
	color: #F33;
}
#container #footer li a:hover {
	color: #0C3;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.34em;
}

h3 {
	font-size: 125%;
	font-weight: bold;
}
h4 {
	font-size: 225%;
	font-weight: bold;
}
h5 {
	font-size: 120%;
	color: #CC6600;
	font-weight: bold;
}
h6 {
	font-size: 110%;
	color: #CC6600;
	font-weight: bold;
	text-align: left;
}

p {
	font-size: 100%;
	font-weight: bold;
	text-align: justify;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}
em {
	color: #900;
	font-style: normal;
	font-weight: bold;	
}
/*P + p {
	text-indent: 1em;
}
*/
.subhead {
	font-size: 112.5%;
	font-weight: bold;
	color: #CC6600;
	text-align: left;
	margin-bottom: 0; 
}
/*
/*      Change cursor to a magnifying glass
/* */
.imgmagnify a img {
		cursor: url(cursors/zoomin2.cur),default;
		transition: opacity 2s linear;
		-webkit-transition: opacity 2s linear;
}
.imgmagnify a img:hover {
		opacity: 0.4;
}
/*
/*      Applies the 2nd site theme colour to the text
/* */
.twocoltext {
	color: #CC6600;
}
/*
/*     Applies the 2nd site theme colour to a border
* */
.twocolbox {
	border-color: #CC6600;
}
/*     P&C std link
/*
/**/
a:link, a:visited {
	font-weight: bold;
	color: #993333;
}
a:hover {
	color: #FF6666;
}
span.highlight {
	color: #C00;
}
/*
/* self-clear floats 
/**/
/* >> The Magnificent CLEARFIX courtesy of html5boilerplate.com << */ 
.clearfix:after { 
	content: "."; 
	display: block; height: 0; 
	clear: both; 
	visibility: hidden;
} 
.clearfix { display: inline-block; } 
* html .clearfix { 
	height: 1%;
	overflow: visible; 
} /* Hides from IE-mac \*/ 
.clearfix { display: block; } 


.infobox_new {
	width: 100%;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-moz-box-shadow: 0.0625em 0.0625em 0.5em #999999;
	box-shadow: 0.0625em 0.0625em 0.5em #999999;
	margin-right: auto;
	margin-bottom: 0.9375em;
	margin-left: auto;
}
.infobox_title {
	color: #C30;
	background-color: #FC6;
	border: 0.175em solid #CC6600;
	border-bottom: 1px solid #CC6600;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}
.infobox_body {
	background-color: #FFC;
	padding-bottom: 0.625em;
	border-left: 0.175em solid #CC6600;
	border-right: 0.175em solid #CC6600;
	border-bottom: 0.175em solid #CC6600;
	border-top: 1px solid #CC6600;        
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}
.infobox_title h2 {
	margin-bottom: 0;
}
.infobox_new  a {
	color: inherit;
	text-decoration: none;
	display: block;
	
}
.infobox_new a:link {
	color: inherit;
}
.infobox_new a:visited {
	color: inherit;
}
.infobox_new a:hover {
	color: #0000FF;
}

.infobox_nt {
	background-color: #FFC;
	width: 12.5em;
	border-radius: 1em;
	border: 0.175em solid #CC6600;
	-moz-border-radius: 1em;
	-moz-box-shadow: 0.0625em 0.0625em 0.5em #999999;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: auto;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#boxnexteventnew {
	color: #666666;
	font-weight: bold;
	text-align: center;
	width: 12.5em;
}
#boxnexteventnew h2 {
	font-size: 140%;
}
#boxnexteventnew li.line1 {
	font-size: 135%;
	margin-top: 0.4em;
	margin-bottom: 0.125em;
}
#boxnexteventnew li.line2 {
	font-size: 135%;
	margin-top: 0.1875em;
	margin-bottom: 0.125em;
}
#boxnexteventnew li.line3 {
	font-size: 140%;
	margin-bottom: 0.125em;
}
#boxnexteventnew li.line4 {
	font-size: 130%;
	margin-bottom: 0.3125em;
}
#boxnexteventnewn li.line5 {
	font-size: 175%;
	margin-bottom: 0.125em;
}
#boxnexteventnew li.line6 {
	font-size: 125%;
	margin-bottom: 0.125em;
}
#boxnexteventnew li.line7 {
	font-size: 75%;
}
#boxnextevent {
	color: #666666;
	font-weight: bold;
	text-align: center;
	width: 12.5em;
}
#boxnextevent span {
	display: block;
}
#boxnextevent a {
	display: block;
	text-decoration: none;
}
#boxnextevent span.line1 {
	font-size: 125%;
	margin-bottom: 0.125em;
}
#boxnextevent span.line2 {
	font-size: 112.5%;
	margin-top: 0.1875em;
	margin-bottom: 0.125em;
}
#boxnextevent span.line3 {
	font-size: 156%;
	margin-bottom: 0.125em;
}
#boxnextevent span.line4 {
	font-size: 137.5%;
	margin-bottom: 0.3125em;
}
#boxnextevent span.line5 {
	font-size: 175%;
	margin-bottom: 0.125em;
}
#boxnextevent span.line6 {
	font-size: 125%;
	margin-bottom: 0.125em;
}
#boxnextevent span.line7 {
	font-size: 75%;
}

#boxquicklinks {
	font-weight: bold;
	text-align: center;
	width: 12.5em;
}
#boxquicklinks h2 {
	font-size: 120%;
}
#boxquicklinks ul {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#boxquicklinks li {
	margin-bottom: 0.25em;
}
#boxquicklinks li a:link, #boxquicklinks li a:visited {
	color: #666666;
}
#boxquicklinks li a:hover {
	color: #930;
	text-decoration: underline;
}
#boxgiftaidform {
	font-weight: bold;
	color: #F33;
	text-align: center;
	width: 12.5em;
}
#boxgiftaidform a:hover {
	color: #666;
}
#boxgiftaidform ul {
	font-size: 120%;
	margin-top: 0.25em;
	margin-bottom: 0.25em;

}

div#bikeridetotal {
	width: 12.5em;
}
div#bikeridetotal span {
	font-size: 450%;
	color: #F00;
	margin-top: 1em;
}

img#amazlink1 {
	width: 11.25em;
	height: 3.25em;
}

div#boxpavilion {
	width: 12.5em;
	height: 100%;
}

#infobar #pcs_viewcart {
	margin-top: 1.5em;
}

#infobar #pcs_post {
	width: 12.5em;
	margin-top: 2em;
}
#infobar #pcs_post li {
	color: #309;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.4em;
	text-align: right;
	padding-right: 0.5em;
}
#infobar #pcs_post li span {
	color: #360;
}
#infobar #pcs_post p {
	font-size: 80%;
	color: #C00;
	margin-top: 0.6em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	text-align: center;
}

div.pavilion_slides {
	font-size: 140%;
	margin-left: auto;
	margin-right: auto;
}
div.pavilion_slides div + div {
	display: none;
}
div.pavilion_slides a {
}
div.pavilion_slides img {
	width: 7.5em;
	height: 7.5em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	text-align: center;
}
div#adhhbhonline.sidebox img {
	height: 3.625em;
	width: 11.25em;
}
/*
/*   */
#chrisbanner {
	text-align: center;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
#chrisbanner img {
	height: 10.42em;
	width: 38em;
}
div#hmslider {
	display: none;	
}
/*
/*      Sponsorship Template
/*
/**/
#sponsorbox {
	width: 100%;
}
#sponsorbox #tabs {
	width: 100%;
	text-align: center;
	line-height: 1.875em;
	overflow: hidden;
}
#sponsorbox #tabs li {
	width: 19%;
	height: 1.875em;
	float: left;
	display: block;
	background-color: #CCC;
	margin-right: 0.15em;
	margin-left: 0.15em;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
#sponsorbox #tabs li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
#sponsorbox #tabs li a span {
	font-size: 110%; 
}
#sponsorbox #tabs li a:link, #sponsorbox #tabs li a:visited {
	color: blue;
}
#sponsorbox #tabs li a:hover {
	color: white;
	background-color: #3300FF;
}

#sponsorbox #tabs a {
	width: 9.25em;
	height: 1.875em;
	text-align: center;
}
body#pcpavilion #tabs #tab1 a {
	color: white;
	background-color: #3300FF;
}
body#pchistory #tabs #tab2 a {
	color: white;
	background-color: #3300FF;
}
body#pcresidents #tabs #tab3 a {
	color: white;
	background-color: #3300FF;
}
body#pcgallery #tabs #tab4 a {
	color: white;
	background-color: #3300FF;
}
body#pcforms #tabs #tab5 a {
	color: white;
	background-color: #3300FF;
}

#sponsorbox #sponsorbody {
	border: thin solid #3333CC;
	padding-left: 0.375em;
	padding-right: 0.375em;
	padding-top: 0.312em;
}
#sponbox1 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	padding: 0.4em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	margin-bottom: 2em;
}
#sponbox1 ul {
	font-weight: bold;
}
#sponbox1 li {
	font-weight: bold;
	margin-bottom: 0.25em;
}

div.pcthumbs {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;	
}
div.pcthumbs ul {
	text-align:center;
	width: 100%; 
}
div.pcthumbs li {
	float: left;
	margin-bottom: 0.2em; 
/*	width: 20%; */
}
div.pcthumbs li img {
	border: 1px solid #69001A;
	height: auto;
	width: 90%;
}	
div.pcpagethumbs {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;	
}
div.pcpagethumbs ul {
	text-align:center;
	width: 100%; 
}
div.pcpagethumbs li {
	float: left;
	margin-bottom: 0.2em; 
}
div.pcpagethumbs li img {
	border: 1px solid #69001A;
	height: auto;
	width: 90%;
}	

#banner #adsponsor {
	margin-top: 1.5em;
}
#banner #adcasscats {
	margin-top: 1em;
}
#banner #adsgs {
	margin-top: 1em;
}
/*
/*
/* */
.pctext1 {
	font-size: 68.75em;
	font-style: normal;
	font-weight: bold;
}
.pcpictext {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
hr {
	color: blue;
	margin-bottom: 1.25em;
}

.bluerule {
	background-color: #0000FF;
	width: 75%;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.imgcent {
	text-align: center;
	padding-top: 0.625em;
	padding-bottom: 0.625em;
}
.imgcent img {
	max-width: 90%;
	height: auto;
}
.imgcent p {
	color: #000;
	font-weight: normal;
	font-size: 65%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.75em;
}
.imgleft {
	float: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.imgleft img {
	max-width: 95%;
}
.imgleft p {
	color: #000;
	font-weight: normal;
	font-size: 60%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.75em;
}
.imgright {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.imgright img {
	max-width: 90%;
}
.imgright p {
	color: #000;
	font-weight: normal;
	font-size: 65%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.75em;
}

.imgwrap20 {
	width: 90%;
}
.imgwrap25 {
	width: 90%;
}
.imgwrap30 {
	width: 90%;
}
.imgwrap35 {
	width: 90%;
}
.imgwrap40 {
	width: 90%;
}
.imgwrap45 {
	width: 90%;
}
.imgframe {
	border: 1px solid #000;
}

.imgenlarge {
	border: 1px solid #999;
	border-radius: 0.2em;
}
.imgenlarge img {
	margin-top: 0.5em;
}
.imgenlarge p.clarge {
	font-size: 70%;
	color: #000;
	text-align: center;
	margin: 0;
}

.imgfltl {
	float: left;
	margin-top: 0;
	margin-right: 0.312em;
	margin-bottom: 0.312em;
	margin-left: 0;
}
 
.colhalf {
	width: 100%;
}
.colthird {
	width: 100%;
}
.coltwothirds {
	width: 100%;	
}
.col4 {
	width: 100%;	
}
.box33centre {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.box40centre {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.box50centre {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.box70centre {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.box70centre .box70imgwrap {
	width: 100%;
	text-align: center;
}
.box70centre .box70imgwrap img {
	max-width: 90%;
	text-align: center;
}
.box90centre {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.boxinner {
	margin: 0.75em;	
}

.centreimg {
	height: 9.875em;
	width: 15.625em;
	background-position: left 50%;
	text-align: center;
	vertical-align: bottom;
	padding-top: 1.25em;
}
.blueline {
	background-color: #0000FF;
	height: 0.0625em;
	color: #00CCCC;
	width: 85%;
	margin-top: 0.625em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.625em;
	overflow: hidden;
}
.greyline {
	font-size: 100%;
	background-color: #999;
	height: 0.08em;
	width: 85%;
	margin-top: 0.625em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.625em;
	overflow: hidden;
}
.spacer {
	height: 0.9375em;
	width: 100%;
}
/*
/      Index Page
/*/
#affshopping {
/*	font-size: 80%; 
	height: 9.375em;
	width: 11.25em;*/
	max-width: 11.25em;
	border: 0.125em solid #CC6600;
	margin-top: 0.04em;
	margin-left: 0.5em;
	font-weight: bold;
	text-align: center;
	color: inherit;
	border-radius: 0.5em;
	-moz-box-shadow: 0.0625em 0.0625em 0.5em #999999;
	box-shadow: 0.0625em 0.0625em 0.5em #999999;
	-webkit-box-shadow: 0.0625em 0.0625em 0.5em #999999;
	overflow: hidden;
}
#affshopping a {
	height: 100%;
	width: 100%;
	text-decoration: none;
	display: block;
	border-radius: 0.5em;
}
#affshopping a:link, #affshopping a:visited {
	color: inherit;
}
#affshopping a:hover {
	background-color: #CCCCCC;
}
#affshopping span.line1 {
	font-size: 150%;
	margin-top: 0.2em;
	margin-right: 0.2em;
}
#affshopping span.line2 {
	display: block;
	font-size: 160%;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
}
#affshopping span.line3 {
	display: block;
	font-size: 110%;
/*	margin-bottom: 0.5em; */
}
#affshopping span.line4 {
	display: block;
	font-size: 150%;
	margin-bottom: 0.1em;
}
#affshopping span.line5 {
	display: block;
}

.pcastore {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0.312em;
	padding-bottom: 1em;
	padding-left: 0.312em;
	background-color: #66CCFF;
	margin-bottom: 0.625em;
	color: #FFFFFF;
	font-weight: bold;
}
.pcastore ul {
	font-size: 125%;
}
.pcastore:hover {
	background-color: #CCCCCC;
}

.pcastore a {
	text-decoration: none;
	color: #FFFFFF;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 0.0625em;
	line-height: 0px;
}
/*
/      NEWS PAGE
/*/
.newsitem  {
	margin-bottom: 1.25em;
	margin-top: 0.625em;
	overflow: hidden;
}
.newsitem h2 {
	font-size: 112.5%;
	font-weight: bold;
	color: #CC6600;
	text-align: left;
	margin-bottom: 0; 
}
.newsitem p {
	font-size: 87.5%;
	margin-left: 1em;
	margin-top: 0.21em;
}
.newsitem .newsimgl {
	float: left;	
}

#newsitem2 #news2pic1 h2 {
	color: #000;
	text-align: center;
}
#newsitem2 #news2pic1 img {
	margin-left: 0.5em;
	height: 9.375em;
	width: 9.375em;
}
#newsitem2 #news2pic2 h2 {
	color: #000;
	text-align: center;
}
#newsitem2 #news2pic2 img {
	height: 9.375em;
	width: 9.375em;
}
#newsitem3 {
	height: 100%;
}
#newsitem3 img {
	height: 9em;
	width: 12em;
	float: left;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
#newsitem5 {
	height: 100%;
}
#newsitem5 #imgwrap {
	width: 7.5em;
	height: auto;
}
#newsitem5 #imgwrap img {
	width: 100%;
	height: auto;
	border: 1px solid #000;
}

#newsitem5 #news5text {
	height: auto;
}
#newsitem6 p.terms {
	font-size: 75%;
	color: black;
}
#newsitem8 {
	height: 100%;
}
#newsitem8 img {
	height: 10.625em;
	width: 7.5em;
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	border: 1px solid #000;
}
#newsitem8 #news8text {
	height: auto;
}
#newsitem8 #news8text p {
}
#newsitem8 #news8text #news8sponsor {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0.15em solid #CC6600;
	padding: 0.25em;
	text-align: center;
}
#newsitem9 #tkline {
	text-align: center;
}
#newsitem9 #tkline img {
	height: 7.9em;
	width: 35em;
}
#newsitem9 #tkline p {
	color: #000;
	font-size: 70%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.75em;
}
#newsitem11 #news11text {
	height: 9.5em;
}
#newsitem11 #news11text img {
	float: left;
	margin-right: 0.5em;
	height: 9.375em;
	width: 6.25em;
}
#newsitem12 #news12text {
/*	height: 9em; */
}
#newsitem12 #news12text img {
	float: left;
	margin-right: 0.5em;
	height: 8em;
	width: 8em;
}
#newsitem16 {
	height: 100%;
}
#newsitem16 #news16text {
	height: 100%;
	overflow: hidden;
}

#newsitem17 #news17pics {
	width: 100%;
	margin-top: 1em;
	display: table;
}
#newsitem17 #news17pics ul {
	display: table-row;
}
#newsitem17 #news17pics li {
	display: table-cell;
	text-align: center;
}
#newsitem17 #news17pics li img {
	height: 7.5em;
	width: 10em;
}
#newsitem17 #boldline {
	text-align: center;
	font-weight: bold;
	color: #900;
}
#news17caption {
	color: #000;
	font-size: 80%;
	text-align: center;
	margin-bottom: 1em;
}
#newsitem18 div {
	margin-top: 0.5em;
}
#newsitem18 div+div {
	margin-top: 1em;
}
.news18text {
	float: left;
	width: 75%;
	margin-left: 12.5%;
}
.news18text img {
	float: left;
	width: 7.5em;
	height: 5.625em;
	margin-top: 0.25em;
	margin-right: 0.5em;
}

#newsitem22 #pic1 {
	float: left;
	margin-top: 0.35em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#newsitem22 #pic1 img {
	width: 10em;
	height: 7.5em;
}
#newsitem23 ul {
	margin-top: 0.6em;
	margin-left: 20%;
	margin-right: 1em;
	list-style-type: disc;
}
#newsitem23 ul li {
	font-size: 110%;
	margin-bottom: 0.15em;
}
#newsitem23 ul li span {
	color: #CC6600;
	font-weight: bold;
	width: 2em;
	white-space: pre;
}
#newsitem24 img {
	height: 10em;
	width: 10em;
	float: left;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

#boxchistmasc {
	width: 12.5em;
}
#boxchistmasc  #xcslideshow {
	margin-right: auto;
	margin-left: auto;
}
#boxchistmasc img {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
#boxchistmasc img+img{
	display: none;
}

#newsitem25 #pic1 {
	width: 10em;
	height: 7.5em;
	margin-top: 0.35em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#newsitem25 #pic1 img {
}
#newsitem25 #pic2 {
	float: right;
	width: 10em;
	height: 7.5em;
	margin-top: 0.35em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#newsitem25 #pic2 img {
}
#newsitem25 #pic3 {
	width: 10em;
	height: 7.5em;
	margin-top: 0.35em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#newsitem25 #pic3 img {
}

#newsitem26 #news26pic1 {
	margin-right: 0.5em;
	height: 14em;
	width: 10em;
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#newsitem26 img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#newsitem27 #comp_topimg  {
	width: 15em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.5em;
	text-align: center;
}
#newsitem27 #comp_topimg img {
	height: auto;
	width: auto;
	max-width: 100%;
}
#newsitem27 #comp_topimg span {
	font-size: 70%;
	color: #000;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
}

#newsitem27 #news27text p.theme {
	color: #C00;
	font-size: 120%;
}
/*
#newsitem28 div.newsimg {
	float: left;
	margin-right: 1em;
	height: 9em;
	width: 12em;
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.4em;
}
#newsitem28 div.newsimg img {
}

#newsitem28 p span {
	color: #C00;
}
*/
#newsitem29 #comp_topimg  {
	width: 15em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.5em;
	text-align: center;
}
#newsitem29 #comp_topimg img {
	height: auto;
	width: auto;
	max-width: 100%;
}
#newsitem29 #comp_topimg span {
	font-size: 70%;
	color: #000;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
}

/*
/*
/*
/*     ADOPTION GUIDE
/* */
#homelist li {
	margin-bottom: 1.25em;
	margin-top: 0.625em;
}
#homelist .subhead {
	font-size: 112.5%;
	font-weight: bold;
	color: #CC6600;
	margin-bottom: 0; 
}
#homelist .subhead a:link, #homelist .subhead a:visited {
	color: #CC6600;
}
#homelist .subhead a:hover {
	color: #0000FF;
}
#homelist .itemtext {
	font-size: 87.5%;
	margin-left: 1em;
	margin-top: 0.21em;
}
.homewarn1 {
	font-size: 112.5%;
	font-weight: bolder;
	text-transform: uppercase;
	color: #993300;
	text-align: center;
	margin-bottom: 0.27em;
}
.homewarn2 {
	font-size: 125%;
	font-weight: bolder;
	text-transform: uppercase;
	color: #993300;
	text-align: center;
	margin-bottom: 0.25em;
}
.homewarn3 {
	font-size: 112.5%;
	font-weight: bold;
	text-transform: uppercase;
	color: #993300;
	text-align: center;
	margin-bottom: 0.27em;
}
#hmqueries {
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.25em;
	padding-left: 0.25em;
	border: 0.19em solid blue;
	margin-top: 1.87em;
}
#hmqueries p {
	font-size: 112.5%;
}
#returnlink {
	text-align: center;
	margin-top: 1.87em;
}
#returnlink p {
	font-size: 137.5%;
	color: #CC6600;
	text-align: center;
}
#returnlink a:link, #returnlink a:visited {
	color: #CC6600;
}
#returnlink a:hover {
	color: #0000FF;
}
/*
/*
/*    NEW GALLERIES
/* */
div#gn_index {
/*	margin-right: auto;
	margin-left: auto; */
	overflow: hidden;
	margin-top: 1em;
	text-align: center;
}
div#gn_index ul {
	width: 100%;
	float: left;
}
div#gn_index li {
	width: 100%;
	height: auto;
	margin-bottom: 0.5em;
	display: block;
	overflow: hidden;
}
div#gn_index a {
	text-decoration: none;
	display: block;
	border: solid 0.15em #999;
	border-radius: 0.25em;
	color: inherit;
	padding: 1em;
	overflow: hidden;
	transition: background-color 1.2s linear;
	-webkit-transition: background-color 1.2s linear;
}
div#gn_index a:hover {
	border-color: #09C;
	background-color: #CCC;
}
div#gn_index .gn_thumb {
	text-align: center;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto; 
}
div#gn_index .gn_thumb img {
	width: 100%;
	height: auto;
}
div#gn_index h2 {
	font-size: 125%;
	margin-top: 0.25em;
	color: #CC6600;
}
div#gn_index p {
	text-align: center;
}
/*
/*    GALLERIES
/* */
#galleryhdr {
	height: 1.875em;
	width: 100%;
}
#galleryhdr ul {
	list-style-type: none;
	height: 7.4375em;
}
#gallery1 #galleryhdr li.gallery1,
#gallery2 #galleryhdr li.gallery2,
#gallery3 #galleryhdr li.gallery3,
#gallery4 #galleryhdr li.gallery4
 {
	background-image: url(images/galleryblue.gif);
}

#gallery1 #galleryhdr li.gallery1 a,
#gallery2 #galleryhdr li.gallery2 a,
#gallery3 #galleryhdr li.gallery3 a,
#gallery4 #galleryhdr li.gallery4 a
 {
	color:#FFFFFF;
}
#galleryhdr li a {
	text-decoration: none;
	text-align: center;
	font-weight: bolder;
}
#galleryhdr li {
	float: left;
	background-image: url(images/gallerygrey.gif);
	height: 1.875em;
	width: 8.75em;
	margin-right: 0.0625em;
	display: block;
}
#galleryhdr li p {
	font-size: 118.75%;
	font-weight: bolder;
	text-align: center;
	margin: 0;
	padding: 0.2em 0em 0em;
}
#galleryhdr li a:link, #galleryhdr li a:visited {
	color: #003399;
	display: block; 
	height: 1.875em;
	width: 8.75em;
}

#galleryhdr li img {
}
#galleryhdr li a:hover {
	background-image: url(images/galleryblue.gif);
	color: #FFFFFF;
}

#bluebox {
	border: thin solid #3333CC;
	width: 98%;
}
#bluebox #picture {
	text-align: center;
}
#bluebox #thumbs {
	text-align: center;
}
#bluebox #thumbs table {
	width: 27.5em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.625em;
}
#bluebox #thumbs table td {
	padding: 0.312em;
}
#bluebox  h2   {
	margin-bottom: 0.9375em;
}
#bluebox   h1  {
	font-size: 200%;
	margin-top: 0.625em;
	margin-bottom: 0.312em;
}
.info_box {
	background-image: url(images/info_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.625em;
	margin: 0 auto 0.9375em;
}
.info_box h3 {
	font-size: 140%;
	font-weight: bolder;
	background-image: url(images/info_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.312em;
	padding-bottom: 0.312em;
}
.info_box_top {
	background-image: url(images/info_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.312em;
	font-size: 140%;
	font-weight: bold;
	display: block;
}
.info_box  a {
	color: inherit;
}
.info_box a:link {
	color: inherit;
	text-decoration: underline;
}
.info_box a:visited {
	color: inherit;
}

.info_box a:hover {
	color: #0000FF;
	text-decoration: none;
}
.pclink1 {
}
.pclink1 a:link, .pclink1 a:visited {
	color: #CC6600;
}
.pclink1  a:hover {
	color: #009933;
	text-decoration: none;
}
#pawnav {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.875em;
	margin-bottom: 0;
}
#pawpicture  {
	text-align: center;
}
#pawname {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}
#pawnav td {
	background-image: url(images/buttons/ppbutton.gif);
	height: 1.25em;
	width: 6.25em;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
}
#pawnav td a:link, #pawnav td a:visited {
	font-size: 87.5%;	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
#pawnav td a:hover {
	color: #CC6633;
}
#pawdesc p {
}
.shopreturnbut {
	text-align: center;
	padding: 0.2em;
	margin-top: 1.875em;
}
.shopreturnbut a {
	text-transform: uppercase;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 87.5%;
	text-decoration: none;
	width: 40em;
	padding: 0.2em;
}
.shopreturnbut a:link, .shopreturnbut a:visited {
	background-color: #CCCCCC;
	color: #CC0000;
}
.shopreturnbut a:hover {
	color: #000000;
}
#pcshopback {
	text-align: center;
	margin-top: 1.875em;
}
#boxhoming {
	color: #666666;
	width: 12.5em;
}
#boxhoming a {
	text-decoration: none;
	display: block;
}
#boxhoming span {
	font-weight: bold;
	display: block;
}
#boxhoming span.head {
	font-size: 112.5%;
	margin: 0 0 0.125em;
}
#boxhoming span.head2 {
	font-size: 140%;
	margin: 0 0 0.125em;
}
#boxhoming span.line1 {
	font-size: 120%;
	margin-bottom: 0.125em;
}
#boxhoming span.line2 {
	font-size: 175%;
	margin-bottom: 0.125em;
}
#boxhoming span.line3 {
	font-size: 112.5%;
	margin-bottom: 0.125em;
}
#boxhoming span.line4 {
	font-size: 175%;
	margin-bottom: 0.312em;
}
#boxhoming span.line5 {
	font-size: 100%;
}

#boxhomingnew {
	color: #666666;
	width: 12.5em;
}
#boxhomingnew a {
	text-decoration: none;
	display: block;
}
#boxhomingnew span {
	font-weight: bold;
	display: block;
}
#boxhomingnew h2 {
	font-size: 110%;
	margin-bottom: 0.125em;
}
#boxhomingnew li.line1 {
	font-size: 120%;
	margin-bottom: 0.125em;
}
#boxhomingnew li.line2 {
	font-size: 175%;
	margin-bottom: 0.125em;
}
#boxhomingnew li.line3 {
	font-size: 112.5%;
	margin-bottom: 0.125em;
}
#boxhomingnew li.line4 {
	font-size: 175%;
	margin-bottom: 0.312em;
}
#boxhomingnew li.line5 {
	font-size: 75%;
}
#boxhomingnew li.line6 {
	font-size: 125%;
	margin-bottom: 0.3em;
}
#infobar #boxspecialhoming {
	color: #666666;
	width: 12.5em;
/*	display: none; */
}
#infobar #boxspecialhoming ul {
	margin-top: 0.25em; 
	margin-bottom: 0.75em;
}
#boxspecialhoming li.line1 {
	font-size: 120%;
	margin-bottom: 0.125em;
}
#boxspecialhoming li.line2 {
	font-size: 175%;
	margin-bottom: 0.125em;
}
#boxspecialhoming li.line3 {
	font-size: 112.5%;
	margin-bottom: 0.125em;
}
#boxspecialhoming li.line4 {
	font-size: 175%;
	margin-bottom: 0.312em;
}
#boxspecialhoming li.line5 {
	font-size: 75%;
}
#boxspecialhoming li.line6 {
	font-size: 125%;
	margin-bottom: 0.3em;
}

.highbacklink {
	width: 11.25em;
	padding: 0.625em;
	margin-right: auto;
	margin-left: auto;
}
.highbacklink:hover {
	background-color: #CCCCCC;
}
.topbanner {
	width: 100%;
	margin-top: 0.312em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	text-align: center;
}
/*
/*   SHOPPING PAGE
/*/
.shoppinglink {
	width: 90%;
	min-height: 4em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	overflow: hidden;
}
.shoppinglink p {
	font-size: 75%;
	display: block;
	margin-left: 15.4em;
	text-align: left;
}
.shoppinglink a {
	text-decoration: none;
	display: block;
	min-height: 3.75em;
	height: 100%;
	overflow: hidden;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
}
.shoppinglink img {
	width: 11.25em;
	height: 3.25em;
	float: left;
}
.shoppinglink a:link, .shoppinglink a:visited {
	border: 0.125em solid #FFFFFF;
	color: inherit;
}
.shoppinglink a:hover {
	border: 0.125em solid #999999;
}
/*
/*   EVENTS PAGE
/
/*/
.events_prt_only * {
	display: none;
}	

.eventscontainer {
	width: 100%;
	background-color: #FFFFCC; 
	margin-top: 1.5625em;
	margin-bottom: 1.5625em;
}
.eventscontainer .eventsheader {
	background-image: url(images/cirtr.png);
	background-repeat: no-repeat;
	background-position: right top; 
	height: 3.125em;
	overflow: hidden;
}
.eventscontainer div.eventsheader img {
	float: left;
}
.eventscontainer div.eventsheader p {
	font-size: 200%;
	font-weight: bolder;
	text-align: center;
}

.eventscontainer .eventsbottom {
	background-image: url(images/cirbr.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.eventscontainer table {
	font-size: 87.5%;
	font-weight: bold;
	width: 100%;
}
.eventscontainer table td {
	border-color: #ECE9D8;
	border-width: 0.05em;
	border-style: solid;
}
.eventscontainer td.eventext {
	height: 2em;
	border-right-style: none;
	padding-top: 0.2em;
	padding-right: 0.1em;
	padding-left: 0.2em;
}
.eventscontainer td.eventdate {
	width: 6.2em;
	padding-right: 0.4em;
	padding-left: 0.3em;
	border-right-style: none;
}

.eventscontainer .eventtable tr.nonpandc {
	color: #CC6600;
}
.eventscontainer .eventtable tr.pcagm {
	color: #CC0000;
	font-weight: bold;
}
.eventscontainer .eventtable tr.bigevent {
	color: #CC0000;
	font-weight: bold;
}

.eventscontainer td.eventtime {
	width: 6.6em;
	padding-right: 0.1em;
	padding-left: 0.2em;
	border-right-style: none;
}
.eventscontainer td.eventinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	width: 1.125em;
	text-align: center;
	border-right-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.eventscontainer td.eventmap {
	width: 3.25em;
}
.eventscontainer td.eventmap a {
	text-decoration: none;
	padding-top: 0.5625em;
	padding-right: 0.125em;
	padding-bottom: 0.375em;
	padding-left: 0.125em;
}
.eventscontainer td.eventmap a:link, .eventscontainer td.eventmap a:visited {
	color: #663333;
}
.eventscontainer td.eventmap a:hover {
	color: blue;
	background-color: #CCCCCC;
}
.eventscontainer td.eventmap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 0.625em;
	text-align: center;
	border-left-style: none;
	vertical-align: middle;
}

#eventstopbox {
/*	height: 13.75em; */
	overflow: hidden;
}
#eventstopbox img {
/*	float: left;
	width: 30%;
	height: auto;
	padding-right: 1em;
	padding-bottom: 0.5em; */
}
#eventstopbox p.nonpc {
	color: #CC6600;
	margin-top: 0.5em;
}

#eventsbasebox {
	text-align: center;
}
#eventsbasebox img {
	width: 85%;
	margin-bottom: 1em;
}

div.events_calendar {
	background-color: #FFFF99;
	border: 0.125em solid #CC6600;
	border-radius: 0.5em;
	margin-top: 0.3125em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	width: 14.6em;
	text-align: center;
	padding-bottom: 0.312em;
}
div.events_calendar ul {
	overflow: hidden;
	margin-left: 0.27em;
	margin-right: auto;
}
.events_calendar h5 {
	text-align:center;
	font: bold 130% Verdana, "Times New Roman", Times, serif;
	padding-bottom: 0.2em;
	color: #009933;
}
div.events_calendar ul li {
	background-color: #FFF;
	float: left; 
	width: 1.70em;
	height: 1.70em;
	line-height: 1.8em;
	vertical-align: middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	border: 0.0625em solid #CCC;
	border-bottom-right-radius: 0.4em;
	margin-bottom: 0.14em;
/*	margin-left: 0.2em; */
	margin-right: 0.2em;
	padding: 0;
}
.events_calendar ul li.previous, .events_calendar ul li.next {
    background-color: #F6F6F6;
	color: #C6C6C6;
}
.events_calendar ul li.active {
    background-color: #B1CBE1;
	color: #2B5070;
	border-color: #4682B4;
}
.events_calendar ul li.bankhol {
	color:#FF0000;
	border-color: #FF0000;
}
.events_calendar ul li.activehol {
    background-color: #B1CBE1;
	color: #FF0000;
	border-color: #FF0000;
}
.events_calendar ul li.openday {
	background-color: #FF9933;
	color: #FFFF33;
	border-color: #4682B4;
}
.events_calendar ul li.xmas {
	color:#FF9900;
	border-color: #FF9900;
}
.events_calendar ul li.agm {
	color:#CC0000;
	border-color: #CC0000;
}
.events_calendar ul li.mtof {
	border-color: #AAAAAA;
	background-color: #CCCCCC;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.events_calendar ul li.ss {
	color: #FF0000;
}

#month01.events_calendar {
	display: none;
}
#month02.events_calendar {
	display: none;
}
#month03.events_calendar {
	display: none;
}
#month04.events_calendar {
	display: none;
}
#month05.events_calendar {	
	display: none;
}
#month06.events_calendar {
}
#month07.events_calendar {
}
#month08.events_calendar {
}
#month09.events_calendar {
}
#month10.events_calendar {
}
#month11.events_calendar {
}
#month12.events_calendar {
}

#events_notice {
	border: 0.125em solid #CC6600;
	border-radius: 0.5em;
	width: 90%;
	margin-top: 1.25em;
	margin-right: auto;
	margin-bottom: 1.25em;
	margin-left: auto;
	padding: 0.312em;
}
#events_notice a {
	text-decoration: none;
	width: 100%;
}
#events_notice p {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	margin: 0;
}
#events_notice p.frlink {
	font-size: 110%;
	text-decoration: underline;
	margin-bottom: 0.5em;
}
#events_notice a:link, #events_notice a:hover {
	color: #C00;
}
#events_notice a:hover {
	color: #999;
}
/*
/
/       HOMING PAGE
/*/
.hmtopline {
	font-size: 137.5%;
	text-align: center;
	color: #CC6600;
	margin-bottom: 1.36em;
}
.hmtopline a:link, .hmtopline a:visited {
	color: #CC6600;	
}
.hmtopline a:hover {
	color: #0000FF;
}

#boxhomingwarn {
	width: 12.5em;
}
#boxhomingwarn .infobox_body {
	padding: 0.4em;
}
#boxhomingwarn .infobox_body p {
	color: #F00;
	font-size: 90%;
	text-align: center;
	line-height: 1.3em;
}

div#pairs_homing {
	float: left;
	width: 100%;
	text-align: center;
}
div#pairs_homing ul {
	width: 34em;
	margin-left: auto;
	margin-right: auto; 
}
div#pairs_homing li {
	float: left;
	border: 0.125em solid #CCCCCC;
	padding: 0.5em;
	width: 100%;
	margin-bottom: 0.5em;
	margin-right: auto;
	margin-left: auto;
}
div#pairs_homing li h3 {
	font-size: 140%;
	font-weight: bold;
	word-spacing: 0.2em;
	color: #CC6600;
	text-align: center;
}
div#pairs_homing li p {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
}
div#pairs_homing li p.line1 {
	color:#666666;
	line-height: normal;
}
div#pairs_homing li img {
	float: left;
	margin-left: 2em; 
	margin-right: 2em;
	width: 12.5em;
	height: 12.5em;
}
div#pairs_homing li img.wide {
	width: 25em;
	height: 12.5em;
	float: none;
	margin-right: 0;
	margin-left: 0;
}

div#main_homing {
	float: left;
	width: 100%;
}
div#main_homing ul {
	width: 30em;
	margin-left: auto;
	margin-right: auto; 
}
div#main_homing li {
	float: left;
	border: 0.125em solid #CCCCCC;
	padding: 0.5em;
	width: 100%;
	margin-bottom: 0.5em;
	margin-right: auto;
	margin-left: auto;
}
div#main_homing li h3 {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	word-spacing: 0.2em;
	color: #CC6600;
}
div#main_homing li p {
	font-size: 90%;
	font-weight: bolder;
	line-height: 1.4em;
	text-align: left;
	margin-left: 15em;
}
div#main_homing li p.line1 {
	color:#666666;
	line-height: normal;
}
div#main_homing li p.hmnote {
	color:#900;
	line-height: normal;
}
div#main_homing li img {
	float: left;
	margin-right: 1em;
	width: 12.5em;
	height: 12.5em;
}
/*
/
/       HAPPY TALES INDEX
/*/
p.httip {
	text-align: center;
	color: #F00;
	margin-top: 1.6em;
}

ul#htrehomed {
	font-weight: bold;
	line-height: 1.3em;
	list-style-type: disc;
	list-style-position: outside;
	color: #CC6600;
	text-align: left;
	margin-left: 5em;
	margin-bottom: 0.75em;
	font-size: 110%;
}

#maincontent #htnindex ul {
	width: 100%;
}
#maincontent ul#htnindex li {
	float: none;
	width: 100%;
	text-align: center;
	display: block;
}
#maincontent ul#htnindex li a {
	border: 1px solid #09F;
	border-radius: 1.25em;
	margin: 0.4em;
	padding-top: 0.4em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	text-decoration: none;
	display: block;
/*	height: 12.6em; */
	transition: background-color 1s linear;
	-webkit-transition: background-color 1s linear;
}
ul#htnindex li a:link, ul#htnindex li a:visited {
	color: inherit;
}
ul#htnindex li a:hover {
	background-color: #CCCCCC;
}
ul#htnindex li img {
	margin-top: 0.25em;
}
ul#htnindex li h3 {
	font-size: 120%;
	font-weight: bold;
	color: #CC6600;
	word-spacing: 0.2em;
	margin: 0;
	line-height: 1.1em;
}
ul#htnindex li p {
	font-size: 80%;
	font-weight: normal;
/*	margin-top: 0; */
	margin: 0;
}

#htguidelink {
	width: 12.5em;
/*	background-color: #FFFFCC;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5em;
	border: 0.125em solid #CC6600;
	border-radius: 0.75em; */
}
#bhtguidelink .infobox_body {
	padding: 0.6em;
}

div#htguidelink .infobox_body a {
	color: #F00;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
div#htguidelink .infobox_body p {
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
	margin-top: 0.5em;
}

div#htguidelink .infobox_body a:link {
	color: #F00;
}
div#htguidelink .infobox_body a:hover {
	color: #333333;
} 
div#banner div#adthorntons {
	margin-top: 3em;
}
/* 
/*     HAPPY TALES PAGES
/*
/* */
div#ht33foot {
	margin-top: 0.75em;
	overflow: hidden;
}
#ht33pic1 {
	text-align: center;
}
div#ht33def {
	border: 0.25em solid #CC6600;
	width: 80%;
	margin-top: 0.5em;
	padding: 0.5em;
	margin-left: auto;
	margin-right: auto;
}
div#ht33def h2 {
	font-size: 125%;
}
/*
/     
/     PAWTRAITS PAGE
/
/*/
#pawthumbs {
	width: 100%; 
	overflow: hidden; 
}
/*
/     CONTACTS PAGE
/*/
#contacts_warning2 {
	font-weight: bold;
	font-size: 112.5%;
	text-align: center;
	margin-bottom: 1.875em;
	color: #FF0000;
	padding-top: 0.312em;
	padding-right: 0.1875em;
	padding-bottom: 0.312em;
	padding-left: 0.1875em;
	border: 0.125em solid #FF0000;
}
div.contact_box {
	border: 2px solid #CC6600;
	border-radius: 0.4em;
	text-align: center;
	margin-bottom: 1.5em;
}
div.contact_box h3 {
	font-size: 199%;
	color: #CC6600;
}
div.contact_box p {
	text-align: center;
}
div.contact_box p.cb_name {
	font-size: 150%;
	margin-bottom: 0.25em;
}
div.contact_box p.cb_time {
	color: #F00;
	font-size: 110%;
}
div.contact_box #cb_addrwrap {
	margin-top: 0;
	margin-bottom: 1em;
	width: 10em;
	margin-right: auto;
	margin-left: auto;
}
div.contact_box p.cb_addr {
	font-size: 110%;
	text-align: left;
	line-height: 1.2em;
	margin: 0;
}

div.contact_email {
	text-align: center;
	margin-top: 0.4em;
	margin-bottom: 1em;
}
div.contact_email h3 {
	font-size: 160%;
	color: #990000;
}
div.contact_email p {
	text-align: center;
}
div.contact_email a {
	text-decoration: none;
	display: block;
	height: auto;
	border: 2px solid #990000;
	border-radius: 0.4em;
	padding-top: 0.5em;
	padding-bottom: 0.75em;
}
div.contact_email a:link, div.contact_email a:visited {
	color: #330099;
}
div.contact_email a:hover {
	background: #999;
}
div.contact_email a span {
	text-decoration: underline;
}
#contact_box3 {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.25em;
	margin-top: 1.25em;
	font-weight: bold;
}
#contact_box3 h2 {
	font-size: 1.5em;
	font-weight: bolder;
}
#contact_box3 dt {
	display: block;
	float: left;
	width: 9em;
	text-align: right;
	padding-right: 1em;
	margin-bottom: 0.625em;

}
#contact_box3 dd {
	margin-bottom: 0.9375em;
}
#contact_box3 a:link, #contact_box3 a:visited {
	color: #330099;
}
#contact_box3 a:hover {
	color: #CC6600;
}
/*
/*       join.php
/* */
div#jointypes {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	border: solid 0.125em #CC6600;
	padding-bottom: 1em;
}
div.mt_type {
	width: 100%;
	margin-top: 1em;
	overflow: hidden;
}

div#jointypes .mtabtxt {
}
div#jointypes .mtabtxt p {
	text-align: center;
	margin: 0;
}

div#jointypes .mtabcost {
	font-size: 112.5%;
	font-weight: bold;
	text-align: center;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
div#jointypes .mtabpp {
	text-align: center;
}
div#jointypes .mtabpp form {
	margin-left: auto;
	margin-right: auto;
}

#joinpdf {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	border: solid 0.125em #CC6600;
	padding: 0.312em;
}
#joinpdf  img {
	float: left;
	padding-right: 1.25em;
}
#joindlf {
	width: 75%;
	font-size: 112.5%;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 0.0625em solid #000000;
	margin-bottom: 1.25em;
}
#joindlf a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#joindlf a:link, #joindlf a:visited {
	color: #990000;
}
#joindlf a:hover {
	background-color: #CCCCCC;
}


#pcslist li {
	margin-bottom: 1.25em;
	margin-top: 0.625em;
}
#pcslist .subhead {
	font-size: 112.5%;
	font-weight: bolder;
	color: #CC6600;
	margin-bottom: 0;
}
#pcslist .itemtext {
	font-size: 87.5%;
	margin-left: 1em;
	margin-top: 0.1875em;
}
/*
/*		Sponsorship History Page
/**/
div#pchist_box1 {
	margin-bottom: 1em;
	overflow: hidden;
}
/*
/*
/*		Sponsorship Residents Page
/**/
.resline {
	text-align: center;
}

div#reslist {
	width: 35.15em;
	text-align: center;
	/*	float: left; */
	margin-top: 0.312em;
	margin-right: auto;
	margin-left: auto;
	border-color: #CCCCCC;
	border-width: 0.0625em;
	overflow: hidden;
}
div#reslist li {
	font-weight: bolder;
	font-size: 112.5%;
	width: 33%;
	float: left;
	display: block;
	text-align: center;
}
div#reslist li a {
	text-decoration: none;
	display: block;
	height: 10.6em;
	padding-top: 1.25em;
}
div#reslist li a:link, #reslist li a:visited {
	color: inherit;
}
div#reslist li a:hover {
	background-color: #CCCCCC;
}

div#reslist li img {
	height: 8.33em;
	width: 8.33em;
	padding-left: 0.2em;
	padding-right: 0.2em;
/*	cursor: url(cursors/catpaw.cur),default; */
}

div#reslist li.bord_br {
	border-bottom: 0.0625em solid;
	border-right: 0.0625em solid;
	border-color: #CCCCCC;
}
div#reslist li.bord_b {
	border-bottom: 0.0625em solid;
	border-color: #CCCCCC;
}
div#reslist li.bord_lr {
	border-left: 0.0625em solid;
	border-right: 0.0625em solid;
	border-color: #CCCCCC;
}
#infobar #reshomed #resrhbox {
	font-weight: bolder;
	font-size: 125%;
	border: 0.125em solid #00CC33;
	width: 10em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em; 
	height: 2.65em;
	color: #00CC33;
	line-height: 1.4em;
	margin-bottom: 1em;
}

#infobar #reshomed ul {
	font-weight: bolder;
	font-size: 125%;
	margin-left: 0.1em;
}
#infobar #reshomed h2 {
	font-size: 130%;
	margin-top: 3em;
}
#infobar #reshomed h3 {
	font-size: 130%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
#infobar #reshomed li {
	margin-bottom: 0;
	margin-left: 0.625em;
	padding: 0.625em;
	display: block; 
	border-bottom-width: 0.06em;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 9em;
}
#infobar #reshomed li img {
	padding: 0.625em 0.625em 0;
}
#infobar #reshomed li {
/*	display: inline-block; */
}
#infobar #reshomed li a {
	text-decoration: none;
	display: block;
	padding-bottom: 0.312em;
}
#infobar #reshomed li a:link, #infobar #reshomed li a:visited {
	color: inherit;
}
#infobar #reshomed li a:hover {
	background-color: #CCCCCC;
}
img#grace1 {
	width: 25em;
	height: 18.75em;
}
img#ella1 {
	width: 25em;
	height: 18.75em;
}
img#ella2 {
	width: 25em;
	height: 18.75em;
}
/*
/         LINKS PAGE MOBILE
/*/
div.linksbox ul li {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.6em;
	border: 1px solid #096;
	border-radius: 0.4em;
}
div.linksbox li a {
	display: block;
	text-decoration: none;
	padding: 0.5em;
	height: 100%;
	border: 1px solid transparent;
}

div.linksbox a:hover {
	background-color: #CCC;
}
div.linksbox li p.linkname {
	font-size: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #096;
}
div.linksbox li p.linkurl {
	font-size: 80%;
	height: 100%;
	color: #666;
	margin-bottom: 0.1em;
	margin-top: 0.2em;
	text-align: center;
}
div.linksbox li p.linkdesc {
/*	margin-left: 0; */
	color: #339;
	margin-top: 0;
	margin-bottom: 0;
}
h2.h2links {
	text-align: left;
	color: #CC6600;
	font-size: 130%;
	margin-bottom: 0.5em;
	margin-top: 1em;
} 
/*
/		P&C ONLINE SHOP
/ */
#xcardheader h2 {
	font-size: 162.5%;
	text-transform: uppercase;
	line-height: 2em;
	vertical-align: text-top;
}
#xcardheader h2 img {
	margin-right: 0.5em;
	margin-left: 0.5em;
	height: 2em;
	width: 2em;
	vertical-align: bottom;
}
#xcardheader p.xsub1 {
	font-size: 137.5%;
	text-align: center;
}
#xcardheader p.xsub2 {
	font-size: 125%;
	text-align: center;
	margin-bottom: 1.25em;
}

#xcardlist {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#xcardlist .xcmain {
	border: 2px solid #CCC;
	border-radius: 1em;
	-moz-border-radius: 1em;
	float: left;
	height: 15em;
	width: 14em;
	margin-right: 2em;
	margin-left: 2em;
	text-align: center;
	margin-bottom: 1.25em;
	position: relative;
}
#xcardlist .xcmain form {
	position: absolute;
	bottom: 0.5em;
	left: 2.2em;
}
#xcardlist .xctype1 img {
	height: 8em;
	width: 5.625em;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}
#xcardlist .xctype2 img {
	width: 6.25em;
	height: 6.25em;
	margin-top: 1.75em;
	margin-bottom: 1.25em;
}
#xcardlist .xctype3 img {
	height: 6.6875em;
	width: 10em;
	margin-top: 1.5em;
	margin-bottom: 1.2em;
}
#xcardlist .xctype4 img {
	margin-top: 0.5em;
	height: 8.75em;
	width: 8.75em;
}
#xcardlist .xctype5 #robins {
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	margin-right: 0.2em;
	margin-left: 0.2em;
}
#xcardlist .xctype5 img + img {
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#xcardlist .xctype5 img#robin1 {
	height: 6em;
	width: 4.2em;
}
#xcardlist .xctype5 img#robin2 {
	height: 4.2em;
	width: 6em;
	margin-bottom: 0.8em;
}
#xcardlist .xctype6 #baubles {
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	margin-right: 0.2em;
	margin-left: 0.2em;
}
#xcardlist .xctype6 img + img {
	margin-right: 0.75em;
	margin-left: 0.75em;
}
#xcardlist .xctype6 img#bauble1 {
	height: 6em;
	width: 4.2em;
}
#xcardlist .xctype6 img#bauble2 {
	height: 6em;
	width: 4.2em;
}
#xcardlist h3 {
	font-size: 85%;
	font-weight: bold;
	margin: 0px;
}
#xcardlist h4 {
	font-size: 70%;
	color: #000;
	margin-top: 0.33em;
}
#xcardlist a:hover img {
	opacity: 0.6;
}
/*
/*
/*        OPEN DAY
/**/
div#odslideshow {
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
}
div#odslideshow #slider img {
	max-width: none;
	height: auto;
}
div#odslideshow #slider img + img {
	display: none;
}

#slidescredit  p {
	color: #000;
	font-size: 0.625em;
	text-align: center;
	padding-right: 1.875em;
	margin-top: 0;
	margin-bottom: 1.25em;
}

.odgallerylink {
	font-size: 137.5%;
	font-weight: bolder;
	background-color: #CCCCCC;
	color: #FFFFFF;
	border: 0.0625em solid #000000;
	width: 9em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.625em;
}
.odgallerylink a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.312em;
}
.odgallerylink a:hover{
	color: #0033CC;
	text-decoration: none;
}
div#gb_countdown_wrap {
	margin-top: 10px;
	margin-bottom: 1.5em;
}
div#gb_countdown_wrap #gb_timer {
	position: relative;
	font-weight: bold;
	color: #000000;
	height: 4em;
	width: 18.875em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
div#gb_countdown_wrap #gb_timer img {
	position: absolute; 
    left: 0; 
    top: 0; 
    z-index: 1;
}
div#gb_countdown_wrap #gb_timer ul {
	position: relative; 
	padding: 0 0 0 1px;
	margin: 0;
	z-index: 2;
}
div#gb_countdown_wrap #gb_timer li {
	font-size: 150%; 
	float: left;
	list-style-type: none;
	display: block;
	width: 65px;
	padding-right: 3px;
	padding-left: 6px;
	margin: 30px 0 0;
}
div#odheadpic {
	text-align: center;
	margin-bottom: 1em;
}
h1.line1  {
	font-size: 2.375em;
	margin-bottom: 0.125em;
}
h1.line2 {
	font-size: 150%;
	font-weight: bolder;
}

#odroute {
}
#odroute p.tabtext2 {
	font-size: 112.5%;
	font-weight: bolder;
	color: inherit;
	background-position: center;
	text-align: center;
}
#odroute p.tabtext6 {	
	font-size: 87.5%;
	font-weight: bolder;
	color: blue;
}
#odroute p.postcode {
	font-size: 1.375em;
	color: #CC6600;
	text-align: center;
}

#odinfo {
/*	width: 60%; */
	margin-top: 1.25em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.25em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border: 0.125em solid #CC6600;
	border-radius: 0.5em;
}
#odinfo p.odtext1 {
	font-size: 137.5%;
	color: #CC6600;
	text-align: center;
	margin-bottom: 0px;
}
div#odmap {
	padding-right: 0.312em;
	padding-left: 0.312em;
	padding-bottom: 0.75em;
	border: 0.125em solid #CC6600;
	border-radius: 0.5em;
	text-align: center;
	margin-bottom: 1em;
}
div#odmap p {
	font-size: 140%;
	color: #C30;
	text-align: center;
}
div#odmap a {
	font-size: 140%;
	color: #C30;
}
div#odmap a:link {
	text-decoration: none;
}
div#odmap a:hover {
	color: #363;
	text-decoration: underline;
}

#raye {
/*	width: 50%; */
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 1.5em;
	border: 0.125em solid #993333;
	border-radius: 0.5em;
	color: #CC6600;
	text-align: center;
	font-weight: bold;
}
#raye p {
	text-align: center;
}
#raye p img {
	margin: 0.625em;
	max-width: 90%;
}
#raye p.line1 {
	font-size: 162.5%;
	font-weight: bold;
	margin-bottom: 0;
}
#raye p.line2 {
}
#raye p.line3 {
	font-weight: bold;
	font-size: 162.5%;
}
#raye  p.line4 {
	font-weight: bold;
	font-size: 112.5%;
}
#banner #ad_casscats img {
	border: 0.0625em solid #000000;
}
#odroute p span {
	color: #CC6600;
}
#odmgarden {
	border: 0.125em solid #CC6600;
	-moz-border-radius: 0.625em;
	-ms-border-radius: 0.625em;
	border-radius: 0.625em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding: 0.625em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
}
#odmgarden p {
	font-size: 85%;
}
#odmgarden a:link, #odmgarden a:visited {
	font-weight: bold;
	color: #993333;
}
#odmgarden a:hover {
	color: #FF6666;
}
#odpavilion {
	border: 0.125em solid #CC6600;
	-moz-border-radius: 0.625em;
	border-radius: 0.625em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding: 0.625em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
}
#odpavilion a img:hover {
	opacity: 0.6;
}

#odpavilion p {
	font-size: 85%;
}
#odpavilion p.imgcapt {
	font-size: 75%;
	color: #333;
	margin-bottom: 0.5em;
}
#odpavilion  a:link, #odpavilion  a:visited {
	font-weight: bold;
	color: #993333;
}
#odpavilion a:hover {
	color: #FF6666;
}
/*
/* OPEN DAY 2010 GALLERY
/* */
.odthumbs {
	width: 100%;
	margin-bottom: 3em;
}
.odthumbs li {
	float: left;
	margin-left: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0;
	height: 6.5em;
	width: 8.625em;
}
.odthumbs li img {
	border: thin solid #69001A;
	height: 6.5em;
	width: 8.625em;
}
.odthumbs li img:hover {
	opacity: 0.6;
}

/*
/*    Tia's Kittens
/**/
#pcmiddy {
	border: 0.125em solid #CC6600;
	width: 12.25em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.25em;
	color: #CC6600;
}
#pcmiddy p.line1 {
	font-size: 175%;
	font-weight: bold;
	text-align: center;
}
#pcmiddy p.line2 {
	font-size: 87.5%;
	font-weight: bold;
	text-align: center;
}
#pcmiddy p.line3 {
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 1.5em;
}
#pcmiddy p.line4 {
	font-weight: bold;
	font-size: 112.5%;
	text-align: center;
}
#tiaendbox {
	color: #CC6600;
	width: 85%;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.312em;
	padding-left: 0.312em;
	border: 0.125em solid #CC6600;
}
#tiaendbox a:link, #tiaendbox a:visited {
	font-weight: bold;
	color: #993333;
}
#tiaendbox a:hover {
	color: #FF6666;
}

/*
/
/* Happy Tale 30
/*
/*/
div#ht30_pics1 {
	margin-top: 1em;
}
div#ht30_pics1 img {
	margin-left: 3em;
}
#pcf_links {
	width: 10em;
	float: right;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 2px solid #CC6600;
	border-radius: 1em;
}
#pcf_links a {
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 120%;
	color: #C30;
}
#pcf_links a:hover   {
	color: #063;

}
#sponsorbody h2   {
	margin-top: 1.5em;
}
/*
/         Rehomed Page Mobile
/*/
.rhwrap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.rhbox {
	height: auto;
	padding: 1em;
	border: 1px solid #09F;
	border-radius: 1.25em;
	margin: 1em;
	overflow: hidden;
}
.rhbox:hover {
	background-color: #CCC;
}
.rhbox a {
	display: block;
}
.rhbox a:link, .rhbox a:visited {
	color: inherit;
	text-decoration: none;
}
.rhbox h2 {
	font-size: 150%;
	color: #CC6600;
	margin-bottom: 0.25em;
}
.rhbox .rhimg {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
.rhimg img {
	height: auto; 
	max-width: 100%;
}
.rhbox p {
	text-align: left;
	margin-bottom: 0.25em;
	margin-top: 0;
	font-size: 90%;
	line-height: 1.25em;
	letter-spacing: 0.05em;
}
#rh_popups {
	display: none;
}
#rh_popups div h2 {
	font-size: 150%;
	color: #CC6600;
}
/*
 * Media queries for responsive design github.com/h5bp/mobile-boilerplate/wiki/The-Style
 */
@media only screen and (max-width: 480px) {
  /* 480 =================================================== */
/*div#topnav {
	display: none;
} */
#container  {
	width: 95%;   
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin: 0;
}
#container #headcat {
	display: none;
}
#container #logo {
	float: none;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#container #banner {
	display: none;
}
#infobar {
/*	float: left; */
	display: none;   
}  
#container #mainbody {
	background-image: none;
/*	float: left; */
}
#maincontent {
	width: 100%;
	padding: 0;
	margin: 0;
}
img {
	float: none;
	max-width: 100%;
	width: auto;
	height: auto;
}
div.pcthumbs li {
	width: 100%;
	margin-bottom: 1em;
}
div.pcpagethumbs li {
	width: 100%;
	margin-bottom: 1em;
}
/*
/     NEWS PAGE large mobile
/ */
.newsitem .newsimgl {
	float: none;
	max-width: 100%;
	width: auto;
	height: auto;
}

#newsitem9 #tkline {
	text-align: center;
}
#newsitem9 #tkline img {
	height: 7.9em;
	width: 35em;
}
#newsitem9 #tkline p {
	color: #000;
	font-size: 70%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.75em;
}
#newsitem11 #news11text {
	height: 9.5em;
}
#newsitem11 #news11text img {
	float: left;
	margin-right: 0.5em;
	height: 9.375em;
	width: 6.25em;
}
#newsitem12 #news12text {
	height: 9em;
}
#newsitem12 #news12text img {
	float: left;
	margin-right: 0.5em;
	height: 8em;
	width: 8em;
}
#newsitem17 #news17pics {
	width: 100%;
	margin-top: 1em;
	display: table;
}
#newsitem17 #news17pics ul {
	display: table-row;
}
#newsitem17 #news17pics li {
	display: table-cell;
	text-align: center;
}
#newsitem17 #news17pics li img {
	height: 7.5em;
	width: 10em;
}
#newsitem17 #boldline {
	text-align: center;
	font-weight: bold;
	color: #900;
}
#news17caption {
	color: #000;
	font-size: 80%;
	text-align: center;
	margin-bottom: 1em;
}
#newsitem18 div {
	margin-top: 0.5em;
}
#newsitem18 div+div {
	margin-top: 1em;
}
.news18text {
	float: left;
	width: 75%;
	margin-left: 12.5%;
}
.news18text img {
	float: left;
	width: 7.5em;
	height: 5.625em;
	margin-top: 0.25em;
	margin-right: 0.5em;
}

#newsitem22 #pic1 {
	float: left;
	margin-top: 0.35em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#newsitem22 #pic1 img {
	width: 10em;
	height: 7.5em;
}
#newsitem23 ul {
	margin-top: 0.6em;
	margin-left: 20%;
	margin-right: 1em;
	list-style-type: disc;
}
#newsitem23 ul li {
	font-size: 110%;
	margin-bottom: 0.15em;
}
#newsitem23 ul li span {
	color: #CC6600;
	font-weight: bold;
	width: 2em;
	white-space: pre;
}
#newsitem24 img {
	height: 10em;
	width: 10em;
	float: left;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#boxchistmasc {
	width: 12.5em;
}
#boxchistmasc  #xcslideshow {
	margin-right: auto;
	margin-left: auto;
}
#boxchistmasc img {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
#boxchistmasc img+img{
	display: none;
}

#newsitem25 #pic1 {
	float: left;
	margin-top: 0.35em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#newsitem25 #pic1 img {
	width: 10em;
	height: 7.5em;
}
#newsitem25 #pic2 {
	float: right;
	margin-top: 0.35em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#newsitem25 #pic2 img {
	width: 10em;
	height: 7.5em;
}
#newsitem25 #pic3 {
	float: left;
	margin-top: 0.35em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#newsitem25 #pic3 img {
	width: 10em;
	height: 7.5em;
}

#newsitem26 img {
	float: left;
	margin-right: 0.5em;
	height: 14em;
	width: 10em;
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
 
#newsitem27 #comp_topimg  {
	float: none;
	height: auto;
	width: auto;
	float: none;
}
#newsitem27 #comp_topimg img {
	margin: 0;
	height: auto;
	width: auto;
	max-width: 100%;
}

#newsitem27 #news27text p.theme {
}
/*
#newsitem28 div.newsimg {
	float: left;
	margin-right: 1em;
	height: 9em;
	width: 12em;
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.4em;
}
#newsitem28 div.newsimg img {
}

#newsitem28 p span {
	color: #C00;
}
*/
/*
/    EVENTS PAGE mobile
/*/
#eventstopbox {
}
#eventstopbox p {
	text-align: center;
}

#eventstopbox img {
/*	float: none;
	max-width: 100%;
	width: 85%;
	height: auto; */
}
#eventsbasebox {
	text-align: center;
}

#eventsbasebox img {
	float: none;
	max-width: 100%;
	height: auto;
}

/*  HOMING PAGE mobile 
/
/ */
div#pairs_homing {
	float: none;
	width: 100%;
}
div#pairs_homing ul {
	width: 90%;
}
div#pairs_homing li {
	float: none;
	padding: 0.5em;
	width: 100%;
	margin-bottom: 0.5em;
	margin-right: auto;
	margin-left: auto;
}
div#pairs_homing li h3 {
	font-size: 140%;
	font-weight: bold;
	word-spacing: 0.2em;
	color: #CC6600;
	text-align: center;
}
div#pairs_homing li p {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
}
div#pairs_homing li p.line1 {
	color:#666666;
	line-height: normal;
}
div#pairs_homing li img {
	float: none;
}
div#pairs_homing li img + img {
	float: none;
	margin-top: 0.5em;
}

div#pairs_homing li img.wide {
	max-width: 100%;
	height: auto;
	float: none;
	margin-right: 0;
	margin-left: 0;
}

div#main_homing {
	float: none;
	width: 100%;
	text-align: center;
}
div#main_homing ul {
	width: 90%;
}
div#main_homing li {
	float: none;
	margin-bottom: 0.5em;
}
div#main_homing li h3 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	word-spacing: 0.2em;
	color: #CC6600;
}
div#main_homing li p {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.4em;
	margin-left: 0em;
}
div#main_homing li p.line1 {
	color:#666666;
	line-height: normal;
}
div#main_homing li p.hmnote {
	color:#900;
	line-height: normal;
}
div#main_homing li img {
	float: none;
	margin-right: 0;
	width: 12.5em;
	height: 12.5em;
}
/*
/        SPONSORSHOP mobile 
/*
/**/
#sponsorbox {
	width: 100%;
}
#sponsorbox #tabs {
	width: 100%;
/*	height: 1.875em;  */
	text-align: center;
	line-height: 1.875em;
}
#sponsorbox #tabs li {
	width: 95%;
	height: 1.875em;
	float: none;
	margin-bottom: 0.5em;
	border-radius: 0.5em;
}
#sponsorbox #tabs li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
	border-radius: 0.5em;
}
#sponsorbox #tabs li a span {
	font-size: 110%; 
}
#sponsorbox #tabs li a:link, #sponsorbox #tabs li a:visited {
	color: blue;
}
#sponsorbox #tabs li a:hover {
	color: white;
	background-color: #3300FF;
}

#sponsorbox #tabs a {
	width: 9.25em;
	height: 1.875em;
	text-align: center;
}
body#pcpavilion #tabs #tab1 a {
	color: white;
	background-color: #3300FF;
}
body#pchistory #tabs #tab2 a {
	color: white;
	background-color: #3300FF;
}
body#pcresidents #tabs #tab3 a {
	color: white;
	background-color: #3300FF;
}
body#pcgallery #tabs #tab4 a {
	color: white;
	background-color: #3300FF;
}
body#pcforms #tabs #tab5 a {
	color: white;
	background-color: #3300FF;
}

#sponsorbox #sponsorbody {
	border: thin solid #3333CC;
	padding-left: 0.375em;
	padding-right: 0.375em;
	padding-top: 0.312em;
}
#sponbox1 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	padding: 0.4em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	margin-bottom: 2em;
}
#sponbox1 ul {
	font-weight: bold;
}
#sponbox1 li {
	font-weight: bold;
	margin-bottom: 0.25em;
}
/*
/*
/*		Sponsorship Residents Page mobile
/**/
div#reslist {
	width: 90%;
	text-align: center;
	margin-top: 0.312em;
	margin-right: auto;
	margin-left: auto;
	border-color: #CCCCCC;
	border-width: 0.0625em;
}
div#reslist li {
	width: 100%;
	float: none;
	border: 0.0625em solid #CCCCCC;
}
div#reslist li a {
	height: auto;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

div#reslist li img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
div#reslist li {
	border-right: 0.0625em solid #CCCCCC;
}


}

@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
div#container {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#container #headcat {
	font-size: 50%;
}
#container #banner {
	font-size: 50%;
}
#container #banner img {
/*	height: auto;
	max-width: 70%;*/
}

#navbar {
}
#navbar ul {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#navbar li.mobexclude {
	display: block;
}
#navbar li.mobonly {
	display: none;
}
div#navbar ul li {
	float: left;
	width: 33.333%;
	height: 1.8em;
	display: block;
}

div#navbar ul li a {
	font-size: 110%;
	line-height: 1.8em;
	background: #CCFF66;
	margin-right: 0.5em;
	margin-bottom: 0.5em;      
}

#navbar li a:link, #navbar li a:visited {
	text-decoration: none;
	color: #990000;
}
#navbar li a:hover {
}

div#infobar {
	display: none;	
}

div.pcthumbs li {
	width: 25%;
}
div.pcpagethumbs li {
	width: 33.3333%;
}

#maincontent ul#htnindex li {
	float: left;
	width: 50%;
}
/*
/      	Membership Page
/* */
div#jointypes {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	border: solid 0.125em #CC6600;
	padding-bottom: 1em;
}
div.mt_type {
	width: 100%;
	margin-top: 1em;
	overflow: hidden;
}

div#jointypes .mtabtxt {
	float: left;
	width: 40%;
}
div#jointypes .mtabtxt p {
	text-align: right;
	margin: 0;
}

div#jointypes .mtabcost {
	font-size: 112.5%;
	font-weight: bold;
	text-align: right;
	float: left;
	width: 20%;
	margin: 0;
}
div#jointypes .mtabpp {
	float: left;
	width: 40%;
	text-align: center;
}
div#jointypes .mtabpp form {
	margin-left: auto;
	margin-right: auto;
}
/*
/*
/*    NEW GALLERIES
/* */
div#gn_index {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 1em;
}
div#gn_index li {
	margin-bottom: 0.5em;
}
div#gn_index .gn_thumb {
	text-align: center;
	float: left;
	width: 25%;
	height: auto;
	margin-right: 1em; 	
}
div#gn_index h2 {
	font-size: 125%;
	margin-top: 0.25em;
	text-align: left;
	margin-left: 0em;
	color: #CC6600;
}
div#gn_index p {
	text-align: left;
	margin-left: 0em;
}


}

/* Styles for desktop and large screen ----------- */

/*styles for 800px and up!*/
@media only screen and (min-width: 768px) {
  /* Styles */
/*div#container { 
	max-width: 1386px;
}

div#topnav {
	display: block;
}

div#content {
	width: 65%;
	height: 100%;
	float: left;
	border-right-color: #CCC;
	border-right-width: 3px;
	border-right-style: ridge;
	padding-right: 2.5%;
	padding-left: 2.5%;
}

div#sidebar {
	width: 24%;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
} */

#container #banner {
	font-size: 70%;
}

div#navbar ul {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
div#navbar ul li {
	width: 25%;
	margin-bottom: 0.8em;
}
div#navbar ul li a {
	font-size: 125%;
}

.imgleft {
	float: left;
	width: auto;
	margin: 0.312em 0.312em 0.312em 0; 
}
.imgright {
	float: right;
	width: auto;
	margin: 0.312em 0 0.312em 0.312em;
}
.imgwrap20 {
	width: 20%;
}
.imgwrap25 {
	width: 25%;
}
.imgwrap30 {
	width: 30%;
}
.imgwrap35 {
	width: 35%;
}
.imgwrap40 {
	width: 40%;
}
.imgwrap45 {
	width: 45%;
}

.colhalf {
	float: left;
	width: 50%;
}
.colthird {
	float: left;
	width: 33.3333%;
}
.coltwothirds {
	float: left;
	width: 66.6666%;	
}
.col4 {
	float: left;
	width: 25%;	
}

.box33centre {
	width: 33%;
}
.box40centre {
	width: 40%;
}
.box50centre {
	width: 50%;
}
.box70centre {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.box70centre .box70imgwrap {
	float: left;
	width: 22.5%;
	text-align: center;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.box70centre .box70imgwrap img {
	max-width: 90%;
	height: auto;
}
.box90centre {
	width: 95%;
}
/*
div.pcthumbs li {
}
*/
ul#htnindex li {
	float: left;
	width: 50%;
}
div#hmslider {
	display: block;	
}
/*
/*
/*    NEW GALLERIES
/* */
div#gn_index {
}
div#gn_index li {
	margin-bottom: 0.5em;
}
div#gn_index .gn_thumb {
}
div#gn_index h2 {
}
div#gn_index p {
}
/*
/			REHOMED PAGE FULL SCREEN
/*/
.rhwrap {
	width: 33%;
	float: left;
}
.rhbox {
	height: 22em;
/*	height: auto; */
	padding: 1em;
}
/*
/		LINKS PAGE
/*/
div.linksbox ul li {
	width: 80%;
	margin-left: 4em;
	margin-bottom: 0.6em;
	border: 1px solid #096;
	border-radius: 0.4em;
}
div.linksbox li a {
	display: block;
	text-decoration: none;
	padding: 0.5em;
	height: 100%;
	border: 1px solid transparent;
}

div.linksbox a:hover {
	background-color: #CCC;
}
div.linksbox li p.linkname {
	font-size: 120%;
	text-transform: uppercase;
	color: #096;
}
div.linksbox li p.linkurl {
	font-size: 110%;
	height: 100%;
	color: #666;
	margin-bottom: 0.1em;
	margin-top: 0.2em;
	text-align: center;
}
div.linksbox li p.linkdesc {
	margin-left: 3em;
	color: #339;
	margin-top: 0;
	margin-bottom: 0;
}
h2.h2links {
	text-align: left;
	color: #CC6600;
	font-size: 130%;
	margin-bottom: 0.5em;
	margin-top: 1em;
} 
/*
/		P&C ONLINE SHOP
? */
#xcardheader h2 {
	font-size: 162.5%;
	text-transform: uppercase;
	line-height: 2em;
	vertical-align: text-top;
}
#xcardheader h2 img {
	margin-right: 0.5em;
	margin-left: 0.5em;
	height: 2em;
	width: 2em;
	vertical-align: bottom;
}
#xcardheader p.xsub1 {
	font-size: 137.5%;
	text-align: center;
}
#xcardheader p.xsub2 {
	font-size: 125%;
	text-align: center;
	margin-bottom: 1.25em;
}

#xcardlist {
	width: 37em;
	margin-left: auto;
	margin-right: auto;
}
#xcardlist .xcmain {
	border: 2px solid #CCC;
	border-radius: 1em;
	float: left;
	height: 15em;
	width: 14em;
	margin-right: 2em;
	margin-left: 2em;
	text-align: center;
	margin-bottom: 1.25em;
	position: relative;
}
#xcardlist .xcmain form {
	position: absolute;
	bottom: 0.5em;
	left: 2.2em;
}
#xcardlist .xctype1 img {
	height: 8em;
	width: 5.625em;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}
#xcardlist .xctype2 img {
	width: 6.25em;
	height: 6.25em;
	margin-top: 1.75em;
	margin-bottom: 1.25em;
}
#xcardlist .xctype3 img {
	height: 6.6875em;
	width: 10em;
	margin-top: 1.5em;
	margin-bottom: 1.2em;
}
#xcardlist .xctype4 img {
	margin-top: 0.5em;
	height: 8.75em;
	width: 8.75em;
}
#xcardlist .xctype5 #robins {
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	margin-right: 0.2em;
	margin-left: 0.2em;
}
#xcardlist .xctype5 img + img {
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#xcardlist .xctype5 img#robin1 {
	height: 6em;
	width: 4.2em;
}
#xcardlist .xctype5 img#robin2 {
	height: 4.2em;
	width: 6em;
	margin-bottom: 0.8em;
}
#xcardlist .xctype6 #baubles {
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	margin-right: 0.2em;
	margin-left: 0.2em;
}
#xcardlist .xctype6 img + img {
	margin-right: 0.75em;
	margin-left: 0.75em;
}
#xcardlist .xctype6 img#bauble1 {
	height: 6em;
	width: 4.2em;
}
#xcardlist .xctype6 img#bauble2 {
	height: 6em;
	width: 4.2em;
}
#xcardlist h3 {
	font-size: 85%;
	font-weight: bold;
	margin: 0px;
}
#xcardlist h4 {
	font-size: 70%;
	color: #000;
	margin-top: 0.33em;
}
#xcardlist a:hover img {
	opacity: 0.6;
}

}

@media only screen and (min-width: 992px) {
  /* Styles */
div#container {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#container #headcat {
	font-size: 100%;
}
#container #banner {
	font-size: 100%;
}

#maincontent {
	width: auto;              
	margin-right: 16.5em;  
	margin-left: 10em; 
	padding-top: 0.25em;
	padding-bottom: 10em;
	padding-bottom: 0.75em;
} 

#container #mainbody {
	background-image: url(images/navextend.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.box33centre {
	width: 40%;
}
.box40centre {
	width: 50%;
}
.box50centre {
	width: 70%;
}
.box70centre {
	width: 60%;
}
.box70centre .box70imgwrap {
	width: 35%;
}
.box90centre {
	width: 90%;
}
.imgwrap40 {
	width: 50%;
}

div#navbar {
	float: left;
	font-weight: bold;
	background: #CCFF66;
	width: 8.75em;
	padding-top: 0.75em;
}
div#navbar ul {
	width: 100%;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}
div#navbar ul li {
	float: none;
	display: block;
	width: 100%;
	height: 1.8em;
	margin-bottom: 0em;
	line-height: 1.8em;
	vertical-align: middle;
}
div#navbar ul li a {
	float: none;
	font-size: 100%;
	width: 100%;
	line-height: 100%;
	display: block;
}
#navbar li.mobonly {
	display: none;
}
#navbar li.mobexclude {
	display: block;
}
#navbar li a:link, #navbar li a:visited {
	text-decoration: none;
	color: #990000;
}
#navbar li a:hover {
	font-size: 112.5%;
	color: #0033CC;
}

div#infobar {
	display: block;	
}

div.pcthumbs li {
	width: 25%;
}
div.pcpagethumbs li {
	width: 25%;
}

#maincontent  ul#htnindex li {
	float: left;
	width: 33.333%;
}

}


@media only screen and (min-width: 1281px) {
  /* Styles */
#container {
	width: 97.5%;
	max-width: 1366px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 2px groove #999;
	border-right: 2px groove #999;
	box-shadow: 0.0625em 0.0625em 0.5em #999999;
}
#maincontent {
/*	width: 49em;       */        
	margin-left: 10em;
	padding-top: 0.25em;
	padding-bottom: 0.75em;
}
.box33centre {
	width: 33%;
}
.box40centre {
	width: 40%;
}
.box50centre {
	width: 50%;
}
.box70centre {
	width: 70%;
}
.box70centre .box70imgwrap {
	width: 22.5%;
}
.box90centre {
	width: 90%;
	height: auto;
}

.imgwrap40 {
	width: 40%;
}

#maincontent  ul#htnindex li {
	float: left;
	width: 25%;
}

#chrisbanner {
	text-align: center;
	width: 100%;
}
#chrisbanner img {
	height: 10.42em;
	width: 38em;
}
div.pcthumbs li {
	width: 20%;
}
div.pcpagethumbs li {
	width: 25%;
}

} /*/mediaquery*/
