body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFB0;
	color: #000066;
	font-size: 12px; 
}
h1 {
	font-size: 9px;
text-align: center;
}
#logo
{
	position: relative;
	background-color: #FFCC00;
	margin: auto;
	height: 50px;
	width: 600px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}
#logo p{
font-family: "Comic Sans MS", "Times New Roman", "Berlin Sans FB", Arial;
	font-size: 20px;
	margin-top: 12px;
	font-weight: bold;
}
#blueband
{
	position: relative;
	margin: auto;
	margin-bottom: 0px;
	background-color: #0000CC;
	height: 15px;
	width: 600px;
	text-align: center;
	color: White;
	clear: both;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#content{
	margin: auto;
	width: 600px;
}
#contentleft{
	float: left;
	width: 350px;
	
}
#contentright{
	margin-left: 360px;
}
#pad{
	position: relative;
	margin: auto;
	height: 15px;
	background-color: #FFCC00;
	width: 600px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#cape {
float: right;
margin: 10px 0px;
padding: 10px;
	width: 275px;
	border: 1px solid black;
	background-color: #228B22;
	color: White;
	font-size: 14px;
	font-weight: bold;
	clear: right;
}

.mpic{
	float: right;
	clear: right;
}
.logo_gif {
	padding-top: 3px;
}
.blue_left
{
	float: left;
}
.blue_right
{
	float: right;
}

/*end of search box stuff*/
.select {
width: 600px;
margin: auto;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: center;
	line-height: 2.5em;
	display: block;

}
.select a:link, .select a:visited
{
	text-decoration: none;
	background-color: Blue;
	color: White;
	text-align: center;
	padding: 5px;
}
.select a:hover
{
	text-decoration: none;
	background-color: Red;
	color: White;
	text-align: center;
}

