/* ----------------- HTML ENTITIES ------------- */
body {
 font: normal small Arial, Helvetica, sans-serif;
 color: #666666;
}
h1 {
 font: bold 2em Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
 color: #348dbc;
}
h2 {
 font: bold 1.8em Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0 0 .5em 0;
 color: #348dbc;
}
h3 {
 font: bold 1.5em Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0 0 1em 0;
 color: #348dbc;
}
a:link,
 a:visited,
 a:active {
 color: #348dbc;
 text-decoration: none;
}
a:hover {
 color: #348dbc;
 text-decoration: underline;
}
img {
 border: none;
}
td {
 vertical-align: top;
}
form {
 margin: 0px;
 padding: 0px;
}
input {
}
hr {
 height: 0px;
 background-color: transparent;
 overflow: hidden;
 border-top: none;
 border-right: none;
 border-left: none;
 border-bottom: 1px solid #cccccc;
 margin: 20px 0px;
}
p {
 margin: 0;
 padding: 0 0 1em 0;
}

/* ----------------- IDS ------------- */
#page {
 background: #348dbc url('graphics/2009/bg_page.jpg') repeat-x;
 width: 100%;
 margin: 10px auto;
 text-align: center;
}
#wrapper {
 width: 810px;
 margin: 0 auto;
}
#header {
 clear: both;
}
#content {
 background: #fff;
 min-height: 500px;
 padding: 10px;
 text-align: left;
 clear: both;
}
#footer {
 margin: 10px 0px 20px 0px;
 font: normal x-small Tahoma, Verdana, sans-serif;
 color: #fff;
}
#footmenu {
 font-size: 1.2em;
 padding-bottom: 10px;
}
#groups {
 background: #113b7e url('graphics/2009/bg_blue_keys.jpg') no-repeat;
 width: 400px;
 min-height: 260px;
 color: #fff;
 float: left;
 margin-bottom: 10px;
 text-align: center;
}
#welcome {
 background: #263dad url('graphics/2009/bg_purple_keys.jpg') no-repeat;
 width: 380px;
 min-height: 320px;
 color: #fff;
 float: right;
 margin: 10px 0px;
 font-size: 1.2em;
}
#featured {
 background: #fff;
 width: 400px;
 min-height: 260px;
 float: left;
}
#promos {
 width: 380px;
 float: right;
 margin-bottom: 10px;
}
#searchOptions {
 background: #eee;
 border: 1px solid #ccc;
 margin: 10px 0px;
 padding: 5px;
}
#empowered {
 width: 200px;
 margin: auto;
}
/* -----------------  CLASSES ------------- */
.canvas:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.stupidIE {
 padding: 10px;
}
.basicbox {
 border: 1px solid #ccc;
 padding: 10px;
 margin-bottom: 10px;
}
.thumb {
 float: left;
 width: 120px;
 height: 120px;
 overflow: hidden;
}
.details {
 padding-left: 130px;
}
.menuFootLink {
 color: #fff;
}
.violethead {
 clear: both;
 font: bold 1.5em Arial, Helvetica, sans-serif;
 color: #fff;
 background: #263dad;
 padding: 3px;
}
.tealhead {
 clear: both;
 font: bold 1.5em Arial, Helvetica, sans-serif;
 color: #fff;
 background: #348dbc;
 padding: 3px;
}
.fright {
 float: right;
 padding-left: 10px;
}
.fleft {
 float: left;
 padding-right: 10px;
}
.smltxt {
 font-size: x-small;
}
/* ----------------- CONTEXT ------------- */
#header h1 {
 margin: 0px;
 padding: 0px;
 height: 90px;
 width: 340px;
 float: left;
 display: block;
}
#header h1 a {
 display: block;
 text-indent: -10000px;
 margin: 0px;
 padding: 0px;
 height: 90px;
 width: 340px;
 overflow: hidden;
 background: #f7941d url('graphics/2009/keys_logo.jpg') no-repeat;
}
#welcome h1,
 #welcome h2,
 #welcome h3,
 #welcome a {
 color: #fff;
}
#groups h1,
 #groups h2,
 #groups h3,
 #groups a {
 color: #fff;
 font-weight: bold;
} 
#groups form {
 margin: 140px 0px 10px 0px;
}
table.fullwidth {
 width: 100%;
}
td.formtext {
 text-align: right;
}
#footer a {
 color: #fff;
}
.basicbox h3 {
 margin: 0;
 padding: 0 0 .5em 0;
}
#empowered a {
 color: #fff;
}
/* ----------------- MENUS ------------- */

