@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #d7d2c7;
}
#container  {
	width: 696px; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border: 3px solid #005941;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	border: 0px solid #FFF;
} 
h1 {
	color: #005841;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 5px;
	text-align: left;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#logo {
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005842;
}


#banner {
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px;
}
#navbar {
	line-height: 26px;
	width: 696px;
	background-color: #6a866a;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #005941;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005941;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navbar a {
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	padding-right: 7px;
	padding-left: 7px;
}

#navbar a:hover {
	color: #000;
	display: inline-block;
	background-color: #D7D2C7;
}
#main {
	margin: 0px;
	height: auto;
	padding: 0px;
	width: auto;
}


#mainContent  {
	float: left;
	width: 656px;
	margin: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
} 
#mainContent p {
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

#sidebar1  {
	width: 230px;
	float: right;
}
#sidebar1 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
}


#footer  {
	background:#6a866a;
	text-align: center;
	margin: auto;
	height: 65px;
	padding-left: 10px;
	padding-top: 10px;
} 
#footer p  {
	font-size: 11px;
	color: #FFF;
	letter-spacing: 2px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer p a {
	color: #CCC;
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #585b5a;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.avail {
	background-color: #FFF;
	border: 2px solid #7E2219;
}
.fm-req {
	padding-bottom: 5px;
	text-align: left;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
	height:350px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
.tariff {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005841;
	border-bottom-color: #005841;
	border-left-color: #005841;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #005841;
	margin-top: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}

