@charset "utf-8";
/* CSS Document */
body, html{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana;
	color: #ffffff;
	background-color: #e2e7e3;
	height: 900px;
}
h1{
	font-size: 16px;
	font-family: Verdana;
	color: #FFFFFf;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3{
	font-size: 10px;
	font-family: Verdana;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
img{
	border: 0;
}
a{
	text-decoration: none;
}

#container{
	margin-top: 0;
	margin: auto;
	width: 950px;
	overflow: hidden;
	padding: 0 15px 15px 15px;
	background-color: #FFFFFF;
	height: 105%;
	}
/*BOF: header*/
#head{
	width: 950px;
	height: 175px;
	}
.head-top{
	height: 140px;
	width: 950px;
	}
.head-right{
	float: right;
	margin-left: 0px;
	padding-top: 0px;
	height: 98px;
	width: 650px;
	color: #969798;
	}
.head-text{
	width: 300px;
	height: 98px;
	margin-left: 60px;
	float: left;
	font-size: 12px;
	display: inline;
	}
.phone-no{
	width: 120px;
	height: 30px;
	color: #969798;
	margin-top: 30px;
	float: right;
	padding-left: 35px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/phone.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}
.logo{
	/* background-image: url(../images/logo.jpg); */
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width:300px;
	height: 140px;
	padding: 0px;
	}
.head-bottom{
	clear:both;
	height: 26px;
	text-align: left;
	float: right;
	width: 590px;
	}
ul{
	text-align: left;
	margin: 0;
	}
.separator{
	background-color: #FFFFFF; 
	width:10px; 
	padding:0; 
	margin: 0;
	}
.button{
	font-size: 12px;
	height: 20px;
	width: 110px;
	background-color: #353b4a;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 3px;
	cursor: pointer;
	}
.button a{
	text-decoration: none; 
	color:#FFFFFF;
	}
.button-on{
	font-size: 12px;
	height: 20px;
	width: 110px;
	background-color: #5d8f94;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.button-on a{
	text-decoration: none; 
	color:#FFFFFF;
	}
/*EOF: header*/
/*BOF: content*/	
#content{
	width: 950px;
	height: 676px;
	background-color: #93b4b9;
	}
#content-left{
	width: 360px;
	height: 675px;
	float: left;
	}
#content-right{
	width: 540px;
	height: 635px;
	float: right;
	padding: 25px;
	padding-top: 15px;
	text-align: left;
	line-height: 120%;
	color: #353b4a;
	}
#content-right .a {
	colour: #186D87;
	}

#admin #container {
	height: auto;
}

#admin #content-right {
	height: auto;
}	
	
.whitetext{
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  }
.text{
	width: 380px;
	height: 280px;
	float: right;
	text-align: left;
	color: #353b4a;
	font-size: 10px;
	line-height: 120%;
	margin-top: 10px;
	}
	
.link{
	color:#353b4a; 
	text-decoration: none; 
	font-weight: bold;
}

.btn_image{
	width: 105px;
	height: 64px;
	float: left;
	background-color: #b6c3b9;
	}
.btn_text{
	width: 152px;
	height: 60px;
	float: right;
	padding: 2px;
	padding-left: 5px;
	font-size: 9px;
	background-color: #b6c3b9;
	}
/*BOF: Footer*/
#footer{
	height: 30px;
	width: 950px;
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
	padding-top: 9px;
	}
.foot-left{ 
	width: 700px;
	float: left;
	text-align: left;
	color: #999999;
	}
.foot-right{
	width: 200px;
	float: right;
	text-align: right;
}

#address{
	width: 270px;
	height: 535px;
	position: relative;
	float: left;
}

#directions{
	width: 270px;
	height: 535px;
	float: left;
	text-align: left;
	line-height: 120%;
	color: #353b4a;
	overflow: scroll;
}

#address2{
	width: 270px;
	height: 250px;
	position: relative;
	float: left;
}

#directions2{
	width: 270px;
	height: 250px;
	float: left;
	text-align: left;
	line-height: 120%;
	color: #353b4a;
	overflow: scroll;
}

