@media screen, handheld, print, projection {
body {
	background-color:#fff;
	margin:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	line-height:1.5;
}
#header {
	width:100%;
	background-color: #fff;
}
#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#header a {
	text-decoration:none;
	color:#FFF;
}
nav {
	display: block;
	width:100%;
	background-color: #000;
	text-align: center;
	font-size: small;
	color: #FFF;
}

nav a {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

#container {
	width:100%;

}
#content {
	padding-right: 10px;
	padding-left: 10px;
}
#content img {
	display:block;
	margin:10px auto 5px auto;
		max-width:100%;
	height:auto;
}

	img {
		max-width: 100%;
		height: auto;
	}
	
#right-column {

	width:90%;
	margin-left: 10px;
}
	.column-2 {
		width: 100%;
	}

	
a {
	color:#0000FF;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}

#content li {
	margin-bottom: 10px;
} 

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.vertical-menu {
    width: 100%; /* Set a width if you like */
}

.vertical-menu a {
	background-color: #eee; /* Grey background color */
	color: black; /* Black text color */
	display: block; /* Make the links appear below each other */
	padding: 5px 12px; /* Add some padding */
	text-decoration: none; /* Remove underline from links */
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.vertical-menu a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
    background-color: #4CAF50; /* Add a green color to the "active/current" link */
    color: white;
}


.table-responsive {
	clear:both;
	overflow-x: auto;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
	background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
	background-attachment: local, local, scroll, scroll;
}
#footer {
	width:100%;
	background-color:#999;
	margin-top:15px;
	padding:15px 0;
	color:#CCC;
	font-size:0.8em;
	line-height:1.4em;
	text-align:center;
}
#footer a {
	color:#FFF;
}

#sidebar-ad { display: none; 
	margin:20px auto 5px auto;
}
h1, h2, h3 {

	line-height:1.2;
	color:#333;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2.8em;
	letter-spacing: 2px;
	color:#000;
	font-weight: bold;
}
h2 {
		font-family: Verdana, Geneva, sans-serif;
	font-size:1.3em;
	color:#063;
}
h3 {
		font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	font-style:italic;
	color:#063;
}
a img {
	border:none;
}

.footnote {
	font-size: small;
	font-style: italic;
}
	
	
.surname {
	visibility:hidden;
}
.clearfix {
	clear:both;
}
.list {
	font-size:0.85em;
	width:100%;
	border-collapse:collapse;
	text-align:left;
	margin-bottom:30px;
	clear:both;
}
.list th {
	font-size:1em;
	font-weight:normal;
	color:#039;
	padding:10px 5px 5px 5px;
	vertical-align:top;
	border-bottom:2px solid #6678b1;
}
.list td {
	border-bottom:1px solid #ccc;
	color:#669;
	padding:6px 5px;
	vertical-align:top;
}
.list tbody tr:hover td {
	background-color:#F3F3F3;
}
	
#terms
	{
	padding: 10px;
	background-color: #CEDAE0;
	margin: 40px 0 40px 0;
	font-size: smaller;
}
	
table.list img {
	float:none !important;
}
}
 @media screen and (min-width:400px) {
#header {
	margin:0 auto;
	text-align:left;
}
#container {
	margin:0 auto;
}

h1 {
	font-size:3em;
}
h2 {
	font-size:1.3em;
}
table.latest {
	width:90%;
}
.news {
	width:90%;
}
}
 @media screen and (min-width:670px), print, projection {
body {
}
#container {
	width:670px;
}

	 
	 .column-2 {
		width: 48%;
		float: left;
		margin-right: 1%;
		margin-left: 1%;
	}

table.latest, .captioned, .news {
	margin:5px 0px 15px 10px;
	float:right;
}
table.latest {
	width:300px;
}
#content img {
	float:right;
	margin:5px 0 10px 10px;
}
}
 @media screen and (min-width:1030px), print, projection {
#container {
	width:1050px;
}
#content {
	width:640px;
	float:right;

}

#right-column {
	width:370px;
	padding-top: 0px;
}

	 
#sidebar-ad {display: block; margin:20px 0 0 0; }
	 
	 
.mobile-only {
	display:none;
}
}
