html {
	margin:0px;
	padding:0px;
}

body {
	background-color:#ceece2;
	margin:0px;
	padding:0px;
	font-family: verdana, arial;
	font-size:small;
	color:#808080;
}

#site {
	background-position: right top;
	background-image:url(layout/petboarding_bg.gif);
	background-repeat:repeat-y;
	width: 950px;
	margin-right: auto;	
	margin-left: auto;
	margin-top:0;
	padding:0;
}

#header {
	margin:0 7px;
	background-image:url(layout/petboarding_header_bg.jpg);
	background-repeat:no-repeat;
	width:936px;
	background-color:#54bbf6;
}

#footer 
{
    background-color:#098eeb;
    clear:both;
    margin:20px 6px 0 6px;
    color:#fff;
    font-size:90%;
    height:30px;
    padding-top:10px;
}

#footer a 
{
    color:#fff;
}

#footer img 
{
    border:0;
}

	
#menu
{	
    margin: 0px 10px;
    list-style-type: none;
    font-family: "trebuchet ms", verdana, arial;
    clear:both;
 
}
#menu ul
{
    margin: 0px;
  
}
#menu li
{
    background-position: left top;
    display: block;
    float: right;
    background-image: url(layout/menu_left.gif);
    margin: 0px 1px;
    background-repeat: no-repeat;

}
#menu li a
{
    background-position: right top;
    display: block;
    font-weight: bold;
    float: left;
    background-image: url(layout/menu_right.gif);
    color: #64892d;
    padding: 8px 12px 8px 12px;
    background-repeat: no-repeat;
    letter-spacing: 0.03em;
    text-decoration: none;
}

#menu .currentlink 
{
    background-image:none;
    -moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 8px 8px 0 0; 
	border-radius: 8px 8px 0 0; 
	background-color:#ffac22;
}

#menu .currentlink a 
{
    background-image:none;
    color:#fff;

}

#menu li a:hover
{
    text-decoration: underline
}

#searchbar 
{
    background-color:#ffac22;
    clear:both;
    padding:0 20px;
    height:44px;
    background-position:top right;
    border-bottom:3px solid #e0d3c3;
    text-align:right;
}

#searchbar form 
{
    padding:9px 0;
    text-align:left;
}
#searchbar select,#searchbar #postcode
{
    height:25px; 
	border:none;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	border-radius:5px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px; 
    background-color:#ffeecd;
    border-top:1px solid #878787;
    border-left:1px solid #dcdcdc;
    color:#5d5d5d;
    float:left;
}

#searchbar option {padding:2px}

#searchbar #go 
{
    border:1px solid #ff5b03;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	border-radius:5px;
    margin:0;
    padding:5px;   
    color:#0091cd;
    background-color:#fff;
    font-weight:bold;
	float:left;
	margin-left:10px;
	font-size:smaller;

}

#searchbar #postcode 
{
    height:15px;
	font-size:85%;
	color:#808080;
	width:150px;
}


#searchbar label 
{
    color:#fff;
    font-weight:bold;
    float:left;
    margin:5px 8px;
}


#serviceowners 
{
    position:absolute;
    top:10px;
    left:50%;
    width:280px;
    height:50px;
    color:#fff;
    font-weight:bold;
    margin-left:170px;
    font-size:smaller;
    text-align:right;
}

#serviceowners a 
{
    text-decoration:underline;
    color:#fff;
    text-align:center;
}

#serviceowners img 
{
    margin-right:-7px;
    border:0;
}

#breadcrumb {
	font-size:85%;
}
	
#content-wide {
    margin:30px 45px 0 55px;
}

#content {
    width: 650px;
    margin:-10px 0 0 -10px;
    float:left;
}

#contentsearch {
    width: 620px;
    margin:20px 15px 0 35px;
    float:left;
}

#rightcol {
	width:200px;
	margin-left:20px;
	margin-right:-20px;
	float:left;
	text-align:center;
	margin-top:40px;
}

#rightcolsearch {
	width:260px;
	float:left;
	text-align:center;
	margin-top:20px;
}

