/*Reset*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
input, select, textarea, table { font-family:inherit; font-size:inherit; font-weight:inherit;}

body {
	text-align:center;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#181c54;
	font-size:0.8em;
}

div#container {
	width:780px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div#col1 p, div#col1 h2, div#col1 h3 {
	margin:0px 30px 10px 30px;
}

div#col1 p img {
	margin:0px -30px -10px -30px;
}

div#col1 {
	float:left; display:inline;
	width:510px;
}

div#col2 {
	float:left; display:inline;
	width:268px;
}


.servicespg div#col1, .contactuspg div#col1{
	float:left; display:inline;
	width:770px;
}

.contactuspg div#col1{
	text-align:center;
}

.servicespg div#col2, .contactuspg div#col2 {
	visibility:hidden;
}

p {
	margin:10px 0px 10px 0px;
}

h2 {
	color:#c1b60e;
	font-size:1.3em;
	font-family: 'Times New Roman', Times, serif;
}

.right {	
	text-align:right;
}
	
div#header {
	width:780px;
	height:321px;
	position:relative;	
}

div#header h1 {
	overflow:hidden;
}

div#header h1 a {
	background-image:url('logo.jpg');
	height:252px;
	width:780px;
	display:block;
	text-indent:-8000px;
	position:absolute;
	top:0px;
	left:0px;
}

li#left {
	background-image:url('left.gif');
	height:70px;
	width:133px;
	float:left;display:inline;
}

li#right {
	background-image:url('right.gif');
	height:70px;
	width:130px;
	float:left;display:inline;
}

div#animals {
	background-image:url('animals.gif');
	height:138px;
	width:778px;
}

div#nav {
	position:absolute;
	left:0px;
	top:252px;
}

div#content {
	border-color:#181c54;
	border-style:solid;
	border-width:1px;
	overflow:auto;
}

div#footer {
	background-image:url('footer.gif');
	height:110px;	
	font-size:0.85em;
	margin-top:-1px;
	padding-top:1px;
}

div#footer p {
	margin-top:30px;
	text-align:center;
	width:780px;
	color:#ffffff;
	}

div#footer p a, div#footer p a:visited{
	color:#ffffff;
	text-decoration:none;
	margin-right:10px;
}

/*-----------Navigation--------------*/

div#nav ul{
	list-style-type: none;
	}

div#nav ul li {
	display:inline;
	float:left;
	overflow: hidden;
}

div#nav ul li a{
	display:inline;
	float:left;	
	text-indent:-8000px;
	display:block;	
	background-repeat:no-repeat;
}


div#nav ul li#navhome a{background:url('bttn1-home.gif') no-repeat left 0px; height:70px; width:129px;}
div#nav ul li#navaboutus a{background:url('bttn1-aboutus.gif') no-repeat left 0px; height:70px; width:130px;}
div#nav ul li#navservices a{background:url('bttn1-services.gif') no-repeat left 0px; height:70px; width:129px;}
div#nav ul li#navcontactus a{background:url('bttn1-contactus.gif') no-repeat left 0px; height:70px; width:129px;}


/*----------end navigation----------*/
