#nav* { 
	margin: 0;
	padding: 0;
}
.weatherzone { font-family: Century Gothic, Tahoma, Verdana, Arial, sans-serif; color: #323232; background-color: #EFEFEF; }
.weatherzone_head { font-family: Century Gothic, Tahoma, Verdana, Arial, sans-serif; color: #EFEFEF; background-color: #4185A5; }
/* retag */
body {
	background: url(gfx/bgtile.gif) repeat-y 50%;
	margin: 0;
	background-color: #05f3fc;
	text-align: center;
}


#wrapper {
	position: inherit;
	background: url(gfx/lhbg.gif) repeat-x;
	width: 760px;
	
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	left: 250px;
	top: 0px;
	}
	
.smallprint{
	margin: 0;
	padding: 0 0 12px 0;
	font: 9px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	color: #041264;
}	

p{
	margin: 0;
	padding: 0 0 12px 0;
	font: 13px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	color: #041264;
}

.borderimg {
	border-bottom: 2px solid #22498a;
}

h1, h2 {
	font: bold 20px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	color: #FF6600;
	padding-bottom: 13px;
}

h3, h4 {
	font: normal 18px/22px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	color: #0a4de5;
	padding-bottom: 13px;
}

h5 {
	font: normal 14px/18px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	color: #0a4de5;
	padding-bottom: 13px; font-weight:bold;
}

td, div, span {
	font: 13px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
}
ul, ol {
	margin: 0;
	padding: 0 15px 0 0;
}
li {
	font: 13px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	padding-bottom: 10px;
	list-style-position: inside;
	color: #464646;
}
a {
	font-weight: bold;
}
a:link {
	color: #F77400;
}
a:visited {
	color:  #F77400;
}
a:hover {
	color: #FDBD00;
}

/* main layout */

* html #left img {
	margin-bottom: -2px;
}

#right {
	float: right;
	text-align: left;
	width: 595px;
	}

#right img {
	float: right;
	border: 1px solid #8EE0F5;
	margin: 5px 0 5px 12px;
}
#extra img {
	float: left;
	border: 1px solid #8EE0F5;
	margin: 0px 0 0px 0px;
}

#button img {
	float: right;
	margin: 5px 0 5px 12px;
	border: none;
}

#right img.bannerpic {
	border-top: 0;
	border-bottom: 1px solid #ffffff;
	border-left: 0;
	border-right: 0;
	margin: 0;
	float: none;
}


/* nav */
li.sel a {
	color: #0467A1;
}

.nav {margin-left: 0px; width: 610px;}
ul#nav {
	display: inline;
	float: left;
	margin-left: -0px;
}

* html ul#nav {
	margin-top: -4px;
}

ul#nav li {
	display: block;
	background: #FFFFFF url(gfx/replacement_nav.gif/navbg.gif) repeat-x 0 100%;
	float: left;
	list-style-type: none;
	height: 37px;
	margin: 1px 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 35px;
}

* html ul#nav li {
	background: transparent;
}

ul#nav li a {
	display: block;
	float: left;
	color: #FFF;
	background: url(gfx/navsep.gif) no-repeat 100% 0;
	text-decoration: none;
	margin: 0;
	height: 35px;
	padding: 10px 7px 10px 6px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 15px;
}

* html ul#nav li a {
	background: transparent  no-repeat 100% 3px;
	padding-top: 12px;
	padding-bottom: 8px;
}

ul#nav a:hover {
	color: #FFCC33;
}

/* second/third-level nav */

ul#nav li {
	position: relative;
}

ul#nav li li {
	border: 1px solid #FFFFFF;
	margin: 1px 0 -1px 0;
	padding: 0;
	clear: both;
	display: block;
}

* html ul#nav li li {
	background: #1672A6 url(gfx/navbg.gif) repeat-x 0 100%;
}

ul#nav li li a {
	background: none;
	display: block;
	clear: both;
	width: 270px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 239px;
}

ul#nav li ul {
	position: absolute;
	display: none;
	margin: 31px 0 0px -120px;
	padding: 2px;
}

ul#nav li:hover, ul#nav li.sfhover {
	z-index: 1;
}

ul#nav li:hover > ul {
	display: list-item;
	list-style-type: none;
}

ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul { 
	display: none;
}

ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul {
	list-style-type: none;
	left: 0;
	
	display: list-item;
	margin-top: 30px;
}


/* content */

#content {
	clear: both;

	padding: 30px 30px 30px 20px;
	
}

#photocontent {width: 580px; padding-left: 12px;}

#photocontent img {margin-right: 20px;}

* html #content {
	margin-top: -20px;
}

#address {
	background-color: #FDBD00;
	padding: 10px 0px 10px 10px;
	border-top: 10px solid #22498a;
	border-bottom: 10px solid #22498a;
	width: 135px;
}

#address p {
	font-size: 9px;
	line-height: 13px;
	padding: 0;
	color: #041264;
}



#footer {
	
	text-align: left;
	clear: both;
	display: block;
	background-color: #22498a;
	padding: 5px;
	border-top: 10px solid #54a2ed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:759;
	height: 150px;
	
}

* html #footer {
	margin: 0;
}

