* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: rgb(0,0,0);
	font-size: 14px;
	font-weight: bold;
}

BODY{
	background:#FFFFFF url('../images/bg.jpg') repeat-x;
	font-family: Arial;
	font-size: 14px;
}

a:hover {
	color: rgb(47,135,61);
}

h1 {
	color: rgb(47,135,61);
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: rgb(47,135,61);
	font-size: 30px;
	font-weight: bold;
	margin-left: 200px;
}

h3 {
	color: rgb(255,255,255);
	font-size: 14px;
	height: 25px;
	background-image: url('../images/tab.jpg');
	padding-left: 20px;
	width: 300px;
	padding-top: 5px;
}

#container {
	margin: 0px auto 0px auto;
	width: 900px;
	border-left: 1px solid rgb(47,135,61);
	border-right: 1px solid rgb(47,135,61);
}

#head {
	width: 900px;
	height: 150px;
	background-color: rgb(255,255,255);
	background-image: url('../images/header.jpg');
}

#nav {
	width: 900px;
	background-image: url('../images/tab.jpg');
	height: 30px;
}

#nav li.normal {
	list-style: none;
	float: left;
	height: 20px;
	padding: 5px 9px 5px 10px;
	border-right: 1px dotted rgb(255,255,255);
	color: rgb(255,255,255);
	cursor: pointer;
	font-size: 14px;
}

#nav li:hover {
	background-image: url('../images/tab_select.jpg');
	
}

#nav li.select {
	list-style: none;
	float: left;
	height: 20px;
	padding: 5px 9px 5px 10px;
	border-right: 1px dotted rgb(255,255,255);
	color: rgb(255,255,255);
	cursor: pointer;
	background-image: url('../images/tab_select.jpg');
	font-size: 14px;
}

#mid {
	width: 898px;
}

#mid-left {
	width: 283px;
	height: 408px;
	border-right: 1px dotted rgb(47,135,61);
	float: left;
}

.lnav {
	width: 168px;
	padding: 5px 0px 0px 115px;
	height: 25px;
	color: rgb(255,255,255);
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background-image: url('../images/tab.jpg');
}

.lnav:hover {
	background-image: url('../images/tab_select.jpg');
	color: rgb(0,0,0);
}

#local {
	padding-left: 90px;
	width: 193px;
}

#weather {
	height: 268px;
	width: 281px;
	padding: 50px 0px 0px 0px;
	border-bottom: 1px dotted rgb(47,135,61);
	text-align: center;
}

#moreinfo {
	height: 313px;
	width: 283px;
	border-bottom: 1px dotted rgb(47,135,61);
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#aboutus {
	height: 268px;
	width: 257px;
	border-bottom: 1px dotted rgb(47,135,61);
	padding: 50px 13px 0px 13px;
	text-align: center;
}

#mid-right {
	width: 614px;
	height: 408px;
	float: left;
}

.holder {
	width: 900px;
	height: 204px;
}

.type {
	width: 439px;
	height: 194px;
	padding: 10px 0px 0px 10px;
	float: left;
	background-image: url('../images/type.jpg');
	cursor: pointer;
}

.type:hover {
	background-image: url('../images/type_select.jpg');
}

.pets {
	cursor: default;
}

.pets:hover {
	background-image: url('../images/type.jpg');
}

.typelist {
	margin: 30px 0px 0px 10px;
	float: left;
	width: 570px;
}

.typelist li {
	padding-left: 20px;
	background-image: url('../images/bullet.jpg');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	list-style: none;
}

.submit {
	border: 0px;
	background-image: url('../images/submit.png');
	background-color: transparent;
	height: 29px;
	width: 87px;
	cursor: pointer;
}

.email {
	float: left;
	width: 420px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.email_response {
	width: 600px;
	margin: 0 auto;
}

.contactright {
	float: right;
	width: 420px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#infoholder {
	border-left: 1px solid rgb(47,135,61);
	border-right: 1px solid rgb(47,135,61);
	border-bottom: 1px solid rgb(47,135,61);
	width: 318px;
}

#foot {
	width: 880px;
	height: 35px;
	background-image: url('../images/footer.jpg');
	padding: 15px 10px 0px 10px;
	color: rgb(255,255,255);
	clear: both;
}

#login {
	width: 280px;
	height: 110px;
	margin: 200px auto;
	font-size: 14px;
	border: 1px solid rgb(0,0,0);
	padding: 20px 0px 0px 20px;
}

#error {
	width: 280px;
	height: 50px;
	text-align: center;
	color: rgb(255,0,0);
}

#leftside {
	width: 200px;
	overflow: auto;
	height: 1000px;
	border: 1px solid rgb(47,135,61);
	float: left;
}

#rightside {
	width: 940px;
	height: 1000px;
	border: 1px solid rgb(47,135,61);
	float: left;
	margin-left: 5px;
}

#content {
	width: 1150px;
	height: 1000px;
	margin: 0px auto;
}