/* CSS Document */
html{
	overflow: -moz-scrollbars-vertical;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	font-family:Arial,Verdana, Helvetica, sans-serif; 
	color:#000000;
	font-size:.8em;
	background-position:center;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;	}

strong {
	color: #007e7e; 
}
h1 {
	color: #007e7e; 
	font-size:1.2em;
	}
	
#container{
	width:820px;
	margin-top:0px;
	margin-left:auto ;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
}
#header{
	width:820px;
	height:218px;

	}
#logo{
	float:left;
	padding-left:45px;
	padding-top:35px;
	width:308px;
	}
#reclogo{
	float:right;
	padding-right:14px;
	padding-top:22px;
	width:48px;
	}		
#navigation{
	float:left;
	padding-left:45px;
	padding-top:12px;
	height:31px;	
	width:450px;
	font-size:.9em;
	}	


#navigation a:link, #navigation a:visited {color: #007e7e; text-decoration: none; font-weight:normal; } 
#navigation a:hover  {color: #007e7e; text-decoration: underline; font-weight:normal;}
#navigation #current  {color: #007e7e; text-decoration: underline; }
	
.clear {clear:both;}

#content {
	float:left;
	width:415px;
	padding-left:42px;
	padding-top:20px;
}

#content .address {
	padding-top: 2.4em;
}

#mainimage {
	float:right;
	width: 325px;
	margin-right:10px;
	margin-top:20px;
	}

#footer{
	width:820px;
	height: 80px;
	font-size:1em;
	color:#007e7e;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;	}	


#footer a:link, #footer a:visited {color: #007e7e; text-decoration: none; font-weight:bold; } 
#footer a:hover  {color: #007e7e; text-decoration: underline; font-weight:bold;}

#content a:link, #content a:visited {color: #007e7e; text-decoration: none; font-weight:normal; } 
#content a:hover  {color: #007e7e; text-decoration: underline; font-weight:normal;}