/*

  Containers

*/

#container {
	width: 950px;
	margin: 5px auto 0;
	position: relative;
	background: #fddeae url(/images/bg/container-bg.png) repeat-y top left;
}

#custom-doc {
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/*

Sidebar

*/

#sidebar-container {
	float: left;
	width: 180px;
	background: url(/images/bg/sidebar-bg.jpg) no-repeat top left;
	height: 780px;
	min-height: 780px;
}

#sidebar {

}

/*

	Branding

*/

#branding {
	text-align: center;
}

#branding-logo {
	display: block;
	margin-top: 8px;
}

#branding-assoc {
	margin-top: 500px;
}


/*

  Main Navigation

*/

#nav-main {
	position: absolute;
	top: 181px;
	left: 0;
	width: 180px;
}

#nav-main ul, #nav-main li {
	margin: 0;
	padding: 0;
}

#nav-main li {
	float: left;
	list-style-type: none;
}

#nav-main li.last {
	padding-bottom: 5px;
	background: url(/images/bg/nm-bg.png) no-repeat bottom center;
}

#nav-main a:link, #nav-main a:visited,
#nav-main a:hover, #nav-main a:active {
	display: block;
	height: 23px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 9px;
}

#nav-main li span {
	position: absolute;
	visibility: hidden;
}

body.home li#nm1 a:link, body.home li#nm1 a:visited,
body.home li#nm1 a:hover, body.home li#nm1 a:active,
body.kennels li#nm2 a:link, body.kennels li#nm2 a:visited,
body.kennels li#nm2 a:hover, body.kennels li#nm2 a:active,
body.cattery li#nm3 a:link, body.cattery li#nm3 a:visited,
body.cattery li#nm3 a:hover, body.cattery li#nm3 a:active,
body.fees li#nm4 a:link, body.fees li#nm4 a:visited,
body.fees li#nm4 a:hover, body.fees li#nm4 a:active,
body.faq li#nm5 a:link, body.faq li#nm5 a:visited,
body.faq li#nm5 a:hover, body.faq li#nm5 a:active,
body.contact li#nm6 a:link, body.contact li#nm6 a:visited,
body.contact li#nm6 a:hover, body.contact li#nm6 a:active,
body.links li#nm7 a:link, body.links li#nm7 a:visited,
body.links li#nm7 a:hover, body.links li#nm7 a:active {
	cursor: default;
}

/* NM 1*/

li#nm1 a:link, li#nm1 a:visited {
	background-image: url(/images/bg/nm1.png);
}

body.home li#nm1 a:link, body.home li#nm1 a:visited,
li#nm1 a:hover, li#nm1 a:active {
	background-image: url(/images/bg/nm1-hover.png);
}

/* NM 2 */

li#nm2 a:link, li#nm2 a:visited {
	background-image: url(/images/bg/nm2.png);
}

body.kennels li#nm2 a:link, body.kennels li#nm2 a:visited,
li#nm2 a:hover, li#nm2 a:active {
	background-image: url(/images/bg/nm2-hover.png);
}

/* NM 3 */

li#nm3 a:link, li#nm3 a:visited {
	background-image: url(/images/bg/nm3.png);
}

body.cattery li#nm3 a:link, body.cattery li#nm3 a:visited,
li#nm3 a:hover, li#nm3 a:active {
	background-image: url(/images/bg/nm3-hover.png);
}

/* NM 4 */

li#nm4 a:link, li#nm4 a:visited {
	background-image: url(/images/bg/nm4.png);
}

body.fees li#nm4 a:link, body.fees li#nm4 a:visited,
li#nm4 a:hover, li#nm4 a:active {
	background-image: url(/images/bg/nm4-hover.png);
}

/* NM 5 */

li#nm5 a:link, li#nm5 a:visited {
	background-image: url(/images/bg/nm5.png);
}

body.faq li#nm5 a:link, body.faq li#nm5 a:visited,
li#nm5 a:hover, li#nm5 a:active {
	background-image: url(/images/bg/nm5-hover.png);
}

/* NM 6 */

li#nm6 a:link, li#nm6 a:visited {
	background-image: url(/images/bg/nm6.png);
}

body.contact li#nm6 a:link, body.contact li#nm6 a:visited,
li#nm6 a:hover, li#nm6 a:active {
	background-image: url(/images/bg/nm6-hover.png);
}

/*

  Content

*/

#content-container {
	float: left;
	width: 760px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 297px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

body.home #content-container,
body.links #content-container {
	background-image: url(/images/bg/banner-home.jpg);
}

body.kennels #content-container {
	background-image: url(/images/bg/banner-kennels.jpg);
}

body.cattery #content-container {
	background-image: url(/images/bg/banner-cattery.jpg);
}

body.fees #content-container {
	background-image: url(/images/bg/banner-fees.jpg);
}

body.faq #content-container {
	background-image: url(/images/bg/banner-faq.jpg);
}

