/*
	===================================================================
	project: Peter Jones, Animal Kingdom Artist
	Date:    March 2010
	author:  Sarah Hall
	-------------------------------------------------------------------
	2010. Further developed from a FREE Design downloaded from Solucija
	===================================================================
*/

*{
	margin:0;
	padding:0;
}

:focus,:active {
	outline:0;
}
img{
	border: 0;
}
body { 
	font: small Arial, Tahoma, Verdana; 
	color: #777;
}
.left {
	float: left;
	margin: 0px 15px 15px 0px;
}

.right {
	float: right;
	margin: 0px 0px 15px 15px;
}

a { 
	text-decoration: none; 
	color: #008ec6;
}
h1 { 
	font-size: xx-large; 
	font-weight: normal;
	padding-bottom: 5px;
}
h1 a { 
	color: #008ec6; 
	font-size: xx-large;
}
h2 { 
	font-size: large;
}
h3 { 
	font-size: medium; 
	background: #008ec6 url(../images/bluebg.gif) repeat-x left bottom; 
	padding: 6px 7px; 
	font-weight: normal; 
	margin: 0 0 8px; 
	float: left;
}
h4 { 
	background: #008ec6 url(../images/bluebg.gif) repeat-x left bottom; 
	padding: 6px 7px; 
	margin: 0 0 8px; 
	font-size: medium; 
	font-weight: normal;
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	color: #008ec6;
}
p { 
	line-height: 1.35em; 
	text-align: justify;
	margin: 0 0 15px 0;
}

.readmore {
	float: right;
	text-decoration: none;
	border-bottom: 1px solid #008ec6;
}
.clear { 
	clear: both;
}
#content { 
	width: 850px; 
	margin: 0 auto 0 auto;
}
#top, #top a { 
	color: #808080; 
	padding: 6px 0 0px 0; 
	font-size: small; 
	text-align: center;
}
#top a:hover {
	color: #008ec6;
}
#logo { 
	width: 850px;
	height: 110px;
	background: url(../img/header.jpg) no-repeat;
}
#pitch {
	background: #fff; 
	height: 338px; 
	margin: 0 0 ;
}
#menu li { 
	display: inline; 
	font-size: small;
}
#menu li a { 
	float: left; 
	color: #808080; 
	padding: 0; 
	margin: 5px 8px 15px 8px;
}
#menu li a:hover, #menu li.current a, #menu li a:focus { 
	color: #000; 
}

.wrapper {
clear: both;
	width: 850px;
	margin: 0 auto 0 auto;
	}

.menuButton { 
	float: left; 
	text-align: right;
	width: 212px; 
	margin: 0px 40px 20px 20px;
}
.last { 
	margin-right: 0;
}
#footer { 
	clear: both;
	width: 850px;
	font-size: small; 
	text-align: center;
	border-top: 1px solid #ddd; 
	padding: 20px 0 0;
}

.contact_form{
	width:400px;
	float:left;
	padding:0px 0 0 5px;
}
.form_row{
	width:400px;
	clear:both;
	padding:10px 0 10px 0;
	_padding:5px 0 5px 0;
	color:#808080;
}
label.contact{
	width:85px;
	float:left;
	font-size:small;
	text-align:right;
	padding:4px 5px 0 0;
	color:#808080;
}
input.contact_input{
	width:253px;
	height:18px;
	color:000;
	border:1px #c0c0c0 solid;
	float:left;
}
textarea.contact_textarea {
	width:253px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
	border:1px #c0c0c0 solid;
	float:left;
}
.contact_info{
	width:350px;
	float:left;
	padding:0 0 0 50px;
	color:#808080;
}
p.address{
	float:left;
	padding:10px 0 0 15px;
	line-height:13px;
}
table {
	width: 100%;
	}
.head {
	height: 22px;
	background-color: #ccc;
	color: #008ec6;
	text-align: center;
	padding-top: 11px;
}

td {
	width: 25%;
	vertical-align: text-top;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}

