/* Home CSS Document */

#breadcrumbsWrapper, #content h1, #subnavWrapper li.menuitem_form_4 {display: none;}

.massiveforcer                    {height: 226px; width: 1px; float: left; display: inline;}

#backgroundrpt                    {background: url(../images/design/background_innerrpt.jpg) repeat-x top;}
#background                       {background: url(../images/design/main.jpg) center 70px no-repeat;}

#header {height: 555px;}

#welcome {float: right; width: 660px; height: 350px; color: #333;}
#welcome h2 {text-shadow: 1px 1px 1px #fff, 1px 1px 13px #ccc;}
#welcome strong {color: #FF0000;}
#welcome a {color: #666;}
#welcomecontent {height: 325px; padding-top: 15px;}

#latestbar {float: left; display: inline; width: 960px; height: 68px;}
.latest    {float: left; display: inline; width: 380px; height: 58px; margin: 0 0 0 40px; padding: 10px 0 0 60px; color: #fff; font-size: 90%; line-height: 135%;}
.latest p {margin: 0; display: inline;}
#latestnews {background: url(../images/design/latest_news.png) left no-repeat; color: #ffc200;}
#latestnews strong {color: #dc5721;}
#latestnews ul, #latestnews li {list-style: none; padding: 0; margin: 0; display: inline;}
#latestnews a {color: #ffc200;}
#latestnews a:hover {color: #FFCC33;}
#twitter {background: url(../images/design/latest_twitter.png) left no-repeat; color: #c0e0f6;}
#twitter strong {color: #70dfff;}

#main                             {margin: 15px 0 0 0;}

#contentWrapper                   {}

#subnavWrapper                    {margin: 0;}

#newsletterForm {width: 200px; float: left; display: inline; margin: 10px 0 0 40px; color: #FFFF99;}
#newsletterForm h3 {line-height: 110%;}
#newsletterForm form {margin: 0; width: 180px;}
#newsletterForm input[type="text"] {width: 172px; margin: 0 0 5px 0; background: #333; color: #fff; border: 1px solid #000; border-bottom: 1px solid #666; border-right: 1px solid #666; padding: 4px;}
#newsletterForm small {color:#CC0000; line-height: 130%; display: inline; float: left; width: 100px;}
#newsletterForm .formSubmitButton {float: right; display: inline;}

#content h1, #content h2          {margin: 0 0 0.55em 0;}
.homecontent                      {float: left; display: inline; width: 240px; margin-right: 20px;}
.advert                           {float: right; display: inline;}


/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { float: left; display: inline; width: 240px; height: 360px; position: relative; margin: 0 30px 15px 0; }
.anythingSlider .wrapper                { width: 240px; overflow: auto; height: 341px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: none; border-top: none; border-bottom: 3px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 325px; width: 240px; margin: 0; }
.anythingSlider .arrow                  { display: none; height: 100px; width: 37px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -37px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -100px; }
.anythingSlider .back:hover             { background-position: -37px -100px; }

#thumbNav                               { position: relative; top: 328px; width: 170px; padding: 0 0 0 10px; text-align: left; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 0px 5px; width: 40px; text-align: center; position: absolute; right: 10px; top: 328px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; color: #fff;}
#start-stop:hover                       { background-image: none; }
#background #start-stop                 {color: #fff;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

