/*
$HeadURL: svn+secure://dev.comminternet.com/main/websites/denniscapecod.org/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 2576 $
$LastChangedDate: 2006-09-06 17:46:36 -0400 (Wed, 06 Sep 2006) $
*/

@import url(general.css);

/* GLOBAL. */

html,
body
{
    height: 100%;
}

body
{
    background: #fff url(../images/backgrounds/body_bluegradient.jpg) repeat-x top;
    margin: 0;
    padding: 0;
}

body, td
{
    font-family: "trebuchet ms", arial, sans-serif;
    font-size: 12px;
}

h1
{
    font-size: 17px;
}

h2
{
    color: #791919;
    font-size: 14px;
    margin: 20px 0 0 0 !important;
}

h3
{
    font-size: 12px;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
    margin: 0;
    max-width: 900px;
}

#pageContainer.home
{
    max-width: 1000px;
}

/* Page top. */

#pageTop
{
/*	background: url(../images/backgrounds/title_notugly.jpg) bottom left no-repeat;*/
	background: url(../images/backgrounds/title.jpg) bottom left no-repeat;
	height: 67px;
}

#pageTop h1
{
	display: none;
}

#pageTop span a
{
	position: absolute;
	width: 775px;
	height: 70px;
}

/* Page bottom. */

#pageBottom
{
	background: #B9DCA9 url(../images/backgrounds/bottom_gradient.jpg) bottom repeat-x;
	color: #4C5C5B;
	font-size: 11px;
	height: 65px;
	margin: 0;
	padding: 10px 0 !important;
	text-align: center;
	vertical-align: bottom !important;
}

#pageBottom p
{
	display: inline;
	line-height: 18px;
	margin: 0;
	padding: 0 1em;
}

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

#pageBottom a:hover
{
	color: #29457E;
}

/* Three-column layout table. */

#pageDivider
{
	width: 100%;
}

#pageDivider,
#pageDivider tr,
#pageDivider td
{
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}

#pageDivider td
{
	vertical-align: top;
}

/* Sidebars. */

.pageSidebar
{
	padding-top: 60px !important;
}

.pageSidebar h1
{
	color: #628654;
	margin: 0;
	padding: 0;
}

/* Left sidebar */

.pageSidebar.left
{
	background: url(../images/backgrounds/content_left.jpg) top left no-repeat;
	margin: 0;
	padding-left: 15px !important;
	width: 178px;
}

#navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li
{
	border-bottom: 1px solid #90B576;
	padding-left: 5px;
	font-size: 11px;
}

