@charset "utf-8";

body {
	background-color: #BBDAE1;
	padding: 0;
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
}

/*   :: Common Positioned Divs ::   */

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#image {
	position: relative;
	top: 101px;
	left: -4px;
	width:330px;
	height:220px;
	z-index: 1;
	text-align: center;
}

#banner{
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 250px;
	z-index: 0;
	text-align: center;
}

#twig {
	position: relative;
	top:130px;
	width:92px;
	float: left;
}

#content {
	position: relative;
	margin-top: 120px;
	width: 470px;
	float: left;
}
img {
	border: 0;
}
p {
	font-size: .9em;
	margin: .7em 0;
}

h1 {
	font-size: 1.5em;
	font-variant: small-caps;
	color: #C82028;
	margin: 1.5em 0 .3em 0;
}

h2 {
	font-size: 1.2em;
	font-variant: small-caps;
	color: #C82028;
	margin: 2em 0 .2em 0;
}

h3 {
	font-size: 1em;
	color: #C82028;
	margin: 1.5em 0 .2em 0;
}

table{
		border-collapse: collapse;
		text-align: center;
		margin: 1em 0;
		width: 470px;
}

tr td {
	padding: 3px 8px;
}

tr.top td {
	background-color: #9C7761;
	font-weight: bold;	
}

tr.bear td{
	text-align: center;
	background-color: #ffffff;
}

tr.odd td{
	background-color:#EAD0AA;
}

tr.left td{
	text-align: left;
}
li { 
	font-size: .9em;
	margin: .3em 0;
}

/*     :: Request Info  ::     */
#info_request {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: 120px;
	width: 525px;
	float: left;
}

table{
		border-collapse: collapse;
		text-align: left;
		width: 510px;
}

td.right {
	text-align: right;
}

#thanks_pic{
	position: relative;
	top:0;
	left:0;
	height:300px;
	width: 300px;
}


/*    ::   Top Navigation     ::       */

#top_nav {
	position: absolute;
	width: 224px;
	right: 1px;
	top: 15px;
	text-align: center;
	z-index: 2;
}

#top_nav ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}

#top_nav li {
	width: 100px;
	float: left;
}

/*       End Top Navigation      */


/*      ::   Main Navigation    ::      */

#main_nav {
	position:absolute;
	left:40%;
	top:250px;
	width:540px;
	height:58px;
	text-align: center;
}

#main_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav li {
  width: 32%;
	float: left;
}

#main_nav a {
	display: block;
	color: #6C9764;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-image:url(images/log.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 57px;
	width: 150px;
	padding: 12px 0 10px 14px;
}

#main_nav a:hover{
	color: #A08D32;
	text-decoration: underline;
}

/*    End Main Navigation      */

/*     ::     Secondary Navigation     ::    */

#second_nav {
	position: relative;	
	top: 130px;
	width:213px;
	float: left;
}

#second_nav ul {
	margin: 0px;
	list-style-type: none;
}

#second_nav li {
	padding: 10px;
	text-align: left;
}

/*      End Secondary Navigation    */

#flash_banner {
	position: relative;
	margin-top: 200px;
	width: 120px;
	float: right;
}

/*       ::      link colors          ::      */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #804E37;
	text-decoration: none;
}

a:visited {
	color: #36544A;
}

a:hover {
	color: #A08D32;
	text-decoration: underline;
}

/*      ::     Bottom Navigation     ::    */

#footer {
	clear: both;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: .2em;
}

#footer li {
	text-align: center;
	padding: .2em 0;
	background-color: #EAD0AA;
	width: 20%;
	float: left;
}

/*   ::   Classes    ::    */

.bold {
	font-weight: bold;
	color: #A08D32;
}

.map_heads {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #000000;
}

.image_right {
	float: right;
	margin-left: 10px;
}

.break {
	page-break-after: always;
}

@media print{
	#top_nav { display: none;}
	#main_nav { display: none;}
	#footer { display: none;}
	#print {
		position: static;
		font-size: 1em;
		}
	body { color:#000000; 
		background-color: #ffffff;
	}
}

	
		
