/* Just for the home page */

/* Introduction */
div#intro {
	margin-top: 122px;
	padding: 45px 0 0 0px;
	color: white;
	background: url(/img/bg-intro.png) top no-repeat;
}

	* html div#intro {margin: 125px 0 0 0;}


	#intro div {
		width: 930px;
		margin: 0 auto;
		text-align: left;
		background: #c53735 url(/img/bg-intro-div.png) top left no-repeat;
	}

		#intro div div {
			background: url(/img/bg-intro-div-div.png) bottom left no-repeat;
			padding: 17px 132px 10px 132px;
			width: auto;
			margin: 0;
			height: 115px;
			hei\ght: 85px;
		}
		form[id] #intro div div {
			height: auto;
			min-height: 85px;
		}

/* Fixes to stop the background tabs moving on top navigation at 800x600*/

	html>/**/body div#intro, 
	*:first-child+html div#intro
		{
			width:930px;
			margin:125px auto 0 auto;
		}

		html>/**/body #intro div, 
		*:first-child+html #intro div 
			{
				width: 1010px;
				margin: 0 auto;
				text-align: left;
				background:none;
			}

			html>/**/body #intro div div, 
			*:first-child+html #intro div div 
				{
					width: 1130;
					background: url(/img/bg-intro-div-with-tail.png) top left no-repeat;
					width: auto;
					margin-left:-100px;
					padding-left: 220px;
				}

/* End "fixes" */

			#intro h1 {
				font-size: 110%;
				margin: 0 0 0.7em 0;
			}
			#intro p {
				font-size: 90%;
			}

	/* Hospital panel, under intro, above */
	div#hospitalpanel {
		color: white;
		background: url(/img/bg-hospital-panel.png) top no-repeat;
		text-align: left;
		width: 931px;
		margin: -13px auto 0 auto;
		padding: 34px 0 0 0;
		position: relative;
		right: 1px;
	}
		#hospitalpanel a {
			color: white;
			text-decoration: underline;
		}
		#hospitalpanel div {
			background: #56004e url(/img/bg-hospital-panel-div.png) bottom no-repeat;
			padding: 0 121px 1em 121px;
		}

	/* News, left */
	div#news {
		float: left;
		width: 309px;
		font-size: 90%;
		padding: 3.7em 0 0 0;
	}
		#news h2 {
			margin: 0 0 0.3em 0;
			font-size: 100%;
		}
		#news dt {
			float: left;
			width: 52px;
			padding: 0 0 0.7em 0;
		}
		#news dd {
			float: left;
			width: 198px;
			padding: 0.2em 0 0 0;
		}
			#news dd a, #users ul a {
				color: #c53735;
				background: url(/img/bg-midcontent-a.png) top right no-repeat;
				padding: 0 20px 0 0;
				display: block;
			}

	/* The RSS link */
	p#rss {
		margin: 0 60px 1em 0;
		background: #393939 url(/img/bg-rss.png) top no-repeat;
		font-size: 95%;
	}
		#rss a {
			display: block;
			color: white;
			background: url(/img/bg-rss-a.png) bottom no-repeat;
			padding: 6px 5px 6px 40px;
		}

	/* The two user groups - mid right */
	div#users {
		float: left;
		width: 619px;
		background: url(/img/bg-users.png) bottom left no-repeat;
		border-top: solid 1px white;
		margin: 5px 0 0 0;
		padding: 0 0 13px 0;
	}
		#users div {
			float: left;
			width: 299px;
		}
			#users h2 {
				margin: 0 0 0.5em 0;
			}
			#users dl {
				margin: 0 0 1em 12px;
			}
				#users dt {
					width: 150px;
					float: left;
				}
				#users dd {
					width: 137px;
					text-align: center;
					float: left;
				}

			#users ul {
				margin: 0 0 0.5em 0;
			}
			#vets ul {
				margin-right: 20px;
			}
				#users ul li {
					padding: 0 0 0.5em 30px;
				}

		div#vets {
			width: 319px;
		}
			#vets ul li {
				background: url(/img/bg-vets-li.png) top left no-repeat;
			}
			#owners ul li {
				background: url(/img/bg-owners-li.png) top left no-repeat;
			}