/* Global styles */

*, html {
	padding: 0;
	margin: 0;
}

body {
	background: url('../images/sky-bg.jpg') repeat-x #FFF;
	background-position: top center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a, a:visited {
	text-decoration: none;
	color: #0e3183;
}

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #0e3183;
}

img {
	border: 0;
}


/* Layout */

#head {
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 18px;
	padding-top: 45px;
	height: 100px;
	min-height: 100px;	
}

#home-head {
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 18px;
	height: 145px;
	min-height: 145px;
	position: relative;
}

#home-logo {
	width: 465px;
	padding-top: 45px;
	float: left;
}	

#container {
	width: 965px;
	margin: 0 auto;
	background: url('../images/top-curves.jpg') no-repeat top #FFF;
	min-height: 650px;
}

#content {
	color: #333333;
	line-height: 1.4;
	padding-left: 73px;
	padding-right: 73px;
	margin-top: 35px;
	padding-bottom: 30px;
}

#content p {
	padding-bottom: 15px;
}

#content ul {
	list-style-type: none;
}

#left-col {
	float: left;
	width: 500px;
}

#right-col {
	float: right;
	width: 262px;
	padding-left: 56px;
}

#home-img {
	margin-bottom: 7px;
	margin-top: 5px;
}

.wrap {
	margin: 0 auto;
	width: 838px;
}

.clearfix {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}

.skip{
	position:absolute;
	left:-9999px;
	display: none;
}

.contact {
	font-weight: bold;
	padding-top: 12px;
	border-top: 1px solid #d6d6d6;
	margin-top: 10px;
}

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

.push {
	float: right;
	width: 162px;
	padding-left: 30px;
}	

ul.push li, ul.arrow li {
	padding-bottom: 4px;
}

.arrow {
	color: #0e3183;
	font-weight: normal;
}

#donate {
	background: url('../images/donate-btn.gif') no-repeat;
	overflow: hidden;
	width: 262px;
	height: 72px;
	padding-bottom: 18px;
}

#donate a {
	overflow: hidden;
	width: 262px;
	height: 72px;
	display: block;
	text-indent: -9999px;
}

#cruelty {
	background: url('../images/cruelty-line.jpg') no-repeat;
	overflow: hidden;
	width: 262px;
	height: 77px;
	padding-bottom: 18px;
	display: block;
	text-indent: -9999px;
}


/* Donate banners */

#donate-dog {
	right: 48px;
	top: -12px;
	position: absolute;
	width: 404px;
	height: 192px;
}

#donate-dog a {
	width: 404px;
	height: 192px;
	background: url('../images/donate-dog.png') no-repeat;
	text-indent: -9999em;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#donate-dog a:hover {
	width: 404px;
	height: 192px;
	background: url('../images/donate-dog-over.png') no-repeat;
	text-indent: -9999em;
	display: block;
	overflow: hidden;
}

#donate-ribbon {
	position: relative;
	float: right;
	right: -1px;
	top: -1px;
	display: block;
	height: 125px;
	width: 124px;
	overflow: hidden;
	background: url('../images/donate-now.png') no-repeat;
	text-indent: -9999em;
	text-decoration: none;
	cursor: pointer;
}


/* Top */

#top {
	background-color: #0e3183;
	border-bottom: 1px solid #6daefb;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	margin-bottom: 25px;
}

#top ul {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	list-style-type: none;
	padding: 0;
}

#top ul li {
	display: inline;
	margin-left: 10px;
	padding-left: 30px;
	background: url('../images/paw.jpg') no-repeat top;
	background-position: left;
}	

#top ul li.first {
	display: inline;
	margin-left: 10px;
	padding-left: 30px;
	background: none;
}	

#top a {
	color: #FFFFFF;
}


/* Main navigation */

#head-nav {
	color: #CCCCCC;
	background: url('../images/top-shadow.jpg') no-repeat #FFF;
	background-position: top;
	padding-top: 24px;
	clear: both;
	line-height: 1.3;
	letter-spacing: -1px;
}

#head-nav ul {
	list-style-type: none;
	padding-left: 73px;
	padding-right: 73px;
	margin: 0;
	position: relative;
	left: -4px;
}

#head-nav a, #head-nav a:visited {
	color: #222222;
	font-size: 150%;
	font-weight: bold;
	position: relative;
	top: 2px;
	margin-left: 7px;
	margin-right: 7px;
}

