/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/capecdp.org/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6786 $
$LastChangedDate: 2009-10-26 13:16:06 -0400 (Mon, 26 Oct 2009) $
*/

@import url(general.css);

/* GLOBAL. */

body
{
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 0 0 0;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
	margin: 0 auto 25px auto;
	width: 899px;
	border: 1px solid #0067b2;
}

/* Page top. */

#pageTop img
{
	border: 0;
	display: block;
}

#navigation
{
	background: #0067b2;
	border-bottom: solid 6px #8d8f77;
	font-size: 17px;
	padding-top: 3px;
	line-height: 1.6em;
	text-transform: lowercase;
}

	#cxMenu0
	{
		list-style: none;
		margin: 0;
		padding: 0 0 3px 0;
		text-align: center;
	}

		#cxMenu0 li
		{
			display: inline;
			margin: 0;
			padding: 0 4px;
		}

	#cxMenu0 li a:link,
	#cxMenu0 li a:active,
	#cxMenu0 li a:visited
	{
		color: #fff;
		padding: 1px 6px 4px 6px;
		text-decoration: none;
	}
	
	#cxMenu0 li a:hover
	{
		background: #0D285E;
		color: #E5ECF1;
		text-decoration: none;
	}
		
/* All submenus. */
#cxMenu0 ul
{
	display: none;     /* The child lists must not be displayed initially to prevent them from appearing briefly while the page renders. */
	background-color: #0D285E;
        margin: 4px 0 0 -4px;
		_margin-top: 10px;
		*margin-top: 10px;
	padding: 0.5em;
        width: 200px;
        text-align: left;
	position: relative;
	z-index: 999;
}

