@media(min-width: 801px)
{
	#main-part
{
	width: 100%;
	height: 800px;
	

}
#main-part div{
	display: inline-block;
	float: left;
}
#left-part
{
	width: 30%;
}
#left-part div{
	width: 100%;
	margin-left: 3%;
}
#right-part
{
	width: 70%;
}
#gav-list
{
	border: 1px solid;
	background:white;
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 2%;
	margin-top: 2%;
	border-radius: 10px;
}

#common-report
{
	border: 1px solid;
    background:white;
    width: 100%;
    border-radius: 10px;
    padding-bottom: 5%;
}

#gav-list ul
{
	list-style: none;
	margin-bottom: 10%;
	margin-top: 10%;
	padding-left: 5%;
	
}
#gav-list ul li
{
	font-size: 20px;
	margin-top: 5%;
	box-shadow: 0px 2px 0px 0px #17202A;
	text-align: center;
	width: 90%;
	border-radius: 10px;
}
#gav-list ul li:hover{
	box-shadow: 3px 3px 3px 3px #17202A;
	color: red;
	border-radius: 10px;
	cursor: pointer;
}

#gav-list ul li a{
	color: black;
}
#gav-list ul li a:hover{
	color: red;
}
#common-report ul
{
	list-style: none;
	margin-top: 10%;
	margin-bottom: 10%;
	padding-left: 5%;
}
#common-report ul li
{
	font-size: 20px;
	margin-top: 5%;
	box-shadow: 0px 2px 0px 0px #17202A;
	text-align: center;
	width: 90%;
	border-radius: 10px;
}
#common-report ul li:hover{
	box-shadow: 3px 3px 3px 3px #17202A;
	color: red;
	cursor: pointer;
	border-radius: 10px;
}

#right-part
{
	padding-bottom: 1.3%;
}

#right-part div{
	width: 90%;
	margin-left: 5%;
	height: 44%;
}
#dor
{
	background:-webkit-linear-gradient(#434343 0%, #80d0c7 80%) repeat scroll 0 0 transparent; 
	text-align: center;
	margin-top: 1%;
	height: 300px;
	border: 1px dashed #aaaaaa;
	margin-bottom: 1%;
}

#dor h1{
	color: white;
}

#dor ol
{
	width: 50%;
	margin-top: 5%;
	margin-bottom: 10%;

}

#dor ol li
{
	font-size: 15px;
	margin-top: 2%;
	padding-bottom: 1%;
	cursor: pointer;
	color:white; 
}
#dor ol li:hover
{
	text-decoration: underline;
	color: white;
}

#map{
	border: 1px dashed #aaaaaa;
}

}

@media(max-width: 800px)
{
	body{
		
		margin-left: 0px;
		width: 100%;
	}

	#left-part{
		overflow-y: scroll;		
	}

	#left-part div ul li{
		z-index: 15;
		color: white;
	}


	#gav-list ul li{
		text-align: center;
		width: 50%;
		float: left;
		margin-left: 20%;
		margin-top: 5px;
		padding: 5px;
		font-size: 12px;
		border-bottom: 1px solid white;
	}
	#common-report ul li{
		text-align: center;
		width: 50%;
		float: left;
		margin-left: 20%;
		margin-top: 5px;
		padding: 5px;
		font-size: 12px;
		border-bottom: 1px solid white;
	}
	#map{
		margin-top: 50px;

	}
	#map iframe{
		height: 400px;
	}
	#menu{
		margin-top: 2%;
		position: absolute;
	}
	#dor{
		margin-left: 30%;
		margin-top: 13%;
	}
	#dor ol li{
		font-size: 15px;
		margin-top: 5px;
	}
	


}
@media(min-width: 801px)
{
body{
	margin-left: 10%;
}

#menu{
	display: none;
}
#map iframe{
	height: 500px;
}

}