/* commom style for all browsers */
/* style the outer div to give it width */
.menu {
width:600px;
margin: auto;
font-size:0.85em;

border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
z-index: 1000;
/*padding-bottom:150px;*/
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:109px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:120px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:13px;
text-decoration:none; 
color:#fff; 
width:109px; 
height:30px; 
border:1px solid Black; 
border-width:1px 1px 0 0; 
background:Blue; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:119px;
w\idth:109px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#FFCC00;
color: #00008B;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:#FFD700;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:Blue;
color: White;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#C8C8FF;
color:Black;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#FFA500; 
color:#000; 
font-size: 11px;
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:Black; 
background:#FFD688;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
#clear {
	clear: both;
	margin-bottom: 15px;
}
#clearnm{clear:both;}
#sales {
	width:600px;
	margin:10px auto;
	text-align: justify;
}
#padding {
	height: 20px;
}
#town_list {
	width: 600px;
	margin: auto;
}
#town_list_box {
	width: 190px;
	float: left;
}
#town_list_box_r {
	width: 290px;
	float: right;
}
#town_list_box a:link, #town_list_box a:visited, #town_list_box_r a:link, #town_list_box_r a:visited  { color:Blue;
}
#town_list_box a:hover, #town_list_box_r a:hover {
	color: Red;
}
#weather {
	float: right;
	text-align: center;
	width: 295px;
	margin: 10px 0px;
	color: #0B0DFF;
}
#cart {
float: right;
margin: 10px 0px;
padding: 10px;
	text-align: center;
	width: 275px;
	border: 1px solid black;
	background-color: #FFCC00;
	color: Black;
	font-size: 12px;
}
#cart a:link, #cart a:visited {
	color: Blue;
}
#cart a:hover {
	color: Red;
}
#big_div {
	width: 600px;
	margin: auto;
	height: 500px;
}
#flights {
	width: 600px;
	margin: 10px auto;
}
.img_box
{
	width: 600px;
	margin: auto;
}
.featurebox {
	background-color: #FFFFA2;
	margin: 0px;
	height: 110px;
}
.ftop{
	font-weight: bold;
	background-color: #FF8C00;
	border: 1px solid black;
	margin: 0px;
	padding: 3px;
	font-size: 11px;
}
.feature{
	font-size: 9px;
	margin: 0px;
}
.propfeature{
margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: Navy;
}
.moreinfo a:link, .moreinfo a:visited{
	display: block;
	background-color: #FF8C00;
	border: 1px solid black;
	margin: -8px 0px 0px 108px;
	padding: 3px;
	font-size: 10px;
	color: Black;
	text-decoration: none;
}
.moreinfo a:hover{
	background-color: Navy;
	color: White;
}
.feature_image {
	float: left;
	margin: 0px 5px 5px 0px;
	border:1px solid black;
}
.feature_text {
	font-weight: bold; color: Red;
}
.price_tag {
	color: Red; font-weight: bold;
}
.line
{
	width: 600px;
	margin: 5px auto;
}
.info {
	float: left;
	margin-left: 10px;
}
.thumb {
	float: left;
}
#message{
		width: 600px;
		margin: auto;
}
#bline{
	width: 600px;
	margin: auto;
}
#searchform{
	width: 300px;
		float: right;
}
.full  {
	float: left;
	font-size: 11px;
	margin-left: 10px;
}
.full a:link, .full a:visited {
	float: right;
	color: #00008B;
	font-size: 16px;
	font-weight:bold
}
.full a:hover {
	font-size: 16px;
	color: Red;
}
.links a:link .links a:hover {
	float: right;
	color: Lime;
}
.dis {
font-size: 11px;
	font-weight: bold;
}
.price_box {
margin: auto;
width: 600px;
}
.price {
	float: left;
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
	color: Red;
}
.ref {
	float: right;
}
#note {
	width: 600px;
	margin:15px auto;
	color: Red;
	font-size: 10px;
}
.type_box {
	width: 600px;
	margin: auto;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
/*property page*/
#prop_title {
	width: 600px; margin: 10px auto; font-weight: bold; font-size: 14px; color: Black; text-align: center;
}
#prop_title a:link, #prop_title a:visited, .remove a:link, .remove a:visited{
	font-weight: normal; font-size: 11px; color: White; 	display: inline; padding: 5px; border: 1px solid black;
	background-color: Blue; text-decoration: none;
}
#prop_title a:hover {
	background-color: Green;
}
.main_img {
	float: left; margin-right: 20px;
}
#description {
	width: 600px;
	margin: 15px auto;
	text-align: justify;
	color: Black;
	font-size: 12px;
	clear: both;
}
#price_box {
	width: 600px;
	margin: auto;
	font-weight: bold;
	text-align: center;
	color: Red;
	font-size: 14px;
}
#spec
{
	font-weight: bold;
}
#spec p {
	padding: 1px;
	margin: 2px;
}
.approx{
	font-size: 10px;
	color: Blue;
	margin-left: 30px;
}
.image {
	border: 1px solid black;
}
.bold_text {
	font-weight: bold;
}
/* additional pictures*/
#photos {
	width: 600px;
	margin: auto;
}
.picture_box_l {
	float: left;
	margin-bottom: 6px;
	clear: left;
}
.picture_box_r {
	float: right;
	margin-bottom: 6px;
	clear: right;
}
.town_box {
		width: 600px;
	margin: auto;
}
.towns_l
{
	width: 295px;
	float: left;text-align: justify;
}
.towns_r {
	width: 295px;
	float: right;
	text-align: justify;
}
.tymessage {
	margin-top: 50px; font-weight: bold; color: Red;
}
form.searchform p{
	margin: 2px;
}
form.searchform .btn {
	color: #00008B;
	cursor: pointer;
	margin-left: 90px;
	padding-right: 0.5em;
	width: 60px;
}
form.searchform .btn1{
	cursor: pointer;
}
form.searchform input {
	border: 1px solid #FF0000;
	margin-bottom: 0.6em;
	padding-left: 0.5em;
	font-size: 9px;
	z-index: 1
}

form.searchform label {
	clear: left;
	font-size: 10px;
	color: #444444;
	display: block;
	float: left;
	margin-bottom: 0.5em;
	padding-right: 10px;
	text-align: right;
	width: 80px;
	z-index: 1
}

form.searchform legend, .qsl{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

form.searchform select {
	border: 1px solid #FF0000;
	font-size: 9px;
	margin-bottom: 0.6em;
	padding-left: 0.5em;
}
/*footer*/
#footer {
	width: 600px; margin:15px auto; clear: both; border: 1px solid black; background-color: #FFCC00; text-align: center;
}
#footer a:link, #footer a:visited {
	font-size: 8px; 	color: #717171;
}
#footer a:hover {
	color: #3F3F3F;
}
#center {
	margin: auto;
	clear: both;
}
#photosprint {
	display: none;
}
#footerprint {
	display: none;
}
#info {
display: block;
}
#info p {
	margin: 0px;
	padding: 0px;
}
.error {
	color: Red;
}
.localrate{font-size:14px; color:#FF0000; font-weight:bold;}
.news{font-size:14px; font-weight:bold;}
.pubdate{margin:0px; font-size:10px; padding:0px}
.newstitle{color:#000099; font-size:12px; font-weight:bold; margin:0; padding:0;}
.newsdes{margin:0 0 5px 0; }
.newsdes a:link, .newsdes a:visited{text-decoration:none; color:#FF0000}
.newsdes a:hover{color:#00008F; text-decoration:underline;}
.starlist{
	list-style: disc;
}