﻿body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    text-align: justify;
    margin: 0 0 0 0;
    /* padding: 0; new */
}
/** {  new 
    margin: 0;
    padding: 0;
    outline: none;
}*/
a {
    text-decoration: none;
    color: #06476F;
}
a:link {
    color: #06476F;
}
a:visited {
    color: #06476F;
}
a:hover {
    text-decoration: underline;
    color: #06476F;
}
a:active {
    color: #06476F;
}

img {
    border: none;
}

#page {
    width: 960px;
	margin: 0 auto;
}

#topMenu {
    height: 30px;
    margin-bottom: 30px;
    color: #FFFFFF;
    background-color: #05466E;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    text-align: center;
}
#topMenu a {
    text-decoration: none;
    color: #FFFFFF;
}
#topMenu a:link {
    color: #FFFFFF;
}
#topMenu a:visited {
    color: #FFFFFF;
}
#topMenu a:hover {
    color: #FFE32F;
}
#topMenu a:active {
    color: #FFE32F;
}
#menuLinks {
    position: relative;
    top: 5px;
}
#logo {
    width: 200px;
    float: left;
}
#logo img {
    position: relative;
    left: 12px;
}

#sideMenu {
    width: 225px;
    height: 125px;
    position: absolute;
    top: 340px;
    float: left;
    z-index: 1;
    padding: 7px 0px 0px 0px;
    background-image: url(side_menu.jpg);
    background-repeat: no-repeat;
}
#sideMenu a {
    display: block;
    margin-left: 10px;
    color: #555555;
    line-height: 150%;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
}
#sideContent {
    position: relative;
    left: 0px;
    width: 720px;
    float: right;
}
#sideContent h1 {
    display: inline;
    color: #05466E;
    font-size: 14pt;
}
#sideContent h2 {
    display: inline;
    position: relative;
    left: 10px;
    font-size: 10pt;
}
.imgContent {
    position: relative;
    left: -40px;
}
#subMenu {
    width: 220px;
    float: right;
    margin: 0px 0px 15px 15px;
    padding: 0px 0px 10px 0px;
    background-image: url(sub_menu.jpg);
    background-repeat: no-repeat;
    border-bottom: solid 9px #05466E;
}
#subMenu img {
    position: relative;
    top: 9px;
    left: 9px;
    margin: 0px 0px 15px 0px;
}
#subMenu a {
    display: block;
    margin-left: 10px;
    color: #555555;
    line-height: 150%;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
}
#footer {
    clear: right;
    position: relative;
    top: 15px;
    height: 40px;
    font-size: 8pt;
    text-align: center;
}

.container {
	overflow: hidden;
	width: 717px;
	position: relative;
	left: 20px;
	margin: 0;
}
#main {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
/*a {color: #fff;}*/

/*--Main Image Preview--*/
.main_image {
	width: 496px;
	height: 457px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
}
.main_image p {
	font-size: 0.8em;
	padding: 10px;
	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(images/icon_calendar.gif) no-repeat 0 center; 
	font-size: 0.8em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.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 a.show {background-position: left bottom;} 

.image_thumb {
    /*overflow: scroll;*/
	float: left;
	height: 456px;
	width: 215px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	padding: 12px 10px;
	background: #f0f0f0 url(images/nav_a.gif) repeat-x;
	width: 195px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.0em; 
	margin: 5px 0;
	padding: 0;
	text-align: left;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 188px;
}	
.image_thumb ul li p{display: none;}