@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #023249;
}
#header {
	float: left;
	width: 950px;
}
#column1 {
	background-image: url(images/border_02.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 550px;
	width: 27px;
}
#column2 {
	float: left;
	height: 550px;
	width: 108px;
}
#column3 {
	float: left;
	height: 550px;
	width: 394px;
	background-color: #023249;
	background-image: url(images/new_bg_03.jpg);
}
#column5 {
	background-image: url(images/border_08.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 550px;
	width: 28px;
}
#column4 {
	float: left;
	height: 550px;
	width: 448px;
	background-color: #023249;
}
#description {
	float: left;
	width: 418px;
	padding-right: 15px;
	padding-left: 15px;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}



#body {
	float: left;
	width: 950px;
}
.small_text_lighter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}

#body1 {
	float: left;
	width: 950px;
	background-image: url(images/bg2_25.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#pic_collection {
	float: left;
	width: 950px;
}


#img1 {
	float: left;
	width: 950px;
}
#content {
	float: left;
	width: 950px;
	background-image: url(images/n_bg_10.jpg);
	background-repeat:repeat-y;
	background-position: left top;
	background-color: #023249;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #06354F;
}


#footer {
	float: left;
	width: 950px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.index_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
#c1 {
	float: left;
	height: 312px;
	width: 27px;
	background-image: url(images/border_02.jpg);
	background-repeat: no-repeat;
}
#c2 {
	float: left;
	height: 312px;
	width: 90px;
}
#c3 {
	float: left;
	height: 34px;
	width: 860px;
	background-image: url(images/s_header_06.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 250px;
	background-color: #023249;
}
#body_content {
	float: left;
	width: 900px;
	padding-right: 25px;
	padding-left: 25px;
}

#c4 {
	float: left;
	height: 28px;
	width: 860px;
	background-image: url(images/shadow2_17.jpg);
	background-repeat: repeat-x;
}
.thumbnail{
	position: relative;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 20;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible; /*position where enlarged image should offset horizontally */
	top: -50px;
	left: -20px;

}
#pic_collection {
	float: left;
	width: 950px;
}

.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #0193DC;
}

