/*========================================================*/
/*               CSS for Alan Parker Scheffer             */
/*                   by Cyber Siouxland                   */
/*             http://www.CyberSiouxland.com              */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE             */ html { height: 937px; background: #000000; padding-top:35px; margin: 0 auto; }
/* Style For HTML BODY             */ #body { margin: 0 auto; background: #000000; padding-top:0px;}
/* Setting Table Text              */ table, tr, td {font-family: Verdana; font-size: 14px; color: #000000; margin: 0;}
/* Setting LI Item Text            */ li {font-family: Verdana; line-height: 1.9; font-size: 14px;  list-style: circle; vertical-align:middle; font-weight: normal; color: #ffffff;}
/* Setting UL Item Text            */ ul {font-family: Verdana; line-height: 1.9; font-size: 14px; list-style: circle; vertical-align:middle; font-weight: normal; color: #ffffff;}

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins        --*/ .StandardSize { width:937px; margin:0 auto;}
/*-- cell containing Main Header   --*/ .HeaderTD { width: 937px; vertical-align:middle; padding:0px 0px 20px 10px;}
/*-- cell containing Sub Header    --*/ .SubHeaderTD { width: 937px; vertical-align:middle; padding:0px 0px 20px 13px;}
/*-- Main Menu TD                  --*/ .MenuTD { vertical-align: top; padding:0px 0px 40px 0px; margin: 0 0 0 0;}
/*-- Sub Menu TD                   --*/ .SubMenuBackgroundTD { width: 937px; height:36px; padding:0px 0px 0px 0px; margin: 0 0 0 0; background: url(submenu_bg.jpg) no-repeat;}
/*-- cell containing main left     --*/ .LeftTD { width: 484px; vertical-align:top;}
/*-- cell containing main right    --*/ .RightTD { width: 453px; vertical-align:top;}
/*-- cell containing Content TD    --*/ .ContentTD { width: 937px; vertical-align:top; padding-top:20px;}
/*-- Sub Menu TD                   --*/ .SubMenuItemDiv { font-family: Verdana; font-size: 18px; font-weight: normal; color: #000000; float:right; vertical-align:middle; padding-top:4px; }
/*-- Breadcrumb TD                 --*/ .BreadcrumbDIV { vertical-align:middle; float:left; }


/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: Verdana; font-size: 14px; color: #ffffff; line-height:1.4;}
/*-- Green Heading Text - Alan Parker  --*/ .GreenHead { font-family: Verdana; font-size: 48px; font-weight: bold; color: #80923e; padding: 0; }
/*-- White Heading Text - enhanced Pho --*/ .WhiteHead { font-family: Verdana; font-size: 28px; font-weight: bold; color: #ffffff; padding: 0; }
/*-- Large White Site Text             --*/ .LargeWhiteText { font-family: Verdana; font-size: 20px; font-weight: normal; color: #ffffff; padding: 0; }
/*-- Medium White Site Text            --*/ .MediumWhiteText { font-family: Verdana; font-size: 14px; font-weight: normal; color: #ffffff; padding: 0; }
/*-- Large Green Site Text             --*/ .LargeGreenText { font-family: Verdana; font-size: 14px; font-weight: normal; color: #80923e; padding: 0; }
/*-- Main Menu Item Text               --*/ .MenuItem { font-family: Verdana; font-size: 24px; font-weight: normal; color: #ffffff; padding: 10 0 10 0; vertical-align:middle; }
/*-- Sub Green Text - Alan Parker      --*/ .SubGreenHead { font-family: "Eras Light ITC"; font-size: 32px; font-weight: bold; color: #80923e; padding: 0; }
/*-- Sub White  Text - enhanced Pho    --*/ .SubWhiteHead { font-family: "Eras Light ITC"; font-size: 24px; font-weight: bold; color: #ffffff; padding: 0; }
/*-- Breadcrumb Item Text              --*/ .Breadcrumb { font-family: Verdana; font-size: 24px; font-weight: normal; color: #000000; padding: 0 0 0px 20px; vertical-align:middle; }
/*-- h1 - on site                      --*/ H1 { }
/*-- h2 - on site                      --*/ H2 { }
/*-- h3 - on site                      --*/ H3 { } 

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #ffffff; font-family: Verdana; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #ff9900; font-family: Verdana; text-decoration: underline; }
/*-- mainmenu links visited and active --*/ a.MenuItems:link, a.MenuItems:visited { color: #80923e; font-family: Verdana; font-weight: normal; font-size: 20px; text-decoration: none; }
/*-- mainmenu  links hover             --*/ a.MenuItems:hover { color: #ff9900; font-family: Verdana; font-size: 20px; text-decoration: none; }
/*-- submenu links visited and active  --*/ a.SubMenuItems:link, a.SubMenuItems:visited { color: #000000; font-family: Verdana; font-weight: normal; font-size: 18px; text-decoration: none; padding-right: 20px; vertical-align:middle; }
/*-- submenu  links hover              --*/ a.SubMenuItems:hover { color: #526422; font-family: Verdana; font-size: 18px; text-decoration: none; }
/*-- Large Green Site Text             --*/ a.LargeGreenText:link, a.LargeGreenText:visited { font-family: Verdana; font-size: 28px; font-weight: bold; color: #80923e; padding: 0; text-decoration: none;}
/*-- Large Green Site Text hover       --*/ a.LargeGreenText:hover { font-family: Verdana; font-size: 28px; font-weight: bold; color: #ffffff; padding: 0; }
