body {
  text-align: center;
  background-color: #D5D0B0;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
}

.form_header
{
font-weight:bold;
font-size:12px;
color:#336600;
}
.required { padding:3px; vertical-align:middle; font-family:Verdana; font-size:120%; color:#cc0000; }

#form_label {
	width: 350px;
  	font-family: verdana, arial, sans-serif;
  	font-size: 11px;
  	line-height: 16px;
  	vertical-align:middle;
  }
#form_left {
	left: 5px;
	
  }
  #form_right{
	left: 350px;
  }
A:link {
	COLOR: #C86000; text-decoration: none
}
A:visited {
	COLOR: #C86000; text-decoration: none
}
A:active {
	COLOR: #C86000; text-decoration: none
}
A:hover {
	COLOR: #C86000; text-decoration: underline
}
#nav_wrapper {
padding-left:10px
}
div.border {
  float: center;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.caption {
  float: right;
  width: 40%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.caption p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.caption-large {
  float: right;
  width: 55%;
  border: thin silver solid;
  margin:  0px;
  padding: 5px;
}
div.caption-large h1 {
  text-align: center;
  font-style: italic;
  font-size: 10px;
  text-indent: 0;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../img/content_bg.gif') top left repeat-y;
}

#page_wrapper2 {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../img/content_left_bg.gif') top left repeat-y;
}

#page_header {
  height: 140px;
  background: #FFFFFF url('../img/header.jpg') bottom left no-repeat;
  clear: both;
}
#main_header {
  height: 140px;
  background: #FFFFFF url('../img/main-header.jpg') bottom left no-repeat;
  clear: both;
}

#raptor_header {
  height: 140px;
  background: #FFFFFF url('../img/raptor-header.jpg') bottom left no-repeat;
  clear: both;
}

#bats_header {
  height: 140px;
  background: #FFFFFF url('../img/bats-header.jpg') bottom left no-repeat;
  clear: both;
}

#fawns_header {
  height: 140px;
  background: #FFFFFF url('../img/fawns-header.jpg') bottom left no-repeat;
  clear: both;
}

#sm_header {
  height: 140px;
  background: #FFFFFF url('../img/sm-header.jpg') bottom left no-repeat;
  clear: both;
}
#main_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 24px;
  color: white;
  line-height:30px;
  letter-spacing:-1px;
}

#main_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 16px;
  color: white;
  line-height:22px;
}

#bats_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 24px;
  color: white;
  line-height:30px;
  letter-spacing:-1px;
}

#bats_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 16px;
  color: #D5D0B0;
  line-height:22px;
}

#fawns_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 24px;
  color: #636363;
  line-height:30px;
  letter-spacing:-1px;
}

#fawns_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 16px;
  color: #636363;
  line-height:22px;
}

#raptor_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 24px;
  color: black;
  line-height:30px;
  letter-spacing:-1px;
}

#raptor_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 16px;
  color: #D5D0B0;
  line-height:22px;
}

#sm_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 24px;
  color: #FBD539;
  line-height:30px;
  letter-spacing:-1px;
}

#sm_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 16px;
  color: #D5D0B0;
  line-height:22px;
}

#page_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 24px;
  color: #FBD539;
  line-height:30px;
  letter-spacing:-1px;
}

#page_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 16px;
  color: #D5D0B0;
  line-height:22px;
}
#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  background: #FFFFFF url('../img/menu_bg.gif') bottom left no-repeat;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;  
}



#center {
  margin-left:160px;
  margin-right:160px;
  border:0px dashed #cccccc;
}

#two_column {
  margin-left:160px;
  margin-right:20px;
  border:0px dashed #cccccc;
}

#two_column h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#two_column h1 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #C86000;
  text-align:center;

}

#two_column p, td {
  margin-top:5px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}
 li {
  margin-top:5px;
  padding:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  list-style-type: square;
}

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}
#crumb {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}
#crumb a{
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#center p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#left_side {
  float: left;
  width:148px;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#left_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

  
  .news {
  margin-top:5px;margin-bottom:15px;
  padding-left:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
  list-style-type:bullet;
  }

.news li{
  padding-bottom:5px;
  
}

#right_side {
  float: right;
  width:148px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#right_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#page_footer {
  height: 50px;
  background: #425227;
  clear: both;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
}

#page_footer p {
  padding-top:10px;
  text-align:center;
  font-family: verdana;
  font-size: 10px;
  line-height:14px;
  color:#D5D0B0;
}

.legal-copy
{
  padding-top:9px;
  font-family: verdana;
  font-size: 10px;
  line-height:14px;

}

#page_footer A:link {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:visited {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:active {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:hover {
	COLOR: #FBD539; text-decoration: underline
}

.arrowlink {
	list-style-image:  url('/_images/arrow-rt.png');
	text-align:left;
	margin-bottom: 10px;
  }
  
#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  background: url('../img/bar.jpg') top right no-repeat; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BD620E;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('../img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;
}

.quicklinks{
font-family:Arial, Helvetica, sans-serif;
font-size: 11.5px;
list-style-type:square;
}

#linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:10px;
}

#linklist li a { text-decoration: none; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}

#newsletter {
	width: 560px;
  padding:4px 0px 15px 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
  line-height: 16px;
  color: #666666;
}

#newsletter .back{
	float:left;
	}
#newsletter .next{
	float:right;
	}
	
#content .click-here{
color:#C86000;
font-weight:bold;
font-size:11px;
line-height:1.4;
text-decoration:none;
  font-family: verdana, arial, sans-serif;
}


#content a.click-here {
background:transparent url(/_images/morearrow_08c.gif) no-repeat scroll 100% 50%;
padding-right:10px;
}


#content a.click-here:hover {
background:transparent url(/_images/morearrow_08c.gif) no-repeat scroll 100% 50%;
padding-right:10px;
text-decoration:underline;
}

