/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ #body { margin: 0; background: #fff; margin: 0 0 0 0; }
/* Setting Text Throughout the skin      */ table, tr, td {font-family:Arial, Helvetica, sans-serif; font-size: 11px; margin: 0; vertical-align:top; }
                                            p {font-family:Arial, Helvetica, sans-serif; font-size: 11px;}



/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins        --*/ .StandardWidth { width:100%; }
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req   --*/ .FullWidth { width:100%; }
/*-- outer table on unboxed skins  --*/ .OuterTable { width:782px; height:100%;  }
/*-- outer table on boxed skins    --*/ .OuterTableBoxed { width:100%; height:100%; background: url(boxed-bg.gif) repeat top left #dbdbdb; }
/*-- outer cell on boxed skins     --*/ .OuterTDBoxed { padding:15px 0 15px 0; }

/*-- cell containing content panes --*/ .ContentPanesTD { width:782px; height:100%; vertical-align: top; padding: 0 0 0 0; }
/*-- dotted background             --*/ .Dotted { background: url(dotted2.gif) repeat top left; }
/*-- row containing logo area      --*/ .LogoRow { width:100%; height:1px; padding: 11px 10px 10px 7px;}
/*-- cell containing logo          --*/ .LogoTD { width:1px; padding: 0 0 0 0; }
/*-- row containing breadcrumbs    --*/ .BreadcrumbsRow { height:41px; background: url(bread-bg.gif) repeat-x top left; padding: 0 0 0 0; }
/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- cell containing breadcrumbs   --*/ .BreadcrumbsTD { height: 41px; width: 587px; background: url(bread-bg-l.gif) no-repeat top left; color:#a1a1a1; vertical-align: middle; padding: 0 20px 0 17px; }
/*-- cell containing search        --*/ .SearchTD { width:215px; text-align:right; vertical-align: top; text-align: right; height: 41px; background: url(search-bg.gif) no-repeat top right; padding: 10px 0px 0 0; }
/*-- cell containing privacy       --*/ .PrivacyTD { text-align: center; padding: 5px 0 0 0; line-height:15px;}
/*-- cell containing copyright     --*/ .CopyrightTD { text-align: center; padding: 0 0 0 0; font-size:10px; line-height:15px;}
/*-- border                        --*/ .border-one { border:1px solid #ccc; }
/*-- left padding only             --*/ .padding-one { padding-left:10px; }

/*========================================================*/
/*  Footer Box Elements                                   */
/*========================================================*/

/*-- row containing footer area    --*/ .FooterRow { height:36px; padding: 0 7px 0 7px; }
/*-- table within footer - rounded --*/ .FooterTable { height:36px; background: url(footer-bg-grad.gif) #b8b597 repeat-x top left; }
/*-- rounded top-left corner       --*/ .FooterTL { height:5px; background: url(footer-bg-tl.gif) no-repeat top left; }
/*-- rounded top-right corner      --*/ .FooterTR { height:5px; background: url(footer-bg-tr.gif) no-repeat top right; }
/*-- rounded bottom left corner    --*/ .FooterBL { height:5px; background: url(footer-bg-bl.gif) no-repeat bottom left; }
/*-- rounded bottom right corner   --*/ .FooterBR { height:5px; background: url(footer-bg-br.gif) no-repeat bottom right; }

/*========================================================*/
/*  Outer Box Elements - boxed skins only                 */
/*========================================================*/

/*-- boxed skins outer box table   --*/ .BoxTable { height:100%; }
/*-- top left corner               --*/ .BoxTL { width:11px; height:11px; background: url(box-tl.gif) no-repeat bottom left; }
/*-- top edge                      --*/ .BoxT { height:11px; background: url(box-t.gif) repeat-x bottom left; }
/*-- top right corner              --*/ .BoxTR { width:11px; height:11px; background: url(box-tr.gif) no-repeat bottom right; }
/*-- left edge                     --*/ .BoxL { width:11px; background: url(box-l.gif) repeat-y top left; }
/*-- content area                  --*/ .BoxM { background: #FFF; }
/*-- right edge                    --*/ .BoxR { width:11px; background: url(box-r.gif) repeat-y top right; }
/*-- bottom left corner            --*/ .BoxBL { width:11px; height:11px; background: url(box-bl.gif) no-repeat top left; }
/*-- bottom edge                   --*/ .BoxB { height:11px; background: url(box-b.gif) repeat-x top left; }
/*-- bottom right corner           --*/ .BoxBR { width:11px; height:11px; background: url(box-br.gif) no-repeat top right; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- top inside content pane       --*/ .TopPane { width: 100%; padding: 0 7px 0 7px;}
/*-- top inside content pane 2     --*/ .TopPane2 { width: 100%; padding: 0 0px 0 0px;}
/*-- left content pane             --*/ .LeftPane { padding:0; width: 25%; background-color:#b9be99; }
/*-- left2 content pane            --*/ .LeftPane2 { padding: 0; width: 25%; background-color:#b9be99; }
/*-- left2 content pane            --*/ .LeftPane3 { padding: 0; width: 25%; background-color:#b9be99; }
/*-- left2 content pane            --*/ .LeftPane4 { padding: 0; background-color:#b9be99; }
/*-- right content pane            --*/ .RightPane { padding: 0 7px 0 7px; width: 50%; }
/*-- left2 content pane            --*/ .LeftPane5 { padding: 0 7px 0 7px;  }
/*-- content pane                  --*/ .ContentPane { }
/*-- content2 pane                 --*/ .ContentPane2 { padding: 0 7px 0 7px; }
/*-- right2 content pane           --*/ .RightPane2 { padding: 0 0px 0 5px; }
/*-- bottom inside pane            --*/ .BottomPane { width: 100%; padding: 0 7px 0 7px; }
/*-- left3 content pane            --*/ .LeftPane6 { padding: 0 7px 0 7px; width: 33%; }
/*-- content3 pane                 --*/ .ContentPane3 { padding: 0 7px 0 7px; }
/*-- right3 content pane           --*/ .RightPane3 { padding: 0 7px 0 7px; width: 33%; }
/*-- bottom2 inside pane           --*/ .BottomPane2 { width: 100%; padding: 0 7px 0 7px; }
/*-- image content pane 1 horiz    --*/ .ImagePane01 { height:1px; padding: 0 7px 9px 7px; }
/*-- image content pane 1 vertical --*/ .ImagePane01V { height:1px; padding: 0 7px 0px 7px; }
/*-- image content pane 2          --*/ .ImagePane02 { height:1px; padding: 9px 7px 0 7px; }
/*-- image content pane 2 vertical --*/ .ImagePane02V { height:1px; padding: 4px 7px 0 7px; }
/*-- image content pane 3          --*/ .ImagePane03 { height:1px; padding: 2px 0 5px 0;}
/*-- footer content pane           --*/ .FooterPane { width: 100%; height: 26px; padding: 0 7px 0 7px; vertical-align:middle; }
/*-- panel pane                    --*/ .PanelPane { padding: 0 7px 0 7px; }
/*-- SubPage Pane                  --*/ .SubPageLeft { width: 147px; padding: 1px 7px 0 0px;}
/*-- SubPageLeft Pane styles       --*/	.SubPageLeft p { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666; line-height:14px; margin:5px 10px; }
																				.SubPageLeft h2 { background:url(img_arrowGreen.gif) top left no-repeat; padding-left:25px; margin-bottom:0; }
																				.SubPageLeft h2 a, .SubPageLeft h2 a:visited { font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#8CBA3E; font-weight:bold;  padding:0; line-height:13pt; text-decoration:none; }
																				.SubPageLeft h2 a:hover, .SubPageLeft h2 a:active { color:#8cba3e; font-size:15px; text-decoration:underline; }
/*-- SubPageLeft h2 a old styles   ---/	.SubPageLeft h2 a, .SubPageLeft h2 a:visited { font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#8CBA3E; font-weight:bold; padding-left:2px; margin-bottom:0; line-height:13pt; text-decoration:none;}
																				.SubPageLeft h2 a:hover, .SubPageLeft h2 a:active { color:#8cba3e; text-decoration:underline; }
*/
																				.SubPageLeft .horizonBar { border-bottom:1px solid #666; margin-bottom:10px; }
										
/*-- SubPageBanner Pane            --*/ .SubPageBanner { width:636px; height:2px;  vertical-align:top;  padding: 1px 0px 0px 0px; }
/*-- SubPage Pane                  --*/ .SubPageContent {  padding: 0 12px 0 20px; }
/*-- SubPageContent Pane styles    --*/	.SubPageContent p { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000; line-height:16px; }
													.SubPageContentHeader { font-family:Helvetica, Arial, sans-serif; font-size:22px; color:#666; line-height:24px; font-weight: bold; }
/*-- SubPage Pane                  --*/ .SubPageRight { width: 174px; padding: 0 0px 0 7px;}
/*-- SubPageRight Pane Styles      --*/ .SubPageRight h3 { font-family:Helvetica, Arial, sans-serif; font-size:13px; color:#8cba3e; line-height:16px; text-align:left; padding-left:5px; }
																				.SubPageRight p { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666; line-height:13px; text-align:left; padding-left:30px; }
																				.SubPageRIght .greenModule { padding: 5 5 5 5; background-color:#f2f5dd; text-align:center; }
/*-- SubPage Pane                  --*/ .SubPageBREADcrumb {  padding: 5px 12px 0px 20px; }
				
/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #939393; background:  url(ico-register.gif) no-repeat bottom left;  font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px;  margin: 0 0px 0 16px; }
/*-- user token hover                  --*/ a.USER_object:hover { background:  url(ico-register-over.gif) no-repeat bottom left; color: #444444; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #939393; font-family:Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #c1c1c1; font-family:Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #8f8f8f; font-family:Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: underline; font-weight: normal; }
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family:Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; font-weight: normal; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#039; font-size: 10px; text-align:center; font-weight:normal; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited { font-size: 11px; color:#039; font-weight:normal; text-decoration:underlined; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover, a.FOOTER_objects:active { font-size: 11px; color:#039; font-weight:normal; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family:Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family:Arial, Helvetica, sans-serif; font-size: 11px; color: #333; vertical-align:top; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}
/*-- headings - h2                     --*/ h2 { font-size: 14px; color: #333; font-family:Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom:20px;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited { color: #003399; font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover, a:active { color: #003399; font-family:Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family:Arial, Helvetica, sans-serif; font-size: 11px;	text-decoration: none; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0;}
/*-- left green links                  --*/ .LeftLink, a.LeftLink:link, a.LeftLink:visited, a.LeftLink:active, a.LeftLink:hover { font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#8CBA3E; font-weight:bold; background:url(img_arrowGreen.gif) top left no-repeat; padding-left:20px; margin-bottom:0; line-height:13pt; }
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #FFF; font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family:Arial, Helvetica, sans-serif; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family:Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:21px; background: transparent; width: 172px; color: #666; padding: 4px 4px 0px 4px; border: 0px solid #FFFFFF; cursor:text;}
/*-- data entry forms           --*/ .LightGreenBackGround { width:500px; background: #F2F5DD; padding: 8px 20px 8px 20px; border: 0px;}

/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background: #FFF; padding: 0px; border: 1px dotted #888; z-index: 1000;  cursor: pointer;  cursor: hand; font-weight: normal; filter: none;}
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { background: #039; color: #FFF; font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; /*padding: 0px 30px 0px 16px;*/ height: 20px; border: 0;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background: #39F; color: #FFF; font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; /*padding: 0px 30px 0px 16px;*/ height: 20px; border: 0;}


/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

/* QA revisions 2008-10-01 */
.greenModule p { margin-left: 12px; padding-left: 0; }
.greenModule p.leftmar { margin-left: 34px; padding-left: 0; }
img { border: none; }
.SubPageRight .greenModule h3 { font-weight: bold; font-size: 11px; line-height: 1.2em; margin-top: 8px; padding-top: 0; }
.topLnImage { margin: 8px 0 0 0; }
.gr-border-rt { border-right: 1px solid #cccccc; }
p.gr-border-btm { border-bottom: 1px solid #cccccc; margin: 0 4px 6px 4px; padding: 4px 12px 6px 12px; }
p.noborder { margin: 0 4px 6px 4px; padding: 4px 12px 6px 12px; }
h3.nomar { font-size: 12px; margin: 0 0 4px 0; padding: 0; color: #000000; font-weight: bold; }
.SubPageBREADcrumb span { display: block; margin: 0 0 8px 0; padding: 0; }
/* Shop */
.tblShop { background: #f2f5dd; border-collapse: collapse; width: 400px; }
.tblShop td { padding: 12px; }
/* Employment */
.jobList dd { margin: 0 0 20px 24px; padding: 0; }
.jobList dt, .jobList dd { line-height: 1.4em; color: #000000; }
/* Standard list */
.stdList { list-style-image: url(../../std_bullet.gif); line-height: 1.4em; color: #000000; margin-top: 0; padding-top: 0; }
.stdList li { margin-bottom: 6px; }
.normal { font-weight: normal; font-style: normal; }
address { font-style: normal; margin: 0 0 20px 24px; color: #000000; line-height: 1.4em; }
.homeModule { width: 196px; border-right: 1px solid #daddc5; height: 88px; margin: 4px 0; }
.homeModule h3 { margin: 0 0 0 10px; padding: 6px 0 0 0; }
.homeModule h3 a { font-size: 14px; font-family:Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; }
.homeModule p { margin: 0 28px 0 34px; }
.homeModule .icon { vertical-align: middle; padding: 0 2px 0 0; }
/* Left banners */
.SubPageLeft h2 { margin-top: 8px; padding-top: 0; }
