/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	//sbackground:url(img/backgound.gif) repeat-x;
	font:12px verdana;
	color:#ffffff;
	//background-color:#999999;
	background-color:#999999;
}
.clear{
	clear:both;
}
#wrapper{
	width:880px;
	margin:0 auto;
}
#header{
	width:880px;
	height:109px;
	background:url(img/header_bg.gif) repeat-x;
}
.logo{
	width:249px;
	height:109px;
	float:left;
}
.logo h2{
	display:none;
}
.email{
	width:311px;
	height:33px;
	float:right;
	margin:0 13px 0 0;
}
.menu{
	position:relative;
	padding:0 0 0 0px;
	margin:0 auto 0 auto;
	height:52px;
	list-style:none;
	width:880px;
	background:#F5F5DC;
	line-height:42px;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 5px;
}
.menu li a{
	float:none;
	display:block;
	color:blue;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:52px;
	cursor:pointer;	
}
.menu li a b{
	float:left;
	display:block;
	padding:0 9px 0 9px;
}
.menu li.current a{
	color:white;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
}
.menu li.current a b{
	color:white;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:52px;
	line-height:32px;
}
.menu li a:hover{
	color:white;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
	line-height:34px;
}
.menu li a:hover b{
	color:white;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:52px;
}
#banner{
	width:880px;
}
#container{
	//background:#F5F5DC;
	background:#FFFFFF;
	width:880px;
	font:12px verdana;
	color:#717171;
}
.cent
{
	text-align:center;
}
.left{
	width:800px;
	float:left;
	padding:0 0 0px 0px;
	
}
.left h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:blue;
	margin:8px 0 5px 10px;
}

.left b{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:blue;
	margin:8px 0 5px 10px;
}

.left p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	line-height:22px;
	margin:10px 0 0 10px;
}
.left ul
{
	margin:10px 0 10px 10px;
}


.divider{
	background:url(img/divider.gif) no-repeat center center;
	width:5px;
	height:252px;
	float:left;
}

.mapleft{
	width:850px;
	float:left;
	padding:0 0 5px 10px;
}

.mapleft h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bad709;
	margin:8px 0 5px 0;
}

.mapdivider{
	background:url(img/divider.gif) no-repeat center center;
	width:5px;
	height:500px;
	float:left;
}

.map{
	width:500px;
	float:right;
}


.right{
	width:215px;
	float:right;
	margin:0 auto 0 auto;
	list-style:none;
	
}
.right a
{
	text-decoration:none;
	color:Gray;
		
}
.right h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:blue;
	margin:0 auto 0 auto;
}
.right p{
	margin:5px 0 5px 14px;
}
#footer{
	width:880px;
	height:40px;
	font-size:11px;
	font-family:Verdana;
	color:blue;
}
#footer a{
	font-size:11px;
	font-family:Verdana;
	color:blue;	
	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:blue;	
}
#footer li a{
	font-size:11px;
	font-family:Verdana;
	color:blue;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:11px;
	font-family:Verdana;
	color:blue;
	text-align:center;
	margin:5px 0 0 0;	
}
