* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

html {
	height: 100%;
}
body {
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #384755;
	height: 100%;
	width: 100%;
}
html, body {
	background: #eed url('../gfx/bg-body.jpg') repeat-y 50%;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #666;
}
a:hover { border-style: solid; }
p { margin: 7px 0; }

.topbar {
	height: 10px;
	background: #317ec6;
}
.topbarbottom {
	background: url('../gfx/bg-topbar-t.png') repeat-x;
	height: 7px;
	position: relative;
	z-index: 10;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -7px;
	z-index: 9;
}
.header {
	background: #317ec6 url('../gfx/bg-header.jpg') no-repeat;
	height: 160px;
}
.logo {
	border-width: 0;
	float: left;
	position: relative;
	top: 19px;
	left: 13px;
}

#peoplescreen {
	position: absolute;
	margin-top: 6px;
	margin-left: 280px;
	z-index: 5;
}

.fl_menu {
	float: right;
	margin: 120px 10px 0 0;
	position: relative;
	z-index: 6;
}
.fl_menu li {
	float: left;
	margin-left: 3px;
}
.fl_menu a {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	border-width: 0;
	padding: 3px 4px;
	color: #317ec6;
	font-size: 16px;
}
.fl_menu a:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	color: #384755;
}
.fl_menu ul {
	display: none;
	position: absolute;
	z-index: 11;
}
.fl_menu li:hover ul { display: block; }
.fl_menu ul li {
	float: none;
}

.featbar {
	background: url('../gfx/bg-featured-t.png') no-repeat;
	height: 266px;
	position: relative;
	width: 990px;
	margin-left: -15px;
	margin-top: 10px;
	z-index: 4;
}
.featbar img {
	position: relative;
	top: 5px;
	left: 5px;
}

.content {
	width: 640px;
	margin-left: 10px;
	float: left;
}

h1 {
	color: #317ec6;
	font-size: 36px;
	line-height: 48px;
	text-transform: lowercase;
	margin-bottom: 10px;
	background: url('../gfx/fade-main.jpg') no-repeat bottom left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
h2 {
	color: #317ec6;
	font-size: 18px;
	line-height: 24px;
	text-transform: lowercase;
}

.content b {
	font-size: 16px;
	line-height: 22px;
}

.rightbox {
	float: right;
	margin: 5px 10px 0 0;
	width: 250px;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	color: #317ec6;
	text-transform: lowercase;
	text-align: right;
}
.rightbox h2 {
	background: url('../gfx/fade-right.jpg') no-repeat bottom right;
}
.tvscreen {
	display: block;
	margin-bottom: -35px;
}
.videobox {
	position: absolute;
	margin-top: 10px;
	margin-left: 11px;
}
.didyouknow, .moresectors { position: relative; }
a.scala { 
	border-width: 0;
	clear: both;
	display: block;
	float: right;
	margin-right: 10px;
}

.footertop {
	background: url('../gfx/bg-footer-t.png') repeat-x;
	height: 7px;
	clear: both;
}
.footer {
	background: #317ec6;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	padding: 10px 0;
	text-align: center;
}
.footer a {
	color: #fff;
	border-color: #fff;
}

input, textarea {
	border: 1px dotted #ccc;
	width: 500px;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #666;
	background-color: #fff;
}
input:hover, textarea:hover {
	border: 1px solid #317ec6;
}
input:focus, textarea:focus {
	border: 1px solid #317ec6;
	background-color: #eee;
	color: #333;
}
.subbut {
	width: 200px;
	color: #333;
	background-color: #eee;
}
.submenu {
	margin-bottom: 20px;
}
.submenu a {
	font-size: 22px;
	line-height: 28px;
}

.bullet { font-size: 2em; color: #317ec6; position: relative; top: 4px; }
.didyouknow .nameline { font-size: 14px; line-height: 18px; letter-spacing: 0; }


