﻿@charset "utf-8";
body {
	background-image: url('images/cense_night.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	font: 150% Century Gothic;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 	
	padding-right: 15px;
	padding-left: 15px; 	
}

a img { 
	border: none;
}

a:link {
	color:#000000;
	text-decoration: underline; 
}

a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 95%;
	max-width: 1260px;
	min-width: 1260px;
	margin: 0 auto; 
	
}

.header {

	color: #FFFFFF;
	border: 3px solid;
	border-color: #000000;
	font: 100% Century Gothic;
	background-color: #000000;
}

.header h1 {
	margin-bottom: 0;
	font: 400% Century Gothic
}

.header h2 {
	margin-bottom: 0;
	font: 200% Century Gothic;
	text-align: justify;
	color: #87ceeb
}

.header table {
	width: 100%;
}

.content {
	padding: 20px 0;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.content p {
	text-align: justify;
}

.footer {
	padding: 10px 0;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.info {
	width: 460px;
	vertical-align: top;
	background-color: #DDDDDD;
	padding: 10px;
	font-size: 14px;
}

.info ul {
	display: inline-block; 
	list-style-type: none;
	padding: 0; 
	margin: 0; 
}

.info ul li {
	float: left;
	padding: 6px;
	border-bottom: 1px dotted #6F7D94;
}

.info strong {
	color: #A52A2A;
}

.imgnavc {
	border-spacing: 10px 3px;
}

.imgnavc tr td {
	padding: 1px;
	font-size: 14px;
}

.imgnavc .imgnavButton {
	padding: 3px 10px;
	background-color: #EEEEEE;
	border: 1px solid;
	border-color: #6F7D94;
	border-radius: 5px;
	color: #6F7D94;
}

.imgnavc .imgnavButton:hover {
	color: #f5f5f5;
	background-color: #6F7D94
}

.imgnavc .imgnavButton.selected {
	color: #FF5555;
}

.nav {
	padding: 0px; 
	margin:6px; 
	width: 100%; 
	clear: both; 
	text-align: center;
	background-color: #000000
}	

.nav ul {
	display: inline-block; 
	list-style-type: none;
	padding: 0; 
	margin: 0; 
	text-align: center;

}

.nav ul li {
	float: left;
}

.nav ul li a {
	display: block;
	padding: 1px 40px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}

.nav ul li a:hover {
	color: #0000ff;
	background-color: #FFFF00; 
}

.nav ul li a.selected {
	color: #FFFFFF;
	border-bottom: 2px solid #FF5555;
}

.rotimg {
	display: block;
	padding: 20px 20px;
	border: 1px solid #cccccc;
	width: 800px;
	height: 400px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	position: relative;
}

.rotimg .slider {
	position: absolute;
	top: 50%;
	height: 400px;
	margin-top: -200px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
}

.rotimg .prevButton {
	height:72px;
	width:68px;
	position:absolute;
	background:url('images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0;
}

.rotimg .prevButton:hover { 
	background-position:left bottom;left:0;
}

.rotimg .nextButton {
	height:72px;
	width:68px;
	position:absolute;
	background:url('images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0;
}

.rotimg .nextButton:hover { 
	background-position:right bottom;right:0;
}

.rotimg .caption {
	width: 100%;
	position: absolute;
	z-index: 2000;
	bottom: 0;
	left: 0;
	background-color: #555555;
	color: #FFFFFF;
}

.res_title {
	width: 1024px;
	vertical-align: top;
	color: #f5f5f5;
	background-color: #6F7D94;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
}

.res_body {
	width: 1024px;
	vertical-align: top;
	padding: 10px;
	font-size: 14px;
	text-align: justify;
}

.res_body ol {

}

.res_body ol li {
	padding: 3px;
}

.gpmem {
	width: 260px;
	vertical-align: top;
	
	padding: 10px;
	font-size: 14px;
}

.gpmem ul {
	display: block; 
	list-style-type: none;
	padding: 0; 
	margin: 0; 
}

.gpmem ul li {
	padding: 1px;
}

.gpmem ul li a {
	display: block;
	padding: 2px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.gpmem ul li a:hover {
	color: #f5f5f5;
	background-color: #6F7D94; 
}

.gpmem strong {
	color: #FFFFFF;
}