﻿.editorial h1
{
	font-size: 200%;
	font-weight: bold;
	font-family: Arial;
	margin: 5px 0px 0px 0px;
}
.editorial h2
{
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia;
	margin: 0;
}
.editorial h3
{
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia;
	margin: 15px 0px 5px 0px;
	clear: left;
}
.editorial h4
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	margin: 15px 0px 5px 0px;
}
.editorial p
{
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 125%;
	font-family: Georgia;
	line-height: 1.5em;
}
.editorial ul
{
	font-family: Georgia;
	font-size: 1.1em;
}
.editorial a:hover
{
	text-decoration: underline;
}

#story-box
{
	height: 55px;
	width: 120px;
	color: White;
	background-color: #696969;
}

.insert-left, .insert-right
{
	position: relative;
	min-width: 90px;
	margin-bottom: 10px;
	clear: both;
	border: solid thin #dedede;
	padding: 5px;
}
.insert-left img, .insert-right img
{
	padding: 0;
}
.insert-left p, .insert-right p
{
	font-family: Arial;
	font-size: 11px;
	margin-bottom: 0;
}
.insert-left
{
	float: left;
	margin-right: 10px;
}
.insert-right
{
	float: right;
	margin-left: 10px;
}

.takeout
{
	padding: 7px;
	font-size: 11px;
	max-width: 225px;
	border: gray dashed 1px;
}
.takeout ul
{
	margin: 5px 0 0 0;
	padding-left: 15px;
}
.takeout b
{
	font-size: 12px;
	color: #7d0200;
}
.takeoust .quote
{
	font-size: 14px;
}

.caption
{
}
.credit
{
	font-weight: normal;
}

.email-link
{
	color: Black;
	text-decoration: none;
}
.email-link:hover
{
	text-decoration: underline;
}

.page3-qa-question
{
	font-weight: bold;
}
.page3-realestate-address
{
	font-weight: bold;
	font-family: Arial !important;
}

.search-popup
{
	position: absolute;
	visibility: hidden;
	z-index: 10;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/balloons.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
.balloon
{
	font-family: verdana, sans-serif;
	width: 500px;
	height: 350px;
	margin: 50px 125px;
}
.balloon ul
{
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
}
.balloon ul li
{
	float: left;
	margin: 5px;
	width: 150px;
	height: 150px;
	border: 1px solid #000;
}
.balloon ul li a, .balloon ul li a:visited
{
	display: block;
	text-decoration: none;
	color: #000;
	width: 150px;
	height: 150px;
	color: #000;
	background: #fff;
}
.balloon ul li a img, .balloon ul li a:visited img
{
	border: 0;
}

.balloon ul li dl
{
	visibility: hidden;
	position: absolute;
}

.balloon table
{
	margin: -2px;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 1em;
}

.balloon dl
{
	width: 200px;
	padding: 0 0 20px 0;
	height: auto;
}
.balloon dt
{
	margin: 0;
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.balloon dd
{
	margin: 0;
	padding: 5px 15px;
	color: #000;
	font-size: 1em;
	border: 1px solid #000;
	border-width: 0 1px;
}
.balloon dd p
{
	padding: 0;
	margin: 10px 0;
	line-height: 1.5em;
}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover, .balloon ul li a:hover
{
	color: #000;
	position: relative;
	cursor: pointer;
	cursor: hand;
}

.balloon ul li:hover dl, .balloon ul li a:hover dl
{
	visibility: visible;
	color: #000;
	top: -75px;
	left: 120px;
	cursor: default;
}

.balloon ul li:hover dl em, .balloon ul li a:hover dl em
{
	display: block;
	position: absolute;
	left: -35px;
	top: 75px;
	width: 36px;
	height: 36px;
}

.balloon ul li:hover dl a, .balloon ul li a:hover dl a
{
	height: 0.8em;
	color: #606;
	background: transparent;
	text-decoration: underline;
	display: inline;
}

.balloon ul li:hover dl a:hover, .balloon ul li a:hover dl a:hover
{
	text-decoration: none;
	background: transparent;
}

.article-separator
{
	font-family: Times New Roman;
	background-color: #fff;
	color: #9a0722;
	font-weight: normal;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.6em;
	font-size: 0.9em;
}


.article-separator-breaking
{
	font-family: Arial;
	font-weight: bold;
	background-color: #9a0722;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.2em;
	font-size: 0.9em;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 0px;
	margin-bottom: 5px;
}


.article-tag
{
	font-family: Arial;
	font-weight: normal;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-size: 1.1em;
}


.article-tag-focus
{
	font-family: Times New Roman;
	font-weight: bold;
	background-color: #fff;
	color: #9a0722;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.2em;
	font-size: 1.1em;
}


.article-tag2
{
	font-family: Times New Roman;
	font-weight: normal;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-size: 1.1em;
}

