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

body {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular;
		font-size: 0.75em;
		color: #3b3b3b;
		padding: 0;
		margin: 0;
		/*background: url('../images/back.gif') top left repeat-x #e4f7dd;*/
		background: url('../images/back.gif') top left repeat-x #edf6f6;
	}
	
#content li {
		list-style: square;
	}
	
#content ul {
		padding-left: 1.5em;
	}

#wrapper {
    	width: 798px;
    	margin: 0px auto;
    	padding: 0px;
	}
	
#top_navigation  {
		width: 460px;
		float: left;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	
 #top_navigation ul {
		list-style: none;
		padding: 0;
		margin: 0 0 0 2px;		
	}

#top_navigation li {
		float: left;
		display: block;
		/*background-color: #439c53;*/
		background-color: #95c3c4;
		height: 2.1em;
		line-height: 2.1em;
		border-right: 2px solid #fff;
		width: 228px;
		text-align: center;
		font-size: 1em;
		font-weight: bold;		
	}

#top_navigation li a {
		text-decoration: none;
		color: #fff;
		text-align: center;
	}

#top_navigation li a:hover {
		text-decoration: underline;
	}

#content {
		clear: both;
		/*border: 1px solid #bdecab;*/
		border: solid 1px #95c3c4;
		/*background: #edfde7;*/
		background: #fff;
		padding: 10px;
		text-align: justified;
	}
	
#map {
		width: 520px; 
		height: 250px; 
		margin: 0 5px 0 0; 
		border: 1px solid #bdecab;
		background: #fff;
		float:left;
	}

#footer {
		padding: 15px 0 0 0;
		text-align: left;
		width: 798px;
		margin: 0 auto;
	}
	
#featurecon {
		float: right;
		width: 344px;
		height: 218px;
		margin: 0 2px;
	}

#feature {
		position: relative;
	}
	
#feature img {
		/*border: 1px solid #439c53;*/
		border: solid 1px #95c3c4;
		padding: 3px; 
		background: #fff; 
		margin: 5px 0 5px 5px;
	}
	
#prices {
		text-align: center;
		/*border: 1px solid #439c53;*/
		border: solid 1px #95c3c4;
		padding: 10px; 
		width: 80%;
	}
#prices td {
	 	/*background: #edfde7;*/
	 	background-color: #edf6f6;
		padding: 3px;
		text-align: left;
	}

.month {
		display: block;
		text-align: left;
	}
	
.button {
    background-color: #EDF6F6;
    border: solid 1px #ccc;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    font-size: 1.1em;
    color: #555;
    float: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.button:hover {
    border: solid 1px #999;
    color: #111;
}

