@charset "UTF-8";

* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #555555;
	background-color: #FFFFFF;
	line-height: 1.5;
}

p {
	text-align: justify;

}


/* linking elements */
a {
	background: inherit;
	color: #666666;
	text-decoration: underline;
	line-height: 1.5;
}

a:hover {
	background: inherit;
	color: #000000;
	text-decoration: none;
}

/* headers */
h1, h2, h3, h4, h5 {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #006666;
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
	color: #006666;
	line-height: .5;
}

h3 {
	font-size: 11pt;
	color: #000000;
	line-height: 14px;
}

h4 {
	font-size: 9pt;
	color: #000000;
	line-height: 5px;
}

h5 {
	font-size: 10pt;
	color: #333333;
	line-height: 15px;
	text-align: center;
}
.table {
	color: #666666;
	line-height: 1.4em;
	font-size: 9px;
	margin: 0 0 5px 20px;
}
#table {
	width: 100%;
}

p, h1, h2, h3, h4, i {margin: 10px 15px;
}

i{
	font-size: 9pt;
	color: #333333;
	font-style: italic;
}


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* layout */

#wrap {
	margin:0;padding:0;
	background: #FFFFFF url(bg.jpg) repeat-x;
}

#header-content, #content-wrap, #content, #footer-content, #pictures{
	width: 850px;
}

/* header */

#topbar {
	height: 20px;
	margin: 0;
	padding: 0;
	background: #666666;
}

#header {
	height: 120px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
}

#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}

#header-content #logo {
	position: absolute;
	margin: 10px 10px;
	padding: 0;
	left: 0px;
	}

/* header navigation */
#header-content ul {
	position: absolute;
	top: 51px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:normal;
	color: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 636px;
	right: -91px;
}

#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 2px 5px;
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	border-left: solid #666666 1px;
}
#header-content li a:hover {
	color: #000000;
}
#header-content li a#current  {
	color: #000000;
	background: #FFFFFF;
	border-style: none;
	text-decoration: underline;
	border-left: solid #666666 1px;
}

/* content */
#content-wrap {
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
}

#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}


/* sidebar and map info*/
#sidebar {
	width: 35%;
	margin: 4px 20px 10px 20px;
	padding: 0;
	float: right;
}	

.sidebox {
	background: #639999;
	color:#FFFFFF;
	border: 1px solid #639999;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: right;
	line-height: 20px;
	padding: 8px 0;
}

#mapinfo {
	width: 25%;
	margin: 9px 130px 10px 12px;
	padding: 0;
}	

.mapinfo {
	background: #639999;
	color:#FFFFFF;
	border: 1px solid #639999;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: right;
	line-height: 20px;
	padding: 8px 0;
}




/* main */
#main {
	float: left;
	width: 100%;
	margin: 10px 0 5px 20px;
	padding: 0;
}
#pictures {
	margin: 0 0 0 30px;
}

#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #EEEEEE; 	
}


/* footer */
#footer {
	clear: both;
	height:40px;
	margin:0;
	padding: 15px 0 0;
	font: normal 0.9em/1.5em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #666666;
	color: #FFFFFF;
	line-height: 12px;
	
}

/* additional*/
.clear { clear: both; }

.fltright { float: right; }

.fltleft { float: left; }
