/*body {
	margin: 0;
	padding: 0;
	font: 10px normal "Helvetica Neue", Arial, sans-serif;
	background-color: #000;
}*/
* {
	margin: 0;
	outline: none;
	font-size: 100%;
}
/*img {
	border: none;
	background-color: #000;
}*/
.center h1 {
	font: 3em normal Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	font-style: italic;
	margin: 40px 0 10px;
}
.center {
	overflow: hidden;
	width: 800px;
/*	background-color: #333;*/
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main {
	padding: 10px;
/*	border: 1px solid #ccc; */
	background-color: #CCC;
}
a {color: #fff;}

/*--Main Image Preview--*/
.main_image {
	width: 575px;
	height: 435px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #CCC;
}
.main_image h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 1px 10px 0px 10px;
	text-align: left;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.block small {
	font-size: 70%;
	/*	background-color: #CCC; */
	background-image: url(../../../css/images/icon_cal.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main_image .block small {
	margin-left: 10px;
}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
	text-align: left;
}
.main_image .block{
	height: 55px;
	width: 100%;
	background: #111;
/*	border-top: 1px solid #000;*/
}
.main_image a.collapse {
	background: url(../../../css/images/btn_coll.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 220px;
/*	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;*/
}
.image_thumb img {
/*	border: 1px solid #ccc;*/
	padding: 5px;
	float: left;
/*	background-color: #000; */
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 2;
	padding: 8px 10px;
	position: relative;
	overflow: hidden;
	width: 205px;
	height:77px;
	max-height: 72px;
	float: left;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #ccc;
	border-bottom-color: #ccc;*/
	color: #000;
	/*background-color: #CCC;*/
	background-image: url(../../../css/images/nav_a.gif);
	background-repeat: repeat-x;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
/* change left highlighted nav here */
	background: #111; /*fff*/
	opacity: .85;
	cursor: default;
	color: #CCC;
}
html .image_thumb ul li .block h2 {
	font-size: 90%;
	margin: 5px 0;
	padding: 0;
/*	background-color: #CCC; */
}

.image_thumb ul li .block {
	float: left;
	position: relative;
	margin-left: 10px;
	padding: 0;
	width: 200px;
	text-align: left;
}	
.image_thumb ul li p{display: none;}
.Next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}

.footer {
   position: relative;
      margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 2px;
	    margin-top: 10px;
   width:800px;
   height:120px;
	text-align: center;
}
.About{
  position: relative;
      margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 40px;
	    margin-top: 30px;
  width:750px;
  text-align:left;
}
.About{
  display:inline-block;
}
.space {
   position: relative;
      margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 2px;
	    margin-top: 10px;
   width:800px;
   height:130px;
	text-align: center;
}
