body {
	background: #fff;
	height: 100%;
	color: #111111;
	line-height: 1.5;
	font-size: 95%;
	font-family: Helvetica, Courier, "Courier New", monospace;
}

img {
	border: none;
	max-width: 100%;
	max-height: 700px;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #666;
}

a:hover, a:active {
	color: #000;
}

#darkness {background-color: black; width: 89px; height: 89px; position: relative; display: block; border-radius: 50%; }

.container {
	width: 100%;
	height: auto;
}

.sidebar {
	width: 200px;
	padding:20px;
	padding-top:34px;
	background: #fff;
}

.logo {
	margin-left: 10px;
	width: 89px;
	border-radius: 50%;
}

.menu {
	font-family: Courier, "Courier New", monospace;
	font-size: 1.25em;
	margin-top: 27px;
	margin-left: 11px;
}

.content {
	position: absolute;
	top: 34px;
	left: 240px;
	max-width: 1000px;
	width: 65%;
}

.slides {
	box-shadow: inset 1px 1px 7px 1px rgba(0,0,0,0.13);
	-webkit-box-shadow: inset 1px 1px 7px 1px rgba(0,0,0,0.13); 
	-moz-box-shadow: inset 1px 1px 7px 1px rgba(0,0,0,0.13);
	padding: 1px;
}
.r-menu {
	display: none;
}

.caption2 {
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	color: #ccc;
	margin-top: 21px;
}

#nav {
	display: none;
}

.table-head {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	font-weight:600;
	font-size: 18px;
}

.table-label {
	height: 80px;
	vertical-align: middle;
	font-weight:600;
	font-size: 12px;
	padding-left: 10px;
}

.news {
	color: #000;
	margin-top: 138px;
}

.pagetitle {
	font-weight: bold;
	font-size: 1.2em;
}

.red-strike {
	color: red;
	text-decoration: line-through;
}

.black-text {
	color: black;
}

.tbl-thumb {
	width: 120px;
}

.tbl-cell {
	float: left;
	width: 50%;
}

.tbl-space-l {
	width: 15%;
}

.tbl-space-r {
	width: 10%;
}

@media only screen and (max-width: 740px) {

	.tbl-space-l, .tbl-space-r {
		width: 20%;
	}

	.tbl-cell {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}

	.sidebar {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 21px;
		width: 100%;
	}

	.logo {
		margin: 0 auto;
		width: 55px;
		height: 55px;
	}
	.r-menu-a {
		margin: 0 auto;
    	width: 140px;
	}
	.menu {
		display: none;
	}
	.content {
	    position: relative;
	    top: 11px;
	    left: 0;
	    width: 99%;
	    margin: 0 auto;
	}

	.r-menu {
		display: block;
		position: absolute;
		top: 27px;
		left: 13px;
		width: 80%;
	}

	#nav {
		clear: both;
		position: absolute;
		top: 36px;
		left: 5px;
		width: 61%;
		z-index: 10000;
		border: 1px solid #cbcbcb;
		background: #fff;
		font-size: 150%;
		box-shadow: 2px 2px 4px #919191;
	}

	#nav li {
		border-bottom: 1px solid #999999;
		padding: 4%;
	}

	.splash-img-wide-1 {
		left: 0%;
		width: 100%;
	}
}