/* Global CSS File for WEB display */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-color: #E0E0E0;
	background-image:  url("../images/background-gradient.gif");
	background-repeat: repeat-x;
	background-position: top;
}
table {
	margin: 0;
	padding: 0;
	border: 0;
}
td {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 10px 25px;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #000099;
}
div.page {
	width: 738px;
	margin: 15px auto;
}
div.header-blue-out {
	border-top: 1px solid #000055;
	border-left: 1px solid #000055;
	padding: 1px 0 1px 1px;	
}
div.header-blue-in {
	background-color: #000055;
	background-image:  url("../images/header/flag.jpg");
	background-position: right;
	background-repeat: no-repeat;
}
div.header-red-out {
	border-left: 1px solid #000055;
	padding: 0 0 0 1px;
}
div.header-red-in {
	background-color: #990000;
	border-bottom: 1px solid #000055;
}
div.header-nav-out {
	border-left: 1px solid #000055;
	padding: 0 0 0 1px;
}
div.header-nav-in {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #DDD;
	background-image:  url("../images/header/navigation-gradient.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 20px;
	padding: 8px 0 0 10px;
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
	overflow: hidden;
}
div.header-nav-in a {
	color: #333;
	text-decoration: none;
}
div.header-nav-in a:hover {
	color: #333;
	text-decoration: underline;
}
div.page-padding {
	padding: 20px 25px;
}
div.page-body {
	border: 1px solid #000055;
	background-color: #FFF;
	padding: 1px;
}
div.section-title {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background-image:  url("../images/title-texture.gif");
	text-transform: lowercase;
	color: #222;
	margin-bottom: 10px;
}
div.section-title-links {
	font-size: 10px;
	padding-top: 3px;
	float: right;
}
div.section-title-links a {
	color: #222;
}
td.homepage-large-image {
	border-bottom: 1px solid #990000;
	padding-bottom: 1px;
	background-image:  url("../images/homepage-large/1.jpg");
	background-repeat: no-repeat;
	background-position: top;
}
td.homepage-large-control {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #990000;
	background-image:  url("../images/video-gradient.gif");
}
td.homepage-news-column {
	width: 100%;
}
img.vid-thumb {
	border: 1px solid #000055;
	cursor: pointer;
	width: 80px;
	height: 71px;
}
div.inner-page-photos {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
}
td.inner-page-photos {
	padding: 0 0 20px 20px;
	vertical-align: top;
}
table.footer {
	width: 738px;
	margin: 5px 0;
	font-size: 9px;
}
td.footer-nav {
	color: #000055;
}
td.footer-copyrt {
	text-align: right;
	color: #777;
}