/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/livingwatersaeration.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6631 $
$LastChangedDate: 2009-07-01 10:05:37 -0400 (Wed, 01 Jul 2009) $
*/

@import url(general.css);

/* GLOBAL. */

*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	height: 100%;
}

body 
{
	background: #98bad1 url('../images/body_bg.png') top repeat-x;	
	font: 80% tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

p, div, table 
{
	font: 1em tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}

.waterCannon
{
	color: #06982F;
	font-size:16px;		
}

img 
{
	border: none;
}

h1, h2, h3, h4
{
	color: #124165;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2, h3, h4
{
	color: #06982f;
}

h1 
{
	font-size: 1.9em;
}

h2 
{
	font-size: 1.6em;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.1em;
}

a:link, a:visited 
{
	color: #06982f;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

.imgLeft
{
	background: #3d5364;
	padding: 5px;
	border: 2px solid #98bad1;
	float:left;
	margin: 3px 15px 3px 3px;
}

.imgRight
{
	background: #3d5364;
	padding: 5px;
	border: 2px solid #98bad1;
	float:right;
	margin: 3px 3px 3px 15px;
}

.imgRightUp
{
	background: #3d5364;
	padding: 5px;
	border: 2px solid #98bad1;
	float:right;
	margin: -85px 3px 3px 15px;
	*margin: -75px 3px 3px 15px;
}

.imgCenter
{
	background: #3d5364;
	padding: 5px;
	border: 2px solid #98bad1;
	margin: 3px 3px 3px 100px;
}
.imgLeftNoborder
{
	border: 0px;
	float:left;
	margin: 3px 3px 3px 15px;

}

.middleAlign
{
	padding-top: 60px;
}

.bottomAlign
{
	padding-top: 100px;
}


.imgBorderColor
{
	background: #3d5364;
	padding: 5px;
	border: 2px solid #98bad1;
	margin: 3px 5px 3px 0;
}

.clear
{
	clear: both;
}

.alertText
{
	margin-top: 6px;
	color: #C5140D;
	font-weight: bold;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
	background: url('../images/page_bg.png') top repeat-y;
	width: 910px;
	margin: 0 auto;
}

/* Inside container. */

#insideContainer
{
	width: 900px;
	margin: 0 auto;
}

/* Page top. */

#pageTop
{
	background: url('../images/header.jpg') top left no-repeat;
	margin: 0 auto;
	width: 900px;
	height: 106px;
	color: #ffedc9;
}

#pageTop #logoLink
{
	background: url('../images/logo.png') top left no-repeat;
	position: absolute;
	left: inherit;
	width: 900px;
}

#pageTop #logoLink a
{
	width: 526px;
	height: 102px;
	display: block;
}

#pageTop #logoLink h1
{
	display: none;
}

/* Page bottom. */

#pageBottom
{
	background: url('../images/footer_bg.png') top no-repeat;
	color: #124165;
	font-size: 0.9em;
	_font-size: 0.8em;
	margin: 0 auto;
	padding: 24px 0 14px 0;
	text-align: center;
	clear: both;	
}

#pageBottom a
{
	color: #fff;
}

#pageBottom ul
{
	padding: 10px 0 0 0;
}

#pageBottom ul li
{
	padding: 0 20px;
	display: inline;
}

/* Page content. */
#pageContent
{
	position: relative;
	background: url('../images/topShadow.jpg') top repeat-x;
	margin-bottom: 6px;
}

#leftContent
{
	background: url('../images/nav_bg.png') top left no-repeat;
	width: 175px;
	height: 436px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}

#leftContent ul
{
	padding: 14px 28px 0 10px;
	list-style: none;
	font-size: 1.25em;
	_font-size: 1.1em;
	font-variant: small-caps;
}

#leftContent a
{
	display: block;
	padding: 0 0 2px 0;
	_padding: 0 0 6px 0;
	margin: 0 0 5px 0;
	_margin: 0 0 -16px 0;
	color: #fff;
	text-decoration: none;
}

#leftContent a:hover
{
	color: #f9cc1a;
}

#leftContent a span
{
	color: #f9cc1a;
}

#rightContent
{
	width: 691px;
	_width: 687px;
	padding: 24px 14px 0 20px;
	float: right;
}

#rightContent h1 span
{
	border-bottom: 1px solid #3d5364;
}

#rightContent ul
{
	margin: -4px 0 10px 24px;
}

#rightContent ul li
{
	margin: 0 0 6px 0;
}

#rightContent h1,
#rightContent h2,
#rightContent h3,
#rightContent h4
{
	margin: 1px 0 14px 0;
}

#rightContent p
{
	margin: 1px 0 12px 0;
	line-height: 20px;
}

#rightContent .noSpaceAbove
{
	margin: -15px 0 0 0;
}

#rightContent .textRight
{
	margin: -35px 0 0 400px;
}

#rightContent .quotes
{
	background: #fffff;
	padding: 5px;
	border: 2px solid #98bad1;
	margin: 3px 15px 3px 3px;
	color: #06982F;
	text-align: center;
}

#rightContent .topAddress
{
	position: absolute;
	top: 4px;
	right: 6px;
	color: #3D5364;
	line-height: 1.25em;
	text-align: right;
}

#rightContent .topAddress small
{
	display: block;
}

#rightContent .frontpageText
{
	font-size: 16px;
}

#rightContent .newsLink
{
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
}

/* COMPONENTS. */

/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form tr.group {}

form td.caption
{
    width: 125px;
    height: 1.75em;
    vertical-align: top;
    padding-top: 7px;
}

form td.field
{
    padding: 3px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    list-style: none;
    padding: 4px;
    margin-top: 0;
}

form ul.errors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
    margin: -0.75em 0 0 0;
    padding: 0;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 40%;
    background-repeat: no-repeat;
    padding: 0 3px 0 10px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 6px 0 0;
}

/* Page navigator. */

.pageNavigator
{
    margin: 1em 0 0 0;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.pageNavigator ul li
{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

.pageNavigator ul li.next {}
.pageNavigator ul li.previous {}

.pageNavigator ul li a
{
    background: white;
    border: 2px solid black;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
}

.pageNavigator.bottom {}

/* Error pages. */

#pageContainer.httpError
{
    color: black;
}

/* Search */

#pageContainer #pageContent .propertySearch {}

#pageContainer #pageContent .propertySearch .features,
#pageContainer #pageContent .propertySearch .features td {}

#pageContainer #pageContent .propertySearch .features td.caption {}

#pageContainer #pageContent .propertySearch .towns,
#pageContainer #pageContent .propertySearch .amenities {}

/* INDIVIDUAL PAGES. */

.column
{
    float: left;
}

#pageContainer.sitemap .column
{
    width: 32%;
}

/* SPAM PREVENTION */

#emailAddress1 // This is a 'honeypot' field to attact spammers. If this field is filled out, the only explanation is that a spambot saw it and filled it out.
{
    display: none;
}
