body {
	margin: 0px;
	background: #f4f2e9 url(../images/bg_final.png) repeat-x 0 0;
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

p, h1, h2, h3, h4, h5, h6, li, td, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 13px 0;
}

p.smalltext {
	font-size: 11px;
	line-height: 15px;
	padding: 6px;
	background: #f4f2e9;
}

p.home {
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #f7a11f;
	text-decoration: none;
}

a:hover {
	color: #ef7b1d;
}

h1 {
	font-size: 25px;
	line-height: 30px;
	padding: 15px 0 18px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #d3cdc5;
}

h2 {
	margin: 0 0 5px 0;
}

.orange {
	color: #f7a11f;
}

#holdall {
	width: 960px;
	margin: 0 auto 20px auto;
}

#header {
	margin: 27px 0 34px 0;
	padding: 0 20px 0 20px;
	min-height: 177px;
}

#cta {
	display: inline;
	float: left;
}

#logo {
	display: inline;
	float: right;
	width: 170px;
}

#logo img {
	margin: 0 0 15px 0;
}

#logo p {
	text-align: center;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

#colHolder {
	clear: both;
	width: 960px;
	background: url(../images/colHolder_bg.gif) repeat-y 0 0;
}

#lcol {
	display: inline;
	float: left;
	width: 190px;
	margin: 0 60px 0 20px
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	background: url(../images/nav_link.gif) 0 -53px no-repeat;
	display: block;
	width: 125px;
	height: 53px;
	line-height: 50px;
	padding: 0 0 0 65px;
	text-decoration: none;
	color: #666666;
}

#nav li a:hover {
	background: url(../images/nav_link.gif) 0 -106px no-repeat;
}

#nav li a.selected {
	background: url(../images/nav_link.gif) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
}

#rcol {
	float: left;
	display: inline;
	width: 670px;
	min-height: 320px; !important
}

#bee {
	width: 960px;
	background: url(../images/rcol_bee_bg.jpg) 555px top no-repeat;
}

#fish {
	width: 960px;
	background: url(../images/rcol_fish_bg.jpg) 555px 40px no-repeat;
}

#humming {
	width: 960px;
	background: url(../images/rcol_humming_bg.jpg) 555px top no-repeat;
}

#rhino {
	width: 960px;
	background: url(../images/rcol_rhino_bg.jpg) 555px 40px no-repeat;
}

#ant {
	width: 960px;
	background: url(../images/rcol_ant_bg.jpg) 555px top no-repeat;
}

#rcol h3 {
	float: right;
	width: 170px;
	display: inline;
	color: #f7a11f;
	font-size: 13px;
	line-height: 16px;
}

#rcol #mainContent {
	width: 440px;
}

#rcol #mainContent.full {
	width: 670px;
}

#gmap {
	width: 438px;
	height: 328px;
	margin: 0 0 13px 0;
	overflow: hidden;
	border: 1px solid #d3cdc5;
}

#footer {
	background: url(../images/footer_bg.gif) no-repeat 0 0;
	height: 27px;
}

#footer ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#footer ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 3px 0 0;
	line-height: 23px;
	font-size: 11px;
	color: #999999;
}

#footer ul li.right {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
}

#footer ul li a {
	color: #666666;
}


