@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:'lato', sans-serif;
}
body{
	width:1000px;
	margin:0 auto;
	color:#5d5e5e;
}
.wrapper{
	width:100%;
	margin:45px 20px;
}
.logo{
	text-indent:-9999px;
	margin-right:420px;
	margin-left:20px;
}
.logo a{
	background:url(../images/neela-logo.jpg) no-repeat;
	width:153px;
	height:67px;
	float:left;
	clear:right;
	margin-right:420px;
}
.sub_link li{
	float:left;
	display:inline;
	margin-top:50px;
	margin-left:10px;
	margin-bottom:10px;
}
.sub_link a{
	text-decoration:none;
	padding-right:10px;
	font-size:14px;
	font-weight:400;
	color:#5d5e5e;
}
.sub_link li:hover{
	text-decoration:underline;
	border-bottom: 2px;
}
.banner{
	width:1000px;
	z-index:-1;
	position:absolute;
	margin-top:-400px;
}
.button{
	margin-bottom:2px;
}
.button:hover{
	opacity:.9;
	background-color:#78bb43;
}
.nav{
	z-index:1;
	padding-top:85px;
	margin-top:0px;
}
.nav ul li{
	margin-left: 20px;
	display:block;
	background-color:#0062ab;
	padding:2px;
	width:135px;
	height:28px;
	padding:35px 20px;
	text-align:center;
	opacity:.9;
}
.nav a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
}
.content{
	margin-top:50px;
	margin-bottom:80px;
}
.left_content{
	/*background:url(../images/image-holder.jpg) no-repeat;*/
	width:400px;
	height:250px;
	float:left;
	clear:right;
	margin-left:20px;
}
.corporate_image{
	margin-top:220px;
	background-color:#000;
	color:#fff;
	font-size:11px;
	opacity:.8;
	padding:10px 15px;
	width:370px;
	height:10px;
}
.right_content{
	float:right;
	margin-right:30px;
	width:450px;
	font-size:14px;
	line-height: 18px;
	font-weight:normal;
	margin-bottom:20px;
}
.right_content ul{
	margin-left:20px;
	margin-top:10px;
}
h1{
	font-size:28px;
	font-weight:300;
}
h2{
	font-size:17px;
}
h3{
	font-weight:bold;
}
.footer{
	float:left;
	margin-bottom:0px;
	left:0px;
	bottom:0px;
	height:30px;
	width:100%;
	padding-top:10px;
	text-align:center;
	font-size:13px;
	background-color:#999;
}