@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;
}

ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	background: #292929 url(../images/body_back.gif) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 15px;
}

#master {
	width: 978px;
	margin: 0 auto;
}

/* Header */
#header {
	width: 978px;
	height: 140px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-left: -10px;
	padding-top: 17px;
}

#topMenu {
	float: right;
	text-align: right;
	padding: 48px 0 13px 0;
}

#topMenu ul li {
	display: inline;
	padding-left: 12px;
}

#topMenu ul li a {
	display: inline;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#topMenu ul li a:hover {
	text-decoration: underline;
}

/* Main menu */
#mainMenu {
	float: right;
	background: url(../images/menu_back.gif) 0 0 no-repeat;
	width: 773px;
	height: 38px;
}

#mainMenu ul li {
	float: left;
	display: block;
	padding-right: 1px;
	background: url(../images/main_menu_item.gif) right 0 no-repeat;
}

#mainMenu ul li.lastItem {
	background-image: none;
	padding-right: 0;
}

#mainMenu ul li a {
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 14px 8px 14px;
}

#mainMenu ul li a:hover, #mainMenu ul li.active a {
	background: url(../images/main_menu_item_hover.gif) 0 0 repeat-x;
	color: #fff;
}

/* Footer */
#footer {
	width: 978px;
	margin: 0 auto;
	background: url(../images/footer_back.gif) 0 0 repeat-x;
	text-align: center;
	font-size: 11px;
	color: #a9a9a9;
	padding: 18px 0 20px 0;
}

#footer a {
	color: #a9a9a9;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Home page */
#homeContainer {
	margin-bottom: 18px;
}

#homeBoxes {
	padding-bottom: 19px;
}

.homeBox, .homeBoxSmall {
	background: #616161 url(../images/homebox_back.gif) 0 0 repeat-x;
	padding: 12px 7px 0 7px;
	height: 123px;
	float: left;
	margin-right: 22px;
	width: 246px;
}

.homeBoxSmall {
	width: 182px;
}

.homeBoxSmall.lastItem {
	margin-right: 0;
}

.homeBox h2, .homeBoxSmall h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	padding-bottom: 18px;
}

.homeBoxImg {
	float: left;
	width: 48%;
}

.homeBox p {
	/*float: right;
	width: 48%;*/
	color: #434443;
}

.homeBoxSmall p {
	color: #434443;
}

.homeBox a, .homeBoxSmall a {
	color: #000;
	text-decoration: none;
}

.homeBox a:hover, .homeBoxSmall a:hover {
	text-decoration: underline;
}

/* Sub menu */
ul#subMenu {
	padding: 0 14px 14px 14px;
}

ul#subMenu li a {
	font-size: 14px;
	line-height: 23px;
	color: #b1bdcc;
	text-decoration: none;
}

ul#subMenu li a:hover, ul#subMenu li.active a {
	font-weight: bold;
	color: #fff;
}

/* Subpage */
#wrapper {
	padding-bottom: 20px;
}

#rightColumn {
	float: right;
	width: 260px;
}

#leftColumn {
	float: left;
	width: 192px;
	background: #102b5b url(../images/leftcolumn_back.jpg) 0 bottom no-repeat;
	min-height: 378px;
	height: auto;
}

#rightColumn .homeBox {
	float: none;
	display: block;
	width: auto;
	margin-bottom: 16px;
	margin-right: 0;
}

#leftColumn h2 {
	border-bottom: 1px solid #92a0b2;
	font-size: 18px;
	color: #fff;
	line-height: 23px;
	padding: 27px 14px 5px 14px;
	margin-bottom: 22px;
}

#content {
	width: 451px;
	float: left;
	padding: 26px 21px 20px 36px;
	background: url(../images/content_back.gif) right 0 repeat-y;
}

#content h1 {
	color: #0f2d5e;
	font-size: 23px;
	line-height: 30px;
	padding-bottom: 10px;
}

#content h2 {
	color: #0f2d5e;
	font-size: 14px;
}

#content p {
	padding-bottom: 15px;
}

#content p strong {
	font-size: 15px;
}

#content ul {
	padding-bottom: 15px;
}

#content ul ul {
	padding-bottom: 0;
}

#content ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 11px;
}

#content a {
	color: #0f2d5e;
}

.homeBox img {
	margin-top: -15px;
	margin-right: 10px;
}

/* News */
.news-list-item {
	padding-bottom: 10px;
}

.news-list-image {
	float: left;
	width: 150px;
}

.news-list-item img {
	float: none !important;
}

.news-list-date {
	display: block;
	padding: 5px 0;
	color: #f1f1f1;
	font-size: 10px;
	font-style: italic;
}

.news-single-image {
	float: right;
	padding: 0 0 10px 10px;
}