body.contact #content-container {
	background-image: url(/images/bg/banner-contact.jpg);
}

#content {
	border-top: 5px solid #5c5656;
	padding: 30px 30px 0 30px;
}

#content-main {

}

.col1 {
	float: left;
	width: 330px;
	padding-right: 20px;
}

.col2 {
	float: left;
	width: 330px;
	padding-left: 20px;
}

.col1 img{
  padding-top: 10px;  
}

body.home .col1, body.cattery .col1 {
	width: 350px;
	padding-right: 0;
}

body.home .col2,
body.resources .col2 {
	margin-top: -2.5em;
}

body.contact .col2 {
	margin-top: -4em;
}

.images {
	text-align: center;
}

.images img {
	margin-bottom: 1.5em;
}

.links .col1 p{
  padding-top: 20px;
}

#first-p{
  padding-top: 0;
}
/*

#footer

*/

#footer-container {
	clear: both;
	position: relative;
	height: 101px;
	background: url(/images/bg/footer-bg.png) no-repeat top left;
	width: 100%;
}

#footer {
	padding: 46px 30px 0 30px;
}

/*

#nav-supp

*/

#nav-supp {
	float: right;
	text-transform: uppercase;
}

#nav-supp ul, #nav-supp li {
	margin: 0;
	padding: 0;
}

#nav-supp li {
	float: left;
	list-style-type: none;
	background: url(/images/icons/ns-sep.png) no-repeat right center;
	padding: 0 .5em;
	line-height: 55px;
}

#nav-supp li.first {
	padding-left: 0;
}

#nav-supp li.last {
	background: none;
	padding-right: 0;
}

#nav-supp a:link, #nav-supp a:visited {
	color: white;
	text-decoration: none;
}

body.home #ns1 a:link, body.home #ns1 a:visited,
body.kennels #ns2 a:link, body.kennels #ns2 a:visited,
body.cattery #ns3 a:link, body.cattery #ns3 a:visited,
body.fees #ns4 a:link, body.fees #ns4 a:visited,
body.faq #ns5 a:link, body.faq #ns5 a:visited,
body.contact #ns6 a:link, body.contact #ns6 a:visited,
body.links #ns7 a:link, body.links #ns7 a:visited,
#nav-supp a:hover, #nav-supp a:active {
	color: #cbe5ff;
	text-decoration: none;
}

body.home #ns1 a:hover, body.home #ns1 a:active {
	cursor: default;
}

/*

  Siteinfo

*/

#siteinfo {
float: left;
line-height: 55px;
}

#siteinfo p {
	margin: 0;
	padding: 0;
}

#siteinfo-credits a:link, #siteinfo-credits a:visited {
	color: #cbe5ff;
	text-decoration: none;
}

#siteinfo-credits a:hover, #siteinfo-credits a:active {
	color: white;
	text-decoration: none;
}


/* Fees */

.fees {
	border: none;
	text-align: left;
	margin-bottom: 0;
}

.fees-section h2 {
  font-size: 108%;
}

.fees th, .fees td {
	text-align: left;
	font-weight: normal;
	border: none;
	padding: 0;
	padding-bottom: 1em;
}

.fees .header-row th {
  font-size: 100%;
}

.fees .last th, .fees .last td {
	padding-bottom: 0;
}

.optionals th, .optionals td {
	padding-bottom: .4em;
}

.fees th {
  font-weight: bold;
	width: 150px;
}

.fees .data-row th {
  font-weight: normal;
}

td.price-day {
	width: 180px;
}

.optionals .price {
	width: 400px;
}

.quote {
	width: 300px;
}

p.caption {
	margin-top: 0;
}

/* faqs */

.faq dt {
	font-size: 93%;
	color: #981b1e;
	font-weight: bold;
	margin: 1.5em 0 .4em 0;
}

.faq dd {
	margin-left: 0;
}

/* contacts */

.contact dt, .contact dd {
	line-height: 2em;
}

.contact dt {
	float: left;
	width: 80px;
	clear: both;
}

dl.hours dt {
	width: 100px;
}

dt.tel, dd.tel {
	font-size: 108%;
	font-weight: bold;
}

#newsletter {
	text-align: center;
  padding-top: 45px;
  background: url(/images/bg/paw.png) no-repeat top center;
  height: 180px;
}

#newsletter .face-book{
  padding-bottom: 20px;
}

#newsletter p a:hover {
  color: blue;
}

#download {
	float: left;
	position: relative;
	margin-left: -2em;
	margin-bottom: 2em;
}

.email-form {
	clear: both;
	padding-bottom: 1px;
	margin-bottom: 1em;
}

.reader {
	margin-top: 4em;
}

.opening-hours-msg {
	margin: 2em 0;
	font-size: 108%;
}

.opening-hours-msg strong {
	color: #231f20;
}

.email-form {
	background-color: #fab84e;
}

