@charset "UTF-8";

/* Included Styles */

@import url("images.css");
@import url("brief_column.css");
@import url("brief_column_ext.css");
@import url("media.css");
@import url("image_gallery.css");
@import url("sidebar.css");
@import url("subcontent.css");
@import url("feed_reader.css");
@import url("autoindex.css");
@import url("search.css");

/* Homepage Styles */

body
{
	background: #45657c;
	background-image: url(../assets/bodybg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
}

ul
{
	overflow: hidden;
}

#container
{
	width: 770px;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	margin: auto;
	overflow: hidden;
}

/* Header */

#header
{
	width: 770px;
	background-repeat: repeat-x;
	position: relative;
	border-bottom: 1px solid #dddddd;
}

#header img
{
	margin: 0;
	padding: 0;
	border: 0;
}

#search
{
	position: absolute;
	left: 52px;
	top: 0px;
	width: 425px;
	color: #ffffff;
	font-size: 0.8em;
	text-align: right;
}

#search label,
#search input
{
	padding-right: 3px;
}

#searchbox
{
	width: 160px;
	font-size: 8pt;
}

#searchsubmit
{
	margin-top: 5px;
	margin-bottom: -5px;
}

#topicsearch
{
	padding-left: 0;
	margin-left: 0;
}

/* Navigation */

#navigation
{
	width: 100%;
	text-align: center;
	clear: both;
	background: #1f3240 url(../assets/navbg.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #dddddd;
	position: relative;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 8px;
}

#navigation ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 8px;
}

#navigation ul a
{
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 6px;
}

#navigation ul a:hover
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	background: #121d25;
	background-repeat: repeat-x;
}

#navigation ul a.vt_active
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	background: #121d25;
	background-repeat: repeat-x;	
}

/* Main Content */
#vt_pageTitle
{
	color: #006132;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	width: 519px;
	background: none;
}

#vt_pageTitle h2
{
	margin-bottom: 0;
}

#vt_gateway
{
	display: none;
}

#vt_pageTitle h2
{
	font-size: 1.6em;
	background: none;
	margin-top: 0;
	padding-top: 1em;
}

#vt_body_col #vt_pageTitle
{
	padding: 0;
}

#vt_body_col
{
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	overflow: hidden;
}

#vt_body_col > :first-child
{
	margin-top: 15px;
}

#vt_body_col h1
{
	font-size: 1.4em;
	color: #3e586d;
}

#vt_body_col h2
{
	font-size: 1.3em;
}

#vt_body_col h3
{
	font-size: 1.2em;
	color: #3e586d;
}

#vt_body_col h4
{
	font-size: 1.1em;
	color: #006233;
}

#vt_body_col h5
{
	font-size: 1em;
}

#vt_body_col h6
{
	font-size: 0.9em;
	color: #3e586d;
}

#vt_body_col a
{
	color: #006233;
	text-decoration: none;
}

#vt_body_col a:hover
{
	text-decoration: underline;
}

#vt_callout
{
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 15px;
}

#footerbar
{
	width: 100%;
	text-align: center;
	clear: both;
	background: #1f3240 url(../assets/navbg.png);
	background-repeat: repeat-x;
	clear: both;
	border-top: 1px solid #dddddd;
}

#footernav
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 8px;
}

#footernav li
{
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

#footernav li:hover
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 7px;
	padding-right: 7px;
	background: #121d25;
	background-repeat: repeat-x;
}

#footerbar a
{
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 8px;
}

#footer
{
	width: 790px;
	margin: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 12pt;
	font-size: 0.9em;
}

#footer a:link
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#footersmall
{
	font-size: 8pt;
}

#footlinklist
{
	list-style: none;
	margin-left: 0;
}

#footerlinklist li
{
	margin-left: 0;
}

span.firstsentence
{
	color: #006132;
	font-weight: bold;
}

.navhide,
.vt_skip
{
	display: none;
}

/* lists */

ul.rsslist,
.rsslist ul
{
	list-style-image: url(../assets/rss.gif);
}

ul.listfloat li
{
	float: left;
	width: 48%;
}

.floatleft
{
	float: left;
	width: 48%;
	margin-top: -1.5em;
}

.floatright
{
	float: right;
	width: 48%;
	margin-top: -1.5em;
}