/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #016AAC;
	background-image: url(../images/blue_bkg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.clear {
	clear: both;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	background-color: rgba(255,255,255,0.18);
	background-image: url(../images/overlay_bkg.png);
}

#header {
	width: 1024px;
	height: 230px;
	margin-bottom: 20px;
	background-image: url(../images/header_bkg.png);
}

/*#middle-column, #right-column {
	border: solid 1px #000;
}*/

#left-column {
	width: 165px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.navcontainer {
	width: 165px;
	background-color: rgba(0,102,168,0.70);
	background-image: url(../images/nav_bkg.png);
	border-radius: 10px;
	margin-bottom: 10px;
}

.nav {
	padding: 0px;
	font-size: 15px;
	width: 145px;
}

.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav li {
	padding: 0.4em 0.7em;
	text-align: left;
}

.nav li a:link, .nav li a:visited {
	display: block;	
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.nav li a:hover {
	background-color: #2E82B8;
}

#middle-column {
	width: 780px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

/*#search-container {
	width: 590px;
	height: 40px;
	background-color: #0066A8;
	border-radius: 10px;
}

#search-text, #search-field, #search-submit {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#search-text {
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

#search-field {
	margin-right: 10px;
}

#search-submit {
}

.searchField {
	width: 380px;
	height: 28px;
	border-radius: 15px;
	border: none;
}

input.searchField {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
}

.searchSubmit {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #2C44AC;
	height: 30px;
	width: 65px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

.media_list {
	margin: 15px;
	clear: both;
}

.media_image {
	float: left;
	width: 100px;
	height: 50px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-top: 50px;
	color: #2C44AC;
	background-color: #FFF;
}

.media_title, .media_presenter, .media_series, .media_time {
	margin-top: 5px;
}

.media_title a:link, .media_title a:visited {
	text-decoration: none;
	color: #FF0;
}

.media_title a:hover {
	text-decoration: underline;
}

.media_title {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #FF0;
}

.media_presenter {
}

.media_series {
}

.media_time {
}

#video_content {
}

#video_title {
}

#video_player {
}

#video_description {
}*/

/*#right-column {
	width: 165px;
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}*/

#footer {
	width: 1024px;
	height: 30px;
	font-size: 10px;
	text-align: center;
}
