/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/capecodgolfcourse.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6266 $
$LastChangedDate: 2009-01-19 10:28:47 -0500 (Mon, 19 Jan 2009) $
*/

@import url(general.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
{
/*
	background: #03132E url(../images/body.jpg) top center repeat-x;
*/
	background: #03132E;
    margin: 0;
    padding: 0;
}

.image
{
	border: 1px solid #C1BCAD;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

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

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

.noMargin
{
	margin-bottom: 0 !important;
}

.noBorder
{
	border: 0 !important;
}

table
{
	text-align: left;
}

input[type="image"],
input[type="submit"],
input[type="button"]
{
	cursor: pointer;
}

textarea, input
{
	padding: 2px 3px;
	border: 1px solid #C1BCAD;
}

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

select, text
{
	border: 1px solid #C1BCAD;
}

h1
{
	text-transform: uppercase;
}

b, strong
{
	font-weight: bold;
}

i, em
{
	font-style: italic;
}

.clear
{
	clear: both;
}

.noStyles
{
	display: none;
}

.preload
{
	display: none;
}

.orange
{
	color: #DC900C;
}

/* HEADERS */

h1
{
	color: #091A01;
	font-size: 2.1em;
	margin-bottom: 20px;
	*margin-top: 10px;
}

h2
{
	color: #497B18;
	font-size: 1.5em;
	margin-bottom: 10px;
}

h3
{
	font-size: 1.35em;
	margin-bottom: 5px;
	color: #5A5187;
}

h4
{
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #DC900C;
	font-weight: bold;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #262626;
	line-height: 1.3em;
    position: relative;
    min-height: 100%;
    margin: 0 auto;
	width: 960px;
}

/* Page top. */

#pageTop
{

}

#pageTop #logoLink
{
	margin: 5px 0 -17px 10px;
	float: left;
	position: relative;
	z-index: 99;
}

#pageTop #contactInfo
{
	float: right;
	color: #fff;
	text-align: right;
	margin-top: 28px;
	font-weight: bold;
}

#pageTop #contactInfo p
{
	margin-bottom: 3px;
}

#pageTop #contactInfo p.phone
{
	font-weight: normal;
	font-size: 1.25em;
	margin-bottom: 10px;
}

#pageTop .hero
{
	display: block;
	width: 960px;
	height: 254px;
	background: url(../images/hero.jpg) top center no-repeat;
}

/* SLIDESHOW */

#pageContainer.home #slideshow {
    position:relative;
	width: 960px;
	height: 254px;
	z-index: 50;
	margin: 0 auto;
}

#pageContainer.home #slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	width: 100%;
}

#pageContainer.home #slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#pageContainer.home #slideshow IMG.last-active {
    z-index:9;
}

#pageTop .links
{
	width: 960px;
	height: 71px;
	*height: 70px;
	background: #DAD5BF url(../images/navbar.jpg) top center repeat-x;
	list-style-type: none;
	padding-top: 5px;
}

#pageTop .links li
{
	float: left;
	text-align: center;
}

#pageTop .links li a
{
	display: block;
	height: 47px;
	width: 199px;
	padding: 24px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.7em;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: #34342D 1px 1px 7px;
}

#pageTop .links li a:hover
{
	text-shadow: #6F6B60 1px 1px 7px;
}

#pageTop .links li.yellow a
{
	background: #9C9061 url(../images/yellow4.jpg) top left repeat-x;
	border-left: 1px solid #E5E3D7;
	border-right: 1px solid #BAB6A4;
}

#pageTop .links li.yellow a:hover
{
	background: #D6C97E url(../images/yellow4.jpg) bottom left repeat-x;
}

#pageTop .links li.green a
{
	background: #7D8468 url(../images/green4.jpg) top left repeat-x;
	border-left: 1px solid #E5DFD7;
	border-right: 1px solid #BCB7A8;
}

#pageTop .links li.green a:hover
{
	background: #9BAE80 url(../images/green4.jpg) bottom left repeat-x;
}

#pageTop .links li.blue a
{
	background: #78817A url(../images/blue4.jpg) top left repeat-x;
	border-left: 1px solid #E5E3DA;
	border-right: 1px solid #8C857F;
}

#pageTop .links li.blue a:hover
{
	background: #93B0B6 url(../images/blue4.jpg) bottom left repeat-x;
}

/* Page bottom. */

#pageBottom
{
	background: #F3F0E8;
	border-top: 1px solid #C1BCAD;
    clear: both;
	padding: 15px 10px;
	font-size: 0.85em;
}

#pageBottom a,
#pageBottom p
{
	color: #807D73;
}

#pageBottom p.branding
{
	font-size: 0.9em;
	color: #A6A295;
}

#pageBottom p.branding a
{
	color: #A6A295;
}

#pageBottom p.branding a:hover
{
	color: #807D73;
	background: #fff;
	text-decoration: none;
}

#pageBottom .block
{
	width: 190px;
	float: left;
	padding-left: 30px;
}

#pageBottom .block.website
{
	width: 250px;
}

#pageBottom .block ul
{
	list-style-type: none;
}

#pageBottom .block ul.inline
{
	margin: 0 0 18px 0;
}

#pageBottom .block ul.inline li
{
	display: inline;
	margin-right: 10px;
}

