@charset "utf-8";
/* CSS Document */

* {
 margin: 0;
 padding: 0;
}

.style1 {
	font-size: 9px;
	color: #001166;
}

.leaves
{
	height: 100px;
}

body {
 background: #eee;
 font: 12px/18px "Lucida Grande", Verdana, sans-serif;
 text-align: center;
 color: #333;
}
a:link, a:visited {
 color: #633;
}
a:hover {
 color: #966;
}
h1 {
 margin-bottom: 11px;
 padding-top: 15px;
 padding-bottom: 21px;
 border-bottom: 1px solid #ccc;
 font: normal italic 1.5em/18px Georgia, serif;
 color: #633;
}
h2, h3{
 font-weight: normal;
 font-size: 1em;
 line-height: 18px;
}
h2 {
 padding-top: 10px;
 padding-bottom: 20px;
 font-size: 1.25em;
 text-transform: uppercase;
 color: #999;
}
h3 {
 padding-bottom: 6px;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: -1px;
 color: #633;
}
#page {
	width: 960px;
	background: #fff url(page.gif) repeat-y;
	text-align: left;
	height: 100%;
	margin: 0 auto;
}
#header {
	height: 100px;
	background-color: #003366;
	background-image:url(./images/skyback.jpg);
}
#header p {
 float: left;
 padding: 60px 24px 24px 24px;
 font-size: 2.5em;
 line-height: 1em;
 color: #003366;
}
#header ul {
 padding-top: 62px;
 padding-right: 12px;
 text-align: right;
 list-style: none;
}
#header li {
 display: inline;
 margin: 0 12px;
}
#header li a {
 font-size: 1.25em;
 line-height: 1em;
 text-decoration: none;
 color: #fff;
}
#header li a:hover {
 color: #300;
}
#content-primary {
 float: right;
 margin: 24px;
 width: 720px;
}
#content-primary p {
 padding-bottom: 18px;
}
.imgcontent {
 float: right;
 margin: 0px 0px 0 0px;
 padding: 3px;
 border: 3px solid #eee;
 background: #fff;
 }
.addresscontent {
 float: right;
 margin: 0px 0px 0 0px;
 padding: 3px;
}
#content-secondary {
 float: right;
 margin: 24px;
 height: 100%;
 width: 144px;
 font-size: 11px;
 color: #300;
}
#content-secondary p {
 padding-bottom: 18px;
}

#footer {
	clear: right;
	height: 50px;
	font-size: 10px;
	line-height: 1em;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
	background-color: #003366;
}
#footer a:link, #footer a:visited {
 color: #c99;
}    
#footer p {
 padding: 24px;
}
.clear {
 clear: both;
}

#infopanel {
	float: right;
	width: 144px;
	margin: 24px;
	vertical-align: bottom;
}