#navigation a
{
	display: block;
	height: 20px;
	width: 173px;
	padding-top: 8px;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active
{
	color: #000;
	text-decoration: none;
}

#navigation a:hover,
#navigation a.current
{
	background: url(../images/backgrounds/navigation.jpg) right repeat-y;
	font-weight: bold;
}

.pageSidebar.left .address
{
	font-size: 11px;
	margin: 50px 0 0 4px;
}

.pageSidebar.left .address p
{
	line-height: 16px;
	margin: 5px 0;
}

.pageSidebar.left .search
{
	margin: 35px 0 35px 4px;
}

.pageSidebar.left .search h1
{
	color: #000;
	font-size: 12px;
	margin-bottom: 3px;
}

.pageSidebar.left .search input[type=text],
.pageSidebar.right .search input[type=text]
{
	width: 110px;
}

/* Right sidebar. */

.pageSidebar.right
{
	margin: 0;
	padding-right: 10px !important;
	padding-left: 15px !important;
	width: 140px;
}

.pageSidebar.right a:link,
.pageSidebar.right a:visited,
.pageSidebar.right a:active
{
	color: #791919;
	text-decoration: underline;
}

.pageSidebar.right a:hover
{
	color: #2C467F;
	text-decoration: underline;
}

.pageSidebar.right .search
{
	margin-bottom: 25px;
}

.pageSidebar.right .event
{
	font-size: 11px;
	margin: 9px 0 20px 0;
	clear: left;
}

.pageSidebar.right .event h2
{
	font-size: 12px;
	margin: 0 0 4px 0 !important;
	padding: 0 !important;
}

.pageSidebar.right .event p
{
	margin: 0;
	padding: 0;
}

.pageSidebar.right .date
{
	float: left;
	margin-right: 12px;
	margin-bottom: 1em;
	width: 40px;
}

.pageSidebar.right .date table
{
	background: url(../images/backgrounds/event.gif) bottom repeat-x;
	width: 35px;
}

.pageSidebar.right .date td
{
	text-align: center;
}

.pageSidebar.right .date .month, .date .weekDay
{
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pageSidebar.right .date .month
{
	background: #688455;
	padding: 1px 0 1px 2px;
}

.pageSidebar.right .date .day
{
	height: 26px;
	font-size: 23px;
	padding-top: 1px;
}

.pageSidebar.right .date .weekDay
{
	padding: 3px 0 3px 2px;
}

.pageSidebar.right .event .details
{
	line-height: 16px;
}

.pageSidebar .subnavigation
{
	margin-bottom: 20px;
}

.pageSidebar .subnavigation h1
{
	color: #2C477F !important;
}

.pageSidebar .subnavigation h2
{
	color: #000 !important;
	font-size: 11px !important;
	margin: 20px 0 0 0 !important;
}

.pageSidebar .subnavigation h2 a
{
	text-decoration: underline !important;
}

.pageSidebar .subnavigation ul
{
	font-size: 11px;
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
}

.pageSidebar .subnavigation li
{
	border-bottom: 1px solid #ccc;
	list-style: none;
	padding: 5px 0;
}

.pageSidebar .subnavigation a:link,
.pageSidebar .subnavigation a:visited,
.pageSidebar .subnavigation a:active,
.pageSidebar .subnavigation a:hover
{
	text-decoration: none;
}

/* Page content. */

#pageContentContainer
{
	background: #B9DCA9 url(../images/backgrounds/content_middle_topgradient.jpg) top repeat-x;
	min-width: 100%;
	margin: 0;
	padding: 0;
}

#pageContent
{
	background: url(../images/backgrounds/content_middle.jpg) top left no-repeat;
	margin: 0;
	min-height: 550px;
	padding: 60px 25px 25px 25px;
}

#pageContent a:link,
#pageContent a:visited,
#pageContent a:active,
.pageSidebar.left a:link,
.pageSidebar.left a:visited,
.pageSidebar.left a:active
{
	color: #2C467F;
}

#pageContent a:hover,
.pageSidebar.left a:hover
{
	color: #791919;
}

#pageContent h1
{
    color: #294682;
    margin: 0;
    padding: 0;
    zoom: 100%;
}

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

#pageContent hr
{
	background: #791919;
	border: 0;
	color: #791919;
	height: 3px;
	margin: 25px auto;
	padding: 0;
	width: 100%;
}

#pageContent img.border, .listing .photo img
{
	border: 2px solid #2C467F;
}

#pageContent img.right
{
	float: right;
	margin: 5px 0 10px 15px !important;
}

#pageContent img.left
{
	background: none;
	float: left;
	margin: 5px 15px 5px 0 !important;
	padding: 0 !important;
}

#pageContent img.center
{
	display: block;
	margin: 15px auto;
	text-align: center;
}

#pageContent p
{
	line-height: 18px;
	text-align: justify;
	zoom: 100%;
}

#pageContent ul
{
	list-style: square !important;
	margin: 0 0 0 28px;
	padding: 0;
}

#pageContent li
{
	padding: 3px 0;
}

/* COMPONENTS. */

/* Forms. */

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

form tr.group {}

form td
{
	padding: 4px 0 !important;
}

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

form td.field
{
    padding: 3px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form input[type=text],
form input[type=password],
form select,
form textarea
{
	border: 2px solid #90A283;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	padding: 1px;
}

form select
{
	padding: 0 !important;
}

.pageSidebar form input[type=text],
.pageSidebar form input[type=password],
.pageSidebar form select,
.pageSidebar form textarea
{
	border: 2px solid #ccc;
}

form input[type=image]
{
	vertical-align: -4px;
}

form ul.errors {}

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

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

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
    font-size: 11px !important;
    margin: 3px 0 15px 0 !important;
    padding: 0 !important;
}

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

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 4px 0 0 !important;
}

/* Page navigator. */

.pageNavigator
{
    margin: 1em 0 0 0;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    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.error
{
    color: black;
}

/* Home page. */

#pageContainer.home .pageSidebar.left .search
{
	display: none !important;
}

#pageContainer.home .pageSidebar.right
{
	width: 195px !important;
}

/* Internal pages. */

#pageContainer.businessDirectory .pageSidebar.right
{
	display: none;
}

#pageContainer.businessDirectory #pageContent .categoryList
{
	float: left;
}

#pageContainer.businessDirectory #pageContent .categoryList li
{
	font-size: 15px;
	margin: .75em 0;
}

#pageContainer.businessDirectory .filters
{
	margin: 20px 0;
}

#pageContainer.businessDirectory .search
{
	float: left;
}

#pageContainer.businessDirectory .category
{
	float: left;
	padding-left: 30px;
}

#pageContainer.businessDirectory .alphabet
{
	clear: both;
	margin: 0;
	padding: 15px 0 0 0;
}

#pageContainer.businessDirectory .alphabet {}

#pageContainer.businessDirectory .alphabet li
{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

#pageContainer.businessDirectory .alphabet li.first
{
	display: inline;
	font-size: 13px;
	font-weight: bold;
	margin-left: -4px;
	padding-left: 0 !important;
}

#pageContainer.businessDirectory .alphabet a
{
	padding: 2px 3px;
}

#pageContainer.businessDirectory .alphabet a:link,
#pageContainer.businessDirectory .alphabet a:active,
#pageContainer.businessDirectory .alphabet a:visited
{
	color: #5A6A60;
	text-decoration: none;
}

#pageContainer.businessDirectory .alphabet a:hover
{	
	background: #566560;
	color: #fff;
	text-decoration: none;
}

#pageContainer.businessDirectory .backLink
{
    font-size: 10pt;
    font-weight: bold;
}

.listing
{
	clear: both;
}


#pageContainer.businessDirectory .photo,
.information
{
	float: left;
	margin-bottom: 10px;
}

#pageContainer.businessDirectory .photo
{
	width: 120px;
}

.information
{
	float: left;
	font-size: 11px;
}

.information h2
{
	font-size: 15px !important;
	margin: 0 0 0.5em 0 !important;
}

.information h2 a:link,
.information h2 a:visited,
.information h2 a:active
{
	border-bottom: 2px solid #791919;
	color: #791919 !important;
	text-decoration: none;
}

.information h2 a:hover
{
	border-bottom: 2px solid #2C467F;
	color: #2C467F !important;
	text-decoration: none;
}

#pageContainer table.listingDetails td
{
    padding: 3px 0;
}

#pageContainer table.listingDetails td.caption
{
    font-weight: bold;
    padding-right: 1em;
}

#pageContainer table.listingDetails td .getDirections
{
    padding-left: 1em;
}

.information .description
{
	width: 480px;
}

.contactInformation h2
{
	margin: 8px 0 3px 0 !important;
}

.contactInformation p
{
	margin: 3px 0 0 0 !important;
}

.customerService_contact form
{
	margin-top: 10px !important;
}

#pageContainer.applicationComplete .address
{
	margin-left: 20px;
}

.address .name
{
	font-weight: bold;
}

/* Calendar pages. */

#pageContainer.events .pageSidebar.right
{
	display: none;
}

#pageContainer.events #pageContent .event
{
    font-size: 11px;
    margin: 9px 0 20px 0;
}

#pageContainer.events #pageContent .event td
{
	vertical-align: top;
}

#pageContainer.events #pageContent .event h2
{
    font-size: 12px;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
}

#pageContainer.events #pageContent .event p
{
    margin: 0;
    padding: 0;
}

#pageContainer.events #pageContent .date
{
    width: 40px;
}

#pageContainer.events #pageContent .date table
{
    background: url(../images/backgrounds/event.gif) bottom repeat-x;
	margin: 0 auto;
	width: 35px;
}

#pageContainer.events #pageContent .date table td
{
	text-align: center;
}

#pageContainer.events #pageContent .date table .month,
#pageContainer.events #pageContent .date table .weekDay
{
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
    line-height: 11px;
	text-transform: uppercase;
}

#pageContainer.events #pageContent .date .month
{
	background: #688455;
	padding: 1px 0 1px 2px;
}

#pageContainer.events #pageContent .date .day
{
	max-height: 24px;
	font-size: 22px;
	line-height: 22px;
	padding-top: 1px;
	vertical-align: middle;
}

#pageContainer.events #pageContent .date .weekDay
{
	padding: 3px 0 3px 2px;
}

#pageContainer.events #pageContent .event .details
{
    line-height: 16px;
    padding-left: 15px;
    min-height: 60px;
}

#pageContainer.events #pageContent .event .details.sameDay
{
    padding-left: 55px !important;
}

#pageContainer.events #pageContent .navigator
{
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
}
