/* wcg.css     */
body
{
    font: 16px arial;
	margin: 0; 
    padding: 0;
}
/* these are the font styles for the links that appear on your web page */
a:link {font:  12px arial; color:#5675A5  ; text-decoration: none;} 
a:active {font:  12px arial; color: #5675A5; text-decoration: none;}
a:visited {font:  12px arial; color: #5675A5; text-decoration: none;}
a:hover {font: bold 12px arial; color: #AF0020; text-decoration: underline;}
a.anc:hover {font-weight: bold; font-size:18px; color: black; text-decoration:none;}
/*this one changes the mouseover or hover state of the link*/

#searchbox
{float: right; 
margin-top:5px; 
padding:0 ;
height: 25px;
width: 320px; 
font-size:14px 
}
#login
{font-size:12px; 
float:right;
background-color:#D9E1ED; 
width: 100%;}

#map
{
	width: 99%;
	height: 540px;
	float: right;
	border: solid 1px #5675A5;
	padding: 1px;
	margin: 1px;
    margin-bottom: 1px;
	overflow:hidden;
	border: 1px;
	}	
#heading{
	float:right; 
	width:100%; 
	}
#content1
{
width:17%;
    float:left;
    font-size: 12px;
	padding-left: 10px;
	
	}
#photos1
{
width:75%;
    float:right;
    padding-left: 10px;
	background-color: grey;
	}

h1
{       font-size: 18px;
		font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
		//font-face: arial;
        font-weight: bold;
        text-align: center;
        margin-top: 0; 
        margin-bottom: 0; 
        padding:0; 
        color:black;
}
h3, h5
{
padding:0;	
display:inline;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;

}

#slideshow { 
    margin: 5px auto; 
   //;
   position: absolute;
   top: 555px; 
    left: 20%; 
    width: 81%;
    //background-color:gray;
    padding: 0; 
    //box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    //position: absolute; 
	font-size: 75%;
	float: left;
	padding:5px;
	padding-top:0;
	padding-left:0;
	padding-bottom:2;
	background-color:lightblue;
	
}
img {
	image-orientation: 0deg;
}
#pedit{
	display:none;
}
#credit{
	position: relative;
	bottom: 20px;
	left: 4%;
	width: 200px;
	font-size: 75%;
	//background-color:green;
	color:yellow;
}
.editbox { 
    display:none;
    z-index: 1;
	background-color: lightblue;
    position: absolute; 
	width: 30%;
	height: 420px;
	padding:5px;
	padding-top:0;
	top: 200px; 
    left: 10%; 
    //right: 10px; 
    //bottom: 10px; 
}
.openbox { 
    //display:none;
    z-index: 1;
	background-color: lightblue;
    position: absolute; 
	width: 30%;
	height: 420px;
	padding:5px;
	padding-top:0;
	top: 200px; 
    left: 10%; 
    //right: 10px; 
    //bottom: 10px; 
}
.editbox textarea {
	width :90%;
	height: 60%;
}
#areaname{
	width:80%;
	font-size: 21px
}
#addfeature{
//display:block;	
}
#description{
	
	width: 100%;
	height: 200px;
}
#listings {
padding-left :10px;
float:right;
width:19%; 
border: solid 1px black;	

}
#mapholder{
	float:right;
	width:60%;
	height:556px; 
	border: solid 1px black;
}
#fullmapholder{
	float:right;
	width:80%;
	height:100%; 
	border: solid 1px black;
}
