/*********
 SETUP  **
*********/
* {
	margin:0;
	padding:0;
}
body {
 text-align:center;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 color:#553514;
}

* html body {
	font-size: x-small; /* for E5/Win */
	f\ont-size: medium; /* for other IE versions */
}


/**********
 LAYOUT  **
**********/
#frame {
 width:955px;
 margin-right:auto;
 margin-left:auto;
 margin-top:10px;
 padding:0px;
 text-align:left;
}
		
#contentleft {
 width:200px;
 padding:0px;
 float:left;
 background:#fff;
 text-align:center;
}
	
#contentcenter {
	width:560px;
	padding:0px;
	float:left;
	background-image:url(images/map_background.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
}
	
#contentright {
 width:195px;
 padding:0px;
 float:left;
 background:#E6D9CB;
 height:auto;
}
	
#contentheader {
 background-color: #fff;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 background-position: left top;
 height:130px;
}

.textbox {
float:left;
width: 340px;
min-height:180px;
}

.secondarytext{
	clear:both;
	display:bock;
}

.linkbox {
	text-align:left;
	border:solid;
	border-width:2px;
	border-color:#9b7042;
	background:#E6D9CB;
	margin: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

#photobox {
float: right;
width: 195px;
padding-right:25px;
padding-top: 25px;
padding-bottom:15px;
}

#innerpage {
	font-size: 80%;
}



/**************
 NAVIGATION  **
**************/
#navigation {
 text-align:left;
}

#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0; 
}

#navigation li {
 border-bottom: 1px solid #039e36; 
} 

#navigation li a:link, #navigation li a:visited  {
	font-size: 80%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #039e36;
	border-right: 1px solid #039e36;
	background-color: #daf9e4;
	color: #5e4222;
	text-decoration: none;
} 

#navigation li a:hover {
background-color: #039e36;
color: #FFFFFF;
}

/**************
 TYPOGRAPHY  **
**************/
a  {color:#553514;
}

p,h1 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

em {
	font-style:normal;
	text-decoration: underline;
}
		
h1 {
 font-size:100%;
 padding-top:10px;
}
		
#contentheader h1 {
 font-size:130%;
 padding:10px;
 margin:0px;
}

#contentcenter h1{
 font-size:150%;
 padding-top:30px;
 line-height:110%;
 font-family:Georgia, "Times New Roman", Times, serif;
 color:#FE0000;
 font-weight: normal;
}

#contentcenter h2{
	font-size:120%;
	line-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#5E414E;
	font-style: normal;
	margin-left:10px;
	padding-bottom:10px;
	font-weight: bold;
	margin-top: 10px;
}

#contentcenter p {
	font-size:105%;
	line-height: 100%;
}
#contentcenter ul, #contentcenter ul li {
	font-size:100%;
	line-height: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
}
#contentcenter ol, #contentcenter ol li {
	font-size:90%;
	line-height: 120%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: decimal;
}

#contentcenter .textbox p {
	font-size:80%;
	line-height: 130%;
}
	
#contentright p { font-size:80%;}

#contentright h1 { color:#553514; }

#contentright a:link, #contentright a:visited { color:#553514; }

#contentright a:hover { color:#666666; }

#contentleft p { 
font-size:90%;
padding-top:5px;
}

.linkbox a:link, .linkbox a:visited {
	font-size:70%;
	color:#553514;
	width: 150px;
}

.linkbox a:hover {
font-size:90%;
color:#666666;
}

.linkbox h1 {
text-align:center;
color:#553514;
}

#innerpage h1 {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color:#553514;
  font-weight:bold;
}

#innerpage h2 {
  font-style:normal;
  font-size:120%;
  margin-left:25px;
  padding-bottom:0px;
}

#innerpage p {
 margin-right:30px;
 margin-left:30px;
 line-height:140%;
 padding-bottom:8px;
}

#Footer {
	text-align: center;
	background-color:#E6D9CB;
	width: 955px;
}

#Footer .copyright, #Footer .copyright a {
	font-size: 10px;
	color: #553514;
	text-decoration: none;
}
#frame #contentright .adbox {
	border: 1px solid #039E36;
	background-color: #DAF9E4;
	padding: 5px;
	margin: 5px;
	text-align: center;
}
.mediumtype {
	font-size: large;
}
.clear {
	clear: both;
}
#frame #contentleft .linkbox a {
	font-size: 80%;
	list-style-type: none;
}
