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

* {
	margin:0;
	padding:0;
	text-decoration: none;
}

body {
	background-color:#C6D9B2;	
}

a {
	color:#408000;
}

h1 {
	font-family: "Georgia", Courier, monospace;
	line-height: 145px;
	margin-left:210px;
	font-size: 34px;
}

h2 {
	font-family: "Georgia", Courier, monospace;
	font-size: 24px;
	margin: 10px 0px 0px 0px;
}

h3 {
	font-family: "Georgia", Courier, monospace;
	font-size: 24px;
	margin-bottom: 10px;
}

h4 {
	font-family: "Georgia", Courier, monospace;
	font-size: 16px;
	margin-bottom: 10px;
}

h5 {
text-align:right;
font-family: "Arial", Helvetica, sans-serif;
color:#999999;
font-size:12px;
}

p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:13px;
}

small {
font-family: "Arial", Helvetica, sans-serif;
	font-size:13px;
}

ul
{
list-style-position: inside;
font-family: "Arial", Helvetica, sans-serif;
	font-size:13px;
}

li {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:13px;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 15px;
}
 
a img {
	text-decoration:none;
	border:0px;
}

img {
	border: thin solid #000000;
}


.address {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
}

#address {
	height: 200px;
	float: right;
	margin-left: 10px;
	margin-top: 47px;
	margin-bottom:0px;
	width: 160px;
}

#container {
	height: 1000px;
	width: 900px;
	margin-top: 75px;
	margin-bottom:20px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	background-color: #FCFCFC;
	
	/* Rounded Corners */
	 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

	
	
}

#header {
	height: 135px;
	width: 900px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	/* background: #FCFCFC; */
}

#navigation {
	float: left;
	height: 800px;
	width: 180px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;

}

#photo {
	float: left;
	width: 505px;
	margin-left: 20px;
	padding-top: 10px;
}
#gallery {
	float: left;
	width: 680px;
	margin-left: 10px;
	padding-top: 10px;
	height: 800px;
}

#content {
	height: 200px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom:100px;
	width: 145px;
}

#phone {
	height: 200px;
	float: right;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom:0px;
	width: 150px;
}

#rental {
	float: left;
	margin-left: 10px;
	height: 550px;
	padding-top: 10px;
	width: 450px;
}

#rentalphoto {
	width:235px;
	float: right;
	height: 400px;
}


#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: left;
	width: 80%;
}

.grey {
	background-color:#EBEBEB;
}

/*   Photo Gallery */ 


#photogallery {
	position:relative; 
	width:600px; 
	height:700px; 
	/*background:#888; 
	border-top:1px solid #ccc; 
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc;  */
	margin:10px auto; 
	font-family:verdana, arial, sans-serif; 
	font-size:12px;
	}

#photogallery a.pics {
	float:left; 
	margin:7px 21px; 
	display:inline; 
	color:#000; 
	text-decoration:none; 
	border:1px solid #000; 
	width:75px; 
	height:75px; 
	cursor:default;
	}
	
#photogallery a.pics img.thumb {
	display:block; 
	border:0;
	}

#photogallery a.pics span {
	display:none; 
	border:0; 
	width:580px; 
	/*background:#bbb; */ 
	border:1px solid #fff; 
	text-align:center;
	}
	
#photogallery a.pics span img {
	margin:10px auto; 
	border:1px solid #000;
	}

#photogallery a.pics:hover {
	white-space:normal; 
	border:1px solid #fff;
	}
	
#photogallery a.pics:hover span {
	display:block; 
	position:absolute; 
	left:9px; 
	top:192px; 
	z-index:10; 
	height:500px;
	}

#photogallery a.pics:active {
	border:1px solid #fc0;
	}
	
#photogallery a.pics:active span {
	display:block; 
	position:absolute; 
	left:9px; 
	top:192px; 
	z-index:5; 
	height:500px;
	}

#photogallery a.pics:focus {
	border:1px solid #fc0; 
	outline:0;
	}
	
#photogallery a.pics:focus span {
	display:block; 
	position:absolute; 
	left:9px; 
	top:192px; 
	z-index:5; 
	outline:0;
	}

#photogallery span.info {
	clear:left;
	display:block;
	text-align:center;
	line-height:20px;
	margin:0;
	padding:200px 0 0 0;
	width:600px;
	text-align:center;
	color:#fff;
	z-index:1;
}
#photogallery span.info a {
	color:#000;
	}
	
#photogallery span.info a:hover {
	text-decoration:none;
	}
