/* ==================================================================
 * beechpark.css
 * ==================================================================
 *
 * -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */

HTML, BODY {
	margin				: 0;
	padding				: 0;
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 11pt;
}

TD, INPUT, TEXTAREA {
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 11pt;
}

A {
	font-weight			: normal;
	text-decoration		: none;
}

A:hover {
	text-decoration		: underline;
}



/* -------------------------------
 *  Page containers
 * -------------------------------
 */

#divBody {
}

#divPage {
	position			: relative;
	margin				: 0 auto;
	width				: 985px;
	border-left			: 1px solid black;
	border-right		: 1px solid black;
	padding				: 0;
	min-height			: 100%;
	height				: auto !important;
	height				: 100%;
	overflow			: visible;
	text-align			: left;
}


/* -------------------------------
 *  Top region elements
 * -------------------------------
 */

/* region container */

#divRegionTop {
	position			: relative;
	height				: 349px;
	overflow			: visible;
}


/* subsections */

#divSectionHeader, #divSectionFlash.beechparkUseFlash {
	display				: block;
	width				: 983px;
	height				: 256px;
	padding				: 1px;
	border-top			: 8px solid black;
	overflow			: hidden;
	text-align			: center;
	position			: absolute;
	top					: 83px;		/* can't bottom align; IE6 rounding bug strikes */
	right				: 0;
	background-color	: white;
	background-image	: none;
}

#divSectionHeader.beechparkUseFlash {
	display				: none;
}

#divSectionFlash {
	display				: none;
	/* the more specific descriptor above will take precedence if Flash is in use */
}


#divSectionTopNav {
	display				: block;
	width				: 100%;
	height				: 32px;
	border-bottom		: 1px solid black;
	overflow			: hidden;
	position			: absolute;
	top					: 50px;
	left				: 0;
}

#divSectionTopSecondaryNav {
	display				: block;
	overflow			: hidden;
	position			: absolute;
	top					: 13px;
	right				: 6px;
	height				: 23px;
	text-align			: right;
}



/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {
	position			: relative;
	min-height			: 250px;
	background-repeat	: repeat-y;
	overflow			: hidden;
}


/* main column */

#divColumn99 {
}



/* left nav column */

#divColumn1 {
	text-align			: left;
	border-top			: 8px solid black;
	padding-top			: 15px;
	padding-bottom		: 40px;
}


#divColumn1 .siteCaddyWidget {
	width				: 224px;
	margin-left			: 10px;
}

#divColumn1 .siteCaddyWidget .widgetTop {
	height				: 50px;
	background-position	: left top;
	background-repeat	: no-repeat;
}

#divColumn1 .siteCaddyWidget .widgetMiddle {
	background-repeat	: repeat-y;
}

#divColumn1 .siteCaddyWidget .widgetBottom {
	height				: 8px;
	font-size			: 1px;	/* IE6 min DIV height bug*/
	background-repeat	: no-repeat;
	background-position	: left bottom;
}




/* right nav column */

#divColumn2 {
	text-align			: left;
	padding-bottom		: 50px;
}



/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 */

/* region container */

#divRegionBottom {
	position			: relative;
/*	padding-top			: 1px;	if we want a 1px border on top of the feature photos*/
	padding-bottom		: 15px;
	overflow			: hidden;
	clear				: both;
	text-align			: center;
}

/* sections */

#divSectionBottomFeaturePhotos {
	position			: relative;
	text-align			: left;
	margin-bottom		: 15px;
	height				: 201px;
}

#divSectionBottomFeaturePhotos .featurePhotoWidget {
	position			: absolute;
	border-bottom		: 20px solid #666666;
	width				: 245px;
	height				: 181px;
}

#divSectionBottomFeaturePhotos #divFeaturePhotoWidget1 {
	top					: 0;
	left				: 1px;
}

#divSectionBottomFeaturePhotos #divFeaturePhotoWidget2 {
	top					: 0;
	left				: 247px;
}

#divSectionBottomFeaturePhotos #divFeaturePhotoWidget3 {
	top					: 0;
	left				: 493px;
}

#divSectionBottomFeaturePhotos #divFeaturePhotoWidget4 {
	top					: 0;
	left				: 739px;
}


#divSectionBottomLegalNav {
	display				: inline;
}

#divSectionCopyright {
	display				: inline;
	padding-left		: 8px;
}




/* -------------------------------
 *  Images
 * -------------------------------
 */

#divSectionHeader IMG {
	display				: block;	/* IE6 */
	width				: 983px;
	height				: 256px;
}

#divSectionFlash OBJECT,
#divSectionFlash EMBED {
	display				: block;
	margin				: auto;
}

#divSectionBottomFeaturePhotos .featurePhotoWidget IMG {
	display				: block;	/* IE6 */
	width				: 245px;
	height				: 181px;
}





/* -------------------------------
 *  Menus
 * -------------------------------
 */

/* Top Nav Menu */

#divSectionTopNav {
	text-align			: left;
}

#divSectionTopNav UL {
	margin				: auto;
	display				: block;
	padding				: 3px 1px 0 4px;
	white-space			: nowrap;
	list-style-type		: none;
}

#divSectionTopNav UL LI {
	float				: left;
	display				: inline;
	margin-left			: 3px;
	margin-bottom		: 50px;	/* to clip any buttons that wrap! */
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 12px;
	letter-spacing		: 1px;
	text-transform		: uppercase;
	text-align			: center;
	line-height			: 26px;
	overflow			: hidden;
	background-position : center center;
	background-repeat	: no-repeat;
}

#divSectionTopNav UL LI:first-child,
#divSectionTopNav UL LI.navFirstItem {
	margin-left			: 0;
}

#divSectionTopNav A {
	display				: block;
	height				: 26px;
	width				: 119px;
	font-weight			: bold;
}

#divSectionTopNav A:hover {
	text-decoration		: none;
}

#divSectionTopNav UL.menuLevel1 {
	display				: none;
}



/* Top Secondary Nav */

#divSectionTopSecondaryNav {
	text-align			: right;
}

#divSectionTopSecondaryNav UL {
	margin				: auto;
	display				: inline;
	padding				: 0;
	text-align			: right;
	white-space			: nowrap;
	list-style-type		: none;
background-color:orange;
overflow:auto;
}

#divSectionTopSecondaryNav UL LI {
	float				: left;
	display				: inline;
	margin-left			: 8px;
	margin-bottom		: 50px;	/* to clip any buttons that wrap! */
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 11px;
	text-transform		: capitalize;
	text-align			: center;
	overflow			: hidden;
	background-repeat	: repeat-x;
}

#divSectionTopSecondaryNav UL LI:first-child,
#divSectionTopSecondaryNav UL LI.navFirstItem {
	margin-left			: 0;
}

#divSectionTopSecondaryNav UL A {
	display				: block;
	line-height			: 23px;
	padding				: 0 9px;
	font-weight			: bold;
}

#divSectionTopSecondaryNav UL A:hover {
	text-decoration		: none;
}

#divSectionTopSecondaryNav UL.menuLevel1 {
	display				: none;
}



/* Left Nav Menu */

#divLeftSideNav {
	margin-bottom		: 20px;
	font-family			: helvetica, verdana, arial, sans-serif;
}

#divLeftSideNav.noSubmenu, 
#divLeftSideNav.emptyMenu {
	display				: none;
}

#divLeftSideNav DIV.sidebarNavTitle {
	display				: none;
}

#divLeftSideNav UL {
	padding				: 1px 0 1px;	/* keeps FF from collapsing margins */
	margin				: 0;
	text-align			: left;
	list-style-type		: none;
}

#divLeftSideNav UL LI {
	padding				: 0;
	line-height			: 16px;
	text-transform		: capitalize;
}

#divLeftSideNav UL A {
	font-size			: 14px;
	font-weight			: bold;
	color				: white;
	background-position	: 0 2px;
	background-repeat	: no-repeat;
}


#divLeftSideNav UL.menuLevel0 {
	/* this serves as the widgetBottom */
	padding-bottom		: 8px;
	background-position	: 0 bottom;
	background-repeat	: no-repeat;
}

#divLeftSideNav UL A.menuLevel0 {
	/* this serves as the widgetTop */
	display				: block;
	height				: 35px;
	padding-left		: 20px;
	padding-top			: 15px;
	font-size			: 16px;
	font-weight			: bold;
	letter-spacing		: 1px;
	background-position	: left top;
	background-repeat	: no-repeat;
}


#divLeftSideNav UL.menuLevel1 {
	/* this serves as the widgetMiddle */
	padding-top			: 20px;
	padding-left		: 20px;
	padding-bottom		: 20px;
	background-repeat	: repeat-y;
}

#divLeftSideNav UL.menuLevel1 LI {
	margin-bottom		: 10px;
}

#divLeftSideNav UL A.menuLevel1 {
	padding-left		: 16px;
	background-position	: 0 5px;
}


#divLeftSideNav UL.menuLevel2 {
	display				: none;
}


	/* all to get the top capbox image to display in IE6 (plus more in green) */
	
.ie6 #divLeftSideNav UL.menuLevel0 {
	position			: relative;
}

.ie6 #divLeftSideNav UL.menuLevel0 LI.menuLevel0 {
	height				: 1em;
	background-repeat	: no-repeat;
	background-position	: 0 0;
}



/* Bottom Legal Nav Menu */

#divSectionBottomLegalNav {
}

#divSectionBottomLegalNav UL {
	margin				: 0 auto;
	display				: inline;
	padding				: 0;
	white-space			: nowrap;
}

#divSectionBottomLegalNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 9pt;
	text-transform		: capitalize;
	text-align			: center;
	padding				: 0 10px 0 8px;
	background-position : right 2px;
	background-repeat	: no-repeat;
}

#divSectionBottomLegalNav A {
}

#divSectionBottomLegalNav .menuLevel1 {
	display				: none;
}




/* -------------------------------
 *  Text
 * -------------------------------
 */

/* headings */

H1, H2, H3, H4, H5, H6 {
	color 				: #666666;
	margin-top 			: 1em;
	margin-bottom 		: 1em;
	margin-left			: -2px;
}

H1 { font-size: 210%; font-weight: bold; font-style: normal; }
H2 { font-size: 175%; font-weight: bold; font-style: normal; }
H3 { font-size: 150%; font-weight: bold; font-style: normal; }
H4 { font-size: 125%; font-weight: bold; font-style: normal; }
H5 { font-size: 100%; font-weight: bold; font-style: normal; }
H6 { font-size: 100%; font-weight: bold; font-style: normal; }



/* main content */

#divColumn99 {
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 9pt;
	line-height			: 130%;
}

#divColumn99 P {
	margin-top			: 1.2em;
	margin-bottom		: 1.2em;
}

#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 9pt;
}

#divColumn99 A {
	text-decoration		: underline;
}

#divColumn99 A:hover {
	text-decoration		: none;
}




/* footer */

#divRegionBottom {
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 9pt;
}

#divSectionCopyright A {
	text-decoration		: underline;
}

#divSectionCopyright A:hover {
	text-decoration		: none;
}

#divBrandingLogo {
	text-align			: center;
	margin-top			: 20px;
}

/* -------------------------------
 *  News Widget
 * -------------------------------
 */

#divLeftNewsWidget {
	font-family			: helvetica, verdana, arial, sans-serif;
	margin-bottom		: 20px;
}

#divLeftNewsWidget .widgetTitle {
	padding-left		: 20px;
	font-size			: 16px;
	font-weight			: bold;
	line-height			: 44px;
	letter-spacing		: 1px;
	text-align			: left;
	text-transform		: capitalize;
}

#divLeftNewsWidget .widgetMiddle {
	padding				: 10px 20px 4px;
	font-size			: 12px;
}

#divLeftNewsWidget .widgetMiddle A.moreLink {
	display				: block;
	margin-top			: 2px;
	text-align			: right;
	text-transform		: uppercase;
	font-size			: 10px;
	padding-right		: 8px;
	background-repeat	: no-repeat;
	background-position	: right 3px;
}



/* -------------------------------
 *  Weather Widget
 * -------------------------------
 */

#divLeftWeatherWidget {
	font-family			: helvetica, verdana, arial, sans-serif;
}

#divLeftWeatherWidget .widgetTitle {
	padding-left		: 20px;
	font-size			: 16px;
	font-weight			: bold;
	line-height			: 44px;
	letter-spacing		: 1px;
	text-align			: left;
	text-transform		: capitalize;
}

#divLeftWeatherWidget .widgetMiddle {
	padding				: 10px 20px 4px;
	line-height			: 150%;
	font-size			: 12px;
}

#divLeftWeatherWidget .accuWeatherInfo {
	height				: 145px;
}

#divLeftWeatherWidget .accuWeatherLinks {
	text-align			: center;
	font-size			: 10px;
	line-height			: 12px;
}

#divLeftWeatherWidget .accuWeatherLinks A {
	padding				: 0 4px;
}



/* -------------------------------
 *  Page Tools
 * -------------------------------
 */

#divPageToolsWidget {
	padding				: 0 0 20px;
}

#divPageToolsWidget DIV.widgetTitle {
	padding				: 7px 0 7px 19px;
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	letter-spacing		: 1px;
	text-align			: left;
	text-transform		: uppercase;
}

#divPageToolsWidget UL {
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
}

#divPageToolsWidget LI {
	border-top			: 1px solid black;
}

#divPageToolsWidget LI A {
	display				: block;
	padding-left		: 20px;
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	line-height			: 30px;
	text-transform		: capitalize;
}

#divPageToolsWidget LI A:hover {
	text-decoration		: none;
}

	/* IE6 */

.ie6 #divPageToolsWidget LI,
.ie6 #divPageToolsWidget LI A {
	height				: 1em;	/* kill whitespace bug */
}


/* -------------------------------
 *  Paragraph styles
 * -------------------------------
 */


#divColumn99 .indentItalics {
	margin-left			: 25px;
	margin-right		: 25px;
	font-style			: italic;
}

#divColumn99 UL LI {
	margin-top			: 1em;
	margin-bottom		: 1em;
}


/* layout tables */

TABLE.layoutTable { 
	empty-cells			: show;
	border-collapse		: collapse;
	border-spacing		: 0px;
}

TABLE.layoutTable TD {
	font-family			: helvetica, verdana, arial, sans-serif;
	font-size			: 9pt;
	line-height			: 130%;
}


/* content tables */

TABLE.contentTable { 
	empty-cells			: show;
	border-collapse		: collapse;
	border-spacing		: 0px;
}

TABLE.contentTable th {
	font-family			: helvetica, verdana, arial, sans-serif;
	color				: #FFFFFF;
	font-size			: 11px;
	font-weight			: bold;
	background-color	: #00785F;
	text-align			: left;
	line-height			: 130%;
	padding-left		: 4px;
	border				: solid 1px #EAEFE9;
}

TABLE.contentTable td { 
	padding				: 5px 4px 5px 4px; 
	border				: solid 1px #EAEFE9;
	vertical-align		: top;
	font-size			: 12px;
}

TABLE.contentTable tr.rowLight		{ background-color: #FFFFFF }
TABLE.contentTable tr.rowDark		{ background-color: #EBEBE3; }

TABLE.contentTable td.cellWhite		{ background-color: #FFFFFF }
TABLE.contentTable td.cellYellow	{ background-color: #FFDE3A }
TABLE.contentTable td.cellPink		{ background-color: #EEAC94 }



