/*
	-- -- -- -- -- -- --
	w&p
	default.css
	main site foundation layout
	-- -- -- -- -- -- --
*/

@import url("reset.css");
@import url("hacks.css");
/* -- base html -- */
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	color:#1f1e21;
	background:#98a8c6;
	font-size:11px;
}

/* -- miscellaneous -- */
input, textarea {
	font:0.9em "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

.floatleft {
	float:left !important;
}

.floatright {
	float:right !important;
}

.center {
	text-align:center !important;
}

/* -- base layout -- */
#wrapper {
	width:950px;
	margin:0 auto;
}

/* -- top nav -- */
#top-nav {
	background:#bec9dc;
}

#top-nav ul {
	list-style:none;
	float:right;
	padding:0 25px 0 0;
}

#top-nav ul li {
	float:left;
	height:31px;
	line-height:31px;
	font-size:10px;
	letter-spacing:1px;
	margin-left:25px;
	display:inline;
}

#top-nav ul li a {
	padding-left:14px;
	background:url(../images/top-nav-li.gif) left 12px no-repeat;
	float:left;
	color:#00477a;
	text-decoration:none;
}

#top-nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}

/* -- header -- */
#header {
}

#logo {
	text-indent:-2000em;
	float:left;
}

#logo a {
	display:block;
	background:url(../images/logo.gif) left top no-repeat;
	width:309px;
	height:210px;
}

#header img {
	float:right;
}

/* -- main nav -- */
#main-nav {
	background:#00477a;
	height:28px;
	clear:both;
}

#main-nav ul {
	float:right;
}

#main-nav ul li {
	float:left;
	font-size:14px;
	font-weight:bold;
}

#main-nav ul li a {
	float:left;
	display:block;
	height:28px;
	line-height:28px;
	padding:0 17px 0 18px;
	background:#bec9dc;
	border-left:2px solid #fff;
	color:#fff;
	text-decoration:none;
}

#main-nav ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:#00477a;
}

#main-nav ul li.active a {
	background:#00477a !important;
}

/* -- container -- */
#container {
	clear:both;
	background:#fff;
	overflow:hidden;
}

/* -- frontpage nav -- */
#frontpage-nav {
	background:#98a8c6;
}

#frontpage-nav li {
	width:309px;
	height:414px;
}

#frontpage-nav li a {
}

#frontpage-nav li a:hover {
}

#fn-first {
	float:left;
	margin-right:11px;
	background:url(../images/fn-first.jpg) left top no-repeat;
}

#fn-second {
	float:left;
	background:url(../images/fn-second.jpg) left top no-repeat;
}

#fn-third {
	float:right;
	background:url(../images/fn-third.jpg) left top no-repeat;
}

a.fn-heading {
	color:#00477a;
	font-size:18px;
	font-weight:bold;
	padding:14px 0 14px 50px;
	display:block;
	margin-bottom:1px;
	text-decoration:none;
	background:#fff;
	opacity: .70;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

a.fn-heading:hover, .active {
	color:#fff !important;
	text-decoration:none;
	background:#98a8c6 !important;
	opacity: .70;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


.front-nav-item {
	overflow:hidden;
	position:relative;
}

.caption {
	position:absolute;
	background:#98a8c6;
	top:414px;
	left:0;
	height:370px;
	width:309px;
	opacity: .85;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.front-nav-item ul {
	padding:25px 0 0 50px;
}

.front-nav-item ul li {
	width:auto !important;
	height:auto !important;
	font-size:15px;
	font-weight:normal;
	line-height:30px;
}

.front-nav-item ul li a {
	color:#fff;
	text-decoration:none;
}

.front-nav-item ul li a:hover {
	color:#fff;
	text-decoration:underline;
}

/* -- sidebar left -- */
#sb-left {
	width:307px;
	float:left;
	background:#bec9dc;
	margin-right:40px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#sb-left img {
	margin-bottom:20px;
}

/* -- sidebar right -- */
#sb-right {
	width:170px;
	float:right;
	margin-right:17px;
	display:inline;
	padding-top:80px;
	text-align:justify;
}

.sbr-box {
	border-top:2px solid #bec9dc;
	margin-bottom:20px;
	padding-top:15px;
	text-align:left;	
}

.sbr-box h4 {
	font-size:12px;
	color:#00477a;
}

.sbr-box ul {
	list-style:none;
	padding-left:15px;
}

.sbr-box ul li {
	font-size:12px;
	line-height:16px;
}

.sbr-box ul li a {
	color:#98a8c6;
	text-decoration:none;
}

.sbr-box ul li a:hover {
	color:#00477a !important;
	text-decoration:none;
}

.sbr-box ol {
}

.sbr-box ol li {
	padding-top:15px;
	margin-bottom:15px;
}

.sbr-box ol li h4 {
	font-size:12px;
	font-weight:bold;
}

.sbr-box ol li h4 a {
	color:#00477a;
	text-decoration:none;
}

.sbr-box ol li h4 a:hover {
	color:#98a8c6;
	text-decoration:underline;
}

.sbr-box ol li p {
	line-height:16px;
}

.sbr-box ol li p a {
	color:#98a8c6;
	text-decoration:none;
}

.sbr-box ol li p a:hover {
	color:#98a8c6;
	text-decoration:underline;
}

.sbr-box ol span.entry-date {
	font-size:11px;
	color:#b0b1b3;
}

/* -- content -- */
#content {
	width:370px;
	float:left;
	padding:30px 0;
	text-align:justify;	
}

#content h2 {
	font-size:18px;
	margin-bottom:20px;
}

#content p {
	font-size:12px;
	color:#1f1e21;
	line-height:16px;
	margin-bottom:25px;
}

#content p.align-justify {
	text-align: justify;
}

#content p.align-right {
	text-align: right;
}

#content p.align-center {
	text-align: center;
}

#content #entries {
	border-top:2px solid #bec9dc;
}

#content #entries li {
	padding-top:15px;
	border-bottom:2px solid #bec9dc;
}

#content #entries li h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
}

#content #entries li h3 a {
	color:#00477a;
	text-decoration:none;
}

#content #entries li h3 a:hover {
	color:#98a8c6;
	text-decoration:underline;
}

#content #entries li p {
	line-height:16px;
}

#content #entries li p a {
	color:#98a8c6;
	text-decoration:none;
}

#content #entries li p a:hover {
	color:#98a8c6;
	text-decoration:underline;
}

#content #entries span.entry-date {
	font-size:11px;
	color:#b0b1b3;
}

/* -- footer -- */
#footer {
	clear:both;
	margin:0 10px;
}


#footer p {
	height:31px;
	line-height:31px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	color:#00477a;
}

/* BEN: RTE-classes */
.small {
	font-size:10px !important;
}
/* :NEB */

