@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

body {
	font-family: 'Open Sans', sans-serif;
	background-color:#f0f0f0;
	font-size:14px;
	margin-top:10px;
}


#header {
	margin-top:10px; 
	margin-bottom:10px; 
	border-width:20px; 
	border-style:solid; 
	border-color:#fff; 
	overflow:hidden; 
	width:100%;
	height:120px;
	clear:both;
	background-color:#fff;
}

#footer {
	margin-top:10px; 
	margin-bottom:10px; 
	border-width:20px; 
	border-style:solid; 
	border-color:#fff; 
	overflow:hidden; 
	width:100%;
	height:auto;
	clear:both;
	background-color:#fff;
}



#map_canvas {
	margin-top:10px; 
	margin-bottom:10px; 
	border-width:20px; 
	border-style:solid; 
	border-color:#fff; 
	overflow:hidden; 
	width:100%;
	height:600px;
	clear:both;
	background-color:#fff;
}



#side{
    float:right;
    width:25px;
    height:25px;
    background:#fff;
}

.hide{
    display:none;
}

#slidable{
    float:left;
    height:50px;
    width:350px;
	
	position:fixed;
	top:10px;
	left:0px;
	
	z-index:10000;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	background-color:#fff;
	height:98vh;
	overflow:scroll;
	overflow-x: hidden;	
}

#container{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	top:100px;
}


.sidebarmenu{
    position:absolute;
    left:-500px;
	background-color:#fff;
	width:400px;
	height:98vh;
	z-index:10000;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
}

#slidetop{
	height:25px;
	background-color:#E46D37;
	text-align:right;
	padding:5px;
}

#slidecontent{
	padding:20px;
	text-align:justify;
	
	height:100%;
	
	overflow:scroll;
	overflow-x: hidden;	
	
}

img {
  max-width: 100%;
  height:auto;
}

.linklowprofile{
	color:#fff;
	text-decoration:none;
}

a.linklowprofile:link {
	text-decoration:none;
	color:#fff;
}
a.linklowprofile:active {
	text-decoration:none;
	color:#fff;
}
a.linklowprofile:visited {
	text-decoration:none;
	color:#fff;
}
a.linklowprofile:hover {
	text-decoration:none;
	color:#fff;
}

/***************************************************************/
#text{
	margin:50px auto; 
	width:500px;
}

.hotspot {
	color:#900; 
	padding-bottom:1px; 
	border-bottom:1px dotted #900; 
	cursor:pointer;
}

#tt {
	position:absolute; 
	display:block; 
	background:url(images/tt_left.gif) top left no-repeat;
}

#tttop {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(images/tt_top.gif) top right no-repeat; 
	overflow:hidden;
}

#ttcont {
	display:block; 
	padding:2px 12px 3px 7px; 
	margin-left:5px; 
	background:hsla(359,72%,40%,1.00); 
	color:#FFF;
}

#ttbot {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(images/tt_bottom.gif) top right no-repeat; 
	overflow:hidden;
}

/***************************************************************/

a:link {
	text-decoration:none;
	color:hsla(0,3%,29%,1.00);
}
a:active {
	text-decoration:none;
	color:hsla(0,3%,29%,1.00);
}
a:visited {
	text-decoration:none;
	color:hsla(0,3%,29%,1.00);
}
a:hover {
	text-decoration:underline;
	color:#000;
}






