 /*--------------CONTENT DIVS------------------------*/
      #submenu {
      float:left;
      position:relative;
      left:29px;
      top:2px;
      width:300px;
      height:16px;
      z-index:+1;
	  padding: 0 0 0 8px;
	  }
	  
	  #submenu a{
	  font: bold 10px/14px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	  color: #7a7a7a;
	  position:relative;
	  text-decoration: underline;
	  }
	  
	  #submenu p{
	  font: bold 10px/14px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	  color: #7a7a7a;
	  position:relative;
	  text-decoration: none;
	  }
	  #content {
      	background-image: url('/images/actionbg.jpg');
      	background-repeat:no-repeat;
        float:left;
        position:relative;
        left:0px;
        top:-20px;
        width:858px;
        height:625px;
        z-index: 0;
      }
      #left {
        float: left;
        position:relative;
        top:0px;
        left:0px;
        width: 0px;
        height: 0px;
        background-color:#569643;
        filter:alpha(opacity=70);
        -moz-opacity:.70;
        opacity:.70;
        z-index:0;
      }
      #leftcol {
      float: left;
      position:relative;
      top:10px;
      left:29px;
      margin: 0 0 0 0;
      width: 800px;
      height: 615px;
      z-index:0;
      }
      #rightcol { 
      float:left;
      position:relative;
      top:10px;
      left:29px;
      width: 0px;
      height: 0px;
      }
      #right_top {
      position: relative;
      top:25px;
      width: 195px;
      height: 314px;
      float: left;
      clear: right;
      }
	  
	  #actionmovie{
	  background-image: url('/images/actionmoviebg.png');
	  background-repeat:no-repeat;
	  position:relative;
	  float:right;
	  width:272px;
	  height:232px;
	  padding: 5px;
	  top:-2px;
	  right: -8px;
	  z-index:-2;
	  }
	  
	  #acttitle{
	  background-image: url('/images/actiontitle.png');
	  background-repeat:no-repeat;
	  position:relative;
	  float:left;
	  width:476px;
	  height:66px;
	  padding: 0;
	  top:40px;
	  left: 32px;
	  }
      
      #calendarlink{
      background-image: url('/images/calbg.png');
      background-repeat:no-repeat;
      position:relative;
      float:left;
      width:289px;
      height:24px;
      padding:4px 0 4px 8px;
      top:55px;
      left:210px;
      }
      
      #calendarlink p{
      font: normal 12px/14px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	  color: #ffffff;
      }
      
      #calendarlink a{
      font: normal 12px/14px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	  color: #ffffff;
      text-decoration:underline;
      }
      
      #calendarlink a:hover{
      font: normal 12px/14px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	  color: #a8a8a8;
      text-decoration:none;
      }
      
	  #actbase{
	  background-image: url('/images/actbaseborder.png');
	  background-repeat:no-repeat;
	  position:relative;
	  float:left;
	  width:735px;
	  height:373px;
	  padding: 0;
	  top:-20px;
	  left:14px;
	  z-index:-3;
	  }
	  
      .pbullets{
      padding:0;
      margin:0;
      list-style:square; 
      font: normal 12px/18px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
      color: #25576e;
      }
      
      .ui-tabs-vertical .ui-tabs-panel .buttrow{
      position:relative;
      width: 800px;
      height: 95px;
      }
      
      .buttrow img.butts{
      position:relative;
      left:40px;
      top:4px;
      padding:0 35px 0 0;
      }
      
      .namerow{
      position:relative;
      width:800px;
      height:10px;
      top:-2px;
      padding:0 0 6px 0;
      font: normal 10px/12px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
      color: #25576e;
      }
      
      .namerow span{
      padding:0 15px 0 0;
      }
      
      /*--------------rollover menu------------------------*/

     a.welcomeroll{
      display: block;
      width: 73px;
      height: 26px;
      background: url('/images/welcome.png') 0 0 no-repeat;
      text-decoration: none;
      }
	  a.welcomeroll:hover{
      background-position: -73px 0;
      }
      a.serveroll{
      display: block;
      width: 47px;
      height: 26px;
      background: url('/images/serve.png') -47px 0 no-repeat;
      text-decoration: none;
      }
      a.loveroll{
      display: block;
      width: 41px;
      height: 26px;
      background: url('/images/love.png') 0 0 no-repeat;
      text-decoration: none;
      }
      a.loveroll:hover{
      background-position: -41px 0;
      }
      a.experienceroll{
      display: block;
      width: 84px;
      height: 26px;
      background: url('/images/experience.png') 0 0 no-repeat;
      text-decoration: none;
      }
      a.experienceroll:hover{
      background-position: -84px 0;
      }
      a.journeyroll{
      display: block;
      width: 67px;
      height: 26px;
      background: url('/images/journey.png') 0 0 no-repeat;
      text-decoration: none;
      }
      a.journeyroll:hover{
      background-position: -67px 0;
      } 