/* CSS Document */

/* Animal Concern CSS document */

	/* Site Design by Boyd Mckay 
	   Email - Boyd.Mckay2@ntlworld.com */



.outsideDIV {
	width: 900px;
	border: 1px solid #000;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

body {
	margin: 1em;
	background: url(images/main_bg.jpg) top left fixed;
	font: small, "Trebuchet MS", Arial, sans-serif;
}

p {
	margin: 0 0 1em;
	text-align: justify;
}

a {
	color: #03C;
}

#pageHeader {
	position: relative;
	width: 900px;
	height: 145px;
	padding: 0;
	margin: 0;
	background: url(images/header.jpg);
	z-index: 1;
}

#navbar {
	position: relative;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 45px;
	z-index: 2;
	background-image: url(images/navbar-bg.gif);
}

#navlinks {
	position: absolute;
	top: 0px;
	left: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 45px;
	display: inline;
	overflow: hidden;
	width: 900px;
}


#navlinks li {
	display: inline;
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

#navlinks a {
	float: left;
	padding: 45px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height/**/:45px;/* for IE5/Win */
}

#navlinks a:hover {
	background-position: 0 -45px;
}

#welcome-btn a  {
	width: 108px;
	background: url(images/welcome-btn.gif) top left no-repeat;
}

#news-btn a  {
	width: 73px;
	background: url(images/news-btn.gif) top left no-repeat;
}

#history-btn a  {
	width: 93px;
	background: url(images/history-btn.gif) top left no-repeat;
}

#gallery-btn a  {
	width: 94px;
	background: url(images/gallery-btn.gif) top left no-repeat;
}

#fact-sheets-btn a  {
	width: 132px;
	background: url(images/fact-sheets-btn.gif) top left no-repeat;
}

#support-us-btn a  {
	width: 134px;
	background: url(images/support-us-btn.gif) top left no-repeat;
}

#contact-us-btn a  {
	width: 128px;
	background: url(images/contact-us-btn.gif) top left no-repeat;
}

#sitemap-btn a  {
	width: 106px;
	background: url(images/sitemap-btn.gif) top left no-repeat;
}

#you-are-here p {
	padding: 1em;
	font-size: smaller;
}

#content p {
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1.5em;
	text-align: justify;
	font-size: small;
	border-color: #000000;
}

#content h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#content h3 {
	padding-left: 1.7em;
	font-size: larger;
	font-weight: bold;
}

#content h4 {
	padding-left: 2em;
	font-size: normal;
	font-weight: bold;
	text-align: left;
}

#content h5 {
	padding-left: 1.5em;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
}

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}

#footer-bar {
	position: relative;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 30px;
	background: url(images/footer-bg.gif);
	color: #FFF;
	z-index: 4;
}

#footer-bar p {
	text-align: center;
	padding: 0.5em;
	font-size: small;
	font-weight: bold;
}

#footer-links {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	z-index: 5;
}

#footer-links p {
	text-align: center;
	padding: 0.5em;
	font-size: smaller;
	font-weight: bold;
}

#your-contact-details {
	margin-left:2em;
}

 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 3em;
display: block;
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #000;
background: #fff;
border: 1px solid #000;
}

.submit input
{
color: #000;
background: #fff;
border: 2px outset #000;
}
fieldset
{
border: 1px solid #000;
width: 25em;
}

legend
{
color: #000;
background: #fff
border: 1px solid #000;
padding: 2px 6px;
}

#contact-form {
margin-left: 2em;
}

#textfield {
border: 1px solid #000;
}