body{
	margin:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#006b8d;
	background:#f2f7f9;
}
/* general reset */
a{
	color:#006b8d;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
img{border:none;}
input{
	vertical-align:middle;
	font:11px Arial, Helvetica, sans-serif;
}
form, fieldset, input{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper{
	margin:0 auto;
	width:960px;
	padding:0;
	background:#fff;
}

/* header */
#header{
	height: 170px;
	overflow:hidden;
}
#header1{
	height:19px;
	background:url(/graph/blue-top.png) repeat-x;
}
#langSelect{
	float:right;
	font-size:11px;
	margin-top:4px;
	margin-right:4px;
}
/* logo */
#header .logo{
	float:left;
	margin: 5px 0px 0px 30px;
	width:365px;
	height:78px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/graph/openmantra-head.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 UNUSED */
#nav{
	float:right;
	font:20px Georgia, Times New Roman, serif;
	margin-top:20px;
	margin-right:0px;
	padding:0;
	list-style:none;
	height:1%;
}
#nav li{
	margin:20px 0px;
	padding: 0px 25px;
	/*border-left: 2px solid #99a202;*/
}
#nav a{
	color:#006b8d;
}
#nav li.active a{
	border-bottom:2px solid #006b8d;
	text-decoration:none;
}
#nav a:hover{
	border-bottom:2px solid #006b8d;
	text-decoration:none;
}
/* main */
#main{height:1%;}
#main:after{
	display:block;
	clear:both;
	content:"";
}
#wrapper .sub-main{
	margin-bottom:14px;
}
/* content */
#content{
	width:865px;
	float:left;
	margin:20px 0px 30px 75px;
	min-height:400px;
}
#content h1{
	font-size:16px;
	color:#006699;
	margin:0;
}
#content h2{
	font-size:15px;
	color:#006699;
}
#home_splash{
	height:1%;
	margin-bottom:40px;
	border-left:5px solid #8dbdcb;
	padding:30px 0px 30px 25px;
}
#home_splash #o_logo{
	float:left;
	width:46px;
	height:52px;
	margin-top:25px;
	background:url(/graph/logo-o.png) no-repeat;
}
#home_splash #motto{
	float:left;
	margin:0px 0px 0px 35px;
	font:38px Georgia, Times New Roman, serif;
	line-height:130%;
}
#home_splash:after{
	display:block;
	clear:both;
	content:"";
}
#home_claim{
	line-height:150%;
}

/* information block */
#content .info-holder{
	overflow:hidden;
	height:1%;
	margin-bottom:15px;
	text-align:justify;
}
#content .sub-info-holder{
	background:none;
	border:solid #0090cc;
	border-width:0 1px;
	padding:0 8px 0 9px;
	margin:0;
	text-align:justify;
}
.sub-info-holder p{margin:0 0 16px;}
/* footer */
#footer{
	font-size:10px;
	color:#fff;
	margin:0;
}
#footer1{
	height:19px;
	background:url(/graph/blue-bottom.png) repeat-x;
}
#footer2{
	height:30px;
	background:#1d5063;
	padding-left:75px;
}
#footer3{
	height:21px;
	background:#3187a6;
}
/*--------*/
/*NF*/
.center {
	text-align:center;
}
.reset{
	display:block;
	clear:both;
	height:0px;line-height:0px;font-size:1px;
}
.greenital{
	color:#99a202;
	font:15px Georgia, Times New Roman, serif;
	font-style:italic;
}
