.custom body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.custom .full_width > .page {
	background: none;
}

.custom #header_area {
	background: url(images/header_bg.png) repeat-x left top;
	height: 106px;
	border-bottom: 1px solid #305c87;
}

.custom #header_area .page {
	padding-top: 0;
}

.custom #header {
	border: none;
}

.custom #header #logo {
	float: left;
}

.custom #header #banner_ad {
	float: right;
	margin-top: 8px;
	width: 728px;
	padding-left: 1em;
}

.custom #content_box {
	margin: 15px auto;
	background: none;
} 

.custom .page {
	width: 960px;
}

.custom #content {
	width: 593px;
	background: #ffffff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 1px 1px 8px #ccc;
}

.custom #sidebars {
	width: 350px;
	padding: 0 8px;
}

.custom .menu-main-nav-container{
	box-shadow: 2px 1px 10px #ccc;
	background: url(images/nav_bg.png) repeat-x left bottom #305c87;
	height: 40px;
}

.custom #menu-main-nav {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

.custom .menu {
	border: none;
}

.custom .menu a {
	padding: 13px 21px;
	border: none;
	background: none;
	color: #ffffff;
	font-weight: bold;
}

.custom .menu a:hover {
	background: url(images/nav_hover_bg.png) repeat-x left top #ffffff;
	color: #f47836;
}


.custom .sub-menu li a {
	background: #ffffff;
	color: #305c87;
	width: 200px;
	border-left: 1px solid #305c87;
	border-right: 1px solid #305c87;
	border-bottom: 1px solid #305c87;
}

.custom .sub-menu li a:hover {
	background: #254d74;
	color: #ffffff;
}

.custom #footer_area {
	background: #305c87 ;
}

.custom #footer {
	padding: 0;
	border: none;
}

.custom #footer a {
	border: none;
	color: #ffffff;
	padding: 30px 21px;
}

.custom #footer a:hover {
	background: #6699cc;
}

.custom .sidebar input[type="text"] {
	width: 320px;
}

.custom .sidebar input[type="submit"] {
	padding: 3px 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background: url(images/nav_bg.png) repeat-x top left;
	color: #ffffff;
}


.custom .nsu-form label {
	font-weight: normal;
	font-size: 11px;
}

.custom #archive_intro h1 {
	text-transform: uppercase;
	color: #f47836;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.custom #archive_intro {
	border-width: 0 0 1px 0;
	border-style: dashed;
	margin: 0 15px;
	padding-left: 0;
}

.custom .post_box {
	margin: 0 15px 0 15px;
} 

.custom .teasers_box {
	margin: 0 15px 0 15px;
	width: 563px;
} 

.custom .teaser {
	width: 45%;
}

.custom .sidebar h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}

.custom .sidebar ul.sidebar_list {
	padding: 0;
}

.custom li.widget {
	background: #ffffff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 1px 1px 8px #ccc;
	padding-bottom: 1px;
	margin-bottom: 15px;
}

.custom li.widget ul {
	padding: 0 10px 10px;
}

.custom .nsu-form {
	margin: 5px 10px;
}

.custom .teaser .teaser_link {
	display: none;
}

.custom li#text-4.widget.widget_text {
	background: #cccccc;
	border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: none;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #b2aaaa;
	border-bottom: 1px solid #b2aaaa;
}

#follow {
	padding: 0 10px 10px 10px;
	overflow: hidden;
}

#fb {
	width: 33%;
	float: left;
	text-align: left;
}

#twitter {
	width: 33%;
	float: left;
	text-align: center;
}

#rss {
	width: 33%;
	float: left;
	text-align: right;
}

.custom div#content_box.no_sidebars #content {
	background: #ffffff;
	width: 100%;
}