#footer p {
	color: #fff;
	font-size: 9px;
	padding: 0;
}

#footer a:link, #footer a:visited {
	color: #13698E;
}

#footer a:hover {
	color: #33B4EB;
}

.rows1 {
	font: 11px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	color: #464646;
	background: #D3F5FE;
	padding: 8px;
}

.rows2 {
	font: 11px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	color: #464646;
	background: #C7EDF7;
	padding: 8px;
}

.send {
	font: bold 11px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	color: #525252;
	background: #E9E9E9;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-left: 1px solid #EEEEEE;
	padding: 3px 5px;
	cursor: hand;
}

.form {
	font: bold 11px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	background: #EDEBEB;
	color: #525252;
	padding: 8px;
}

.phoneclick {
	background-color: #0195C3;
}

.phoneclick td {
	font: bold 11px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	color: #464646;
}

.phoneclick a {
	font: bold 11px Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	color: #F77400;
}

.thumbs, .thumbs a, .photos, .photos a {
	border: 1px solid #FDBD00;
}


#left {
	float: left;
	text-align: left;
	padding: 0px 0px 20px 20px;

	width: 135px;
}

#left p{width: 135px;}

#left a{color: #0099FF; text-decoration:none;}
#left a:hover {color: #FF9900;}

#leftimg img{
margin: 5px;
margin-left: 0px;
border-bottom: 10px solid #22498a;
}

#left li {padding: 0px; margin: 0px; margin-left: 0px}
#left h1{ border-bottom: 5px solid #F7A300; background-color: #FDBD00; color: #FFFFFF; line-height: 17px; font-weight: bold; padding: 4px; font-size: 14px; width: 135px; }


table.editable {text-align:left;margin-bottom: 5px; width: 540px; border: 1px solid #66CCCC; margin-right: 0px; margin-left: 0px;  }
table.editable th{border-bottom: 1px dotted #66CCCC; font-size: 14px; padding: 2px;}
table.editable td{border-style:none; vertical-align:middle;}
table.editable tr{border-style:none;}

table.editable td {vertical-align:top;}

img#logo {width: 110px; height: 80px; margin-right: 6px; margin-left: 2px;}
#info2 {width: 330px;}
#name {width:200px; text-decoration: underline; font-weight: bold; color: #0066CC;margin-top: 2px; margin-bottom: 0px;}
#description {width: 280px; margin-top: -5px; padding-top: 0px;}
img#website {border-style:none; padding: 0px; margin-bottom: 5px; margin-right: 2px; clear: none;}
.phone { font-weight:bold;font-size: 14px; color: #CC6600; clear: both; margin-right: 3px;}

table.editable2 {display: none;}

table.photonav {float: left;}

.search {width: 30px; padding: 0px; margin: 0px; clear: both;}
.MapPanel

{

	border: solid 1px black;

	height: 400px;

	width: 520px;

	margin: 0;

	padding: 0;

}

.MapPopup

{

	color: #000000;

	font-family: century gothic, verdana, helvetica, sans-serif;

	font-size: 11px;

	margin: 0;

	padding: 0;

}

.MapAddress

{

	color: #000000;

	font-family: century gothic, verdana, helvetica, sans-serif;

	font-size: 11px;

	margin: 0;

	padding: 0;

}

#businesses {
	position:absolute;
	z-index: 100;
	width: 153px;
	padding-top: 3px;
	left: 91px;
	top: 476px;
}
#businesses li h1{margin-left: 0px;  margin-bottom: 0px;}

table.editable h3{text-decoration: underline; font-weight: bold; color: #0066CC;margin-top: 2px; margin-bottom: 0px; font-size: 11px; }


.editclass h1, .editclass h2, .editclass h3, .editclass h4 {
	font: normal 16px/20px Helvetica, Arial, sans-serif;
	color: #464646;
	padding-bottom: 13px; font-weight: bold;
}

.editclass h5 {
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	color: #464646;
	padding-bottom: 13px; font-weight:bold;
}

.location {clear: both; text-align:center; color: #FF9933; font-weight: bold;}

.1star {background: url('gfx/1STAR.jpg') top no-repeat; margin-top: 5px;}
.1_5star {background: url('gfx/1_5STAR.jpg') top no-repeat; margin-top: 5px;}
.2star {background: url('gfx/2STAR.jpg') top no-repeat; margin-top: 5px;}
.2_5star {background: url('gfx/2_5STAR.jpg') top no-repeat; margin-top: 5px;}
.3star {background: url('gfx/3STAR.jpg') top no-repeat; margin-top: 5px;}
.3_5star {background: url('gfx/3_5STAR.jpg') top no-repeat; margin-top: 5px;}
.4star {background: url('gfx/4STAR.jpg') top no-repeat; margin-top: 5px;}
.4_5star {background: url('gfx/4_5STAR.jpg') top no-repeat; margin-top: 5px;}
.5star {background: url('gfx/5STAR.jpg') top no-repeat; margin-top: 5px;}

#buttons {width: 120px; display: block; margin-right: 10px;}
.availcheck {
font: normal 18px/22px Helvetica, Arial, sans-serif;
color:#fff;
}
table.pricechart {
width: 95%;
text-align:left;
}