/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:#000;
	font:12px verdana;
	color:#fff;
}
.clear{
	clear:both;
}
#wrapper{
	width:780px;
	margin:0 auto;
}
#header{
	width:780px;
	height:109px;
	background:url(images/header.jpg) no-repeat;
}
.logo{
	width:379px;
	height:74px;
	float:left;
	padding:35px 10px 0 10px;color:#333;font-size:1.4em;
}
.logo h2{
	display:none;
}
.email{
	width:311px;
	height:33px;
	float:right;
	margin:0 13px 0 0;
}
.menu{
	position:relative;
	padding:0 0 0 24px;
	margin:0 auto 0 auto;
	height:52px;
	list-style:none;
	width:540px;
	background:#000;
	line-height:42px;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 5px;padding:0;
}
.menu li a{
	float:left;
	display:block;
	color:#717171;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 10px;
	height:52px;
	cursor:pointer;	
}
.menu li a b{
	float:left;
	display:block;
	padding:0 24px 0 12px;
}
.menu li.current a{
	color:#333;
	background:url(images/left.jpg) no-repeat;
	background-position:left;
}
.menu li.current a b{
	color:#333;
	background:url(images/right.jpg) no-repeat;
	background-position:right;
	height:52px;
	line-height:32px;
}
.menu li a:hover{
	color:#333;
	background:url(images/left.jpg) no-repeat;
	background-position:left;
	line-height:34px;
}
.menu li a:hover b{
	color:#333;
	background:url(images/right.jpg) no-repeat;
	background-position:right;
	height:52px;
}
#banner{
	width:780px;
}
#container{
	background:#fff;
	width:780px;
	font:12px verdana;
	color:#717171;
}
.left{
	width:750px;
	float:left;
	padding:0 0 5px 10px;
}
.left h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	margin:8px 0 5px 0;
}
.left p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#717171;
	line-height:22px;
	margin:10px 0;
}
.left a{color:#000;}
.left ul, li{

list-style:disc;padding:5px 0 0 15px;}
.divider{
	background:url(images/divider.gif) no-repeat center center;
	width:5px;
	height:252px;
	float:left;
}
.right{
	width:215px;
	float:right;
}
.right h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#b6dffd;
	margin:10px 0 10px 10px;
}
.right p{
	margin:5px 0 5px 14px;
}
#footer{
	width:780px;
	height:60px;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
}
#footer a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	list-style:none;
	margin:6px auto;
	text-align:center;	
}
#footer li{
	display:inline;
	list-style:none;
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
}
#footer li a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-align:center;
	margin:5px 0 0 0;	
}
