*:focus {
	outline: none
}
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #2c2d2e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 20px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background: #FFF url(../images/bkg_waves.jpg) repeat-x;
}
html, body {
	height: 100%;
}
img {
	border-style: none;
	border-width: 0px;
}
/* Commonly used to style page titles. */
h1 {
	font-size: 240%;
	font-weight: normal;
	line-height: 100%;
	color: #000;
	margin-bottom: 10px;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	color: #1C5BA9;
	margin-bottom: 20px;
 margin-top: 0 .px;
	margin-top: 20px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	color: #1C5BA9;
	margin-bottom: 0px;
	margin-top: 10px;
}
hr {
	color: #F6A923;
	background: #F6A923;
	height: 1px;
	border: 0px;
	margin-right: 2%;
}
ul, ol {
	margin-left: 20px;
	padding: 0px;
	margin-top: 5px;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: blue;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: green;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover   {
	color: red;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: purple;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: red;
}
a.twitter {
	font-size: 10px;
	padding: 3px 2px 4px 20px;
	margin: 4px;
	background: #FFF url(../images_2010/twitter_tiny.png) no-repeat left top;
	color: #333;
	border: 1px solid #666;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0px auto 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 835px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#outerWrapper #header {
	height: 190px;
	color: #FFF;
	position: relative;
	z-index: 0;
}
#outerWrapper #header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#outerWrapper #header #search_form {
	position: absolute;
	right: 0px;
	top: 30px;
	display: none;
}
#outerWrapper #header #search_form #keywords {
	width: 160px;
	background: #FFF;
	border: 1px solid #ffc808;
	float: left;
	margin-right: 2px;
	font-size: 10px;
	height: 16px;
}
#outerWrapper #header #savings{
	position: absolute;
	top: 32px;
	right: 0px;
	display: block;
}
#outerWrapper #header #nav {
	position: absolute;
	right: 0px;
	overflow: hidden;
	list-style: none;
	text-align: right;
	top: 92px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
#outerWrapper #header #nav li {
	float: left;
	border-left: 1px solid #FBAA19;
}
#outerWrapper #header #nav li:first-child {
	border-left: 0px none;
}
#outerWrapper #header #nav li a {
	display: block;
	padding-right: 4px;
	padding-left: 4px;
	color: #FFF;
	line-height: 100%;
}
#about #nav_about a, #business #nav_business a, #residential #nav_residential a, #news #nav_news a, #opportunities #nav_opportunities a, #land #nav_land a, #directions #nav_directions a, #contact #nav_contact a{
	text-decoration: underline;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
}
#outerWrapper #contentWrapper #column1 {
	float: left;
	padding: 0px 0px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 198px;
	background: url(../images_2010/sidebar_bkg_bot.png) no-repeat left bottom;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	min-height: 250px;
}
#outerWrapper #contentWrapper #column1 #subscribe_form #email {
	width: 110px;
	font-size: 10px;
	float: left;
	margin-right: 2px;
	height: 14px;
}
#outerWrapper #contentWrapper #column1 h2 {
	font-size: 20px;
	font-variant: small-caps;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	background: url(../images_2010/sidebar_bkg_top.gif) no-repeat left top;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #column1 h3 {
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 0px 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #column1 .content {
	padding-left: 10px;
	padding-right: 5px;
}
#outerWrapper #contentWrapper #column1 .content a {
	color: #FFF;
	text-decoration: underline;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0px 0px 0px 215px;
}
#outerWrapper #contentWrapper #content iframe {
	border: 2px solid #1C5BA9;
}
.clear_both {
	clear: both;
}
.img_border {
	border: 2px solid #1C5BA9;
}
.img_right_border {
	float: right;
	border: 2px solid #1C5BA9;
	margin: 0px 0px 10px 20px;
}
.img_right_no_border {
	float: right;
	margin: 0px 0px 10px 20px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a.img_zoom {
	background: url(../images/icons/zoom.png) no-repeat center bottom;
	float: right;
	margin-left: 20px;
	padding-bottom: 30px;
}
a.img_zoom img {
	border: 2px solid #1C5BA9;
}
.callout        { background-color: #ffe288; padding: 10px; border: solid 1px #fc3 }
.columns {
	float: left;
	width: 165px;
	padding: 5px 16px 10px;
}
.columns h1 {
	color: #FFF;
	font-weight: normal;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 20px;
}
.columns li {
	line-height: 110%;
	margin: 0px 0px 5px;
	padding: 0px;
}
.columns li a {
	color: #000;
}
.results tr td {
	line-height: 120%;
	padding-bottom: 5px;
}
.results tr td h2 {
	border-top: 1px solid #FBC914;
	margin-top: 0px;
	padding-top: 10px;
}
.results tr td a {
	font-weight: bold;
}
.results tr td em, #details tr td em {
	font-size: 90%;
	color: #999;
}
#col_shopping {
	background: url(../images_2010/shopping_column.gif) no-repeat center top;
	border-right: 1px solid #000;
	color: #206CA3;
}
#col_shopping p a {
	color: #226DA4;
}
#col_dining {
	background: url(../images_2010/dining_column.gif) no-repeat center top;
	border-right: 1px solid #000;
	color: #FBB21F;
}
#col_dining p a {
	color: #FBB421;
}
#col_business {
	background: url(../images_2010/business_column.gif) no-repeat center top;
	color: #64BF61;
}
#col_business p a {
	color: #69C165;
}
#footer {
	background-color: #000;
	border-top: 2px solid #FAC41C; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #FFF;
	margin-top: 20px;
	font-family: Helvetica, Arial, sans-serif;
	overflow:visible;
	padding-top: 15px;
	padding-bottom: 20px;
	clear: both;
	
}

#footer p {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 55px;
}
#footer, #push {
}
#footer img {
	float: right;
	margin-right: 25px;
	margin-top: 4px;
}
#footer a {
	font-weight: normal;
	color: #FFF;
}
#jump_form {
	float: right;
}
#details {
	margin-bottom: 10px;
}
#details td, #details th {
	padding: 5px;
	line-height: 100%;
	vertical-align: top;
}
#details th {
	text-align: left;
	color: #1C5BA9;
}
#sidebar_shop {
	float: right;
	margin: 0px 0px 10px 20px;
	width: 260px;
}

