/*body {
	background: #1d1d1d;
	margin: 0; padding: 0;
	font-family: arial;
	font-size: .9em;
}
* {margin: 0; padding: 0; outline: none;}*/
img {border: none;}
h1 {
	color: #fff;
	text-align: center;
	background: url(h1_bg.gif) no-repeat;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
.container {
	overflow: hidden;
	width: 400px;
	*width: 420px;	
	margin: 0 auto;
}
#main {
	padding: 10px;
	background: #555555;
}

/*--Main Image Preview--*/
.main_image {
	width: 400px; 
	height: 305px;
	background: #555555;
	position: relative;
	overflow: hidden;
	color: #000;	
	border: 1px solid #fff;
	margin-bottom:10px;
}
.main_image h2 {
	font-size: 1.25em;
}
.main_image p {
	font-size:1em;
	line-height: 1.2em;
}
.block small { 
	padding: 0 0 0 0px; 
	/*background: url(icon_calendar.gif) no-repeat 0 center; */
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block
{
	width: 390px;
	*width: 400px;	
	background: #fff;
	padding: 0px 15px 5px 3px;
	/*overflow: scroll;
	overflow-x: hidden;*/
	text-align: justify;
	font-size:.85em; 
	font-style:italic; 
	font-family:arial;
}
.main_image .block1
{
	width: 98%;
	background: #fff;
	font-size:1.5em;
	padding-left: 3px;
	padding-right: 6px;
	/*overflow: scroll;
	overflow-x: hidden;*/
	text-align: justify;
}
.main_image span.collapse {
	/*background: url(../images/btn_collapse.gif) no-repeat left top;*/
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image span.show
{
background: url(../images/btn_show.gif) no-repeat left bottom;
} 
.scroll
{
height: 90px;
width: 400px;
margin: 10px 0 0 0;
overflow: auto;
}
.image_thumb_box
{/*INCREASE WIDTH WHEN MORE PHOTOS ARE ADDED!!!!!*/
width: 382px;
*width:400px;
padding-left:20px;
*padding-left:20px;
height: 85px;
padding-top:5px;
*margin-top: 10px;
*padding-top: 5px;
*padding-bottom: 5px;
background: #AAA; 
/*display: none;*/
}
.image_thumb {
	width: 120px;
	float: left;
	background: #AAA; 
	overflow: inline;
	
	/*background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	font-size: .5em;*/
}
.image_thumb img {
	/*border: 1px solid #ccc; */
	margin: 5px 10px 5px 10px; 
	background:#AAA; 
	float: left;
	overflow: inline;
	border: 1px solid #fff;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
	overflow: inline;
}
.image_thumb ul {
}
.image_thumb ul li{
	margin: 0; padding: 0;
	}
.image_thumb ul li.hover {
	/*background: #ddd;*/
	cursor: pointer;
}
.image_thumb ul li.active {
	/*background: #AAA;*/
	cursor: default;
}
html .image_thumb ul li h2 {
	margin: 0 0; padding: 0;
	display: none;
}
.image_thumb ul li .block {
	float: left; 
	/*margin-left: 10px;*/
	padding: 0;
	width: 100px;display: none;
}	
.image_thumb ul li p{display: none;}
.mdtxt
{
font-size: 1.10em;
padding: 2px;
text-align: left;
}

.textbox
{
margin-top: 10px;
background:#fff;
padding: 5px;
boder: #104b9c;
font-size: .95em;
font-family: arial;
text-align:center;
}