/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/capecodsportsman.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6858 $
$LastChangedDate: 2009-11-20 17:55:34 -0500 (Fri, 20 Nov 2009) $
*/

@import url(general.css);

/* GLOBAL. */

*
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html,
body
{
    height: 100%;
}

html
{
    margin: 0;
    padding: 0;
	background: #E5A874 url(../images/sunset2.jpg) bottom center no-repeat;
	background-attachment:fixed;
}

body
{
    margin: 0;
    padding: 0;
	background: url(../images/backgroundpage.jpg) top center no-repeat;
	min-height: 616px;
}

.clear
{
	clear: both;
}

p, div, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.35em;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	text-align: left;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, serif;
	color: #C6F6C2;
	margin-bottom: .25em;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.4em;
	color: #FD8B3F;
	font-weight: bold;
	margin-top: 1em;
}

h3
{
	font-size: 1.3em;
}

h4
{
	font-size: 1em;
	color: #FF390B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	font-weight: bold;
	font-style: italic;
	color: #A2C0CF;
	text-decoration: underline;
}

a:hover
{
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-decoration: none;
}

.noStyles
{
	display: none;
}

.imgLeft
{
	float: left;
	margin: 10px 10px 10px 0;
}

.imgRight
{
	float: right;
	margin: 10px 0 10px 10px;
}

