/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:760px;/* for mozilla*/
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:760px;
	text-align:left;
	margin:auto;
	position:relative;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	color:#808080;
	background:#fff;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:760px;
	height:284px;
	overflow:hidden;
	z-index:100;
	color:#fff;
	}
#header a { color:#fff; text-decoration:underline; }
#header a:hover { color:#fff; text-decoration:none; }
#left 
	{
	position:relative;/*ie needs this to show float */
	width:230px;
	float:left;
	padding-top:284px;/*needed to make room for header*/
	}
#footer 
	{
	width:760px;
	clear:both;
	height:80px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(Images/bg_footer.jpg);
	}
#footer p { padding:20px 0px 0px 20px; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:82px;/* for ie5 */
	he\ight:80px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:520px;
	float:right;
	padding-top:284px;/*make room for header*/
	padding-right:10px;
	color: #000000;
	}
#centrecontent p {padding-left:3px}
#clearfooter {width:100%;height:82px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-82px;} /*safari wrapper */

#topnav
	{
	width:760px;
	position:absolute;
	top:70px;
	}
#topnav a
	{
	width: 108px;
	display: block;
	text-align: center;
	color: #7f7f7f;
	float:left;
	background:url(Images/bg_topnav.gif) no-repeat right center;
	padding:5px 0px 0px 0px;
	height:25px;
	text-decoration:none;
	}
#topnav a:hover { color:#666; }

#slideshow
	{
	position:absolute;
	top:110px;
	right:10px;
	background:url(Images/slideshow01.jpg) no-repeat;
	}
	
#nav
	{
	border-top:1px solid #d8d8d8;
	list-style:none;
	margin:0px 0px 0px 10px;
	padding:0;
	background:#f2f2f2;
	width:210px;
	}
#nav li a
	{
	color:#000;
	text-decoration:none;
	display:block;
	width:180px;
	padding:5px 0px 4px 30px;
	border-bottom:1px solid #d8d8d8;
	}
	
#address
	{
	position:absolute;
	top:180px;
	left:23px;
	}
	
ul#linkslist li
	{
	line-height:25px;
	}
ul#linkslist li a
	{
	color:#000;
	text-decoration:none;
	}
ul#linkslist li a:hover
	{
	text-decoration:underline;
	}
	
.thumb
	{
	float:left;
	margin:26px;
	}
.thumb img {border:0;}
