/* CSS Document */
/* Total width: 775px */
body	{
	color: #333;
	background: #CCC;
	margin: 10px 0 0 5px;
	padding: 0;
	}
a:link	{
	font-weight: normal;
	text-decoration: none;
	color: #000099;
	background: transparent;
	}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000099;
	background: transparent;
	}
a:hover	{
	font-weight: normal;
	text-decoration: none;
	color: #cc0000;
	background: transparent;
	}
a:active {
	font-weight: normal;
	text-decoration: none;
	color: #cc0000;
	background: transparent;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
ul	{
	line-height: 1.3;
	}
p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.5;
	}
h1	{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #D49F55;
	padding-bottom: 5px;
	}
h2	{
	font-size: 14px;
	font-weight: bold;
	}
h3	{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 5px;
	}
.caption {
	font-size: 11px;
	line-height: 1.2;
	font-style: italic;
	}
.image_left {
	float: left;
	padding: 0 15px 10px 0;
	}
.image_right {
	float: right;
	padding: 0 0 10px 10px;
	}
	
.menu {
	margin: 0 0 0 0;
	padding-bottom: 2px;
	line-height: 0;
	}
#menu {
	margin: 0 0 0 13px;
	width: 121px;
	}
#fluesketch {
	margin-top: 40px;
	text-align: right;
}
	
#header {
	height: 60px;
	background: #DFDFDF;
	}
#panel {
	background: #DFDFDF;
	}
#left_panel {
	width: 148px;
	padding-top: 20px;
	vertical-align: top;
	}
#right_panel {
	width: 622px;
	vertical-align: top;
	}
#content {
	width: 612px;
	background: #FFF;
	padding: 50px 40px 30px 40px;
	}
#page_header {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

#home_content {
	width: 612px;
	}
#home_content_inner {
	background: #FFF;
}
.hometext {
	font-size: 11px;
	line-height: 1.4;
}
.home_images {
    margin: 0;
	line-height: 0;
}

#footer {
	padding: 15px 0 0 148px;
	background: #DFDFDF;
	}
.footer {
	font-size: 8.5px;
	color: #444;
	line-height: 1;
	text-align: center;
	}
#footer p a:link, #footer p a:visited {
	color: #0033CC;
	}
#footer p a:hover {
	color: #0033CC;
        }

#bottom_row {
	height: 10px;
}

