* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color:#200000;
}

#head {
	background:#804040;
	height: 65px;
	padding-top: 10px;
	border-bottom: 1px solid #d5dce8;
}
.wrap {
	width: 100%;
	margin: 0 auto;
}
#head h1
{
	float:left;
}
#head a
{
	float:right;
}

/* nav menu */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #400000;
	border-right: 1px solid #400000;
	border-bottom: 1px solid #400000;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	
	background: #400000; 
}
#nav li {
	float: left;
	display: block;
	background:#400000;
	position: relative;
	z-index: 999;
	margin: 0 1px;
}
#nav li a {
	display: block;
	padding: 0;
	font-weight: 700;
	line-height: 35px;
	text-decoration: none;
	color: #FFF;
	zoom: 1;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0px 12px;
}
#nav li a:hover, #nav li a.hov {
	/*background-color:#00F;*/
	background-color: #804040;
	border-left: 1px solid #d5dce8;
	border-right: 1px solid #d5dce8;
	/*color:#F00;*/
	color:#FDEEB5;
}
/* subnav */
#nav ul {
	position: absolute;
	left: 1px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	padding-bottom: 3px;
}
#nav ul li {
	width: 250px;
	float: left;
	border-top: 1px solid #fff;
	text-align: left;
}
#nav ul li:hover {
	
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
}
#nav ul a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 8px 5px;
	color: #666;
	border-bottom: 1px solid transparent;
	text-transform:  uppercase;
	color: #FEF1C7;
	font-weight: normal;
}
#nav ul a:hover {
	text-decoration: none;
	border-right-color: transparent;
	border-left-color: transparent;
background:#804040;
/*background: transparent;*/
	color: #FFF;
}
#imageField {
	background-image: url(images/maharashtraimg2.jpg);
	background-position: center center;
}
