/*----------------------------------------
		GLOBAL RESET
---------------------------------------*/

*{
	margin:0;
	padding:0;
	outline:none;
}

img{ border:none;}

.clear{ clear:both;}

.flL{ float:left;}
.flR{ float:right;}
.alC{ text-align:center;}
.alL{ text-align:left;}
.alR{ text-align:right;}

body{
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
}



/*------------ Page Format ---------------*/


#wrapper{
	width:980px;
	margin:0 auto;
}

#header{
	position:relative;
	height:232px;
	width:100%;
}

#banner{
	width:100%;
	height:235px;
	padding:12px 0 14px 0;
}
#content{
	width:977px;
	height:auto;
	float:left;
	border-left:1px solid #4db37c;
	border-right:1px solid #4db37c;
	padding:5px 0;
}

#footer{
	width:940px;;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:10px 20px 20px 20px;
}
/*--------  header Section -----------*/

#header .logo{
	float:left;
	margin:15px 0 11px 0;
}

#header h1{
	text-indent:-10000px;
	background:url(../images/slogon.jpg) left top no-repeat;
	width:693px;
	height:30px;
	float:left;
	margin:86px 0 0 15px;
} 

.menu{
	background:url(../images/menu-bg.jpg) left top repeat-x;
	height:35px;
	width:100%;
	color:#fff;
	line-height:35px;	
}

.menu .menu-left{
	display:block;
	width:5px;
	height:35px;
	float:left;
	background:url(../images/menu-left.jpg) left top no-repeat;
}

.menu .menu-right{
	display:block;
	width:6px;
	height:35px;
	float:right;
	background:url(../images/menu-right.jpg) left top no-repeat;
}

.menu a{
	color:#fff;
	line-height:35px;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	padding:0 22px;
}

.menu a:hover{
	color:#fff;
	text-decoration:underline;
}

/*--------- Content section style---------*/

.content-top{
	background:url(../images/content-top.jpg) left top no-repeat;
	width:979px;
	height:6px;
	display:block;
	overflow:hidden;
}

.content-bottom{
	background:url(../images/content-bottom.jpg) left top no-repeat;
	width:979px;
	height:6px;
	display:block;
	overflow:hidden;
}

/* content left */

#left{
	width:648px;
	float:left;
	padding-right:20px;
	background:url(../images/verticle-line-dotted.jpg) right top repeat-y;
}
#left h2{
	background:#047e3f url(../images/welcome-bullet.jpg) 17px 8px no-repeat;
	font: normal 24px/40px Arial, Helvetica, sans-serif;
	padding:0 0 0 55px;
	color:#fff;
	height:40px;
}

#left p{
	padding:10px 0 10px 18px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#141313;
	text-align:justify;
}

#left ul{
	list-style:inside;
	font-size:13px;
	font-weight:bold;
	margin:0 0 0 16px;
}

#left ul li{
	line-height:25px;
}

#left ul li a{
	color:#060;
	text-decoration:none;
}

#left ul li a:hover{
	color:#060;
	text-decoration: underline;
}

/* content right */

#right{
	width:285px;
	float:left;
	padding:0 0 0 5px;

}

#right h2{
	color:#047e3f;
	font:normal 18px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #047e3f;
	padding:5px 0 10px 0;
	margin:0 0 0 16px;
}

#right p{
	padding:10px 0 10px 0px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#141313;
	text-align:justify;
}
#right .name{
	text-align:right;
	font:bold italic 12px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	clear:both;
}
/*--------- footer section style---------*/

#footer a{
	color:#141313;
	text-decoration:none;
}

#footer a:hover{
	color:#141313;
	text-decoration:underline;
}

.img-lt{
	margin:0 12px 0 0px;
	float:left;
}

.img-rt{
	margin:0 0 0 12px;
	float:right;
}

.googlelink{position:absolute; right:0px; width:90px; bottom:45px;}
