/** YUI Reset - version: 2.7.0 - Copyright (c) 2009, Yahoo! Inc. All rights reserved. *
  * Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt   **/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
/* End YUI Reset */


/* GENERAL */

html {
  background-color: #000000;
  background-image: url('/images/template/background.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}
body {
  position: relative;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  margin: 0px auto;
  width: 970px;
}

a {
  color: #02689B;
}
a:hover {
  color: #1A97DA;
}

strong { font-weight: bold; }
em { font-style: italic; }

strong.required {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #CF2C0C;
}
em.hint {
  font-size: 10px;
}

input.text, textarea.text, select.dropdown {
  border: 1px solid #0275B7;
  padding: 2px;
  background-color: #E0FFFF;
}

table.form-general {
  
}
table.form-general td, table.form-general th {
  padding: 2px;
  *padding: 0px; /* IE6/7 - it throws extra padding on input elements... */
}
.small-labels label {
  font-size: .9em;
}

.gotcha {
  display: none;
}


/* HEADER */

#header-container {
  position: relative;
  width: 970px;
  height: 131px;
  background-image: url('/images/template/header/header-bg-xrepeat.jpg');
  background-position: -4px;
  background-color: #292D30;
  z-index: 500;
}
#header-left {
  position: absolute;
  top: 0px;  left: 0px;  width: 16px;  height: 131px;
  background-image: url('/images/template/header/header-bg-left.jpg');
}
#header-right {
  position: absolute;
  top: 0px;  right: 0px;  width: 15px;  height: 131px;
  background-image: url('/images/template/header/header-bg-right.jpg');
}

#header-greenbar {
  position: relative;
  height: 30px;
  text-align: right;
  padding: 7px;
}

#header-icons {
  position: absolute;
  top: 40px;
  right: 200px;
}
#header-icons li {
  float: left;
}

#header-logo {
  position: absolute;
  top: -1px;
  left: -10px;
  z-index: 1000;
}

#header-funcard {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 1000;
}

#header-alert-container{
  background-image:url('/images/template/header/announcements-bg1.png');
  background-repeat:no-repeat;
  width:405px;
  height:57px;
  position:absolute;
  left:150px;
  top:34px;
}
#header-alert-content{
  width:325px;
  height:34px;
  overflow:auto;
  position:absolute;
  left:70px;
  top:12px;
  color:#F2E600;
  padding-right:6px;
  font-weight:bold;
  font-size:13px;
  line-height:16px;
}


/* MAIN-MENU */