#head-nav a:hover, #head-nav a:visited:hover {
	border-bottom: 3px solid #0e3183;
	text-decoration: none;
	padding-bottom: 2px;
}

#head-nav a.selected {
	border-bottom: 3px solid #d6d6d6;
	text-decoration: none;
	padding-bottom: 2px;
}

#head-nav ul li {
	display: inline;
}


/* Footer */

#foot {
	background: url('../images/footer-bg.jpg') repeat-x #FFF;
	font-size: 95%;
	padding-top: 30px;
	padding-bottom: 50px;
	clear: both;
	position: relative;
}

#foot ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#foot ul li {
	display: inline;
}

#foot a {
	padding-left: 3px;
	padding-right: 3px;
}

#foot-nav {
	float: left;
	color: #999999; 
}

#foot-nav p {
	padding-top: 5px;
	padding-left: 3px;
}

#foot-logo {
	float: left;
	display: block;
	padding-right: 22px;
	padding-top: 6px;
}

#social {
	width: 122px;
	text-align: center;
	float: right;
	position: relative;
	top: -2px;
}

#social h5 {
	padding-bottom: 8px;
}


/* Titles */

h1#logo { 
	background: url('../images/rspca-logo.gif') no-repeat;
	overflow: hidden;
	width: 168px;
	height: 90px;
}

h1 {
	text-transform: uppercase;
	color: #888888;
	font-size: 150%;
	line-height: 1;
	float: left;
}

h1#logo a {
	overflow: hidden;
	width: 168px;
	height: 90px;
	display: block;
	text-indent: -9999px; 
}

h1#sub-head {
	position: relative;
	left: 45px;
	top: 16px;
	vertical-align: middle;
	letter-spacing: -1px;
}

h2 {
	color: #0e3183;
	font-size: 255%;
	line-height: 1.1;
	padding-bottom: 18px;
	letter-spacing: -1px;
	font-family: Helvetica, sans-serif;
}

h3 {
	color: #1678e3;
	font-size: 150%;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 15px;
	padding-top: 5px;
	font-family: Helvetica, sans-serif;
}

h4 {
	color: #222222;
	padding-bottom: 10px;
	font-size: 115%;
	line-height: 1.3;
}

h5 {
	color: #999999;
	font-size: 105%;
}


/* Bullet point lists */

ul.bullets {
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 20px;
	
}

ul.bullets li {
	padding-left: 30px;
	background: url('../images/bullet2.gif') no-repeat;
	min-height: 16px;
	background-position: top left;
	margin-bottom: 5px;
}


/* Rehoming list */

ul.animals {
	list-style-type: none;
}

ul.animals li {
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 18px;
}

ul.animals li img {
	border: 3px solid #d6d6d6;
	float: left;
	width: 130px;
	margin-right: 20px;
}

ul.animals li img:hover {
	border: 3px solid #0e3183;
}

ul.animals h4 {
	margin-top: 4px;
	padding-bottom: 5px;
	vertical-align: top;
}

small {
	font-size: 100%;
	color: #999999;
	display: block;
	margin-left: 156px;
}


/* Rehoming accordion */

.accordion_handle {
	background: url('../images/expand.gif') no-repeat 0 2px;
	padding-left: 24px;
	cursor: pointer;
	clear: both;
	color: #0e3183;
}

.accordion_handle:hover {
	background: url('../images/expand.gif') no-repeat 0 2px;
	padding-left: 24px;
	cursor: pointer;
	text-decoration: underline;
}

.accordion_handle_active {
	background: url('../images/collapse.gif') no-repeat 0 2px;
	padding-left: 24px;
	cursor: pointer;
	color: #1678e3;
}

.accordion h3 {
	padding-top: 0;
}

.accordion_inner {
	clear: both;

}


/* Right column boxes */

.box {
	width: 220px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	padding-left: 20px;
	padding-right: 20px;
	color: #888888;
}

.box-top {
	background: url('../images/top-curves.gif') no-repeat #FFF;
	width: 262px;
	height: 13px;
	display: block;
}

.box-close {
	background: url('../images/bottom-curves.gif') no-repeat #FFF;
	width: 262px;
	height: 13px;
	display: block;
	margin-bottom: 18px;
}

.box img {
	float: left;
	display: block;
	margin-right: 15px;
	margin-top: 9px;
}

.box .thumb {
	border: 3px solid #d6d6d6;
	position: relative;
	top: -3px;
	left: -3px;
}

.box .thumb:hover {
	border: 3px solid #0e3183;
}