/* BASE CSS */

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

html, body {
	background-color: #FFFFFF;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
}

html, body, input, select, .content {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #505050;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

body.popup {
	background-color: #FFFFFF;
	background-image: url(/images/pop_up_bg.gif);
	background-repeat: no-repeat;
	padding: 70px 10px 10px 10px;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

p {
        margin-top: 10px;
}

/* p:first-child {
        margin-top: 0px;
        padding-top: 0px;
}*/

a:link {text-decoration: none; color : #000000}
a:visited {text-decoration: none; color : #000000}
a:active {text-decoration: none; color : #C47710}
a:hover {text-decoration: none; color : #C47710}

a img { border: none; }


/* LAYOUT CSS */

#wrapper {
	margin: 0px auto;
	width: 773px;
}

#border_left {
	width: 20px;
}

#border_right {
	width: 20px;
}

#content_box {
	width: 760px;
	background-color: #FFFFFF;
}

#leftnav {
	width: 192px;
	border-top: 1px solid #DDDDDD;
	padding-top: 7px;
	margin-left: 0px;
	width: 192px;
}

#leftnav div.wrapper {
	color: #4F5050;
	font-size: 13px;
	line-height: 20px;
	margin-left: 8px;
	width: 184px;
}

#leftnav a:link {text-decoration: none; color : #4F5050}
#leftnav a:visited {text-decoration: none; color : #4F5050}
#leftnav a:active {text-decoration: none; color : #4F5050}
#leftnav a:hover {text-decoration: none; color : #000000}

#leftnav .active a, #leftnav a.active {text-decoration: none; color : #C47710}

#leftnav ul {
	list-style: none;
	list-style-position: outside;
	margin-left: 8px;
	padding-left: 0px;
	font-size: 13px;
	line-height: 20px;
}

#leftnav div {
	display: block;
	width: 184px;
	margin: 0px;
	padding: 0px;
}

#leftnav li ul {
	margin-bottom: 5px;
}

#leftnav ul li ul li {
	width: 164px;
	font-size: 11px;
	line-height: 18px;
}

#leftnav div a:hover, .active {
	display: block;
	width: 184px;
	background-image:url(/images/leftnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #C47710;
}

#leftnav li ul a:hover, #leftnav li ul .active {
	width: 176px;
	color: #C47710;
}

#leftcontent {
	margin-left: 8px;
}

#home_left {
	width: 245px;
}

#home_left .wrapper {
	border-top: 1px solid #DDDDDD;
	padding: 7px;
	margin-left: 0px;
	width: 231px;
}

#content {
	width: 475px;
}

#content_full {
	width: 732px;
}

#home_content {
	width: 474px;
}

#content .wrapper, #content_full .wrapper, #home_content .wrapper {
	border-top: 1px solid #DDDDDD;
	padding: 8px;
}

.animal_content {
	width: 356px;
}

.animal_content .wrapper {
	border-top: 1px solid #DDDDDD;
	padding-top: 7px;
	margin-left: 0px;
	width: 356px;
}

.animal_content div {
	margin-left: 8px;
	width: 340px;
}

.animal_cat ul {
	list-style: none;
	list-style-position: outside;
	padding-left: 0px;
	font-size: 13px;
	line-height: 20px;
}

.animal_cat li ul {
	margin-bottom: 5px;
	margin-left: 8px;
}

.animal_cat ul li ul li {
	width: 164px;
	font-size: 11px;
	line-height: 18px;
}

.animal_list ul {
	list-style: none;
	list-style-position: outside;
	padding-left: 0px;
	line-height: 20px;
}



#footer {
	color: #939393;
	font-size: 10px;
	line-height: 12px;
	margin-top: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-top: solid;
	border-width: 1px;
	border-color:#999999;
}

#footer a:link {text-decoration: none; color : #939393}
#footer a:visited {text-decoration: none; color : #939393}
#footer a:active {text-decoration: none; color : #939393}
#footer a:hover {text-decoration: none; color : #C47710}

#footerlogos {
	margin-bottom: 10px;
}

.searchbox {
	width: 157px;
	height: 16px;
	background-color: #DDDADA;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-right: 0px;
	margin: 2px 0px 2px 2px;
	padding: 3px 0px 0px 3px;
	color: #444444;
	font-size: 11px;
	line-height: 13px;
}

.searchsubmit {
	margin: 0px 0px 0px 0px;
}

/* CONTENT CSS */

.photoborder {
	padding: 4px;
	border: 1px solid #E5E5E5;
}

.photoborder2 {
	border: 1px solid #E5E5E5;
}

#mapborder {
	padding: 4px;
	border: 1px solid #E5E5E5;
}

.homemenu td {
	padding: 0px 6px 6px 0px;
}

h1 {
	color: #C47710;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

h2 {
	color: #C47710;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

h2 a:link, h2 a:visited {
	color: #C47710;
}

h2.green_bg {
	color: #FFFFFF;
	background-color: #768750;
	height: 12px;
	padding: 4px 6px;
}

.newsletter {
	font-size: 9px;
	padding-top: 11px;
}

.missing {
	color: #C47710;
}

.disabledtext {
	color: #CCCCCC;
}

fieldset {
	margin-top: 8px;
	padding-bottom: 2px;
	border: 1px solid #CCCCCC;
}

fieldset td {
	padding: 2px 0px 2px 6px;
}

legend {
	color: #C47710;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 3px;
	margin-left: 3px;
}

input {
	margin: 2px 0px;
}

input.email {
	border: 1px solid #AAAAAA;
	width: 134px;
	height: 12px;
	background-image: url(/images/email_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 3px;
	font-size: 10px;
}

.submit {
	color: #C47710;
	border: 1px solid #231F20;
	background-color: #EEEEEE;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 1px 0px;
}

ul {
	list-style-position: inside;
}

.brown {
	color: #C47710;
}

.radio {
	margin: 0px;
	padding: 0px;
}