/*---- menu_top --------------*/

#menu_top {
 clear: both;
}

/* MenuBegin:menu_top */
ul.menu_top {
 margin: 0;
 border: 0;
 padding: 0;
 list-style: none;
 line-height: 30px;
}
ul.menu_top li {
 z-index: 999;
 margin: 0;
 border: 0;
 padding: 0;
 float: left;
 display: inline /*Gecko*/;
 list-style: none;
 position: relative;
}
ul.menu_top ul {
 margin: 0;
 border: 0;
 padding: 0;
 list-style: none;
 width: 120px;
 display: none;
 position: absolute;
 top: 30px;
 left: 0;
}
ul.menu_top ul li {
 position: relative /*IE 7*/;
 display: inline;
 float: left /*For IE*/;
}

/* 1st Level */
ul.menu_top a {
 color: #fff;
 background: transparent;
 text-decoration: none;
 text-align: left;
 padding: 0px 10px;
 font: normal 14px/30px Tahoma, Geneva, sans-serif;
 float: left /*For Opera*/;
 display: block /*For IE*/;
 height: 1%;
}
ul.menu_top a:hover,
ul.menu_top li:hover a,
ul.menu_top a:hover,
ul.menu_top li.over a {
 color: #fff;
 background: #348dbc;
 text-decoration: none;
}

/* 2nd Level */
ul.menu_top li:hover li a,
ul.menu_top li.over li a {
 width: 140px;
 line-height: 20px;
 color: #348dbc;
 background: #fff;
 text-decoration: none;
 border-left: 1px solid #1b5e8c;
 border-right: 1px solid #1b5e8c;
 border-top: 1px solid #1b5e8c;
 border-bottom: 0;
 float: none;
}
ul.menu_top li:hover li a:hover,
ul.menu_top li:hover li:hover a,
ul.menu_top li.over li a:hover,
ul.menu_top li.over li.over a {
 color: #fff;
 background: #1f6da3;
 text-decoration: none;
}
ul.menu_top li:hover ul,
ul.menu_top li.over ul {
 display: block;
}
ul.menu_top li:hover li a.first,
ul.menu_top li.over li a.first {
 border-top: 1px solid #1b5e8c;
}
ul.menu_top li:hover li a.last,
ul.menu_top li.over li a.last {
 border-bottom: 1px solid #1b5e8c;
}

/* Do Not Move - Must Come Before display:block for Gecko */

ul.menu_top .nav ul :after /*IE 7*/ {
 clear: both;
 display: block;
 font: 1px/0px serif;
 content: ;
 height: 0;
 visibility: hidden;
}
/* MenuEnd:menu_top */

ul.menu_top a.current {
 color: #348dbc;
 background: #fff;
}

/*---- menu_markets --------------*/

#menu_markets {
 float: right;
 width: 380px;
 background: #ccc;
}
ul.menu_markets {
 margin: 0;
 border: 0;
 padding: 0;
 list-style: none;
}
ul.menu_markets li {
 margin: 0;
 border: 0;
 padding: 0;
 float: left;
 display: inline /*Gecko*/;
 list-style: none;
 position: relative;
}
ul.menu_markets a {
 padding-top: 130px;
 width: 120px;
 color: #348dbc;
 background: transparent;
 text-decoration: none;
 text-align: center;
 float: left /*For Opera*/;
 display: block /*For IE*/;
 height: 1%;
}
ul.menu_markets li.item1 {
 background: #fff url('graphics/2009/photo_liesure.jpg') no-repeat;
 width: 130px;
}
ul.menu_markets li.item2 {
 background: #fff url('graphics/2009/photo_wedding.jpg') no-repeat;
 width: 130px;
}
ul.menu_markets li.item3 {
 background: #fff url('graphics/2009/photo_sports.jpg') no-repeat;
 width: 120px;
}




