/* CSS Document */



body{
font: 72.5%/1.6 Georgia;
text-align: center;
background: transparent url(../../images/wood-2.jpg) repeat;
color: #000;
margin: 0;
padding: 0;
}



textarea, input {
    margin: 0;
    padding: 0;
}




H3 {
    font-family:Trebuchet MS, Tahoma;
    font-size: 16px;
    color: #343434;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.input {
  width:162px;
  height:19px;
  padding:4px 0px 0px 5px;
  background-image:url(../images/input_bg.gif);
  background-repeat:no-repeat;
  font-family:Trebuchet MS, Tahoma;
  font-weight:normal;
  font-size:11px;
  color:#724817;
  margin:0px;
}

textarea, input {
    margin: 0;
    padding: 0;
}



#nav {
 padding: 4px 0px 4px 0px;
}






h1 {
 padding: 0px;
 margin: 15px 0px 0px 0px;
 font-size: 15pt;
}

/* Contact us submit button */
.submitButton {
 border: 1px solid #7B480E;
 padding: 1px;
 background: #B28F52;
 display: block;
 width: 115px;
 height: 38px;
}

.submitButton a {
 width: 95px;
 height: 18px;
 display: block;
 text-align: center;
 background: #7B480E;
 padding: 10px;
 color: #FAF0D2; 
 font-weight: bold;
 text-decoration: none;
}

.submitButton a:hover {
 color: #B28F52;
 font-weight: bold;
}
.fonttinytiny {font: normal 5pt arial;}
.fonttiny {font: normal 6pt arial,serif,sans-serif;}
.font1 {font: normal 8pt MS san-Serif;}
.font2 {font: normal 10pt MS san-Serif;}
.font3 {font: normal 12pt MS san-Serif;}
.font4 {font: normal 14pt MS san-Serif; text-align:center;}
.font5 {font: normal 19pt MS san-Serif;}
.font6 {font: normal 25pt MS san-Serif;}
.font7 {font: normal 31pt MS san-Serif;}
.font8 {font: normal 40pt MS san-Serif;}

A:link.topemail {
	font-size : 14px;
 	font-family : Arial;
 	font-weight : bold;
 	font-style : normal;
 	color : #000000;
 	text-decoration : none;

}
A:active.topemail {
	font-size : 14px;
 	font-family : Arial;
 	font-weight : bold;
 	font-style : normal;
 	color : #534731;
 	text-decoration : none;
}
A:visited.topemail {
	font-size : 14px;
 	font-family : Arial;
 	font-weight : bold;
 	font-style : normal;
 	color : #534731;
 	text-decoration : none;
}

A:hover.topemail {
	font-size : 14px;
 	font-family : Arial;
 	font-weight : bold;
 	font-style : normal;
 	color : #800000;
 	text-decoration : underline;
}

