body#index {
	background-image: url(../images/bg.jpg);
	background-color: #f7f7f7;
	background-repeat: repeat-x;
	font-family: Myriad Pro, Times New Roman, Times, serif;
	font-size: 11pt;
	line-height: 20px;
	letter-spacing: -1px;
	color: #323030;
}

body#sub {
	background-image: url(../images/sub-bg.jpg);
	background-color: #f7f7f7;
	background-repeat: repeat-x;
	font-family: Myriad Pro, Times New Roman, Times, serif;
	font-size: 11pt;
	line-height: 20px;
	letter-spacing: -1px;
	color: #323030;
}

@font-face {
	font-family: Myriad Pro;
	src: url(../font/MYRIADPRO-REGULAR.OTF);
}

@font-face {
	font-family: Segoe Print;
	src: url(../font/SEGOEPRB.TTF);
}

h1, h2, {
	font-family: Segoe Print, Myriad Pro, Times New Roman, Times, serif;
}

h2.propertyh2big a {
	color: #47a8f3;
	text-decoration: none;
}

h2.propertyh2big a:hover {
	color: #47a8f3;
	text-decoration: underline;
}

h3 {
	font-weight: bold;
}

.clear {
	clear: both;
	margin-bottom: 20px;
}

#container {
	width: 960px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

#head {
	height:50px;
}

.logo h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 365px;
	height: 43px;
	text-indent: -9999px;
	display: block;
	margin-left: 10px;
	float: left;
	clear: both;
}

.nav ul {
	width: 360px;
	float: left;
	margin-left: 50px;
	margin-top: 23px;
}

.nav ul li {
	float: left;
	padding-right: 30px;
	font-weight: bold;
}

.nav ul li a {
	text-decoration: none;
	color: #312f2f;
}

.nav ul li a:hover {
	text-decoration: underline;
	color: #47a8f3;
}

.search {
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	width: 172px;
	height: 37px;
	float: right;
	margin-top: 12px;
	margin-right: -2px;
	text-indent: -9999px;
}

.search a {
	display: block;
	height: 37px;
}


/*------------------------------slideshow------------------------------*/
.fadeWrapper{
	background-color:#47a8f3;
	border:1px solid #2d85c8;		
	position:relative;
	width:960px;
	height:311px;
}

.fadeHolder{
	width:940px;
	height:291px;
	position:absolute;
	top:12px;
	left:12px;
}

.imageHolder{
	width:40px;
	height:350px;
	position:absolute;

}

.sliderContainer{
	width:935px;
	height:347px;
	background-color:#f2f2f1;
	padding:5px;
	border:1px solid #c1c1c1;
}

div.wrapper {
	position: relative;
	top:0px;
	left:0px;
	width:932px;
	height:348px;
	padding:0px;
	overflow:hidden;
	border:1px solid grey;
	text-align:center;
}

ul.wrapper  {
    display: block;
    padding:0px;
    margin: 0px;
    list-style: none;
}

.wrapper li {
    display: block;
    float: left;
    padding: 0;
}

.imageHolder {
	float:left;
	display:inline;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
}

/*------------------------------END SLIDER------------------------------*/

#info-bar ul {
	margin-left: 10px;
	margin-right: 10px;
}

#info-bar ul li.phone {
	float: left;
	margin-right: 125px;
}

#info-bar ul li.email {
	float: left;
}

#info-bar ul li.weather {
	float: right;
}

.content {
	width: 670px;
	float: left;
}

.content h2 {
	font-family: Segoe Print;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 0.5px;;
}

.sidebar {
	width: 240px;
	float: right;
	margin-bottom: 20px;
}

.sidebar h2 {
	font-family: Segoe Print;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5px;;
}

ul.side-nav {
}

ul.side-nav li {
	font-family: Segoe Print;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom: 1px solid #312f2f;
	text-indent: 10px;
	height: 39px;
	width: 240px;
	letter-spacing: 0.5px;
}

ul.side-nav li a {
	color: #312f2f;
	text-decoration: none;
	height: 39px;
	line-height: 40px;
	width: 240px;
	display: block;
}

ul.side-nav li a:hover {
	color: #ffffff;
	display: block;
	background-color: #47a8f3;
	height: 39px;
	width: 240px;
}

.content p {
	padding-bottom: 20px;
}

.content p a {
	text-decoration: none;
	color: #47a8f3;
}

.content p a:hover {
	text-decoration: underline;
	color: #47a8f3;
}

#footer {
	background: url(../images/footer-bg.jpg) repeat-x;
	height: 78px;
}

#footer-container {
	width: 960px;
	margin: auto;
	margin-top: 5px;
}

#footer-container ul li {
	float: left;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#footer-container ul li a {
	text-decoration: none;
	color: #ffffff;
}

#footer-container ul li a:hover {
	text-decoration: underline;
	color: #312f2f;
}

#footer-container p {
	color: #ffffff;
}

#footer-container p a {
	color: #ffffff;
	text-decoration: underline;
}

#footer-container p a:hover {
	color: #312f2f;
	text-decoration: underline;
}

.input{
	width:280px;
	height:20px;
	border:1px solid #ccc;
	background-color:#fff;
	padding-top:6px;
}

.textArea{
	height:205px;
	width:500px;
	padding-top:0px;
	font-family:Arial;
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
}

.errorMessage{
	color:#cc0000;
}

input#sendButton {
	padding: 2px;
	width: 120px;
}

ul.area-info li {
	margin-bottom: 10px;

}

ul.area-info li a {
	text-decoration: none;
	color: #312f2f;
}

ul.area-info li a:hover {
	text-decoration: underline;
	color: #47a8f3;
}

.tip {
    color: #fff;
    background:#1d1d1d;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-weight: lighter;
	word-spacing: 2px;
}

a.area-dine {
	background: url(../images/area-dine.jpg) no-repeat;
	width: 289px;
	height:  198px;
	border: 3px solid #47a8f3;
	text-indent: -9999px;
	display: block;
	float: left;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	font-family: Segoe Print;
	
	
}

a:hover.area-dine {
	background: url(../images/area-dine.jpg) no-repeat;
	width: 289px;
	height:  198px;
	border: 3px solid #47a8f3;
	text-indent: -9999px;
	display: block;
	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

a.area-fun {
	background: url(../images/area-fun.jpg) no-repeat;
	width: 289px;
	height:  198px;
	border: 3px solid #47a8f3;
	text-indent: -9999px;
	display: block;
	float: right;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	
}

a:hover.area-fun {
	background: url(../images/area-fun.jpg) no-repeat;
	width: 289px;
	height:  198px;
	border: 3px solid #47a8f3;
	text-indent: -9999px;
	display: block;
	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

.areainfo-left {
	float: left;
}

.areainfo-right {
	float: right;
	margin-right: 100px;
}

img.body-img-right {
	float: right;
	margin: 10px 0px 0px 10px;
	border: 3px solid #47a8f3;
}

img.body-img-left {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 3px solid #47a8f3;
}

ul.docs li {
	margin-bottom: 30px;
}

ul.docs li a {
	color: #323030;
	text-decoration: none;
}

ul.docs li a:hover {
	color: #47a8f3;
	text-decoration: underline;
}

ul.docs li img {
	vertical-align: middle;
}

#weather2 {
	width: 185px;
	overflow: hidden;
	position: relative;
	top: -10px;
}

#weather2 p {
	font-family: Segoe Print;
	font-size: 25px;
	color: #ffffff;
	margin: 20px 0 0;
}
		
#weather2 p span {
	font-size: 16px;
}
		

