/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/lifecoachtherapy.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 5435 $
$LastChangedDate: 2008-03-22 12:20:43 -0400 (Sat, 22 Mar 2008) $
*/

@import url(general.css);

/* GLOBAL. */

html,
body
{
    height: 100%;
}

body
{
	background: #D2D3E9 url(../images/background_shades.jpg) repeat-y center;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
    margin: 0;
    _margin-left: 1px;
    padding: 0;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
	background: url(../images/backgrounds/woman.jpg) fixed top center;
    position: relative;
    min-height: 100%;
    margin: auto;
    width: 950px;
    _width: 951px;
}

#pageContainer.background-woman { background: url(../images/backgrounds/woman.jpg) fixed top center; }
#pageContainer.background-flowers { background: url(../images/backgrounds/flowers.jpg) fixed top center; }
#pageContainer.background-labyrinth { background: url(../images/backgrounds/labyrinth.jpg) fixed top center; }

/* Page top. */

#pageTop
{
	width: 950px;
	height: 205px;
}

#pageTop h1
{
	margin: 0;
}

#pageTop h1 span
{
	display: none;
}

#pageTop h1 a
{
	position: absolute;
	width: 435px;
	height: 115px;
}

#pageTop img
{
	border: 0;
	_display: hidden;
}

#contactInformation
{
	margin-top: -205px;
	margin-left: 710px;
	width: 235px;
}

#contactInformation .businessName
{
	margin: 0 9px .6em 0;
	padding-top: .5em;
	text-align: right;
}

#contactInformation .businessName .name
{
	font-size: 1.1em;
	_font-size: 1em;
	font-weight: bold;
}

#contactInformation .businessName .title
{
	font-size: .9em;
	font-style: italic;
	padding-right: 20px;
}

#contactInformation .address,
#contactInformation .numbers,
#contactInformation .email
{
	margin: 0;
	text-align: right;
}

#contactInformation .address,
#contactInformation .numbers
{
	font-size: 8.5pt;
	margin-bottom: .6em;
	margin-left: -2.6em;
}

#contactInformation .numbers,
#contactInformation .email
{
	text-transform: lowercase;
	margin: 0 0 0 -10px;
}

#contactInformation .numbers
{
	line-height: 1.4em;
}

#contactInformation .numbers .label
{
	font-weight: bold;
	padding-right: 3px;
}

#contactInformation .email
{
	font-weight: bold;
	letter-spacing: -1px;
}

#contactInformation a
{
	color: #000;
}

/* Page bottom. */

#pageBottom
{
	background: url(../images/shade.png);
    clear: both;
	color: #3A537C;
	height: 13px;
    font-size: 8pt;
	padding: .5em;
}

#pageBottom a
{
	color: #3A537C;
}

#pageBottom p
{
	display: inline;
	margin: 0;
}

#pageBottom .copyright
{
	float: left;
}

#pageBottom .branding
{
	float: right;
	padding-left: 3em;
}

/* Page navigation. */

#pageNavigation
{
	clear: left;
	float: left;
	font-size: .9em;
	border-right: 1px solid #C5C7DD;
	margin: -5px 0 0 0;
	padding: .2em 10px 5em 10px;
	width: 220px;
}

#pageNavigation ul
{
	list-style: none;
	margin: 0 0 0 -5px;
	padding: 0;
}

#pageNavigation li
{
	padding: 0 0 1em 0;
}

#pageNavigation li.sectionFirst
{
	padding-top: .8em;
}

#pageNavigation li span
{
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: -1px;
	padding-left: .2em;
}

#pageNavigation li a
{
	padding: .25em .5em .25em 25px;
}

#pageNavigation a:link,
#pageNavigation a:visited,
#pageNavigation a:active
{
	color: #614496;
	text-decoration: none;
}

#pageNavigation a:hover
{
	background: url(../images/navigation_hover_background.png) no-repeat;
}

#pageNavigation .quotation
{
	color: #717384;
	font-family: 'Times New Roman', 'Times', serif;
	font-size: 22pt;
	font-style: italic;
	padding: 1em .25em 0 .25em;
	text-align: center;
}

#pageNavigation .quotation p
{
	margin: 0 0 .2em 0;
}

#pageNavigation .quotation strong
{
	font-size: 11pt;
	font-style: normal;
	font-variant: small-caps;
}

/* Page content. */

#pageContent
{
	clear: right;
	float: left;
	min-height: 640px;
	margin: -60px 25px 5em 30px;
	color: #333;
	width: 630px;
}

#pageContent a
{
	padding: 2px;
	margin-left: -2px;
}

#pageContent a:link,
#pageContent a:visited,
#pageContent a:hover
{
	color: #D87D2B;
	text-decoration: none;
}

#pageContent a:hover
{
	background: url(../images/background_orange_shade.png);
	color: #D87D2B;
	text-decoration: none;
}

#pageContent h1
{
	display: inline;
	margin: 0;
}

#pageContent h1 span
{
	display: none;
}

#pageContent h1 img
{
	_visibility: hidden; /* Hide if IE, because we need to run the PNG fix on it before it's rendered. */
}

#pageContent h1+p
{
	margin-top: 2px;
}

#pageContent h2
{
	border-bottom: 3px solid #6C797E;
	color: #6C797E;
	font-size: 11.5pt;
	margin: 0 0 .25em 0;
	padding-bottom: .25em;
}


#pageContent h3
{
	color: #6C797E;
	font-size: 14pt;
	margin: 0 0 .25em 0;
	padding-bottom: .25em;
	text-align: center;
}

#pageContent h2+form
{
	margin-top: 1em;
}

#pageContent p
{
	line-height: 1.5em;
	margin: .3em 0 1.2em 0;
}

#pageContent ul
{
	margin-left: 1.5em;
	padding: 0;
}

#pageContent li
{
	line-height: 1.7em;
	list-style-image: url(../images/bullet.png);
	margin: 0;
	padding: 0;
}

/* Pages Content Module*/
.contentPage {}
.imgleft
{
	float: left;
	margin: 5px;	
}

.imgright
{
	float: right;
	margin: 5px;	
}


/* COMPONENTS. */

/* Forms. */

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

form tr.group {}

form td.caption
{
    width: 125px;
    height: 1.75em;
    vertical-align: top;
    padding-top: 10px;
    font-weight: bold;
}

form td.field
{
    padding: 6px 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: 1px 0 1em 0;
    padding: 0;
}

#pageContent .siteNavigator li
{
    display: inline;
    font-size: 8.5pt;
    font-weight: bold;
    background-image: url(../images/site_navigator_separator.png);
    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%;
}