A 	{ color: #cc7300; font-family: verdana, arial, sans-serif; font-size:11px; text-decoration: none; font-weight:normal;}
A:link	{ color: #cc7300; text-decoration: none; }
A:visited	{ color: #cc7300; text-decoration: none;  }
A:active	{ color: #cc3a00; text-decoration: none;  }
A:hover	{ color: #cc3a00; text-decoration: underline; }

/* Drop Down menu CSS */

a.larger_main_text_light_top_nav:link, a.larger_main_text_light_top_nav:visited  {
 font-family: georgia, times, Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: normal;
 text-decoration: none;
 color: #ffffff;
 line-height: 16px;
 font-style: normal;}
 
a.larger_main_text_light_top_nav:hover, a.larger_main_text_light_top_nav:active {
 font-family: georgia, times, Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: normal;
 text-decoration: underline;
 color: #ffffff;
 line-height: 16px;
 font-style: normal; }
 
 .navigationview {
	width: 650px;	
	color: black;	
	text-align: center;
	padding: 2px 0px;
}
.navigationview a {
	color: #553;
	background: #E1E0C6;
	font: bold 12px Tahoma,sans-serif;
	padding: 12px 12px;	
	text-align: center;
	text-decoration: none;
	height: 3px;
	border: 1px dotted black;
}
.navigationview a:hover {font: bold 12px Tahoma,sans-serif; background: #D2D0C0; color: red;}
.navigationview a:active {font: bold 12px Tahoma,sans-serif; background: #D2D0C0; color: red;}

.navigationview2 {
	width: 200px;	
	color: black;	
	text-align: center;
	padding: 2px 0px;
}
.navigationview2 a {
	color: #553;
	background: #E1E0C6;
	font: bold 10px Tahoma,sans-serif;
	padding: 12px 12px;	
	text-align: center;
	text-decoration: none;
	height: 3px;
	border: 1px dotted black;
}
.navigationview2 a:hover {font: bold 10px Tahoma,sans-serif; background: #D2D0C0; color: red;}
.navigationview2 a:active {font: bold 10px Tahoma,sans-serif; background: #D2D0C0; color: red;}



.menu {
  border: solid 1px #BFBFBF;
  padding:0px 0px 0px 0px;
  background-color:#efe9dd;
}

.menuItem {
  padding:4px 7px 4px 10px;
  border-bottom:solid 1px #dddddd;
}

.menuItem:hover {
  background-color:#f1f1f1;
}

.menuItem a {
  color:#666666;
  text-decoration:none;
}

#mnu {
  background-color: transparent;
  cursor:pointer;
  padding:0px 0px 0px 0px;
  margin: 5px 0;
  width: 700px;
}

#mnu span {
  padding:3px 0px 0px 10px;
  cursor:pointer;
}

#mnu span:hover {
  text-decoration:underline;
}

#listMoreButton {
width: 125px;
height: 20px;
border: 1px solid #000;
padding: 1px;
margin: 5px;
background: #ffffff;
}
a.listMoreButton:link, a.listMoreButton:visited, a.listMoreButton:active {
  width: 125px;
  font-family: Arial;
  font-size: 10px;
  padding: 1px;
  color: #000000;
  font-weight: bold;
 
height: 20px;
  text-align:center;
  text-decoration: none;

  display:block;
}
a.listMoreButton:hover {
  background: #000000;
  color: #ffffff;
}





.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("../../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("../../images/magminus.cur"), pointer;
	
}
.PopBoxImageShrink
{
	cursor: url("../../images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

A:link.searchtitle {
background: #484431;
	font-size : 23px;
 	font-family : Comic Sans MS;
 	font-weight : bold;
 	font-style : normal;
 	color : yellow;
 	text-decoration : none;
}
A:active.searchtitle {
background: #484431;
	font-size : 23px;
 	font-family : Comic Sans MS;
 	font-weight : bold;
 	font-style : normal;
 	color : yellow;
 	text-decoration : none;
}
A:visited.searchtitle {
background: #484431;
	font-size : 23px;
 	font-family : Comic Sans MS;
 	font-weight : bold;
 	font-style : normal;
 	color :yellow;
 	text-decoration : none;
}
A:hover.searchtitle {
background: #000000;
	font-size : 23px;
 	font-family : Comic Sans MS;
 	font-weight : bold;
 	font-style : normal;
 	color : #ffffff;
 	text-decoration : underline;
}

td.search_row_0	{ background-color: #69543F; }

td.search_row_1	{ background-color: #69543F; }

.navigation2 {
	 height: 30px;
	
	
	width: 600px;
	text-align:center;
	
}
.navigation2 a {
	background: #C9C5B1;
	padding: 5px 28px;
	color: #000;
	position: relative;
	font: bold 16px Arial;
	
	border: 1px dashed #996;
	text-align: center;	
	text-decoration: none;
	border-right: 4px solid #fff;
	
	
}
.navigation2 a:hover{color: #fff; background: #5E5B39  repeat-x;}

.navigation2 a:active{color: #C9C5B1;}

	div.moreless {
	margin: 3px;
	font-size:12px;
}

div.moreless a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #574a2a;
	text-decoration: none;
	color: #574a2a;
}

div.moreless a:hover, div.moreless a:active {
	border: 1px solid #574a2a;
	color: #000;
}

div.moreless span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #574a2a;
	font-weight: bold;
	background-color: #87784e;
	color: #f7efd7;
	}

div.moreless span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #574a2a;	
	color: #574a2a;
}

.submit { background-color: #ccffcc; font-size: 90%;
                     font-weight: bold; }
					 
input {
 background-color: #E7E8E3;
 color: #000080;
 font-weight: bold;
 font-size: 12px;
}

select {
 background-color: #E7E8E3;
 color: #000080;
 font-weight: bold;
 font-size: 12px;
}

option {
 background-color: #E7E8E3;
 color: #000080;
 font-weight: bold;
 font-size: 12px;
}

textarea {
 background-color: #E7E8E3;
 color: #000000;
 font-size: 13px;
 font-weight : bold;
 font-family: Trebuchet MS, Arial, Helvetica;
}

form {
 border: 0px solid #E7E8E3;
 padding: 0px;
}
#addybox {
			width: 200px;		
			font-weight: bold;
			color: black;
			border: 3px dashed #000;
	        background-color: #E9E0C5;
		    font-size: 14px;
			position: center;
			font-family: Trebuchet MS, Arial, Helvetica;
		}