#rightcol .rightcolcontent {
	width:145px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#rightcol .rightcolcontent h3 {
	text-align:center;
}

#rightcol .imagelink {
	border:0;
	margin:5px 0;
}

/*top section index page*/
#bluetop 
{
  color:#404040;
  background-color:#f2f8fc;
  margin:-30px -38px 0 -48px;
  padding:20px 38px 0 48px;   
}

#blueband 
{
    background-color:#c5e2f3;margin:0 -38px 0 -48px;padding:5px 38px 5px 48px;
}

p {
	font-size:90%;
}

h1,h2,h3,h2 a {
	 font-family: "trebuchet ms", verdana, arial;
	 color:#689331;
	}

h2 {
	font-size:small;
}
	
h2 {
	font-size:medium;
}

h1 {
	font-size:x-large;
}

.advicepage h2 {font-size:180%;font-weight:normal;}
.advicepage h3 {font-size:120%}

a {
	color:#8dc54c;
}

/*box3 is for adertiser form tips*/
.box3,.box4 {
	background-color:#f2f9e7;
	padding:10px;
	border:1px solid #808080;
	float:right;
	margin-left:5px;	
}

.box3 {
	width:150px;
	font-size:85%;
	margin-top:10px;
}

.box4 {
	float:left;
	margin:10px 0;
	width:710px;
}

.box4 h3 {
	margin-top:0;
	padding-top:0;
}

.homecolumn 
{
	width:23%;
	float:left;
	font-size:85%;
	margin-top:10px;
	margin-right:2%;  
	text-align:center;  
}

.notebox 	
{
    width:345px;
	font-size:90%;
	float:right;
	margin-left:5px;
	background-color:#f2f9e7;
	border:1px solid #739b3f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;  
	border-radius:10px;
	}
	
.noteboxheader 	
{
    width:345px;
	font-size:90%;
	float:right;
	margin-left:5px;
	background-color:#d0e9a5;
	border-bottom:1px solid #739b3f;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;  
	border-radius:10px 10px 0 0;
	margin-bottom:10px;
	}	
	
.noteboxheader h2, .noteboxheader h3  
{
    text-align:center;
    margin:4px 6px;
	padding-top:0;
}

.notebox .notes 
{
    margin:10px;
}

.pgreenbox 
{
    border-color:#b7d7ce;
    margin-bottom:10px;
    width:200px;
    text-align:left
}

.pgreenbox .noteboxheader 	
{
    width:200px;
	background-color:#68b2f3;
	border-bottom:0;
	margin-bottom:5px;
	}	
	
.pgreenbox h3 
{
    color:#fff;
}
	
.pgreenbox ul,.pgreenbox li {
list-style-type:none;
margin:0;
padding:0;
}

.pgreenbox img {
	margin:0;
	padding:0;
	float:left;
}

.homecolumncontent 
{
    background-color:#e5f2ca;
    padding: 0 6px;
}

.homecolumn a {
	text-decoration:none;
	color:#648d2d;
}

.homecolumn a:hover 
{
    text-decoration:underline;
}

.homecolumn h2
{
    background-color:#95c731;
    color:#fff;
    margin :0 -6px;
    padding:3px 0;
}

.homecolumn h2 a 
{
    color:#fff;
}


.column1 {
	width:30%;
	border-right:1px dashed #e6e6e6;
	float:left;
	font-size:85%;
	padding: 0 6px;
	margin-top:10px;
}

.column1 h2 {
	text-align:center;
	background: url(layout/heading_corner.gif) 100% 0 no-repeat;
	background-color:#d0e9a5;
	
	}
	
.column1 li,.column1 ul,.homecolumn li,.homecolumn ul {
	list-style-type:none;
	padding:3px;
	margin:0;
}

.column1 li ul,.homecolumn li ul {
	margin:0;
	padding:0;
}

.column1 a{
	text-decoration:none;
}

.column1 h3 a {
	color:#689331;
}

.column1 h3 {
	margin-bottom:3px;
	
}

