ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:100%;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:0px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}

li.button a{
	/* The section titles */
	display:block;
	font-size:16px;
	overflow:hidden;
	position:relative;
	width:230px;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 29px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.blue{
	color:#074384;
	background-image: url(../images/pluse.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* The hover effects */

li.button a:hover{
	color: #666;
}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	
	
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
}
.dropdown ul {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
}



/*light box form*/
 .label
        {
            font-family: Verdana;
            font-size: medium;
            font-weight: bold;
            color: #000000;
        }
        .click
        {
            font-family: Verdana;
            font-size: medium;
            font-weight: bold;
            color: #000000;
            padding:300px;
        }
    
        .Title
        {
            font-family: Verdana;
            font-size: large;
            font-weight: bold;
            color: #FF9900;
        }
    
        #Button1
        {
            width: 64px;
             font-family: Verdana;
            font-size: medium;
            font-weight: bold;
            background-color:Teal;
            color:#FFF;
        }
      .black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;

			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 15%;
			left: 17%;
			width: 65%;
			height: 60%;
			padding: 16px;
			border: 3px solid #33ccff;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
    
	
	/****************************/
	
	.book_input {
	background-color: #FFF;
	border: 1px solid #999;
	width: 250px;
	height: 25px;
	font-size: 16px;
}

.feedback_area {
	width: 250px;
	background-color: #FFF;
	border: 1px solid #999;
}
.feedback_submit {
	color: #FFF;
	background-color: #008BDE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 50px;
	margin-top: 20px;
	font-size: 18px;
}
