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

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #000;
	margin: 0;
}

a:link, a:visited
{
	color: #25AAE0;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

img
{
	border: 0;
}

.clr, .clear
{
	background: transparent;
	height: 20px;
	clear: both;
}


#out
{
	width: 980px;
	margin: auto auto;
}

/* HEADER */
#top
{
	background:  #333;
}
#header
{
	width: 980px;
	height: 80px;
	margin: auto auto;

}

#header .title
{
	font-size: 90px;
	letter-spacing: -10px;
	color: #fff;	
}

#logo
{
	border: 0px;
	margin-top: 25px;	
	width: 200px;
	float: left;
}

#top-links
{
	margin-top: 5px;
	float: right;
	font-size: 10px;
	text-align: right;
	color: #666;
}

.search
{
	background: #e0e0e0;
	font-size: 10px;
	color: #000;
	border: 1px solid #ccc;
}

#top-links a:link, #top-links a:visited
{
	color: #999;
	text-decoration: none;
}

#top-links a:hover
{
	color: #666;
}

/* NAV BAR*/
#navBar
{
	height: 20px;
	background: #f4f4f4;
	border-bottom: 1px solid #e0e0e0;
	border-top: 5px solid #8CC63F;
	/* background: url(../images/nav-bg.png) #8CC63F; */
	padding: 10px;
}

#nav
{
	width: 980px;
	margin: auto auto;
	text-align: right;
}

#nav li
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666;
	display: block;
	float: right;	
	border-right: 1px solid #ccc;
	padding-left: 50px;
	padding-right: 50px;
}

.nav:link, .nav:visited
{
	border: 0;
	padding-left: 0;
	color: #666;
	text-decoration: none;
}
.nav:hover
{
	color: #25AAE0;
	background: none;
	text-decoration: none;
}

/* CONTENT */

#container
{
	width: 980px;
	margin: auto auto;
	background: #fff;
	padding-top: 10px;
}

#content
{
width: 980px;
margin: auto auto;
}

#content li
{
margin-left: 0;
font-size: 11px;
line-height: 16px;
list-style-type: none;
}

#container h2
{
	font-size: 18px;
	margin: 0px;
	color: #000;
}

#front
{
height: 300px;
}

#front-inner
{
	width: 980px;
	margin: auto auto
	height: 300px;
}

#top-box
{
	line-height: 22px;
	color: #333;
	background: url(images/front-bg.png) #ffff;
	margin: 0px;
	padding: 2px;
	overflow: hidden;
}

/* BOTTOM BOXES */
#boxes
{
	width: 980px;
	height: 220px;
}

#boxes li
{
	line-height: 24px;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
}

#box0
{
	width: 660px;
	float: left;
	background: #fff;
	height: 250px;
}
#box1
{
	width: 300px;
	float: left;
	background:  url(../images/box-bg.png) #fff;
	height: 220px;
}

#box2
{
	margin-left: 40px;
	width: 300px;
	float: left;
	height: 220px;
	background:  url(../images/box-bg.png) #fff;
}

#box3
{
	margin-left: 40px;
	width: 300px;
	float: right;
	background:  url(../images/box-bg.png) #fff;
	height: 220px;
}

#box1 h1, #box2 h1, #box3 h1
{
	color: #000;
	font-size: 12px;
	margin: 25px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000 ;
	}
	.h11:link, .h11:visited
	{
		color: #25AAE0;
	}
	
	#box1 p, #box2 p, #box3 p
	{
		margin-top: 0;
		margin-left: 25px;	
		margin-right: 25px;
		font-size: 11px;
		text-align: justify;
	}
	
	#box1 li, #box2 li, #box3 li
	{
		left: 20px;
		margin-left: 25px;
		font-size: 11px;
		margin-top: 0px;
		letter-spacing: 0px;
	}
	
	.li1:link, .li1:visited
	{
			color: #8CC63F;
	}
/*  BOXES END  */


/* PARTNERS */
#partners
{
	height: 40px;
	margin: auto auto;
	text-align: center;
}
/*  PARTNERS ENDS  */



/* FOOTER STARTS */
#footer
{
	background: #fff;
	border-top: solid 5px #ccc;
	height: 35px;
	color: #333;
}

#footer-inner
{
	width: 980px;
	margin: auto auto;
	font-size: 11px;
	margin-top: 5px;
}

#footer .left
{
	float: left;
	width: 465px;
}

#footer .center
{
	float: left;
	width: 50px;
}
#footer .right
{
	float: left;
	width: 465px;
	text-align: right;
}

/* FOOTER ENDS */