                          /* CSS Document */

	* {
		padding:0px;
		margin:0px;
	}
	
	img {
		border:none;
	}

	body {
		background-image: url('../images/body_bg.jpg');
		margin-bottom:0px;
	}
	
	#container {
		position:relative;
		margin:auto;
		width:960px;
	}
		

	#header {
		position:relative;
		width: 960px;
		height: 186px;	
		margin:auto;
	}
	
	#topbar {
		background-image: url('../images/top_bar.png');
		background-repeat: repeat-x;
		height:42px;
		margin:-7px 0;
		
	}

	#logo {
		background-image: url('../images/logo.jpg');
		background-repeat: no-repeat;
		width: 796px;
		height:186px;
		position:absolute;
		left:0px;
	}
	
	#vetstaff {
		background-image: url('../images/vet_staff.png');
		background-repeat: no-repeat;
		width:157px;
		height:183px;
		position:absolute;
		right:0px;		
	}
	
	#headerinfo {
		position:absolute;
		right:175px;
		margin:25px 0;				
	}
	
	#headerinfo h1 {
		font-family:georgia;
		font-style:italic;
		font-size:20px;
		text-align:center;
		color:#285f95;
		padding: 0 0 10px 0;
		border-bottom:1px solid #777;
	}
	
	#headerinfo p {
		font-family:helvetica;
		color:#777;
		font-size:14px;
		font-weight:bold;	
		text-align:center;
		padding:0;
		margin:0;
	}


	#footer {
		width: 650px;
		height: auto;	
		margin: auto;
		position:relative;
	}
	
	#footer div {
		font-family:Comic Sans MS, georgia;
		padding-top:8px;
		padding-bottom:2px;
		padding-right:0px;
		padding-left:0px;
		color:#285f95;			
	}	
	
	#footer p {
		font-family:Comic Sans MS, georgia;
		padding-top:8px;
		padding-bottom:2px;
		padding-right:0px;
		padding-left:0px;
		color:#285f95;			
	}

	#footer a, a:visited, a:active {
		font-family:Comic Sans MS, georgia;
      		color:#285f95;	
	        text-decoration:underline;
	}

	#footer a:hover {
		font-family:Comic Sans MS, georgia;
      		color:#285f95;	
	        text-decoration:none;
	}


	
	#footerlogos {
		right:0px;
		top:0px;
                vertical-align:top;
		position:absolute;
	}
	
	#footerlogos a, a:hover {
		border:none;
	}
	
	
	#content {
		width:664px;
		min-height:500px;
		background-color:#fff;
		margin:15px 0 0 40px;
		border-left:1px solid #8ca6b2;
		border-right: 1px solid #8ca6b2;
		border-bottom:1px solid #8ca6b2;
	}
	

	
	#contentwrap {	
		background-image: url('../images/content_header.png');
		background-repeat: no-repeat;	
		width: 750px;
		margin: auto;
		float:right;
		min-height:500px;
		position:absolute;
		left:200px;
	}
	
	#contentwrap h1 {
		font-family: "papyrus",georgia;
		font-weight: bold;
		font-size:26px;
		color:#79888f;
		border:none;
		margin:0;
		padding:30px 0 0 50px;
	}

	
	#menu {
		background-image: url('../images/menu_bg.png');
		background-repeat: no-repeat;
		margin:18px 0 0 0;
		height: 890px;
		width: 205px;
		float:left;
	}
	
	#slideshow {
		width: 900px;
		height: 500px;
		margin: auto;
	}	





/* General Use Styles */	
	p {
		font-family: helvetica;
		text-align: left;
		font-size: 12px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
		padding: 5px 10px 10px 15px;
		line-height:1.5;
	}

	h1 {
		font-family: "gill sans mt", "gill sans", helvetica;
		font-size: 28px;
		font-weight: normal;
		background-image: url('../images/h1.jpg');
		background-repeat: no-repeat;
		color: #476e93;
		text-decoration: none;
		text-align: left;
		margin:0;
		padding: 10px 0 10px 10px;
	}
	
	h2 {
		font-family: helvetica;
		background-color:#e8f0f7;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;	
		font-size: 22px;
		font-weight: normal;
		background-repeat: no-repeat;
		color: #6598c9;
		text-decoration: none;
		padding:5px;
		margin:10px;
	}
	
	h3 {
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		font-style:italic;
		border-bottom:1px dotted #ccc;
		color: #777;
		margin:0;
		padding:10px 10px 0px 10px;	
	}	

	
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #354658;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 30px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	li {
		background-image: url('../images/li.jpg');
		background-repeat: no-repeat;
		font-size: 12px;
		font-weight: bold;
		list-style-type: none;
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 20px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
/* These are the Main Menu Links */	

	a:link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #800000;
		text-decoration: underline;
	}
	a:visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #800000;
		text-decoration: underline;
	}
	a:active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #800000;
		text-decoration: underline;
	}
	a:hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #f00000;
		background-color: none;
		text-decoration:none;
	}


/* These are the Main Menu Links */	

	#menu ul {
		padding:20px 0 10px 0;
		margin:0;
	}
	
	#menu li {
		margin:5px 0px 5px 0;
		padding:0;
	}
	
	
	#menu li a {
		width:200px;
		height:30px;
		display:block;
		padding: 0 0 0 40px;
		background-image: url('../images/menu.jpg');
		background-repeat: no-repeat;
		font-family:helvetica;
		font-size:18px;
		color:#fff;
		line-height:30px;
		border:none;
                text-decoration:none;

	}	
	
	#menu li a:hover {
		background-image: url('../images/menu_hover.jpg');
		background-repeat: no-repeat;
		font-family:helvetica;
		font-size:18px;
		color:#fff;
		text-decoration:none;
	}
	



/* Contact Form */

	#contact-wrapper {
		width: 430px;
		border: 1px solid #777;
		background:#fff;
		padding: 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#contact-wrapper div {
		clear: both;
		margin: 1em 0;
	}
	
	#contact-wrapper label {
		display:block;
		float:none;
		font-size:18px;
		font-weight:normal;
		color:#777;
		width:auto;
		font-family:Georgia;
		text-align:left;
		margin-left:30px;
	}
	
	form#contactform input {
		border-color: #000 #777 #000 #777;
		border-style: solid;
		border-width: 1px;
		padding: 5px;
		font-size: 16px;
		color: #000;
	}
	
	form#contactform textarea {
		font-family:Arial, Tahoma, Helvetica, sans-serif;
		font-size:100%;
		padding:0.6em 0.5em 0.7em;
		border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
		border-style:solid;
		border-width:1px;
	}                          