body{
	margin:0;
	color:#616265;
	background:#f2f7f9;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* general reset */
a{
	color:#99A202;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;

}
img{border:none;}
input{
	vertical-align:middle;
	font-size:11px;
}
form, fieldset, input{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper{
	margin:0 auto;
	width:990px;
	padding:0;
	background:#fff;
}

/* header */
#header{
	height: 140px;
	/*overflow:hidden;*/
}
#header1{
	height:19px;
	background:url(/graph/blue-top.png) repeat-x;
}
#headerBlog{
	position:relative;
	margin-left:734px;
	margin-bottom:-39px;
	width:143px;
	height:39px;
}
#langSelect{
	float:right;
	font-size:11px;
	margin-top:4px;
	margin-right:4px;
}
/* logo */
#header .logo{
	float:left;
	margin: 15px 0px 0px 30px;
	width:350px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/graph/openmantra-head_s.png) no-repeat;
}
#header .logo a{
	display:block;
	height:100%;
}

/* sidebar UNUSED */
#sidebar{
	width:180px;
	float:left;
	margin-top:0px;
	background:#fff;
	position:relative;
}

/* navigation */
#nav{
	float:right;
	margin-top:-40px;
	margin-right:0px;
	padding:0;
	font:18px Georgia, Times New Roman, serif;
	list-style:none;
	height:90px;	/*1%=no correct height*/
	color:#006c8e;
}
#nav li{
	float:right;
	height:26px;
	margin:20px 0px;
	padding:0px 22px;
	border-left: 1px solid #99a202;
}
#nav li.active{
	color:#99a202;
}
#nav a{
	color:#006c8e;
}
#nav li.active a{
	color:#99a202;
	text-decoration:none;
}
#nav li a:hover{
	border-bottom:2px solid #006c8e;
	text-decoration:none;
}
#nav li.active a:hover{
	border-bottom:2px solid #99a202;
	text-decoration:none;
}
/*submenu*/
#nav ul{
	margin:0;
	padding:0;
	font:12px Georgia, Times New Roman, serif;
	color:#8fbfcd;
	list-style:none;
}
#nav ul li{
	display:block;
	float:none;
	height:1%;
	border:0;
	margin:2px 0px;
	padding:0;
}
#nav ul li a,#nav li.active ul li a{
        color:#8fbfcd;
}
#nav ul li a:hover,#nav li.active ul li a:hover{border-bottom:1px solid #8fbfcd;}
	/*active submenu*/
#nav li.active ul li.active a{
        color:#99a202;
}
#nav li.active ul li.active a:hover{border-bottom:1px solid #99a202;}
.colon{
	float:left;
	color:#99a202;
	margin-left:0px;
}
/*breadcrumb*/
#bread{
	margin-bottom:8px;
	height:1%; /*fucking IE7*/
}
#bread div{
	float:left;/*width*/
	background:#f2f7f9;
	color:#89bcca;
	font-size:10px;
	padding:3px 8px;
}
#bread div a{
	color:#89bcca;
}
#bread:after{
	display:block;
	clear:both;
	content:"";
}
/* main */
#main{height:1%;}
#main:after{
	display:block;
	clear:both;
	content:"";
}
#wrapper .sub-main{
	margin-bottom:14px;
}
/* content */
#content{
	width:900px;
	float:left;
	margin:20px 0px 30px 75px;
	min-height:350px;
}
#content h1 {
	font:36px Georgia, Times New Roman, serif;
        color:#99a202;
	margin:0;
}
#content h2{
	font:16px Georgia, Times New Roman, serif;
	font-weight:bold;
        color:#006c8e;
	margin:0;
}
#content h3{
	font:11px Georgia, Times New Roman, serif;
	font-style:italic;
        color:#c94d00;
	margin:0;
}
.blue_border{
	height:1%;
	border-left:5px solid #8dbdcb;
	padding:0px 0px 0px 25px;
}
#home_splash{
	padding:30px 0px 30px 0px;
}
#home_splash #o_logo{
	float:left;
	margin-top:20px;
	margin-left: 5px;
}
#home_splash #o_logo_oneline{
	float:left;
}
#home_splash #motto{
	float:left;
	max-width:750px;
	margin:5px 0px 0px 25px;
	font:38px Georgia, Times New Roman, serif;
	color:#006c8e;
	line-height:130%;
}
#home_splash:after{
	display:block;
	clear:both;
	content:"";
}
#home_claim{
	margin-top:10px;
	line-height:150%;
}
/* footer */
#footer{
	color:#fff;
	font-size: 10px;
}
#footer a,#footer a:active,#footer a:visited,#footer a:hover{
	color:#f2f7f9;
}
#footer1{
	height:19px;
	background:url(/graph/blue-bottom.png) repeat-x;
}
#footer2{
	height:20px;
	background:#1d5063;
	text-align: center;
	padding-top: 10px;
}
#footer2 a{
	padding:0px 10px;
}
#footer3{
	height:17px;
	background:#3187a6;
	padding-top: 5px;
	text-align: center;
}
/*--------*/
/*NF blocks*/
.boxCase{
	margin-top:24px;
}
.boxCase:after{
	display:block;
	clear:both;
	content:"";
}
.greenBox{
	float:left;
	width:264px;
	height:45px;
	margin:1px;
	padding:12px 0px 0px 0px;
	text-align:center;
	line-height:normal;
	color:white;
	background-color:#99a202;
	font:22px Georgia, Times New Roman, serif;
}
.greenBox a{
	color:white;
}

.twoCols{
}
.twoCols:after{
	display:block;
	clear:both;
	content:"";
}
.twoColsLeft{
	float:left;
	width:490px;
	margin-right:20px;
}
.twoColsRight{
	float:left;
	width:335px;
	border-left:  1px solid #8fbfcd;
	border-right: 1px solid #8fbfcd;
	padding: 0px 8px;
	background-repeat: repeat-y;

}
.twoColsRight div{
	padding:8px;
	background-color:#eaeff1;

}
/*NF generic*/
.center {
	text-align:center;
}
.reset{
	display:block;
	clear:both;
	height:0px;line-height:0px;font-size:1px;
}
.blue{color:#006c8e;}
.green{
	color:#99a202;
	line-height: 150%;
	text-align: left;
}
.red{
	color:#c94d00;
	font-size: 12px;
}
.gray{color:#616265;}
.azure{color:#8fbfcd;}
.greenital{
	color:#99A202;
	font-style:italic;
	text-align: left;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
}
.redital{
	color:#c94d00;
	font:18px Georgia, Times New Roman, serif;
	font-style:italic;
}
.tall{
	line-height:200%;
	font-size: 12px;
	text-align: justify;
}
.blueintro {
	color:#006C8E;
	line-height: 160%;
	margin-top: 5px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}
.didimg{
	color:#c94d00;
	font:22px Georgia, Times New Roman, serif;
	font-style:italic;
	margin-left: 20px;
	line-height: 150%;
	margin-top: 10px;
	text-align: left;
}
.h2_bkg {
	color:#89bcca;
	margin:0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
}
.contact-form input, .contact-form button, .contact-form textarea, .contact-form select {
	border: 2px solid #8fbfcd; 
}

