/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/baystateaquascapes.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 7874 $
$LastChangedDate: 2012-03-14 16:56:08 -0400 (Wed, 14 Mar 2012) $
*/

@import url(general-1.css);

/* GLOBAL. */

*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html,
body
{
    height: 100%;
}

html
{

    margin: 0;
    padding: 0;
}

body
{
    margin: 0;
    padding: 0;
	background: #17597A url(../images/pagetop-1.jpg) top center no-repeat;
}

img.image
{
	border: 1px solid #ADB5B8;
	padding: 2px;
	background: #fff;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.image.right
{
	margin: 0px 0 20px 20px;
}

.image.left
{
	margin: 0px 20px 20px 0;
}

.border
{
	border: 1px solid #ADB5B8;
}

textarea, input
{
	padding: 6px;
	border: 1px solid #fff;
	-moz-box-shadow:    inset 0 2px 3px #C4C4C4;
	-webkit-box-shadow: inset 0 2px 3px #C4C4C4;
	box-shadow:         inset 0 2px 3px #C4C4C4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

select, text
{
	padding: 6px;
	border: 1px solid #fff;
	-moz-box-shadow:    inset 0 2px 3px #C4C4C4;
	-webkit-box-shadow: inset 0 2px 3px #C4C4C4;
	box-shadow:         inset 0 2px 3px #C4C4C4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea:focus, input:focus, select:focus, text:focus
{
	border: 1px solid #BC33C1;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

input[type="image"]
{
	padding: 0px;
	border: 0px;
	margin-top: 10px;
}

input[type="submit"],
input[type="button"]
{
	padding: 10px 12px;
	cursor: pointer;
	background: #BC33C1;
	border-top: 1px solid #E6B1E7;
	border-right: 1px solid #AD2FB2;
	border-bottom: 1px solid #6F1E72;
	border-left: 1px solid #AD2FB2;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

input[type="submit"]:hover,
input[type="button"]:hover
{
	background: #E2ACCF;
	border-top: 1px solid #F4DFED;
	border-right: 1px solid #D09FBF;
	border-bottom: 1px solid #85657A;
	border-left: 1px solid #D09FBF;
}

input[type="radio"]
{
	border: 0px;
}

sup
{
	font-size: 0.6em;
	vertical-align: super;
} 

.button.left
{
	margin-right: 10px;
}

h1, h2, h3, h4
{
	font-family: 'Sorts Mill Goudy', Georgia, Times, 'Times New Roman', serif;
	color: #185771;
}

b, strong
{
	color: #404040;
	font-weight: bold;
}

i, em
{
	font-style: italic;
}

.clear
{
	clear: both;
}

.clearRight
{
	clear: right;
}

.clearLeft
{
	clear: left;
}

.noStyles
{
	display: none;
}

.noMargin
{
	margin: 0px !important;
}

.noBorder
{
	border: 0px !important;
}

.noBackground
{
	background: none !important;
}

.preload
{
	display: none;
}

.small
{
	font-size: 75%;
}

ul.inlineList
{
	list-style-type: none
}

ul.inlineList li
{
	display: inline;
}

/* HEADERS */

h1
{
	font-size: 1.8em;
	margin-bottom: 15px;
	padding-top: 5px;
}

h2
{
	font-size: 1.35em;
	margin: 0 0 10px 0;
	padding-top: 10px;
}

h3
{
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding-top: 10px;
	font-weight: bold;
	color: #59AC14;
}

h4
{
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 0 5px 0;
	padding-top: 5px;
	font-weight: bold;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
    margin: 0 auto;
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #323232;
	line-height: 1.35em;
	background: url(../images/riverbottom-1.jpg) bottom center repeat-x;
}

#pageContainer #contentWrapper
{
    position: relative;
/*
    min-height: 1190px;
*/
    margin: 0 auto;
	width: 960px;
}

/* Page top. */

#pageTop
{
	background: url(../images/top2-1.png) bottom center no-repeat;
	height: 186px;
	position: relative;
	*z-index:		1;
}

#pageTop #logoLink
{
	display: block;
	float: left;
	margin: 15px 0 0 18px;
	width: 153px;
	height: 80px;
}

#pageTop #logoLink.new
{
	margin: 8px 0 0 8px;
	width: 254px;
	height: 84px;
}

/* Page bottom. */

#pageBottom
{
    clear: both;
	background: url(../images/content-1.png) top center repeat-y;
	padding: 10px;
	text-align: center;
	font-size: 0.85em;
}

#pageBottom a
{
	text-decoration: none;
	color: #128ABB;
}

#pageBottom a:hover
{
	background: #fff;
}

#pageBottom ul li
{
	margin: 0 15px;
}

#pageBottom ul
{
	margin-bottom: 15px;
}

#pageBottom .branding a
{
	color: #323232;
}

/* Page content. */

#pageContent
{
	background: url(../images/content-1.png) top center repeat-y;
	padding: 0 20px 80px 20px;
	min-height: 650px;
}

#pageContent p,
#pageContent ul,
#pageContent ol
{
	margin-bottom: 15px;
}

#pageContent ul,
#pageContent ol
{
	margin-left: 40px;
}

#pageContent ul
{
	list-style-image: url(../images/drop-1.png);
}

#pageContent a
{
	color: #128ABB;
	text-decoration: underline;
}

#pageContent a:hover
{
	color: #128ABB;
	background: #fff;
	text-decoration: none;
}

#pageContent h1.pageTitle
{
    margin-top: 0;
}

/* LEFT CONTENT */

#pageContent #leftContent
{
	width: 200px;
	float: left;
	position: relative;
	top: -81px;
	*z-index:		1;
}

#pageContent #leftContent h3
{
	color: #185771;
	font-size: 1.1em;
}

#pageContent #leftContent .contactBox
{
	background: url(../images/topleftbox2-1.jpg) center center no-repeat;
	width: 194px;
	height: 164px;
	display: block;
	position: relative;
	left: -12px;
	padding: 20px 0 0 20px;
	font-size: 1.1em;
}

#pageContent #leftContent .contactBox p
{
	color: #185771;
	margin-bottom: 10px;
}

#pageContent #leftContent .contactBox ul
{
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

#pageContent #leftContent .contactBox ul li
{
	padding: 3px 0 3px 25px;
}

#pageContent #leftContent .contactBox ul li.phone
{
	background: url(../images/phone-1.gif) center left no-repeat;
}

#pageContent #leftContent .contactBox ul li.email
{
	background: url(../images/mail-1.gif) center left no-repeat;
}

#pageContent #leftContent .contactBox ul li.facebook
{
	background: url(../images/facebook-1.gif) center left no-repeat;
}

#pageContent #leftContent .contactBox ul li.hometalk
{
	background: url(../images/hometalk-1.gif) center left no-repeat;
}

#pageContent #leftContent .contactBox ul li.phone a
{
	background: none;
	color: #185771;
	text-decoration: none;
}

#pageContent #leftContent .leftBlock
{
	padding: 25px 0;
	border-bottom: 1px solid #CFD3D5;
	border-top: 1px solid #fff;
}

#pageContent #leftContent .leftBlock.first
{
	border-top: 0;
}

#pageContent #leftContent .leftBlock.second
{
	border-bottom: 0;
}

#pageContent #leftContent img.aqua
{
	width: 111px;
	height: 93px;
	display: block;
	margin: 30px auto 0 auto;
}

#pageContent #leftContent a:hover img.aqua
{
	opacity: 0.65;
	filter:alpha(opacity=65);
}

#pageContent #leftContent a img.hometalkLogo
{
	margin: 8px 8px 0px 0;
	clear: right;
}

#pageContent #leftContent h3.hometalk
{
	line-height: 35px;	
}

/* RIGHT CONTENT */

#pageContent #rightContent
{
	float: right;
	width: 680px;
	position: relative;
	top: -55px;
	*top: 0px;
}

/* HOMEPAGE SLIDESHOW */

.sliderbutton
{
	float:left;
	width:32px;
	padding-top:134px;
}

.sliderbutton img
{
	cursor:pointer;
}

.sliderbutton img:hover
{
	background:#666
}

#slideshow
{
	width:680px;
	height:450px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0px;
}

ul#slides {position:relative; width:680px; height:450px; list-style:none; overflow:auto; margin: 0px;}

#slides li {width:680px; height:450px}

#slides li img,
#slides li div.overlay
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#slides li div.overlay
{
	position: absolute;
	top: 290px;
	right: 20px;
	background: url(../images/blk-1.png);
	padding: 20px;
	display: block;
	width: 280px;
}

#slides li div.overlay h1,
#slides li div.overlay p
{
	padding: 0px;
	color: #fff;
	margin-bottom: 10px;
}

#slides li div.overlay h3
{
	text-align: right;
	margin-bottom: 0px;
	padding: 0px;
}

#slides li div.overlay h3 a
{
	color: #F98A08;
	text-decoration: none;
}

ul.pagination
{
	list-style-type: none;
	position: relative;
	margin: 0px;
	top: -50px;
	right: 19px;
	z-index: 999;
}

.pagination li
{
	float:left;
	cursor:pointer;
	background: url(../images/blk-1.png);
	margin:0 10px 0 0;
	text-align:center;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 30px;
	height: 24px;
	font-size: 1.25em;
	padding-top: 6px;
}

.pagination li:hover,
li.current
{
	background: url(../images/wht-1.png);
	color:#000;
}

/* DIVIDERS */

#pageContainer div.sectionTop,
#pageContainer div.sectionBottom
{
	display: block;
	height: 15px;
	width: 960px;
	margin: 0 auto;
}

#pageContainer div.sectionTop
{
	background: url(../images/divider-1.png) bottom center no-repeat;
}

#pageContainer div.sectionBottom
{
	background: url(../images/divider-1.png) top center no-repeat;
}

/* 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-left: 0;
    padding: 0;
	font-size: 0.8em;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/drop-1.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 0 10px 0 16px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 10px 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;
}
