@charset "UTF-8";
/* CSS Document */

#map a {
font-size: 9px;
}
/** Rounded Corner Boxes **/

#googlemap{
float:right;
}


#mapDetail{
margin-top:10px;
padding-top: 10px;
	width:450px;

}

#map {
	font-size: 9px;
	width:450px;
	height:350px;
 }
 
#mapDetail h2{
	margin-bottom: 2px;
	margin-top: 6px;
		font-size:12px;

}
#mapDetail small{
	font-size: 10px;
	line-height: 120%;
}
.roundbox_out{
	clear: both;
	background: #E5E5E5; /* url(http://everest.edu/images/roundbox_top.gif) no-repeat */
	margin-bottom: 10px;
}
.roundbox_in{
	/*background:  url(http://everest.edu/images/roundbox_bottom.gif) no-repeat 0 bottom */
	padding: 5px;
}
.roundbox_out{
	clear: both;
	background: #E5E5E5; /* url(http://everest.edu/images/roundbox_top.gif) no-repeat */
	margin-bottom: 10px;
}
.roundbox_in{
	/* background: url(http://everest.edu/images/roundbox_bottom.gif) no-repeat 0 bottom; */


}
.roundbox_detail{
padding:5px;
font-size:11px;
}

.leftimg{
	float: left !important;
	margin: 10px 10px 0px 3px;
}
.rightimg{
	float: right;
	margin: 0px 3px 0px 10px;
}
.blue{
	background: #E5F2FB;
	margin: 10px 2px 10px 2px;
}
.grey{
	background: #E5E5E5;
	margin: 10px 2px 10px 2px;
}
.sixhundred{
	width:  600px;
}
.fourhundred{
	width: 400px;
}
.threehundred{
	width: 300px;
}
.twohundred{
	width: 200px;
}
.empty{
	display: block;
	height: 5px;
	width: 5px;
	line-height: 0px;
}
.tl {
	background: url(http://everest.edu/images/c_tl.gif) no-repeat left top;
}
.tr{
	background: url(http://everest.edu/images/c_tr.gif) no-repeat right top;
}
.bl{
	background: url(http://everest.edu/images/c_bl.gif) no-repeat left bottom;
}
.br{
	background: url(http://everest.edu/images/c_br.gif) no-repeat right bottom;
}
.tl, .tr, .bl, .br{
	line-height: 5px;
	font-size: 5px;
	width: 5px;
	height: 5px;
}

.flag{
	padding-right: 5px;
	float: left;
	border:  0;
}
#form_submit{
	background: url(http://everest.edu/images/btn_submit_blueBG_loading_sprite.gif) top center no-repeat;
}