/* General
-------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
}
table {
	border: 0 !important;
}
ul#NewsList img {
	padding: 10px !important;
}
body {
	background: #fff url(../images/bg.png) repeat-x;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 75%;
	color: #000;
}
#wrapper {
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#bg-fix {
	height: 100%;
}
#header {
	height: 130px;
	position: relative;
}

#header img.logo {
	position: absolute;
	top: 20px;
	left: 10px;
}
#logo {
	width: 232px;
	height: 107px;
	background: url(../images/logo_light.png) no-repeat;
}
.header-text {
	position: absolute;
	top: 40px;
	right: 10px;
}
.header-text a {
	color: #060d1d;
	font-weight: bold;
}
.header-text a:hover {
	text-decoration: none;
	color: #598dcd;
}
.header-text a.small {
	font-size: 1.3em;
}
.header-text a.large {
	font-size: 1.8em;
	margin-left: 0.3em;
}
#searchbox {
	width: 207px;
	position: absolute;
	top: 40px;
	right: 90px;
}
#SearchForm_SearchForm_Search {
	width: 156px;
	padding-left: 10px;
	padding-top: 5px;
	height: 20px;
	background: url(../images/search_bg.png) no-repeat;
	outline: 0;
	color: #fff;
	float: left;
}
#SearchForm_SearchForm_action_results {
	float: right;
	width: 41px;
	height: 25px;
	background: url(../images/search_button.png) no-repeat;
}
/* Navigation
-------------------------------------------------------------- */
#navigation {
	position: absolute;
	top: 80px;
	right: 0;
}
#navigation ul {
	list-style-type: none;	
	padding-left: 15px;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	display: block;
	padding: /* top */ 8px /* right */ 20px /* bottom */ 8px /* left */ 20px;
	font-size: 1.2em;
	margin-left: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#navigation ul li a:hover, #navigation ul li a.current, #navigation ul li a.section {
	background: url(../images/nav_tab_hover.png) no-repeat left;
	color: #494949;
	text-shadow: #d5d5d5 1px 1px 1px;
}
/* Breadcrumbs
-------------------------------------------------------------- */
#breadcrumbs {
	padding-left: 5px;
	width: 895px;
	height: 20px;
	font-size: 1.0em;
}
/* Content
-------------------------------------------------------------- */
#main {
	float: left;
	width: 670px;
	line-height: 1.5;
}
#main-sub {
	float: right;
	width: 670px;
	line-height: 1.5;
}
/* Footer
-------------------------------------------------------------- */
#footer {
	background: #091225;
	color: #fff;
}
.inner {
	width: 900px;
	margin: auto;
}
.inner p {
	padding-top: 10px;
}
/* Sidebar Right
-------------------------------------------------------------- */
#sidebar-right {
	float: right;
	width: 220px;
}
#sidebar-right h1 {
	display: block;
	height: 24px;
	width: 205px;
	color: #171717;
	font-size: 1.2em;
	font-weight: bold;
	padding: /* top */ 8px /* right */ 0px /* bottom */ 0px /* left */ 15px;
	background: url(../images/sidebar_header.png) no-repeat;
	text-shadow: #fff 1px 1px 1px;
	margin-bottom: 1.0em;
}
#sidebar-right div.box {
	width: 200px;
	margin: auto;
}
#sidebar-right input.text {
	background: url(../images/input_bg.png) repeat-x;
	width: 190px;
	padding-top: 5px;
	height: 23px;
	border: 1px solid #1f4791;
	margin: auto;
	color: #fff;
	padding-left: 10px;
	font-size: 0.9em;
	outline: 0;
}
/* Sidebar
-------------------------------------------------------------- */
#sidebar-left {
	float: left;
	width: 220px;
}
#sidebar-left h1 {
	display: block;
	height: 24px;
	width: 205px;
	color: #171717 !important;
	font-size: 1.2em;
	font-weight: bold;
	padding: /* top */ 8px /* right */ 0px /* bottom */ 0px /* left */ 15px;
	background: url(../images/sidebar_header.png) no-repeat;
	text-shadow: #fff 1px 1px 1px;
	margin-bottom: 1.0em;
}
#sidebar-left h1.menu-title {
	background: url(../images/menu_title.png) no-repeat;
	margin-bottom: 0em;
}
#sidebar-left div.menu-box {
	background: #142e62 url(../images/menu_bottom.png) no-repeat bottom;
	padding: 10px;
}
#sidebar-left div.menu-box ul {
	list-style-type: none;
	margin: 0;
}
#sidebar-left div.menu-box ul li a {
	background: url(../images/arrow_white.png) left no-repeat;
	display: block;
	padding: 3px;
	color: #fff;
	padding-left: 10px;
}
#sidebar-left div.menu-box ul li a.current, #sidebar-left div.menu-box ul li a.section {
	font-weight: bold;
	background: url(../images/arrow_yellow.png) left no-repeat;
}
#sidebar-left div.menu-box ul li a.levelb {
	margin-left: 10px;
}
#sidebar-left div.menu-box-wrapper {
	margin-bottom: 15px;
}
#sidebar-left div.box {
	width: 200px;
	margin: auto;
}
#sidebar-left input.text {
	background: url(../images/input_bg.png) repeat-x;
	width: 190px;
	padding-top: 5px;
	height: 23px;
	border: 1px solid #1f4791;
	margin: auto;
	color: #fff;
	padding-left: 10px;
	font-size: 0.9em;
	outline: 0;
}
/* General Styles
-------------------------------------------------------------- */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	border: 0;
	width: 99%;
	height: 1px;
	background: #1e2f5c;
	margin-bottom: 0.6em;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }

table { border-collapse: collapse; border-spacing: 0; width: 100%; }
table td { padding: 10px; }
caption, th, td { text-align: left; font-weight:400; }

blockquote, q { quotes: "" ""; }

a img { border: none; }
/* Removes Firefox imposed outline */
a { outline: none; }

.footer, .push {
    height: 4em;
}

/* Typography
-------------------------------------------------------------- */

/* ----- Headings ----- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h1.newstitle { font-size: 1.3em; font-weight: bold; }
h2 { font-size: 2em; margin-bottom: 0.2em; margin-top: 0.1em; text-shadow: #fff 1px 1px 1px; font-weight: bold;}
h2 a { color: #1e2f5c !important;}
#sidebar-right a {
	color: #fede00 !important;
}
#sidebar-left a {
	color: #fede00 !important;
}
#main u {color: #fff !important;}
#main span {color: #fff !important;}
#main a { color: #1e2f5c !important; }
#main-sub a { color: #1e2f5c !important; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }

/* ----- Text elements ----- */

p { margin: 0 0 1.5em; }

#main ul { list-style-type: circle; }
#main ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #1e2f5c; text-decoration: none; }
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }