@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
	float:left;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}


/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.residentname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-variant: normal;
	color: #66AB32;
	text-transform: capitalize;
	font-weight: 500;
	text-align: right;
	line-height: 1.5;
	padding-right: 15px;
}


/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	margin: 0px;
	cursor: pointer;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	width: 179px;
	font-size: 95%;
	font-weight: lighter;
	line-height: 1.2;
	text-decoration: none;
}




/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	color: #FFF;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #FFFFFF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFFFFF;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	color: #FFF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}


a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F3711;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4f3711;
}


/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	background-image: url(images/backdrop.jpg);
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #0059EB;
}
#masthead {
	color: #FFFFFF;
	width: 703px;
	background-image: url(images/header2.png);
	height: 180px;
}
#hidden {
	color: #FFFFFF;
	width: 0px;
	height: 0px;
	visibility:hidden;
	overflow: hidden;
	}
	
#wrapper {
	width: 703px;
	margin: 0 auto;
}
#column_wrapper {
	overflow: visible;
}
.clearfloat {
	clear: both;
	height: 0px;
	font-size: 0px;
	background-image: url(images/right_bg.png);
}
#left {
	background-image: url(images/left_bg.png);
	background-repeat: repeat-y;
	float: left;
}
#right {
	width: 489px;
	margin-left: 199px;
	background-image: url(images/right_bg.png);
	background-repeat: repeat-y;
	padding-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}	
#left .content {
}
#right  .content {
	font-size: .85em;
	line-height: 1.3em;
	left: 210px;
	margin-top: 0px;
	padding-right:5px;
	font-weight: bolder;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	height: 106px;
	width: 703px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #4F3711;
	text-decoration:none;
	font-style: oblique;
	font-weight: bold;
}
#left a:visited {
color: #4F3711;
	text-decoration:none;
	font-style: oblique;
	font-weight: bold;
}
#left a:hover {
	color: #FFF;
	text-decoration:none;
}
#right a:link {
	color: #000066;
	text-decoration:none;
}
#right a:visited {
	color: #000066;
}
#right a:hover {
	color: #003300;
	text-decoration:none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #FFFFFF;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	letter-spacing: 0.15em;
}
h1 {
	font-size: 1.4em;
	margin: 0;
	color: #006;
	line-height: 1.1em;
	font-weight: 450;
	font-style: oblique;
}
blockquote {
	font-size: 115%;
	line-height: 1.7em;
	text-align: left;
	list-style-type: circle;
	padding: 5px;
	width: 68%;
	margin-left: 15%;
	background-image: url(images/blockquote.png);
	background-repeat: repeat;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: oblique;
	line-height: 1.2;
	color: #256600;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.middle {
	background-image: url(images/middle_bg.png);
	background-repeat: repeat-y;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 110%;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: lighter;
	color: #0F0F0F;
	font-style: oblique;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: lighter;
	color: #0F0F0F;
}

#print {
	visibility: hidden;
}
#screen {
	visibility: visible;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 98%;
	font-style: normal;
	line-height: 1.3;
	text-indent: 25px;
	list-style-type: disc;
	list-style-position: outside;
}
ul {
	line-height: 135%;
	font-weight: normal;
	list-style-position: inside;
	text-indent: 10px;
}
.Subhead {
	font-size: 130%;
}
.mainsub {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.sidelist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	line-height: 1.1;
	font-weight: lighter;
	text-transform: capitalize;
	color: #00661A;
	margin-top: 5px;
	margin-left: 15px;
	text-align: center;
}

i { color: #4f3711; text-decoration: none; }

.brown { color: #4f3711; }
