/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Page
----------------------------------------------- */
html {
	height: 100%;
	overflow-y: scroll;
	background-image: url(/img/bg_repeat.gif);
	background-repeat: repeat-x;
	background-color: #ebf5e4;
}

body {
	color: #000;
	font-family: Verdana, Arial;
	font-size: 11px;
	min-height: 100%;
	background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body.mceContentBody {
	background-color: #FFF;
}

/* Default element styles
----------------------------------------------- */
a {
	color: #1F2227;
	/*text-decoration: none;*/
}

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

h1 {
	background-color: #6eb044;
	color: #FFF;
	font-size: 32px;
	margin: 0 -20px 10px -22px;
	padding: 0 20px 5px 22px;
}

body.home h1 {
	background-color: #FFF;
	color: #6eb044;
}

h2 {
	color: #6eb044;
	font-size: 15px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

ul li,
ol li {
	list-style-image: none;
	list-style-position: inside;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

/* siteWrapper
----------------------------------------------- */
#siteWrapper {
	background-color: #FFF;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 790px;
	z-index: 1;
}

/* Header
----------------------------------------------- */
div.header {
	/*background-image: url('/img/header_image.jpg');
	background-repeat: no-repeat;*/
	background-color: #00004d;
	height: 83px;
	position: relative;
}

/* Menu
----------------------------------------------- */
ul#menu {
	height: 56px;
	/*overflow: hidden;*/
	position: relative;
}

ul#menu li {
	float: left;
	display: block;
	list-style-type: none;
	line-height: 28px;
}

ul#menu li.activeChild,
ul#menu li.hasActiveChild {
	background-color: #6eb044;
}

ul#menu li.activeChild a,
ul#menu li.hasActiveChild a {
	color: #FFF;
	font-weight: bold;
}

ul#menu a {
	padding: 8px 20px;
	text-decoration: none;
}

/*
ul#menu li.hasActiveChild,
ul#menu li.activeChildhasChilds {
	padding-bottom: 28px;
}*/


/* States */
ul#menu li ul { display: none; } /* By default childs should not be visible */
ul#menu li.activeChild ul,
ul#menu li.hasActiveChild ul
{
	display: block;
}

ul#menu li ul {
	background-color: #6eb044;
	left: 0px;
	position: absolute;
	top: 28px;
	width: 510px;
}

body.home ul#menu li ul {
	background-color:#FFF;
}

ul#menu li.activeChild ul li a,
ul#menu li.hasActiveChild ul li a {
	color: #00004d;
	font-weight: normal;
}

ul#menu li ul li.activeChild a {
	font-weight: bold;
}

/* Content
----------------------------------------------- */
div.content {
	float: left;
	font-size: 12px;
	padding: 0 20px 22px 22px;
	min-height: 400px;
	width: 468px;
}

div.content hr {
	height: 57px;
	margin: 0 -20px 20px -20px;
	border: 0;
}

div.content a.older {
	background-color: #6eb044;
	color: #00004d;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	margin-left:-22px;
}

/* News
----------------------------------------------- */
.press_item, .news_item{
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 468px;	
	margin: 0 -20px 20px;
	padding: 0 20px 40px;
	
}

.newsList{
	margin:0;
	padding:10px 0;
}

.newsList li{
	margin:0;
	padding:10px 0;
}

.newsDiv{
	padding: 5px 0;
}

/* Sidebar
----------------------------------------------- */
div.sidebar {
	background-color: #00004d;
	color: #FFF;
	padding: 5px 5px 15px 5px;
	min-height: 500px;
	/*position: absolute;
	right: 10px;
	top: 121px;*/
	float: right;
	position: relative;
	top: -28px;
	width: 270px;
}

div.sidebar h4,
div.sidebar a {
	color: #6eb044;
}

div.sidebar div.images {
	min-height: 200px;
}

div.sidebar div.images .bottom_image {
	padding-top: 3px;
}

div.sidebar h4,
div.sidebar p {
	padding: 0 15px;
}

div.sidebar .banner_homepage{
	padding: 15px 0 0 13px;
}

/* Footer
----------------------------------------------- */
div.footer {
	background-color: #6eb044;
	color: #FFF;
	clear: both;
	line-height: 17px;
	margin-top: 15px;
	padding:6px 22px 5px;
	height: 20px;
}
