/* Start CSS Coding
=====================================================================*/



/*ABOUT*/

#place_about{
	width:490px;
	font-family:Georgia, Garamond;
	font-size:13px;
	line-height: 21px;
	float:right;
	margin:0 50px 0 0;
	display:inline;
	padding: 30px 0 0 30px;
}
#place_about.univ { width: 500px; padding: 50px 0 0 0px; }
h2{
	font-size:1.8em;
	color:#086176;
	font-weight:lighter;
}

#place_about p{
	margin: 18px 0;
	line-height:22px;
}

/*UNIVERSITY*/

#containeruniv {
	width:810px;
}
#leftnav {
	width:233px;
	background:#e9ebec url(../images/back_leftnav.png) repeat-x;
	float:left;
	padding:20px 0 0 0;
}
#leftnav ul li{
	padding:8px 0;
	border-bottom:1px solid #fff;
}
#leftnav ul li a{
	font-size:1.4em;
	color:#8a9a9d;
	padding:0 0 0 20px;
}
#leftnav ul li a:hover, #leftnav ul li.active a{
	color:#000;
	text-decoration:none;
}
#leftnavb{
	font-size:0;
	width:232px;
	height:52px;
	background:#e9ebec url(../images/back_leftnavb.png) repeat-x;
}
#place_univ{
	background:url(../images/back_univ.jpg) no-repeat;	
	width:307px;
	height:325px;
	float:right;
	padding:90px 137px 90px 133px;
	position:relative;
	z-index: 1;
}
#place_univ h3{
	font-size:1.8em;
	margin:0 0 10px 0;
}
#place_univ p{
	font-size:1.2em;
	padding:0 0 10px 0;
	line-height:16px;
}
#place_univ ul{
	list-style:disc;
	padding:0 0 0 15px;
	font-size:1.2em;
}
#place_univ p a, #place_about p a{
	background: url(../images/borderlink.gif) repeat-x 0 14px;
	color:#2692ab;
	text-decoration:none;
}
#place_univ p a:hover, #place_about p a:hover{
	text-decoration:none;
	background:none;
}

#tele{
	width:152px;
	height:312px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	float:left;
	text-indent:-5000px;
}
#tele span{
	background:url(../images/tele.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
a#tele:hover span, a#tele.hover span{
	background:url(../images/tele.gif) no-repeat 0 -312px;
}

#compass{
	width:182px;
	height:169px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	float:left;
	text-indent:-5000px;
}
#compass span{
	background:url(../images/compass.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
a#compass:hover span, a#compass.hover span{
	background:url(../images/compass.gif) no-repeat 0 -169px;
}
#wheel{
	width:132px;
	height:245px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	float:left;
	text-indent:-5000px;
}
#wheel span{
	background:url(../images/wheel.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
a#wheel:hover span, a#wheel.hover span{
	background:url(../images/wheel.gif) no-repeat 0 -245px;
}

#place_compass{
	width:182px;
	height:169px;
	position:absolute;
	right:-46px;
	top:-31px;
	z-index: 1;
}

#place_wheel{
	width:132px;
	height:245px;
	position:absolute;
	right:0;
	bottom:0;
	z-index: 1;
}

#place_tele{
	width:150px;
	height:310px;
	position:absolute;
	left:0px;
	bottom:2px;
	z-index: 1;
}

#place_univ_content{
	position: relative;
	z-index: 10;
}

a.ur_obj { outline: none; }

/* Start CSS POPUP Menu
=====================================================================*/
#place_menu{
	width:775px;
	height:36px;
}

#place_menu ul ul a{
	text-align:left;
	border:none;
	text-decoration:none;
}
#place_menu ul ul{
	position:absolute;
	z-index:500;
	display:none;
	width:250x;
	background: url(../images/back_popup.png);
	margin:36px 0 0 0;
}
#place_menu #mainmenu2 ul { background: url(../images/interactive-map/back_popup2.png); }
div#place_menu ul li ul li:hover{
	cursor:pointer;
	z-index:100;
	background:#799f10;
}
div#place_menu #mainmenu2 li ul li:hover{
	background: #5F6A6D;
}
#place_menu ul li ul li{
	float:none;
	display:block;
	font-size:1.0em;
	padding:2px;
	text-transform:none;
	font-weight:lighter;
	height:20px;
	border-right:none;
	width:250px;
}
#place_menu ul li ul li a{
	color:#000;
	padding:2px 5px 2px 18px;
	height:15px;
	display:block;
}
#place_menu ul li ul li a:hover{
	background:none;
	color:#fff;
}
div#place_menu li:hover ul ul,
div#place_menu li li:hover ul ul
{display:none;}

div#place_menu li:hover ul,
div#place_menu li li:hover ul
{display:block;}

div#place_menu li:hover{
	background: url(../images/interactive-map/back_popup.png);
	color:#000;
}

/* End CSS Drop Down Menu */


/* Start Map CSS
=====================================================================*/
#mapback {
	position: absolute;
	display: block;
	padding: 7px 15px;
	bottom: 0px;
	right: 0px;
	background: #A0C423;
	color: white;
	font-family: arial, sans-serif;
	font-size: 14px;
}
#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../images/interactive-map/bullets.png');
	background-repeat: no-repeat;
	z-index: 2;
}
#map a.eco {  background-position: 0px -15px; }
#map a.dive   {  background-position: 0px -30px; }
#map a.accommodation     {  background-position: 0px -45px; }
#map a.beach {  background-position: 0px -60px; }
#map a.historic {  background-position: 0px -45px; }
#map a.marina {  background-position: 0px -75px; }

#map a.bullet:hover { text-decoration: none; }

#map div.popup{
	display: none;
	position: absolute;
	top: 67px;
	left: 176px;
	width: 225px;
	height: 310px;
	background: url(../images/interactive-map/popup.png) no-repeat;
	z-index: 10;
}


.popupajax {

}

#trip-wizard-loader-map {

position: absolute;
top: 350px;
left: 550px;
z-index: 200;
background: #CC170E;
border: 5px solid #FFF;
 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
border-radius: 5px;
padding: 20px;
}

#popupTemp {
width: 225px;
	height: 310px;
	background: url(../images/interactive-map/popup.png) no-repeat;
}

#map div.yellow { background-position: -225px 0px } 
#map div.green   { background-position: -450px 0px } 
#map div.blue     { background-position: -675px 0px } 
#map div.purple { background-position: -900px 0px } 

#map div.popup h3 {
	display: block;
	padding: 8px 13px 13px 13px;
	color: white;
	font-size: 17px;
}
#map div.yellow h3 { color: black; }

#map div.popup div.popupcontent{
	position: absolute;
	top: 54px;
	height: 256px;
	padding: 0 15px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}
#map div.popup div.popupcontent p{
	margin: 10px 0;
	width: 195px;
}
#map div.popup div.popupcontent a {
	color: blue;
	border-bottom: 1px dotted blue;
}
#map div.popup div.popupcontent a:hover {
	text-decoration: none;
	}
#map div.popup a.close{
	display: block;
	position: absolute;
	top: 286px;
	left: 15px;
}
#map div.popup a.close img{
	border: none;
	z-index: 9999999;
}




#map { position: relative; width: 700px; height: 840px; overflow: hidden; } 
#returnlink { display: block; position: absolute; bottom: 0; right: 0;  color: white; background: blue; padding: 3px;}