#main-menu {
  position: absolute;
  bottom: 0px;
  left: 145px;
  text-align: center;
}
#main-menu .menu-gear {
  position: relative;
  float: left;
  z-index: 200;
}
#main-menu .menu-gear img {
  position: absolute;
  top: -6px;
  left: -21px;
}
#main-menu .menu-node { /* container that  holds an entire submenu and triggers the hover animations */
  position: relative;
  float: left;
  z-index: 100;
}
#main-menu .menu-node .menu-title {
  width: 120px;
  padding: 7px 0px;
  background-image: url('/images/template/main-menu/menu-node-bg-black-30.png');
  cursor: pointer;
}
#main-menu .menu-node .menu-node-top {
  position: absolute;
  top: 0px;  left: 0px;  width: 120px;  height: 5px;
  overflow: hidden;
}
#main-menu .menu-node .menu-node-top div {
  position: relative;
  width: 360px;  height: 5px;
  background-image: url('/images/template/main-menu/menu-node-top.png');
}
#main-menu .menu-node .menu-node-bottom {
  position: absolute;
  bottom: 0px;  left: 0px;  width: 120px;  height: 5px;
  overflow: hidden;
}
#main-menu .menu-node .menu-node-bottom div {
  position: relative;
  width: 360px;  height: 5px;
  background-image: url('/images/template/main-menu/menu-node-bottom.png');
}
#main-menu .menu-submenu-container { /* this is the always-visible container that the submenu-wrapper element hides within */
  position: absolute;
  overflow: hidden;
  left: -20px;
  width: 160px;
}
#main-menu .menu-submenu-wrapper { /* this is the part of the submenu that is animated */
  position: relative;
  width: 160px;
  margin-top: -9999px; /* this hides the submenu - js animation modifies this property */
}
#main-menu .menu-submenu-wrapper .menu-submenu-left {
  position: absolute;
  left: 3px;  bottom: 10px;  width: 6px;  height: 600px;
  background-image: url('/images/template/main-menu/submenu-frame-left.png');
}
#main-menu .menu-submenu-wrapper .menu-submenu-right {
  position: absolute;
  right: 3px;  bottom: 10px;  width: 6px;  height: 600px;
  background-image: url('/images/template/main-menu/submenu-frame-right.png');
}
#main-menu .menu-submenu-wrapper .menu-submenu-bottom {
  position: absolute;
  left: 0px;  bottom: 0px;  width: 160px;  height: 10px;
  background-image: url('/images/template/main-menu/submenu-frame-bottom.png');
}
#main-menu .menu-submenu-list {
  display: block;
  padding-bottom: 5px;
  *padding-bottom: 3px !important; /*IE6-7*/  /* this hack combines two ugly hacks, to single out IE7's padding issue */
  *padding-bottom: 7px; /*IE6*/  /* this hack combines two ugly hacks, this line affects only IE6 */
}
#main-menu .menu-submenu-list li {
  display: block;
  width: 152px;
  margin: 0px auto;
  *margin-top: -2px; /*IE6-7*/  /* the *property method works fine to target IE, but does not validate! */
}
#main-menu .menu-submenu-list li a { /* clickable area */
  display: block;
  width: 152px;
  padding: 6px 0px;
  border-bottom: 1px solid #444444;
  background-image: url('/images/template/main-menu/submenu-item-bg-white-80.png') !important;
  background-image: none; /*IE6*/  /* png fix method does not allow for css-driven image swaps, use solid color instead */
  background-color: transparent !important;
  background-color: #EEEEEE; /*IE6*/
}
#main-menu .menu-submenu-list li a:hover { /* clickable area hover */
  background-image: url('/images/template/main-menu/submenu-item-bg-lightblue-85.png') !important;
  *background-image: none !important; /*IE6-7*/  /* IE6 can't support css-driven png rollovers, IE7 supports glitches it */
  background-color: transparent !important;
  *background-color: #B2DAF1 !important; /*IE6-7*/
}




/*** BODY AREA ***/

#body-container {
  position: relative;
  height: 453px;
  background-color: #49B8F0;
  z-index: 400;
}


/*** MAIN-CONTENT ***/

#main-viewport {
  position: absolute;
  top: 0px;  left: 0px;  width: 764px;  height: 453px;
  overflow: hidden;
}
#main-viewport-frame-top {
  position: absolute;
  top: 0px;  left: 25px;  width: 714px;  height: 17px;
  background-image: url('/images/template/main-content/frame-top-edge.png');
}
#main-viewport-frame-topright {
  position: absolute;
  top: 0px;  right: 0px;  width: 25px;  height: 25px;
  background-image: url('/images/template/main-content/frame-top-right-corner.png');
}
#main-viewport-frame-right {
  position: absolute;
  top: 25px;  right: 0px;  width: 13px;  height: 403px;
  background-image: url('/images/template/main-content/frame-right-edge.png');
}
#main-viewport-frame-bottomright {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px; /*IE6*/
  right: 0px;  width: 25px;  height: 25px;
  background-image: url('/images/template/main-content/frame-bottom-right-corner.png');
}
#main-viewport-frame-bottom {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px; /*IE6*/
  left: 25px;  width: 714px;  height: 17px;
  background-image: url('/images/template/main-content/frame-bottom-edge.png');
}
#main-viewport-frame-bottomleft {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px; /*IE6*/
  left: 0px;  width: 25px;  height: 25px;
  background-image: url('/images/template/main-content/frame-bottom-left-corner.png');
}
#main-viewport-frame-left {
  position: absolute;
  top: 25px;  left: 0px;  width: 16px;  height: 403px;
  background-image: url('/images/template/main-content/frame-left-edge.png');
}
#main-viewport-frame-topleft {
  position: absolute;
  top: 0px;  left: 0px;  width: 25px;  height: 25px;
  background-image: url('/images/template/main-content/frame-top-left-corner.png');
}
#main-content {
  position: relative;
  top: 9px;  left: 7px;
  width: 754px;  height: 436px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.main-content-background {
  position: absolute;
}
.main-content-copy {
  position: relative;
  padding: 8px 10px;
  color: #FFFFFF;
}
.main-content-copy .column2 {
  float: left;
  position: relative; /*IE6 layering*/
  width: 343px;
  padding: 0px 12px;
}
.main-content-copy .column3 {
  float: left;
  position: relative; /*IE6 layering*/
  width: 220px;
  padding: 0px 12px;
}
.main-content-copy h1 {
  font-size: 24px;
  font-weight: bold;
}
.main-content-copy h2 {
  font-size: 18px;
  font-weight: bold;
}
.main-content-copy h3 {
  font-size: 14px;
  font-style: italic;
}
.main-content-copy p {
  font-size: 12px;
  margin-bottom: 4px;
}