/* All submenu list items. */
#cxMenu0 ul li
{
        display: block;
        margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#cxMenu0 ul li a:link,
#cxMenu0 ul li a:active,
#cxMenu0 ul li a:visited
{
	color: #E5ECF1;
        font-size: 0.7em;
}

#cxMenu0 ul li a:hover
{
	color: #AA6432;
}

#photobar img
{
	display: block;
}

/* Page bottom. */

#pageBottom
{
	background: #0067b2 url('../images/bottom_left.gif') bottom left no-repeat;
	height: 72px;
	color: #fff;
	padding: 6px 0;
	border-top: 1px solid #8d8f77;
	border-bottom: 10px solid #8d8f77;
}
	
	#pageBottom table
	{
		width: 100%;
	}

	#pageBottom a:link,
	#pageBottom a:visited,
	#pageBottom a:active
	{
		color: #CBD8E4;
		text-decoration: none;
	}
	
	#pageBottom a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	
	#pageBottom ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#pageBottom li
	{
		display: inline;
		margin: 0;
		padding-left: 10px;
	}
		
	#address
	{
		border-right: 1px solid #fff;
		font-size: 10px;
		line-height: 14px;
		padding: 0 6px 25px 0;
		text-align: right;
		width: 160px;
	}
	
	#bottomNavigation
	{
		font-size: 15px;
		letter-spacing: -1px;
	}
	
		#bottomNavigation li
		{
			padding-right: 6px;
		}
		
		#bottomNavigation a:hover
		{
			color: #8E8F78;
			text-decoration: none;
		}
		
	#footer
	{
		font-size: 11px;
		text-align: right;
		height: 68px;
	}
	
		#footer ul
		{
			padding-right: 10px;
		}
		
		#footer li
		{
			padding-left: 4px
		}
		
		#footer a:link,
		#footer a:visited,
		#footer a:active
		{
			color: #fff;
			text-decoration: underline;
		}
		
		#footer a:hover
		{
			color: #CBD8E4;
			text-decoration: underline;
		}

/* Page content. */

#pageContentContainer
{
	background: #E4ECF2;
}

#pageContent
{
	margin: 0;
	padding: 15px 20px 10px 28px;
	width: 706px;
}

	#pageContent a:link,
	#pageContent a:visited,
	#pageContent a:active
	{
		color: #10295B;
		text-decoration: underline;
	}
	
	#pageContent a:hover
	{
		color: #AA6432;
		text-decoration: underline;	
	}
	
#pageContent img
{
	border: 2px solid #ABAEB3;
	float: left;
	margin: 0;
}

#pageContent .imgNoBorder
{
	border: 0;
}

h1
{
	color: #0067b2;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2
{
	color: #0067b2;
	font-size: 1.7em;
	font-weight: bold;
	margin: 25px 0 0 0;
}

h3
{
	color: #6E3569;
	font-size: 1.4em;
	font-weight: bold;
	margin: 25px 0 0 0;
}

h4
{
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 25px 0 0 0;
}


    
    p.quote+h2
    {
        margin-top: 0;
    }

	h2 a
	{
		background: url(../images/raquoBlue.jpg) no-repeat -2px;
		letter-spacing: -1px;
		padding: 0 0 2px 18px;
	}

	h2 a:link,
	h2 a:visited,
	h2 a:active	
	{
		text-decoration: none !important;
	}
	
	h2 a:hover
	{
		text-decoration: none !important;
	}

p
{
	line-height: 1.6em;
	margin: 6px 0 12px 0;
	text-align: justify;
}

#pageContent ul
{
	list-style: disc;
	margin: 0 0 0 36px;
	padding: 0;
}

#pageContent li
{
	line-height: 24px;
}

#pageContent li ul
{
	margin-left: 25px;
}

.tagline, .quote
{
	color: #999C81;
	padding: 15px 20px 0 0;
	font-size: 25px;
	font-style: italic;
	width: 620px;
	_width: 420px;
	*width: 400px; 
	line-height: normal;
	margin-top: 0;
}

.quote
{
	background: url(../images/quoteBackground.jpg) no-repeat;
	font-size: 20px;
	line-height: 1.4em;
	min-height: 56px; 
	text-align: left;
}

p.learnmore a
{
	background: url(../images/raquoGreenSmall.jpg) no-repeat 100% 85%;
	font-size: 15px;
	line-height: 25px;
	padding-right: 15px;
}

#pageContent ul.links
{
	list-style: none;
	background: url(../images/linksBackground.jpg) repeat-y;
	font-size: 14px;
	margin: 12px 0 30px 20px;
	padding: 6px 0 6px 12px;
}
	
	#pageContent ul.links a
	{
		background: url(../images/raquoGreenBlueBG.jpg) no-repeat -2px;
		padding-left: 12px;
	}

p.imageRight
{
	float: right;
	margin: 0 0 12px 25px;
	color: #A3A9AD;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	text-align: right;
}

#pageContent .imgRight
{
	float: right;
	margin: 0 0 12px 25px;
	color: #A3A9AD;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	text-align: right;
	margin-left:5px;
}

#pageContent .imgLeft
{
	float: left;
	margin: 0 0 12px 25px;
	color: #A3A9AD;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	text-align: right;
	margin-right:20px;
}

.caption
{
	color: #A3A9AD;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	text-align: right;
}

#pageContent .membership
{
	margin-top:-500px;
}

#pageContent .staff
{
	margin-right: 10px;	
}

/* Splash-page specifics */

.splash img
{
	display: block;
}

.splash #photobar img
{
	display: none;
}

.splash #pageContent
{
	padding: 0;
}

.splash #pageContent img
{
	border: 0;
}

#pageContent .siteNavigator ul
{
        display: inline;
        margin-left: 0;
        padding: 0;
}

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

.siteNavigator li.first
{
        background-image: none;
        padding-left: 0;
}

.lastUpdated
{
	text-align: right;
        margin-top: 1em;
        font-size: 90%;
        font-style: italic;
}

.tableOfContents
{
    float: right;
	width: 210px;
/*	_width: 100px; */
	background: url(../images/linksBackground.jpg) repeat-y;
	font-size: 12px;
	margin: 15px 0 8px 25px;
	_margin: 15px 0 8px 10px;
	padding: 6px 30px 6px 12px;
	_padding: 6px 30px 6px 0px;
}

.tableOfContents a
{
	background: url(../images/raquoGreenBlueBG.jpg) no-repeat -2px;
	padding-left: 12px;
}

.tableOfContents ol
{
	list-style: none;
	padding-left: 1em;
	margin-left:-10px;
}

.tableOfContents p
{
    font-weight: bold;
}

#pageContent form td.caption
{
	color: black;
	text-align: right;
}

#pageContent ul.errors
{
	color: #CE0000;
	background-color: #FFCFCE;
	list-style: disc;
	margin: 1em 0 1em 0;
	padding: 0.5em 0.5em 0.5em 2em;
}

#pageContent ul.errors li
{
	line-height: normal;
}

#pageContent ul.errors em
{
	font-weight: bold;
	font-style: normal;
}

.required
{
	color: red;
	font-size: 90%;
	margin-left: 1em;
}

#pageContainer.contactUs .contactInfo
{
	background-color: #C9D8E5;
	margin: 1em 0 1em 0;
	padding: 0.5em;
}

#pageContainer.contactUs .contactInfo .label
{
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}

#pageContainer.radioShows h1.pageTitle
{
	font-style: italic;
}

#pageContainer.radioShows #pageContent form,
#pageContainer.radioShows #pageContent a
{
	display: none;
}

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