/* CSS Document */

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

body {
 margin: 0.75em;
 padding: 0;
 font-family: Verdana, Arial, Sans-serif;
 font-size: 0.8em;
 color: #666;}

#page-container {
 position: relative;
 width: 60em;
 margin: auto;}

a {
 text-decoration: none;
 color: #BE8406;}
a:hover {
 color: #F8B121;
 text-decoration: underline;}

#header {
 position: relative;
 height: 250px;
 background: #FFC url(/media/images/hdr_map.jpg) no-repeat 100% 100%;
 margin: 0;
 padding: 0;}
#header p#sitename {
 position: absolute;
 bottom: 0px;
 left: 0px;
 margin: 0;
 padding: 0;
 width: 223px;
 height: 37px;
 background: #FFC url(/media/images/logo_text1.gif) no-repeat;
 text-indent: -5000px;}

#menu {
 position: absolute;
 top: 150px;
 right: 20px;
 width: 17em;
 height: 20em;
 background: #FFC url(/media/images/menu_fade1.jpg) repeat-x bottom left;
 font-size: 0.9em;}
#menu ul {
 list-style: none;
 font-size: 1.1em;
 font-weight: bold;
 padding: 0.3em;
 margin: 0;}
#menu ul li {
 text-align: right;
 padding: 0;
 margin: 0;}
#menu a:hover {
 text-decoration: none;}

#content {
 margin-top: 1.5em;
 width: 42em;
 min-height: 15em;}
#content #twocolumnouterwrap #twocolumninnerwrap {
 width: 100%;
 float: left;
 margin-right: -30%;}
#content #twocolumnouterwrap #twocolumninnerwrap #column1 {
 margin-right: 30%;
 background-color: #FFF;}
#content #twocolumnouterwrap #column2 {
 width: 27%;
 float: right;
 display: inline;}
	
#content h1, 
#content h2 {
 margin: 0 0 0.75em 0;
 font-size: 1em;
 padding-bottom: 0.1em;
 border-bottom: 1px solid #efefef;}
#content p {
 margin: 0;
 font-size: 0.8em;
 padding: 0 0 10px 0;}
#content p span {
 font-size: 1.2em;}
#content p strong {
 font-size: 1.2em;}
#content a {
 font-weight: bold;}
 
#content dl {
 margin: 0;
 font-size: 0.7em;}
#content dl dt {
 margin: 0;
 font-weight: bold;}
#content dl dd {
 margin: 0 0 1em 0;}
 
#content #imagelist img {
 float: left;
 margin: 0 0.5em 0.5em 0;}

#footer {
 clear: both;
 border-top: 1px solid #efefef;
 padding: 0;
 text-align: right;}
#footer p {
 font-size: 0.8em;
 margin-top: 0.3em;}
