body {
	background: #dfe8ec;
	color: #2e2e2e;
//	font: 13px/1 tahoma, arial, sans-serif;
        font-family: "Roboto",sans-serif;
        font-size: 16px;
	position: relative;
}
a {
    transition: 0.3s;
	color: #2f69ab;
	cursor: pointer;
}
a:hover {
	color: #052d44;
}
#container {
	background: #dfe8ec;
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-height: 100%;
}
#positioner {
	background: #dfe8ec url(../images/header.jpg) 50% 0 no-repeat;
	position: relative;
	z-index: 1;
	width: 1200px;
	padding-top: 126px;
	margin: 0 auto 0;
	z-index: 2;
}
#main {
	background: #ffffff url(../images/logo.jpg) 0 -2px no-repeat;
	border-top: 2px solid #88c863;
	border-radius: 5px;
	position: relative;
	z-index: 7;
	-moz-box-shadow:     0px 2px 7px 0 #9dc1cf;
	-webkit-box-shadow:  0px 2px 7px 0 #9dc1cf;
	box-shadow:          0px 2px 7px 0 #9dc1cf;
}
.blue #main {
	background: #ffffff url(../images/logo_blue.jpg) 0 -2px no-repeat;
	border-top: 2px solid #60a7e5;
}
#share_wrapper {
	background: transparent url(../images/share_wrapper.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	padding: 10px 10px 0 90px;
	border-radius: 0 4px 0 0 ;
	z-index: 9;
}
#main:after {
	display: block;
	content: '';
	height: 30px;
	clear: both;
}
#sidebar {
	width: 260px;
	padding: 0 0 0 0;
	position: relative;
	z-index: 9;
	float: left;
	margin: 0 -260px 0 0;
}
#logo {
	background: transparent;
	width: 260px;
	height: 70px;
	display: block;
	position: relative;
}
#content {
	position: relative;
	z-index: 9;
	margin: 0 40px 0 300px;
	line-height: 1.5;
}
#content p {
        font-size: 17px;
	padding: 0 0 15px 0;
}
#content h1 {
	font-size: 30px;
	color: #2f69ab;
	font-weight: normal;
	padding: 25px 0 14px 0;
	margin: 0 300px 0 0;
	display: block;
	line-height: 1.1;
}
#content h2 {
	font-size: 24px;
	color: #2f69ab;
	font-weight: normal;
	padding: 0 0 10px 0;
	display: block;
	line-height: 1.1;
}
#navi {
	position: relative;
	display: block;
	padding: 10px 0 0 0;
}
#navi li > a {
	position: relative;
	display: block;
	background: transparent;
	padding: 10px 30px 10px 50px;
	border-bottom: 1px solid #bdccd1;
}
#navi li > a:before {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 0px;
	height: 0px;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #bdcbd1;
    display: block;
    content: '';
    margin: -4px 0 0 0;
	transition: 0.3s;
}
#navi li.active > a:before {
    border-left: 4px solid #4184cb;
}
#navi li > a:hover {
	background: #dfecf1;
}
#navi li > a:hover:before {
	right: 20px;
}
#navi li.active > a {
	color: #252525;
	font-weight: bold;
	text-shadow: none;
	text-decoration: none;
}
#footer {
	position: relative;
	text-align: right;
	color: #39618e;
	line-height: 1.1;
	font-size: 11px;
	padding: 34px 30px 34px 0;
}
#mobile_opener {
	display: none;
}

	
.imagediv {
clear: right; 
float: left; 
position: relative; 
margin-left: 0px; 
margin-right: 10px; 
margin-top: 5px;
margin-bottom: 5px; 
padding: 0px;
}

.adslot_1 { width: 320px; height: 100px; }
@media (min-width:800px) { .adslot_1 { width: 728px; height: 90px; } }


.safe_container {
 position: relative;
 float: left;
 width:100%;
}