@charset "utf-8";
/* CSS Document */


/*  =========================== general styles =======================================  */	

/*dealing with the sidebar issues - stops a shift when scroller appears*/

html {height: 100%;} 
body {
	min-height: 101%;
	text-align: left;
} 

/* NB: because we're floating things, the content underneath the dropdowns also needs to be cleared (clear: left). */


#textbox {
clear: left;
}

body, html {
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

body {
	color:#000;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
}


#container {
	width: 910px; 
	margin: 20px auto;
}

a:link {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
	
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	outline: none;
}

#logo_banner {
	margin-bottom: 10px;
	margin-left: -3px;
	display: block;
	width: 909px;
	height: 133px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#logo_banner h1 { 
	display:none; 
	}


#textbox {
	margin-top: 8px;
	display: block;
	width: 570px;
	overflow: hidden;
	float: left;
	text-align: left;
}

#textbox a:hover {
	color:#69F;
}

#textbox a {
	font-weight: bold;
}

/*#textbox li a {
	font-weight: 100;
}*/

#picturebox {
	display: block;
	width: 300px;
	background-color: white;
	margin: 0px 12px 10px 10px;
	float: right;
}

#picturebox2 {
	display: block;
	width: 300px;
	background-color: white;
	margin: 0px 12px 15px 10px;
	float: right;
}


#sidemenu {
	display: block;
	width: 220px;
	float: right;
	margin-right: 60px;
}

#email a:hover {
	color:#69F;
}

#centre_menu a:hover {
	color:#69F;
	
}

#centre_menu li {
	/*list-style: none;*/
	text-align: left;
	
}

#sidemenu a {
	font-weight: bold;
}

#sidemenu a:hover {
	color:#69F;
}

#footer {
	display: block;
	height: 30px;
	width: 550px;
	margin: 0 auto;
	clear: both;
	color: #666;
	font-size: 12px;
	text-align: center;
	padding-top: 12px;
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999;
	margin-top: 10px;
}

	
/*  ==========================Photo Banner Styles  ==================================================   */


#banner {
	margin-top: 44px;
	margin-left: -3px;
	display: block;
	height: 170px;
	width: 907px;
	background-repeat: no-repeat;
}

#homepage #banner {
	background-image: url(../images/banner2.jpg);
}

#servicespage #banner {
	background-image: url(../images/services_banner.jpg);
}

#transportpage #banner {
	background-image: url(../images/transport_banner.jpg);
}

#teampage #banner {
	background-image: url(../images/team_banner.jpg);
}

#linkspage #banner {
	background-image: url(../images/links_banner.jpg);
}

#contactpage #banner {
	background-image: url(../images/contacts_banner.jpg);
}



/*  =========================== navigation general =======================================  */	


#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation a {
	display: block;
	background-color:#00FFCC;
	width: 150px;
	height: 20px;
}

#navigation li {
	float: left;
}


/*  =========================== allowing dropdown menu to display properly =======================================  */	


#navigation li ul {     
	position: absolute;     
	width: 6px;     
	left: -999px; } 

#navigation li:hover ul {     
	left: auto;
	 }
	 


#navigation li:hover ul, #navigation li.sfhover ul {     
	left: auto; }
	
#navigation li .sub {
	border-left:2px white solid;
	margin-left:-2px;
}
	
	
/*  =========================== main navigation buttons =======================================  */	
	
	
#home a {
	background-image: url(../images/triple_button_home.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;	
}

#home a:hover {
	background-position: -150px 0;
}

#home a span { display:none }	


#services a {
	background-image: url(../images/triple_button_services.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;	
}

#services a:hover {
	background-position: -150px 0;
}

#services a span { display:none }	


#transport a {
	background-image: url(../images/triple_button_transport.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;	
}

#transport a:hover {
	background-position: -150px 0;
}

#transport a span { display:none }	


#team a {
	background-image: url(../images/triple_button_team.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;	
}

#team a:hover {
	background-position: -150px 0;
}

#team a span { display:none }	


#links a {
	background-image: url(../images/triple_button_links.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;	
}

#links a:hover {
	background-position: -150px 0;
}

#links a span { display:none }	


#contact a {
	background-image: url(../images/triple_button_contact.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;	
}

#contact a:hover {
	background-position: -150px 0;
}

#contact a span { display:none }	


/*  ===========================services dropdown menu styles=======================================  */

	
#clinic a {
	background-image: url(../images/rehabilitation_slice.jpg);
	background-color: white;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;
}
	
#clinic a span { display:none }	
	
#clinic a:hover {
	background-position: -150px 0;
	}
	
#vet a {
	background-image: url(../images/dropdown_double_vetsupport.jpg);
	background-color: white;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;
}

#vet a span { display:none } 

#vet a:hover {
	background-position: -150px 0;
	}
	
#prices a {
	background-image: url(../images/dropdown_double_prices.jpg);
	background-color: white;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;
}

#prices a span { display:none } 

#prices a:hover {
	background-position: -150px 0;
}	
	
/*  ===========================meet the team dropdown menu styles=======================================  */	

#vetjob a {
	background-image:url(../images/dropdown_double_vetjob.jpg);
	background-color: white;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;
}
	
#vetjob a span { display:none }	
	
#vetjob a:hover {
	background-position: -150px 0;
	}
	
	
#physiojob a {
	background-image:url(../images/dropdown_double_physio.jpg);
	background-color: white;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;
}
	
#physiojob a span { display:none }	
	
#physiojob a:hover {
	background-position: -150px 0;
	}
	

#transjob a {
	background-image:url(../images/dropdown_double_transport.jpg);
	background-color: white;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;
}
	
#transjob a span { display:none }	
	
#transjob a:hover {
	background-position: -150px 0;
	}
	
	
#directjob a {
	background-image:url(../images/dropdown_double_director.jpg);
	background-color: white;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;
}
	
#directjob a span { display:none }	
	

#directjob a:hover {
	background-position: -150px 0;
	}
	
#managerjob a {
	background-image: url(../images/horsecare_double.jpg);
	background-color: white;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;
}
	
#managerjob a span { display:none }	
	

#managerjob a:hover {
	background-position: -150px 0;
	}

 
 
 /*  =========================== creating the page markers =======================================  */	
 

#homepage #home a {background-position: -300px 0; cursor: default;}
#servicespage #services #chief a{background-position: -300px 0; cursor: default;}
#transportpage #transport a{background-position: -300px 0; cursor: default;}
#teampage #team #chief2 a{background-position: -300px 0; cursor: default;}
#linkspage #links a{background-position: -300px 0; cursor: default;}
#contactpage #contact a{background-position: -300px 0; cursor: default;}
#contactpage #container #textbox iframe {
	text-align: center;
}

 /*  =========================== styling the contact form =======================================  */	
 
 .star {
	color: red;
	font-weight: bold;
}

label{
float: left;
width: 120px;
}

#details, #address, #messagetitle{
	font-weight: bold;
	color: black;
	padding: 10px;
}

fieldset{
	border: none;
	padding: 10px 0px;
}
