/* Header styles */

#top {
	border-bottom: 1px solid #ccc;
	outline: 1px solid white;
	background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
	background-image:    -moz-linear-gradient(top, #fff, #e8e8e8);
	background-image:     -ms-linear-gradient(top, #fff, #e8e8e8);
	background-image:      -o-linear-gradient(top, #fff, #e8e8e8);
	background-image:         linear-gradient(to bottom, #fff, #e8e8e8);
}

#top .block {
	height: 52px;
}

/* Menu */

#menu {
	list-style: none outside none;
    margin: 0;
    padding: 0;
}

#menu li {
	float: left;
}

#menu a {
	float:left;
	color: #0F5A91;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
	margin-top: 13px;
	margin: 12px 2px 0 2px;
	border: 1px solid transparent;
	overflow: hidden;
}

#menu a:hover, #menu .active a {
	background-color: #1F537B;
	background-image: -webkit-linear-gradient(top, #1F537B, #1F537B);
	background-image:    -moz-linear-gradient(top, #1F537B, #1F537B);
	background-image:     -ms-linear-gradient(top, #1F537B, #1F537B);
	background-image:      -o-linear-gradient(top, #1F537B, #1F537B);
	background-image:         linear-gradient(to bottom, #2574AD, #034574);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	border: 1px solid #333;
	border-color: #555 #333 #333;
	color:#fff;
	text-decoration:none;
}

#menu li a span {
	float: left;
	height: 34px;
	padding:0 13px;
}

#login {
    color: #999999;
    float: right;
    font-size: 13px;
    line-height: 22px;
    padding: 6px 10px 5px 32px;
	margin-top: 9px;
}

#login a {
	color: #0F5A91;
}

/* Subheader */

#subheader {
	background:url(../images/main-bg.jpg) repeat-x scroll 50% 100% transparent;
	background: -moz-radial-gradient(center 40px , circle , #F1F1F1 100px, #E3E3E3, #D0D0D0 700px);
	background: -webkit-gradient(radial, center 40, 100, center 40, 700, from(#F1F1F1), to(#d0d0d0));
}

#subheader .presentation {
	position: absolute;
	top: 120px;
	width: 200px;
	margin-left:15px;
}

#subheader .presentation a {
	color: white;
}

#subheader .tinymceScreen {
	position: absolute;
	top: 25px;
	left: 285px;
	width: 700px;
}

#subheader .presentation a:hover {
	text-decoration: underline;
}

#subheader .block {
	height: 148px;
	position: relative;
	overflow: hidden;
}

#subheader .logo {
	display: block;
	position: absolute;
	margin-left:15px;
	width: 153px;
	height: 79px;
	background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
	top: 23px;
}

#subheader .logo span {
	font-size: 11px;
    line-height: 11px;
    color: #064A7A;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 27px;
	font-weight: bold;
}

#subheader .text {
	color: #999999;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	right: 8px;
	top: 31px;
	width: 222px;
}

#subheader h3 {
	color: #6CAB00;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 22px;
}

#subheader a {
	color: #064A7A;
}


#subheader .item div {
	color:#999999;
	font-size:13px;
	left:36px;
	line-height:16px;
	position:absolute;
	top:155px;
	width:230px;
	z-index:5;
}

#subheader span.line {
	background:url("../images/bg-line.gif") no-repeat scroll 0 0 transparent;
	height:284px;
	left:0;
	position:absolute;
	top:22px;
	width:983px;
	z-index:2;

}