@charset "utf-8";
/* Holsworthy and Bideford Cats Protection*/

* {
	margin: 0; 
/*	border: solid 1px red; */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003399;
	background-color: #FFFFDD;
}

p {
	padding: 10px 0px;
}

.smallText{
	font-size: xx-small;
}

li {
	margin-left: 40px;
}

a img {
	border: none;
} 

.imageLeft {
	float: left; 
	width: 40%; 
	border: none;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.mediumHeader {
	padding: 2px; 
	font-weight: bold; 
	font-size: medium; 
	color: black;
}

.mediumHeader {
	font-size: medium;
}

.mediumLink {
	font-size: medium;
	clear: right;
}

.indent {
	padding-left: 10px;
}
.bigIndent {
	padding-left: 180px;
}

.emphasis {
	font-weight: bold;
}

.centreBigger {
	font-weight: bold;
	text-align: center;
	font-size: larger;
}
.centre {
	text-align: center;
	padding: 10px 10px;
}

div#container {
	width: 774px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* Left Side */

div#leftPanel {
	width: 145px;
	float: left;
	background: #FFCD00; /* url(images/greyLeftBorder.gif) right repeat-y; */
}

div#catLogo {
	background: #FFCD00 url(images/catLogo.gif) top left no-repeat; 
	width: 145px;
	height: 150px;
}

div#menu {
	width:135px;
	margin-right: 10px;
	background: url(images/menuTop.gif) top left no-repeat; 
	padding-top: 6px;
	margin: 0px;
	clear: both;
	font-size: 12px;
	text-indent: 25px;
}

div#menu a, div#menu a:visited {
	display: block;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: solid 10px #000066; 
	width: 120px;
	height: 19px;
	border-bottom: #FFCD00 solid 1px;
	border-top: solid #000066 3px;
	border-right: solid #000066 6px;
	background: #000066 url(images/menuBluePaw.gif) left no-repeat;
}

div#menu a:hover {
	background: #cc0000 url(images/menuRedPaw.gif) left no-repeat;
	border-left: solid 10px #CC0000; 
}

div#menuBottom {
  	background: url(images/menuBtm.gif) top left no-repeat;
  	width: 145px;
	height: 20px;
}

div#donate {
	height: 44px;
	margin: 10px auto;
}

div#donate a {
	background: url(images/xdonate.gif) top no-repeat;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 34px;
}

div#carouselImage {
	margin: 0px;
	width: 137px;
	height: 97px; 
}

div#watermark {
	background: url(images/watermark.gif) bottom no-repeat;
	height: 200px;
}

/* Main Panel */

div#pageHeader {
	background: #FFCD00 url(images/pageHeader2.gif) top right no-repeat; 
	height: 58px;
}

div#topDivider {
	background: url(images/greyTopBorder.gif) repeat-x;
	height: 3px; 
}

div#mainPanel {
	background-color: #FFCD00;
}

div#textBox {
	background: #FFFFFF url(images/greyLeftBorder.gif) left repeat-y;
	padding-left: 156px;
}

div#pageTitle {
	padding: 30px 0px;
	font-size: x-large;
	color:	#000099;
	font-weight: bold;
}
.centredHeading {
	padding: 10px;
	text-align: center;
	font-size: x-large;
	color:	#000099;
	font-weight: bold;
}

div#pageText {
}

div#mainCatImage {
	margin: 10px;
	width: 227px;
	height: 148px; 
	float: right;
}

/* Beige Box some of this is different in IE6*/

.beigeCurveContainer {
	margin: 20px auto;
}

.beigeCurveTop	{
	background: #FFFFCC url(images/beigeTopLeft.gif) bottom left no-repeat;
	margin: 0px 20px 0px 10px;
	text-align: right;
}

.beigeCurveMiddle {
	background: #FFFFCC;
	width: 568px; 
	padding: 10px;
	margin: 0 10px;
	font-size: medium;
	color: black;
}

.beigeCurveMiddle p {
	color: #003399;
	background-color: #FFFFCC;
	font-size: small;
}

.beigeCurveBottom {
	background: #FFFFCC url(images/beigeBtmLeft.gif) bottom left no-repeat;
	margin: 0px 20px 0px 10px;
	text-align: right;
}

/* news */

.newsLeft {
	float: left;
	width: 50%;
}
.newsLeftText {
	padding-left: 10px;
	font-size: small;
	color: #003399;
	border-right: solid 1px black;
}

.newsRight {
	float: left;
	width: 50%;
}

.newsRightText {
	padding-left: 10px;
	font-size: small;
	color: #003399;
}

.newsFlag {
	color: red;
	font-weight: bold;
}

.newsSmall {
	color: black;
	font-size: smaller;
	font-style: italic;
}

/* Telephone Graphic */

div#telImage {
	background: url(images/telephone.gif) center no-repeat;
	margin: 20px 0px; 
	height: 72px; 
	padding: 10px 0px;
}


/* Footer */

.spacer {	/* needed to force the footer to span both columns in IE */
	clear: both;
	height: 0px;
}

div#footer {
	height: 40px;
	width: 774px;
	color: white;
	text-align: center;
	vertical-align: bottom;
	background-color: #000066;
	padding-top: 20px;
}

#footerLeft {
	font-size: xx-small;
	width: 145px;
	float: left;
}

span#footerLinks, span#footerLinks a, span#footerLinks a:visited {
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	color: white;
}

#footerLinks a:visited {
	color: yellow;
	text-decoration: underline;
}

/* Rehome Home Pages */

.rehomeContainer {
	margin: 20px;
	padding: 30px;
}

.galleryName {
	font-weight: bold;
	font-size: small;
	color: #003399;
}

.galleryDesc {
	font-size: small;
	color: #003399;
}

.galleryImgSmall {
	margin:3px;
	width:96px;
	height:72px;
}

.galleryImgLarge {
}

.galleryLargeName {
	padding: 2px; 
	font-weight: bold; 
	font-size: medium; 
	color: black;
}

.galleryLargeDesc { 
	color: #003399; 
	padding: 2px; 
	padding-right: 15px;
	font-size: small;
}

