@charset "utf-8";

/* CSS Document */

body { font: 100% Verdana, Arial, Helvetica, sans-serif; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; text-align: center; }
img { border: 0px; margin: 0px; padding: 0px; }
.blankSpacer { float: left; }
#container  { width: 980px; margin: 0 auto; text-align: left; overflow: hidden; background-image: url(../images/backgroundShadow.gif); }
#mainContent  { padding: 0 10px; }
#header  { padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ background-image: url(../images/Header_01.jpg); height: 171px; }

#clickHereButtonTop { float: right; }

#topNavContainer { width: 580px; float: left; }
#topNavContainer ul{ margin-left: 0; padding-left: 0; display: inline; font-size: 12px; }
#topNavContainer ul li{ margin-left: 0; padding: 3px 15px; border-left: 1px solid; list-style: none; display: inline; border-left-color: #D6D6D6; }
#topNavContainer ul li.first {margin-left: 0; border-left: none; list-style: none; display: inline;}
#topNavContainer ul li a{ color: #FFF; text-decoration: none; font-size: 12px; }
#topNavContainer ul li a:hover{ color: #CDD766; }

#infoContainer { background-position: left; background-repeat: no-repeat; margin: 0px; font-family: Tahoma, Geneva, sans-serif; width: 960px; float: left; }
.col1{ width: 500px; padding-top: 10px; font-size: 14px; float: left; }
.col1 a{ text-decoration: none; font-weight: bold; font-size: 16px; color: #56631C; }
p.mainTextCOL1{ font-size: 15px; line-height: 20px; margin: 10px 50px; }
p.mainTextCOL1R{ font-size: 15px; line-height: 20px; margin: 10px 50px; text-align: right; font-weight: bold; }
p.smallTextCOL1{}
.col2{ float: left; width: 450px; }
p.mainTextCOL2{}
p.smallTextCOL2{}
.Headline{ font-size: 18px; margin: 20px 0 0 50px; font-weight: bold; }
.subheader{ padding: 0 0 0 50px; font-weight: bold; }
.RightColInfoText{ text-align: justify; line-height: 22px; width: 420px; }
.boldText{ font-size: 15px; font-weight: bold; color: #56631C; }
.disclaimer{ font-size: 11px; }
.leftColDisc{ font-size: 12px; color: #56631C; padding: 0 80px 0 50px; }
.numberedListItems { margin-bottom: 10px; float: left; }
.numberedListItems img{ float: left; }
.numberedListText{ float: left; width: 350px; margin-top: 15px; font-size: 16px; padding-left: 10px; font-weight: bold; }
.numberedListItemsLEFT{ width: 420px; }
.numberedListTextLEFT{ margin-top: 5px; font-size: 16px; padding-left: 70px; }

.Col2ButtonHolder { float: left; margin: 10px 0 20px 50px; }

#footer  { background-image: url(../images/footerBackground.gif); float: left; background-repeat: no-repeat; font-size: 11px; padding-top: 15px; }

#footerNavContainer { width: 980px; float: left; }
#footerNavContainer ul{ padding-left: 0; display: inline; font-size: 11px; }
#footerNavContainer ul li{ margin-left: 0px; padding: 0 30px; border-left: 1px solid; list-style: none; display: inline; border-left-color: #999; font-size: 11px; }
#footerNavContainer ul li.first { margin-left: 20px; border-left: none; list-style: none; display: inline; }
#footerNavContainer ul li a{ color: #FFF; text-decoration: none; font-size: 11px; }
#footerNavContainer ul li a:hover{ color: #CDD766; }

#copyrightInfo { font-size: 10px; color: #666; text-align: center; margin-top: 20px; width: 980px; padding: 20px 0 0 0; }
#copyrightInfo a { color: #666; text-decoration: none; font-weight: bold; }