/** SLIDESHOWS **/
.slideshow-container {
  position: relative;
}
.slideshow-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  xoverflow:hidden;
}




/*** SIDE-CONTENT ***/

#side-viewport {
  position: absolute;
  top: 0px;  right: 0px;  width: 206px;  height: 453px;
  overflow: hidden;
}
#side-viewport-frame-top {
  position: absolute;
  top: 0px;  left: 23px;  width: 157px;  height: 18px;
  background-image: url('/images/template/side-content/frame-top-edge.png');
}
#side-viewport-frame-topright {
  position: absolute;
  top: 0px;  right: 0px;  width: 26px;  height: 28px;
  background-image: url('/images/template/side-content/frame-top-right-corner.png');
}
#side-viewport-frame-right {
  position: absolute;
  top: 28px;  right: 0px;  width: 16px;  height: 399px;
  background-image: url('/images/template/side-content/frame-right-edge.png');
}
#side-viewport-frame-bottomright {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px; /*IE6*/
  right: 0px;  width: 26px;  height: 26px;
  background-image: url('/images/template/side-content/frame-bottom-right-corner.png');
}
#side-viewport-frame-bottom {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px; /*IE6*/
  left: 23px;  width: 157px;  height: 18px;
  background-image: url('/images/template/side-content/frame-bottom-edge.png');
}
#side-viewport-frame-bottomleft {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px; /*IE6*/
  left: 0px;  width: 23px;  height: 26px;
  background-image: url('/images/template/side-content/frame-bottom-left-corner.png');
}
#side-viewport-frame-left {
  position: absolute;
  top: 28px;  left: 0px;  width: 13px;  height: 399px;
  background-image: url('/images/template/side-content/frame-left-edge.png');
}
#side-viewport-frame-topleft {
  position: absolute;
  top: 0px;  left: 0px;  width: 23px;  height: 28px;
  background-image: url('/images/template/side-content/frame-top-left-corner.png');
}
#side-content {
  position: relative;
  top: 9px;  left: 4px;
  width: 194px;  height: 436px;
  background-color: #292D30;
  background-image: url('/images/template/side-content/background-gradient.jpg');
  overflow: hidden;
  color: #FFFFFF;
}


/*** SIDE MARQUEE ***/

#side-funmeter-container {
  position: relative;
  width: 170px;  height: 100px;
  margin: 0px auto;
  margin-top: 15px;
  text-align: center;
}
#side-marquee-container {
  position: relative;
}
#side-marquee-content-container {
  position: relative;
  width: 168px;  height: 117px;
  margin: 0px auto;
  background-image: url('/images/template/side-content/marquee-box.png');
  background-repeat: no-repeat;
  overflow: hidden;
}
#side-marquee-content-wrapper {
  position: relative;
}
.side-marquee-content-item {
  position: relative;
  width: 160px;  height: 109px;
  margin: 0px auto;
  padding: 4px;
  text-align: center;
  overflow: hidden;
}
#side-marquee-teaser-container {
  position: relative;
  width: 146px;  height: 200px;
  margin: 0px auto;
  margin-top: -1px; /*hides the border-top*/
  overflow: hidden;
}
#side-marquee-teaser-wrapper {
  position: relative;
}
.side-marquee-teaser-item {
  position: relative;
  padding: 10px 5px;
  border-top: 1px solid #666666;
  text-align: right;
  cursor: pointer;
  overflow: hidden;
}







/*** FOOTER-CONTENT ***/

