*{

	margin: 0px;
	padding: 0px;

}

html{

	font-size: 62.5%;

}

body,td,th {

	font: 1.3em/1.5em Georgia, Times New Roman, Times, serif;
	background: #a5a5a5 url(../_img/main_bg.gif) repeat-y;
	
}

img{

	border: 0px;
	
	
}
	

h1, h2, h3, h4, h5, h6{

	margin: 20px 0px;
	font-variant: small-caps;
	font-weight: normal;
	color: #555;

}

p, address{

	margin: 20px 0px;
	font-style: normal;
	
}

#nav{

	width: 140px;
	float: left;
	margin: 30px 35px 20px 12px;
	background: url(../_img/nav_bg.gif) no-repeat center bottom;
	padding-bottom: 20px;
	font-size: 0.9em;

}

#nav img{

	display: block;

}

#nav ul{

	list-style: none;
	border-right: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;

}

#nav ul li{

	border-bottom: 1px #d9d9d9 solid;

}

#nav ul li a{

	text-decoration: none;
	color: black;
	display: block;
	padding: 7px 10px;

}

#nav ul li a:hover{

	color: white;
	background: #d30000 url(../_img/btn_bg.jpg) repeat-x center bottom;

}

#nav ul li ul{

	list-style: none;
	margin: 0px;
	font-weight: normal;

}

#nav ul li ul li{

	border-bottom: 0px;
	margin: 0px;

}

#nav ul li ul li a{

	color: #000;
	background: #e8e8e8 url(../_img/sub_bg.gif) repeat-x center bottom;

}

#nav ul li ul li a:hover{

	color: #d30000;
	background: #e8e8e8 url(../_img/sub_bg.gif) repeat-x center bottom;

}

#content{

	width: 350px;
	float: left;
	margin: 80px 35px 0px 0px;
	text-align: justify;

}

#contact{

	width: 172px;
	float: left;
	margin: 150px 0px;
	color: white;
	height: 260px;
	padding: 30px 0px;
	font-size: 0.9em;

}

#contact address{

	margin: 10px 20px;

}

#nav, #contact{

	font-variant: small-caps;

}

.mir { letter-spacing : -1000em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */

#logo{

	background: white url(../_img/logo.gif) no-repeat left top;
	width: 181px;
	height: 71px;
	text-indent: -50000px;

}

.number{

	font-family: Arial, Helvetica, sans-serif;

}

.bodyimageright{

	border: 1px solid #CCC;
	padding: 5px;
	font-size: 0.95em;
	color: #575757;
	float: right;
	margin: 5px 0px 15px 15px;
	background: #FFF

}

.bodyimage{

	border: 1px solid #CCC;
	padding: 5px;
	font-size: 0.95em;
	color: #575757;
	margin: 5px 0px 15px 0px;
	background: #FFF

}

.bodyimageleft{

	border: 1px solid #CCC;
	padding: 5px;
	font-size: 0.95em;
	color: #575757;
	float: left;
	margin: 5px 15px 15px 0px;
	background: #FFF;

}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../_img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../_img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_img/overlay.png", sizingMethod="scale");
	}
	

.thumb{

	width: 115px;
	height: 91px;
	background: url(../_img/thumb_bg.jpg) no-repeat center center;
	text-align: center;
	padding-top: 7px;
	float: left;

}

.imgcontainer {
	position:relative;
	float:left;
	margin: 0px 10px 10px 0px;
	}
.caption {
	font: normal 10px arial;
	background:#fff;
	color:#000;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	width:100%;
	opacity:.75;
	filter:alpha(opacity=85);
	clear: both;
	}
	
	#contact a{
	
		color: #fff;
		text-decoration: none;
	
	}