.listing {
	background-color:#fbfbf9;
	border:2px solid #8dc54c;
	padding:12px 0;
	float:left;
	width:100%;
	margin-bottom:10px;
}

.listing1 {
	margin-left:15px;
	width:470px;
	float:left;
}


.listing2 {
	border:1px solid #dde9e5;
	padding:12px;
	margin: 0 7px 10px 7px;
	
	width:285px;
	float:left;
}

.listingimg,.listingimg2 {
	width:150px;
	float:left;
	margin-left:10px;
}

.listingimg3 {
	width:100px;
	float:left;
}

.listingimg img,.listingimg3 img {
	padding:5px;
	border:1px solid #dde9e5;

}

.listingimg2 img {
	padding:1px;
	border:none;

}

.listing h2, .listing h3,.listing2 h3 {
	margin-top:0;
	margin-bottom:0;
}

.listing2 h2, .listing2 h3 {
	color:#808080;
}

.listing1 .address {
	margin-top:2px;
	font-weight:normal;
}

.listing2 .address {
	margin-top:2px;
}

.listing a {
	font-weight:bold;
}

.listing h2 a {
	text-decoration:none;
	}

.imgright {
	float:right;
	margin-left:5px;
	}
	
.imgleft {
	float:left;
	margin-right:5px;
	}

table {
	font-size:small;
	border-collapse: collapse;
	width:100%;
}

.rows td,.rows th {
padding:12px 5px;
border-bottom:1px solid #c0c0c0;
}

.grid td {
border:1px solid #c0c0c0;
padding:5px;
}

th {
	text-align:left;
	padding:4px 0;
}

table .highlight {
	background-color:#f2f9e7;
	font-weight:bold;
}

.form h2 {
	border-bottom:1px dashed #e6e6e6;
	}
	
.form label {
	width: 150px;
	float: left;
	text-align: right;
	margin: 10px 1em 4px 0;
	clear: left;
	}

.form input,.form textarea,.form select {
	margin:2px;
	margin-top:10px;
	font-family: verdana, arial;
	font-size:small;
}

.form .textinput {
	width:230px;
}

.form .checkbox {
	margin-top:12px;
	margin-bottom:11px;
}

.form textarea {
	width:380px;
	height:100px;
}

fieldset {display:inline;border:0;;padding:0;margin:0;}

.warning {
	color:red;
	font-weight:bold;
}

.button {
	width:100px;
	height:21px;
	border:1px solid #689331;
	background-color:#f2f9e7;
	color:#689331;
	display:block;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
	text-decoration:none;
}

.formbutton {
	border:1px solid #689331;
	background-color:#f2f9e7;
	color:#689331;
	font-weight:bold;
	text-align:center;
	margin:10px 0;
	padding:4px;
	float:right;
}

.small,#header select {
	font-size:85%;
}

.profile h2 {
	background-color:#f2f9e7;
	clear:both;
	margin-top:5px;
	padding:4px 5px;
}

.profile h3 {
	margin-left:40px;
	margin-bottom:2px;
}

.profile p {
	margin-left:40px;
	margin-right:40px;
}


.warningbox {
	border:1px solid red;
	font-size:85%;
	color:red;
	padding:5px;
}



#searchbox {
    width:393px;
    background-image:url(layout/searchbox_bg.gif);
    background-repeat:repeat-y;  
    background-position:bottom left;
    color:#000;
}

#searchbox label {
    font-size:smaller;
    font-weight:bold;
    width:70px;
    float:left;
    text-align:right;
    margin:0 10px 5px 0; 
}

.searchmap 
{
    width:150px;
    font-size:x-small;
}

.searchmap a 
{
    font-weight:bold;
}

.advicemenu h3 {background-color:#54bbf6;padding:7px;color:#fff;}
.advicemenu a {color:#686868;}
.advicemenu a:hover {text-decoration:none}
.advicemenu {line-height:1.5em}

.photocaption 
{
    border-bottom:1px solid #54bbf6;
    padding-bottom:4px;
    font-size:x-small;
    font-style:italic;
}

.photocaption img 
{
    margin-bottom:4px}