#footer-viewport {
  position: relative;
  top: 0px;  left: 0px;  width: 768px;
  overflow: hidden;
}
#footer-viewport-frame-top {
  position: absolute;
  top: 0px;  left: 24px;  width: 720px;  height: 16px;
  background-image: url('/images/template/footer-content/frame-top-edge.png');
}
#footer-viewport-frame-topright {
  position: absolute;
  top: 0px;  right: 0px;  width: 24px;  height: 50px;
  background-image: url('/images/template/footer-content/frame-top-right-corner.png');
}
#footer-viewport-frame-right {
  position: absolute;
  top: 50px;  bottom: 50px;  right: 0px;  width: 19px; /* IE6 Note - IE6 does not support supplying top+bottom for dynamic height; IE6's height is computed in a javascript helper in the document */
  background-image: url('/images/template/footer-content/frame-right-edge.png');
  overflow: hidden; /*IE6 - to fix problem with height<10px */
}
#footer-viewport-frame-bottomright {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px; /*IE6*/
  right: 0px;  width: 24px;  height: 50px;
  background-image: url('/images/template/footer-content/frame-bottom-right-corner.png');
}
#footer-viewport-frame-bottom {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px; /*IE6*/
  left: 24px;  width: 720px;  height: 17px;
  background-image: url('/images/template/footer-content/frame-bottom-edge.png');
}
#footer-viewport-frame-bottomleft {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px; /*IE6*/
  left: 0px;  width: 24px;  height: 50px;
  background-image: url('/images/template/footer-content/frame-bottom-left-corner.png');
}
#footer-viewport-frame-left {
  position: absolute;
  top: 50px;  bottom: 50px;  left: 0px;  width: 19px; /* IE6 Note - IE6 does not support supplying top+bottom for dynamic height; IE6's height is computed in a javascript helper in the document */
  background-image: url('/images/template/footer-content/frame-left-edge.png');
  overflow: hidden; /*IE6 - to fix problem with height<10px */
}
#footer-viewport-frame-topleft {
  position: absolute;
  top: 0px;  left: 0px;  width: 24px;  height: 50px;
  background-image: url('/images/template/footer-content/frame-top-left-corner.png');
}
#footer-content {
  position: relative;
  width: 746px;  min-height: 96px;
  margin: 8px 11px !important;
  margin-bottom: 7px; /*IE6 - off by one*/
  background-color: #E0FFFF;
}

.footer-content-copy {
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.4;
}
.footer-content-copy h2 {
  font-size: 14px;
  font-weight: bold;
}
.footer-content-copy p {
  margin-bottom: 2px;
}


/* FOOTER AREA */

#footer-container {
  position: relative;
  height: 100%; /*IE6*/
  background-image: url('/images/template/footer/footer-bg-repeat.jpg');
  background-color: #49B8F0;
}
#footer-top {
  position: absolute;
  top: 0px;  left: 0px;  width: 100%;  height: 50px;
  background-image: url('/images/template/footer/footer-bg-top.jpg');
  background-repeat: repeat-x;
}
#footer-bottom {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px; /*IE6*/
  left: 0px;  width: 100%;  height: 50px;
  background-image: url('/images/template/footer/footer-bg-bottom.jpg');
  background-repeat: repeat-x;
}

#footer-greenbar-container {
  position: relative;
  height: 20px;
  background-image: url('/images/template/footer/footer-greenbar-bg-xrepeat.jpg');
  background-repeat: repeat-x;
  background-color: #B7F031;
}
#footer-greenbar-left {
  position: absolute;
  top: 0px;  left: 0px;  width: 15px;  height: 20px;
  background-image: url('/images/template/footer/footer-greenbar-bg-left.jpg');
}
#footer-greenbar-right {
  position: absolute;
  top: 0px;  right: 0px;  width: 15px;  height: 20px;
  background-image: url('/images/template/footer/footer-greenbar-bg-right.jpg');
}
#footer-greenbar-content {
  position: relative;
  text-align: center;
  font-size: 10px;
  padding-top: 3px;
  color: #54682B;
}
#footer-greenbar-content a {
  color: #54682B;
}
#footer-greenbar-content a:hover {
  color: #6B9330;
}


#footer-promo {
  position: absolute;
  top: 2px; right: 6px;
  width: 200px;
  text-align: center;
  z-index: 500;
}



#validators, #validators li { /* TEMPORARY */
  display: inline;
}