/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/patriotbuilders.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 5346 $
$LastChangedDate: 2008-02-05 16:17:24 -0500 (Tue, 05 Feb 2008) $
*/

@import url(general.css);

/* GLOBAL. */

html,
body
{
    height: 100%;
}

body
{
    background: #eee;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
    margin: -8px auto 0 auto;
    width: 980px;
}

/* Page top. */

#pageTop
{
    background: url(../images/top.jpg) top left no-repeat;
    height: 233px;
    position: relative;
}

#pageTop img
{
    border: 0;
    float: left;
}

#navigation
{
    background: url(../images/navigation_background.jpg) repeat-y;
    height: 34px;
    width: 980px;
    position: absolute;
    left: 0;
    top: 199px;
}

#cxMenu0
{
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 7px 0 0 0;
    text-align: center;
    width: 980px;
}

#cxMenu0 li
{
    color: #ffec27;
	display: inline;
    font-family: Georgia, Times, serif;
    font-size: 12pt;
	list-style: none;
	margin: 0 24px;
	padding: 4px 4px;
}

#cxMenu0 li.dead:hover
{
    cursor: s-resize;
}

#cxMenu0 li a
{
    text-decoration: none;
}

#cxMenu0 li a:link,
#cxMenu0 li a:visited,
#cxMenu0 li a:active
{
    color: #ffec27;
}

#cxMenu0 li a:hover
{
    color: #fff;
}

/* All submenus. */
#cxMenu0 ul
{
    cursor: auto;
    display: none;	     /* The child lists must be hidden initially to prevent them from displaying briefly while the page renders. */
    margin: 2px 0 0 5px;
    padding: 2px 0;
    width: 120px;
    text-align: left;
    background: #31568C url(../images/subnavigation_background.jpg);
    border: 2px solid #0A225D;
}

/* All submenu list items. */
#cxMenu0 ul li
{
    display: block;
    font-size: 11pt;
    margin: 0;
}

#cxMenu0 ul li a
{
    font-variant: normal;
    font-size: 90%;
    display: block;
}

#cxMenu0 ul li.expandable
{
    background-image: url(../images/arrow.gif);
    background-position: center right;
    background-repeat: no-repeat;
}

/* Page bottom. */

#pageBottom
{
    background: #122f71 url(../images/bottom_background.jpg) repeat-y;    
    clear: both;
    color: #fff;
    font-size: 8pt;
}

#pageBottom table
{
    width: 100%;
}

#pageBottom td
{
    width: 33%;
}


#pageBottom .bottom-center
{
    font-weight: bold;
    text-align: center;
}

#pageBottom .bottom-right
{
    text-align: right;
}

#pageBottom .branding
{
    margin: .5em 0 0 0;
    text-align: center;
}

#pageBottom a:link,
#pageBottom a:visited,
#pageBottom a:active
{
    color: #fff;
}

#pageBottom a:hover
{
    color: #FBE355;
}

#pageBottomWrapper
{
    background: url(../images/bottom_border.jpg) bottom center no-repeat;
    padding: 12px 25px 25px 25px;
}

#pageBottom p
{
    margin: 0;
}

/* Page content. */

#pageContent
{
    background: url(../images/content_background.jpg) repeat-y;
    margin: 0 0 0 1px;
    padding: 0;
}

#pageContainer #pageContent
{
    background: url(../images/content_bottom.jpg) bottom center no-repeat;
}

#pageContainer.home #pageContent
{
    background: url(../images/content_bottom_homepage.jpg) bottom center no-repeat;
}

#pageContainer #pageContentWrapper
{
    background: url(../images/content_top.jpg) top center no-repeat;
    margin: 0 auto;
    padding: 16px 0 20px 0;
}

#pageContainer.home #pageContentWrapper
{
    background: url(../images/content_top_homepage.jpg) top center no-repeat;
}

#pageContent table
{
    border-collapse: collapse;
    margin:  0;
    padding: 0;
}

#pageContent table#pageContentLayout
{
    margin: 0 auto;
    padding: 0;
    width: 925px;
}

#pageContainer.home #pageContent #sidebar
{
    background: url(../images/exceeding-expectations_home.jpg) bottom center no-repeat;
    padding: 0 0 160px 0;
    width: 328px;
}

#pageContent #sidebar
{
    background: url(../images/exceeding-expectations.jpg) bottom center no-repeat;
    margin-left: 1px;
    padding: 0 0 260px 0;
    vertical-align: top;
    width: 222px;
}

#sidebar .nav
{
    font-family: Georgia, Times, serif;
    font-size: 13pt;
    font-style: italic;
    font-weight: normal;
    padding-left: 8px;
}

#sidebar .nav li
{
    list-style: none;
    padding-top: .5em;
}

#sidebar .nav li div
{
    background: url(../images/sidebar_underline.jpg) bottom right no-repeat;
}

#sidebar .nav li ul
{
    padding-left: 10px;
}

#sidebar .nav li a
{
    display: block;
    padding: .25em 0;
    text-decoration: none;
}

#sidebar .nav li.current div a
{
    background: url(../images/sidebar_current.gif) right no-repeat;
}