.center
{
	margin: 0 auto;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
	width: 962px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Page top. */

#pageTop
{
	width: 962px;
	height: 112px;
	background: url(../images/page_top.jpg) top center no-repeat;
	padding: 0;
	margin: 0;
	clear: both;
}

#pageTop #logoLink
{
	display: block;
	width: 313px;
	height: 87px;
	background: url(../images/logo.gif) top left no-repeat;
	padding: 0;
	margin: 0;
	float: left;
	border: 0;
}

#pageTop #logoLink.duck
{
	background: url(../images/ducklogo.gif) top left no-repeat;
}

#pageTop .plusone
{
	position: absolute;
	top: 103px;
	left: 240px;
}

#pageTop .topLinks
{
	width: 310px;
	height: 67px;
	background: url(../images/locations.gif) top right no-repeat;
	padding: 58px 0 0 15px;
	margin: 5px 5px 0 0;
	float: right;
	border: 0;
	color: #fff;
}

#pageTop .topLinks p
{
	font-variant: small-caps;
	font-family: Georgia, serif;
	font-size: 12px;
	margin-bottom: 7px;
}

#pageTop .topLinks p.weather
{
	padding-left: 60px;
}

#pageTop .topLinks ul.auxLinks
{
	position: relative;
	left: -2px;
}

#pageTop .topLinks ul.auxLinks li
{
	list-style-type: none;
	display: inline;
}

#pageTop .topLinks ul.auxLinks li.dir a
{
	background: url(../images/topNav/dir.png);
	width: 67px;
}

#pageTop .topLinks ul.auxLinks li.mail a
{
	background: url(../images/topNav/mail.png);
	width: 73px;
}

#pageTop .topLinks ul.auxLinks li.tell a
{
	background: url(../images/topNav/tell.png);
	width: 76px;
}

#pageTop .topLinks ul.auxLinks li.rip a
{
	background: url(../images/topNav/rip.png);
	width: 50px;
}

#pageTop .topLinks ul.auxLinks li.weather a
{
	background: url(../images/topNav/weather.png);
	width: 87px;
}

#pageTop .topLinks ul.auxLinks li a
{
	display: block;
	height: 20px;
	background-position: 0 0;
	float: left;
	margin-right: 10px;
}

#pageTop .topLinks ul.auxLinks li a:hover
{
	background-position: 0px -20px;
}

/* Page bottom. */

#pageBottom
{
    clear: both;
	background: url(../images/footer.png) top center no-repeat;
	_background: url(../images/footer.gif) top center no-repeat;
	display: block;
	width: 962px;
	height: 31px;
	position: relative;
	top: -133px;
	padding-top: 133px;
	margin-bottom: -100px;
}

#pageBottom *
{
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, serif;
	color: #fff;
	font-variant: small-caps;
}

#pageBottom p
{
	font-size: 0.9em;
	_font-size: 0.85em;
}

#pageBottom a
{
	font-size: 0.9em;
	_font-size: 0.85em;
}

#pageBottom .linksLeft
{
	float: left;
	width: 170px;
	padding-left: 12px;
}

#pageBottom .linksLeft ul li
{
	list-style-type: none;
	display: inline;
}

#pageBottom .rightInfo
{
	margin-bottom: 18px;
}

#pageBottom .rightInfo p
{
	text-align: center;
	display: inline;
	margin-left: 60px;
}

#pageBottom p.branding
{
	text-align: center;
}

#pageBottom p.branding a
{
	font-size: 1em;
}

/* Page content. */

#contentWrapper
{
	background: url(../images/content_bk.gif) top center repeat-y;
	width: 962px;
	margin: 0 auto;
	padding: 0;
}

#pageContent
{
	background: url(../images/content_top.jpg) top center no-repeat;
	width: 950px;
	margin: 0 auto;
	padding: 10px 10px 10px 0;
	color: #fff;
}

#pageContent *
{
	position: relative;
	z-index: 5;
}

#pageContent p
{
	margin-bottom: 1em;
}

#pageContent h1.pageTitle
{
    margin: 0 0 20px 0;
}

#pageContainer.home #pageContent .videoLink
{
	color: red;
	font-size: 20px;
}

#rightContent
{
	float: right;
	width: 755px;
	padding: 0 0 0 10px;
	margin: 0;
}

#rightContent ul
{
	list-style-type: none;
	margin-left: 30px;
}

#rightContent ul li
{
	background: url(../images/bullet.jpg) 0px 4px no-repeat;
	padding-left: 15px;
}

#rightContent .nomargin
{
	margin-bottom: 0;	
}

#rightContent .orange
{
	font-size: 1.3em;
	color: #FD8B3F;
	font-weight: normal;
	margin-top: 1em;
}

#rightContent .line
{
	display: block;
	border-top: 1px solid #001830;
	border-bottom: 2px solid #15446E;
}

#rightContent .rates
{
	margin-left: 15px;
}

#rightContent .rates td
{
	font-weight: bold;
	width: 100px;
}

#rightContent .leftBox
{
	background: url(../images/topBorder.gif) top left repeat-x;
	display: block;
	width:395px;
	padding-top: 10px;
}

#rightContent .border
{
	display: block;
	border: 2px solid #FFF;
	padding: 8px;
	background: url(../images/imgbk.gif);
}

#rightContent .noBorder
{
	border: none;
}

#rightContent a.regs
{
	font-size: 1.5em;
}

#rightContent .navmargin
{
	margin-top: 1em;	
}

#rightContent .indent
{
	margin-left: 30px;
}

#rightContent #homeLeft
{
	float: left;
	width: 396px;
	_width:390px;
}

#rightContent #homeLeft h2
{
	margin-top: 0em !important;
}

#rightContent #homeLeft h1
{
	margin-bottom: 20px;
}

#rightContent .leftBoxHome
{
	background: url(../images/topBorder.gif) top left repeat-x;
	display: block;
	width:395px;
	padding-top: 2px;
	margin-top: 10px;
	_width:390px;
}

#rightContent #homeRight
{
	_width: 330px;
	_float: right;
}

#rightContent #homeRight span.boat
{
	margin: 20px 0 10px;
	float: right;
}

#rightContent #homeRight .quickLinks
{
	clear: right;
	display: block;
	border: 2px solid #FFF;
	width: 330px;
	height: 366px;
	padding: 4px;
	background: url(../images/imgbk.gif);
	float: right;
}

#rightContent #homeRight .quickLinks p
{
	color: #00182C;
	margin-left: 5px;
	margin-bottom: 6px;
}

#rightContent #homeRight .quickLinks a
{
	font-weight: normal;
	color: #0066BF;
}

#rightContent #homeRight .quickLinks a img
{
	border: 0;
}

#rightContent #homeRight div
{
	background: #fff;
	border: 2px solid #BDBDBD;
	float: left;
	display: block;
	height: 163px;
	width: 145px;
	padding: 4px;
	margin: 4px;
}

#rightContent #homeRight div img
{
	width: 140px;
	display: block;
	margin: 0 auto;
}

#rightContent #homeRight .quickLinks h3
{
	color: #003360;
	text-align: center;
}

#leftContent
{
	float: left;
	width: 185px;
	padding: 0;
	margin: 0;
	_width: 180px;
}

#leftContent ul li
{
	list-style-type: none;
}

#leftContent ul li i
{
	display: none;
}

#leftContent h2
{
	margin: 0 0 5px 10px !important;
}

/* Background images for left nav */

/* Level One */

#leftContent ul li.home a
{
	background: url(../images/leftNav/home.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/homeIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.boat a
{
	background: url(../images/leftNav/boat.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/boatIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.captain a
{
	background: url(../images/leftNav/captain.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/captainIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.directions a
{
	background: url(../images/leftNav/directions.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/directionsIE6.gif) 0px -29px no-repeat;
}


#leftContent ul li.contact a
{
	background: url(../images/leftNav/contact.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/contactIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.winfish a
{
	background: url(../images/leftNav/winfish.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/winfishIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.winduck a
{
	background: url(../images/leftNav/winduck.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/winduckIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.gift a
{
	background: url(../images/leftNav/gift.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/giftIE6.gif) 0px -29px no-repeat;
}

/* Level Two */

#leftContent ul li.fish a
{
	background: url(../images/leftNav/fish.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/fishIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.duck a
{
	background: url(../images/leftNav/duck.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/duckIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.bachelor a
{
	background: url(../images/leftNav/bachelor.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/bachelorIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.bachelor50px a
{
	background: url(../images/leftNav/bachelor50px.png) 0px -50px no-repeat;
	_background: url(../images/leftNav/IE6/bachelor50pxIE6.gif) 0px -50px no-repeat;
}

#leftContent ul li.seal a
{
	background: url(../images/leftNav/seal.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/sealIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.corporate a
{
	background: url(../images/leftNav/corporate.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/corporateIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.request a
{
	background: url(../images/leftNav/request.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/requestIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.bring a
{
	background: url(../images/leftNav/bring.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/bringIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.faq a
{
	background: url(../images/leftNav/faq.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/faqIE6.gif) 0px -29px no-repeat;
}

/* Level Three */

#leftContent ul li.test a
{
	background: url(../images/leftNav/test.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/testIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.recipes a
{
	background: url(../images/leftNav/recipes.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/recipesIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.fishtips a
{
	background: url(../images/leftNav/fishtips.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/fishtipsIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.ducktips a
{
	background: url(../images/leftNav/ducktips.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/ducktipsIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.regs a
{
	background: url(../images/leftNav/regs.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/regsIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.photo a
{
	background: url(../images/leftNav/photo.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/photoIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.links a
{
	background: url(../images/leftNav/links.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/linksIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.help a
{
	background: url(../images/leftNav/help.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/helpIE6.gif) 0px -29px no-repeat;
}

#leftContent ul li.fishLinks a
{
	background: url(../images/leftNav/fishlinks.png) 0px -29px no-repeat;
	_background: url(../images/leftNav/IE6/fishlinkIE6.gif) 0px -29px no-repeat;
}

/* Switch image position for rollovers */

#leftContent ul li a
{
	display: block;
	width: 174px;
	height: 29px;
	margin-left: 5px;
	_width: 170px;
}

#leftContent ul li.bachelor50px a
{
	display: block;
	width: 174px;
	height: 50px;
	margin-left: 5px;
	margin-bottom: 5px;
	_width: 170px;
}

#leftContent ul li a:hover
{
	background-position: 0px 0px;
}

#leftContent ul li.navSpacer img
{
	display: block;
	width: 173px;
	height: 10px;
	margin: 5px auto;
	text-align: center;
	_height: 2px;
	_margin-top: -10px;
	_width: 170px;
}

/* 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;
}