#pageBottom .block ul li a:hover
{
	color: #fff;
	text-decoration: none;
	background: #185D7A;
}

#pageBottom .block h4
{
	font-weight: normal;
	text-transform: none;
	font-size: 1.35em;
	margin-bottom: 5px;
}

#pageBottom .block h4.blue
{
	color: #185D7A;
}

#pageBottom .block h4.orange
{
	color: #DC900C;
}

#pageBottom .block h4.green
{
	color: #497B18;
}

#pageBottom .block h4.darkGray
{
	color: #272727;
}

/* Page content. */

#pageContent
{
	padding: 25px 10px 65px 10px;
	background: #fff;
}

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

#pageContent #leftContent a
{
	color: #185D7A;
}

#pageContent #leftContent a:hover
{
	background: #185D7A;
	color: #fff;
	text-decoration: none;
}

#pageContent p
{
	margin: 0 0 20px 0;
}

#pageContent ul,
#pageContent ol
{
	margin: 0 0 25px 25px;
}

/* Homepage Styles */

#pageContent #leftContent table.courses
{
	margin-top: 30px;
}

#pageContent #leftContent table.courses td,
#pageContent #leftContent table.courses th
{
	width: 330px;
	padding: 5px 0px;
}

#pageContent #leftContent table.courses td.spacer
{
	width: 40px;
}

#pageContent #leftContent table.courses th
{
	text-align: left;
	font-size: 1.2em;
}

#pageContent #leftContent table.courses h3.port a
{
	color: #9C1B1B;
	text-decoration: none;
}

#pageContent #leftContent table.courses td a
{
	font-weight: bold;
}

#pageContent #leftContent table.courses h3.starboard a
{
	color: #497B18;
	text-decoration: none;
}

#pageContent #leftContent table.courses h3 a:hover
{
	color: #fff;
}

#pageContent #leftContent table.courses img
{
	border: 1px solid #C1BCAD;
}

/* RIGHT CONTENT */

#pageContent #rightContent
{
	float: right;
	display: block;
	position: relative;
	top: -77px;
	color: #595959;
    width: 220px;
	*width: 225px;
}

#pageContent #rightNav
{
	border: 1px solid #C1BCAD;
	background: #fff;
	padding: 2px;
	-moz-box-shadow: 0px 0px 10px #918B7B;
	-webkit-box-shadow: 0px 0px 10px #918B7B;
	box-shadow: 0px 0px 10px #918B7B;
	margin-bottom: 10px;
}

#pageContent #rightNav .wrapper
{
	background: #F3F0E8 url(../images/rightnav.gif) bottom center repeat-x;
	border-right: 1px solid #C1BCAD;
	border-left: 1px solid #C1BCAD;
	font-size: 1.15em;
	line-height: 1.35em;
}

#pageContent #rightNav ul.block
{
	border-bottom: 1px solid #C1BCAD;
	border-top: 1px solid #F9F8F4;
	padding: 10px;
	margin: 0px;
}

#pageContent #rightNav ul.block li
{
	list-style-type: none;
}

#pageContent #rightNav ul.block li a
{
	color: #091A01;
	text-decoration: none;
	display: block;
}

#pageContent #rightNav ul.block li a:hover
{
	color: #497B1A;
}

#pageContent #rightNav ul.block.yellow
{
	border-top: 1px solid #C1BCAD;
	border-left: 9px solid #E3D786;
}

#pageContent #rightNav ul.block.green
{
	border-left: 9px solid #B4E386;
}

#pageContent #rightNav ul.block.blue
{
	border-left: 9px solid #86C7E3;
}

#pageContent #rightNav ul.block.purple
{
	border-left: 9px solid #9786E3;
}


/* RIGHT ICON NAV */

#pageContent #iconNav
{
	font-size: 0.85em;
}

#pageContent #iconNav img.left
{
	margin: 0 4px 0 0;
}

#pageContent #iconNav h3
{
	font-size: 1.35em;
	text-transform: none;
}

#pageContent #iconNav .mailingList,
#pageContent #iconNav .contact
{
	clear: both;
	padding: 10px 0px;
}

#pageContent #iconNav .contact
{
	border-top: 1px dotted #A6A6A6;
}

#pageContent #iconNav .mailingList h3
{
	color: #497B18;
	margin: 5px 0 0 0;
}

#pageContent #iconNav .contact h3
{
	color: #185D7A;
	margin: 0 0 0 0;
}

#pageContent #iconNav a
{
	color: #185D7A;
}

#pageContent #iconNav a:hover
{
	background: #185D7A;
	color: #fff;
	text-decoration: none;
}

#pageContent #iconNav .mailingList .form
{
	clear: both;
}

#pageContent #iconNav .mailingList .form .caption
{
	width: 65px;
	padding-top: 3px;
}

#pageContent #iconNav .mailingList .form p.buttons
{
	width: 47px;
	float: right;
	position: relative;
	top: -23px;
}

#pageContent #iconNav .mailingList .form p.buttons input
{
	padding: 1px 3px;
}

/* LEFT CONTENT */

#pageContent #leftContent
{
	width: 700px;
	display: block;
	float: left;
}

/* 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: -10px 0 30px 0 !important;
    padding: 0;
	font-size: 0.75em;
}

#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;
}