#sidebar .nav li.current ul a
{
    background: none;
}


#pageContent h1,
#pageContent h2,
#pageContent #sidebar h2,
#pageContent #sidebar ul,
#pageContent h3,
#pageContent p,
#pageContent ul,
#pageContent form
{
    margin-left: 15px;
    margin-right: 15px;
}

#pageContainer.home #pageContent #pageCopy
{
    padding-bottom: 5px;
    width: 575px;
}

#pageContainer.home #pageContent #pageCopy img
{
    border: 0;
    float: left;
    clear: left;
    margin-bottom: 1px;
}

#pageContainer.home #pageContent #pageCopy img.last
{
    margin-bottom: 0;
}

#pageContent #pageCopy
{
    padding: 0 2px 20px 21px;
    vertical-align: top;
    width: 683px;
}

#stockPlanGallery
{
	position:relative;
	top:-625px;
	margin-left:30px;
}

#pageContent h1
{
    color: #17306E;
    font-family: Georgia, Times, serif;
    font-size: 17pt;
    font-style: italic;
    font-weight: normal;
    margin: 8px 0 4px 0;
    padding: 0;
    text-align: center;
}

#pageContent h1 span
{
    color: #000;
    font-size: 16pt;
    font-style: normal;
}

#pageContent #pageCopy h1
{
    margin: 12px 0 10px 15px;
    padding: 0;
    text-align: left;
}

#pageContent h1+p,
#pageContent h2+p
{
    margin-top: 0;
}

#pageContent #sidebar h2
{
    color: #17306E;
    font-family: Georgia, Times, serif;
    font-size: 13pt;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 4px 15px !important;
}

#pageContent h2
{
    color: #451211;
    font-family: Georgia, Times, serif;
    font-size: 13pt;
    font-style: italic;
    font-weight: normal;
    margin: 15px 0 4px 15px !important;
}

#pageContent h4
{
    color: #34272e;
    font-family: Georgia, Times, serif;
    font-size: 14pt;
    font-style: italic;
    font-weight: normal;
    margin: 15px 0 4px 25px !important;
}
#pageContent h4 a
{
    text-decoration: none;
}

#pageContent h4 a:link,
#pageContent h4 a:visited,
#pageContent h4 a:active
{
    color: #451221;
}

#pageContent h4 a:hover
{
    color: #17306E;
}

#pageContent p
{
    line-height: 1.35em;
    margin-bottom: 0;
}

#pageContent .hr
{
    background: url(../images/short_hr.jpg) center no-repeat;
}

#pageContent ul
{
    font-size: 9pt;
    margin: 0;
    padding: 5px 0 0 25px;
}

#pageContent #pageCopy ul
{
    margin-left: 15px;
}

#pageContent li
{
    list-style: square;
    margin: 0;
    padding: 0 0 2px 0;
    line-height: 1.3em;
}

#pageContent a:link,
#pageContent a:visited,
#pageContent a:active
{
    color: #224179;
}

#pageContent a:hover
{
    color: #451211;
}

#pageContent .imgLeft
{
	float: left;
	padding: 5px;
}

#pageContent .imgRight
{
	float: right;
	padding: 5px;
}

#pageContent .imgRightTown
{
	float: right;
	padding: 5px;
	margin: 0 125px 0 0;
}
#galleryLink
{
 /*   background: url(../images/see_more.gif) right no-repeat; 
    background: url(../images/see_more.gif) 95% 50% no-repeat;*/
    float: right;
    font-size: 9pt;
    font-weight: bold;
    margin: 12px 0px 0 0;
    padding: 5px 30px 5px 0;
    text-align: right;
    text-transform: uppercase;
    width: 450px;
}

.galleryLinkImg
{
	border:0;
}

#galleryLink a:link,
#galleryLink a:visited,
#galleryLink a:active
{
    color: #6E3C1C;
    text-decoration: none;
}

#galleryLink a:hover
{
    color: #17306E;
    text-decoration: none;
}

#galleryLink.stockPlan
{
	margin-top:-35px;
}

/* COMPONENTS. */

/* Forms. */

form
{
    margin-top: 1em;
}

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

form tr.group {}

form td.caption
{
    font-weight: bold;
    width: 160px;
    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;
    margin-bottom: 1em !important;
}

form ul.errors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
    display: none;
    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%;
}

#homeRollovers a
{
	width: 575px;
	height: 100px;
	display: block;
	border-top: 1px solid #fff;
}

#homeRollovers a:hover,
#homeRollovers a:active
{
	background-position: 0 -100px;
}

#homeRollovers a h2
{
	display: none;
}

#homeRollovers .customRollover
{
	background-image: url("../images/homepage/banner-custom_homes.jpg");
}

#homeRollovers .remodelingRollover
{
	background-image: url("../images/homepage/banner-remodeling.jpg");
}

#homeRollovers .interiorsRollover
{
	background-image: url("../images/homepage/banner-interiors.jpg");
}

#homeRollovers .designRollover
{
	background-image: url("../images/homepage/banner-design_services.jpg");
}
#homeRollovers .additionsRollover
{
	background-image: url("../images/homepage/banner-additions.jpg");
}