/* ----------------- FREEDOM ------------- */
/* Pagination */
.pagination {
 font-size: x-small;
 color: #666;
 width: 100%;
}
.pagination a,
 .pagination a:link,
 .pagination a:visited {
 text-decoration: none;
}
.pagination .prevnextCurrent,
 .pagination .prevnextWindow {
 border: solid 1px #ccc;
 margin: 0;
 padding: 4px 6px;
 font-size: 11px;
 margin-right: 2px;
 line-height: 3;
}
.pagination .prevnextCurrent {
 background: #348dbc;
 color: #fff;
 font-weight: bold;
 padding: 4px 6px;
}
.pagination a.prevnextWindow:hover,
 .pagination a.prevnextLink:hover {
 border: solid 1px #348dbc;
 color: #348dbc;
 line-height: 3;
}
.pagination a.prevnextLink {
 border: 1px solid #348dbc;
 background: #eee;
 color: #348dbc;
 padding: 3px 6px 4px;
 margin-right: 2px;
 line-height: 3;
}
/* End Pagination */


.bodyMain {
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 20px;
}
.calendarBody {
 background: #ffffff;
}
.calendarDayOff {
 color: #000000;
 font-size: 8pt;
 font-weight: normal;
 line-height: 140%;
 text-decoration: none;
}
.calendarDayOn {
 color: #3366cc;
 font-size: 8pt;
 font-weight: bold;
 line-height: 140%;
 text-decoration: underline;
}
.calendarDayOn:hover {
 background-color: #3366cc;
 color: #ffffff;
 text-decoration: none;
}
.calendarMonth {
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
 text-transform: capitalize;
}
.calendarMonth:hover {
 text-decoration: underline;
}
.calendarMonthGlance {
 font-size: 8pt;
 text-decoration: none;
}
.calendarMonthGlance:hover {
 text-decoration: underline;
}
.calendarpopDay {
 color: #000000;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: none;
}
.calendarpopEmptyDay {
 background-color: #e7e7e7;
}
.calendarpopEvent {
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
.calendarpopEvent:hover {
 text-decoration: underline;
}
.calendarpopEventOff {
 background-color: #ffffff;
}
.calendarpopEventOn {
 background-color: #66ccff;
}
.calendarpopEventTime {
 color: #ffffff;
 font-size: 8pt;
}
.calendarpopHeader {
 color: #000000;
 font-size: 11pt;
 font-weight: bold;
 text-decoration: none;
}
.calendarpopLink {
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
}
.calendarpopLink:hover {
 text-decoration: underline;
}
.calendarpopNormal {
 color: #000000;
 font-size: 10pt;
 font-weight: normal;
}
.calendarpopScroll {
 font-size: 10pt;
 text-decoration: none;
}
.calendarpopScroll:hover {
 text-decoration: underline;
}
.calendarpopToday {
 font-weight: bold;
}
.calendarpopWeek {
 color: #000000;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
.calendarScroll {
 font-size: 7pt;
 text-decoration: none;
}
.calendarScroll:hover {
 text-decoration: underline;
}
.calendarToday {
 font-weight: bold;
}
.calendarWeek {
 color: #000000;
 font-size: 8pt;
 font-weight: bold;
}

.formBody {
}
.formHeading {
}
.formSmallText {
}
.formText {
}
.formtextRequired,
 .formTextRequired {
 font-weight: bold;
}
.headerHeadline {
 color: #3366cc;
 font-size: 24pt;
 font-weight: bold;
 text-align: right;
}
.sendpageBody {
 background-color: #3366cc;
}
.sendpageFormText {
 color: #ffffff;
 font-weight: normal;
}
.sendpageFormTextRequired {
 color: #ffffff;
 font-weight: bold;
}
.sendpageHeader {
 color: #ffffff;
 font-weight: bold;
 padding-top: 10px;
}
.shoppingAlert {
 font-size: 8pt;
}
.shoppingBody {
 font-size: 8pt;
}
.shoppingCartEvenRow {
 background-color: #ffffff;
}
.shoppingCartOddRow {
 background-color: #ebebeb;
}
.shoppingCartTableHeader {
 background-color: #3366cc;
 color: #ffffff;
 font-size: 8pt;
 font-weight: bold;
}
.shoppingForm {
 font-size: 8pt;
}
.shoppingFormQuantity {
 background-color: #9db3d0;
 font-size: 8pt;
}
.shoppingFormRequired {
 font-size: 8pt;
 font-weight: bold;
}
.shoppingHeading {
}
.shoppingInStock {
}
.shoppingItemHeading {
}
.shoppingOutOfStock {
 color: #dd0000;
}
.shoppingLowStock {
}
.WXForecastLink {
 text-align: center;
}
.WXForecastLink:hover {
}
.heading2 {
}
.heading3 {
}
.normaltext {
}
.WXSmalltext {
 font-size: 7pt;
 font-weight: normal;
 text-decoration: none;
}
.WXSmalltextHigh {
 color: #ff3333;
 font-size: 7pt;
 font-weight: bold;
 text-decoration: none;
}
.WXSmalltextLow {
 color: #3366cc;
 font-size: 7pt;
 font-weight: bold;
 text-decoration: none;
}
.shoppingTable {
 background-color: #e8e8e8;
}

.membershipForgot {
}

.membershipGroup {
}

.membershipHeaderRow {
 background-color: #000066;
 color: #ffffff;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
}

.membershipHeaderCell {
}

.membershipOddRow {
 background-color: #ebebeb;
}

.membershipEvenRow {
 background-color: #ffffff;
}

.membershipOddCell {
 padding-left: 10px;
 padding-right: 10px;
}

.membershipEvenCell {
 padding-left: 10px;
 padding-right: 10px;
}

.membershipPassword {
}

.membershipRemember {
}

.membershipSeparatorCell {
}

.membershipSeparatorRow {
 background-color: #000066;
}

.membershipTable {
 border: 2px solid #000066;
 text-align: left;
 padding: 5px;
}

.membershipUserID {
}

.shoppingTableBorder {
 background-color: #ffffff;
}

.WXSummaryBorder {
 background-color: #000080;
}

.WXSummary {
 background-color: #ffffff;
}

.newsThumbnail {
 border: 0;
 margin-bottom: 2px;
 margin-top: 2px;
 margin-right: 10px;
 float: left;
}

.calPrev {
 position: absolute;
 top: 0;
 left: 0;
}

.calNext {
 position: absolute;
 top: 0;
 right: 0;
}

.calMonth {
 position: relative;
 top: 0;
 left: 0;
 text-align: center;
 font-weight: bold;
 margin-left: 20px;
 margin-right: 20px;
}

.calGrid {
 margin-top: 15px;
 clear: both;
 width: 100%;
}

.calGrid td {
 text-align: right;
}

.calGrid tr.calWeek {
 font-weight: bold;
 text-align: center;
}

.calMonthGlance {
 padding-top: 10px;
}

.newsCopyright {
 font-family: verdana,arial,helvetica;
 text-align: center;
 width: 100%;
 font-size: 1;
 font-style: italic;
}

/********** Javascript popup calendar for edit controls *************/
#freedom_calendar {
 position: absolute;
 left: 100px;
 top: 100px;
 width: 175px;
 z-index: 100;
 visibility: hidden;
 clip: rect(0px 175px 145px 0px);
 height: 145px;
}
select.month {
 color: #1f6da3;
 width: 85px;
}
input.year {
 color: #1f6da3;
 width: 30px;
}
td.calDaysColor {
 color: #fff;
 background-color: #1f6da3;
 font-size: 11px;
}
td.calWeekend {
 color: #fff;
 background-color: #1f6da3;
}
td.calBgColor {
 color: #fff;
 background-color: #1f6da3;
}
.calBorderColor {
 color: #fff;
 background-color: #1f6da3;
}
td.calHighlightColor {
 color: #fff;
 background-color: #1f6da3;
}
a.calHighlightColor {
 color: #fff;
 background-color: #1f6da3;
}
a.cal {
 color: #fff;
 text-decoration: none;
}
a.cal:Hover {
 color: #fff;
 background-color: #348dbc;
 padding: 1px;
 text-decoration: none;
}
.disabled {
 color: #808080;
 text-decoration: none;
}
.butClass {
 border: 1px solid;
 border-color: #1f6da3;
}
.tdClass {
 padding-left: 3px;
}