@charset "utf-8";
body,td,th {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	line-height:18px;
}
body {
 /*	background: #fff url('images/peekingMonkey1.gif') no-repeat scroll ;*/
	
	background-position: 230px 700px;		
}
a img {border: 1px #CCCCCC}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 26pt;
	font-weight: normal;
	line-height:1.25em;
	color: #A9775E;
	margin-top: 0px;
}

h4 {
	font-weight: normal;
	color: red;
	font-size: 17px;
}

#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#flashcontent {
	width: 674px;
	float: left;
	height: 232px;
}

#mainContent {
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	background-image: url(images/content_bg.gif);
	z-index:0;
	background-repeat: repeat-y;
}
#mainContent h2 a{
	color:#eb1818;
	font-weight: normal;
}


#mainContent p.aboutTitle {
	margin-bottom:28px;	
	
}
.left {
	float: left;
	width: 520px;
}
.left a{
	font-weight: bold;	
}

table a {
	font-weight: normal;
}

#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 80px;
	text-align: right;
	padding-right: 35px;
	padding-top: 12px;
	clear: both;
}
.clear {
	clear: both;
}
.monkeys {
	float: right;
	text-align: right;
	margin-right: -20px;
}


#header {
	height: 263px;
	margin-top: 20px;
}
#navUnderline {
	background-image: url(images/nav_fade.gif);
	height: 4px;
	width: 674px;
	background-repeat: repeat-y;
	float: right;
	background-position: right 0px;
}

#nav {
	width: 674px;
	background-image: url(images/nav_fade.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
	background-color: #A9765E;
	height: 22px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}

#nav ul
{
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

#nav li
{
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#nav a {
	font-weight: bold;
	padding-right: 0px;
	padding-left: 20px;

}
#nav  a:link, #nav  a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover
{
	color: #2A5771;
	text-decoration: none;
}
a:link {
	color: #A9775E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A9775E;
}
a:hover {
	text-decoration: underline;
	color: #A9775E;
}
a:active {
	text-decoration: none;
	color: #A9775E;
}
strong {
	color: #A9765E;
}
.bioImg {
	padding-right:20px;
	padding-bottom:4px;
	padding-top: 5px;
	float:left

}
.right {
	float: left;
	width: 300px;
	margin-left: 30px;
	text-align: right;
	margin-top: 10px;
}
/* contact form-----*/	
.left form td{
	text-indent: 2px;
	
}
.left form  table{


}
.left form {
	width:400px;
	border:none;
		
	
}
.left fieldset {
	
	border:none;
		
	
}
#addressPar {
	float:right;
	height:362px;
	background: #fff url('../images/monkey.gif') no-repeat scroll top center;
	margin-top:40px;
	
}
#addressPar p{
	width:340px;

	margin-top:26px;
}
#addressPar h4{
	margin-top:280px;
}
#addressPar a{
	margin-top:10px;
}
