/***********************************************/
/* TAB STYLES                                 */
/***********************************************/ 
#tabText{
	float:left;
	width:550px;
	position:absolute;
	padding-left:10px;
	color:#666;
	background-color:transparent;
	top:485px;
	border:1px solid #3292c6;
	left:240px;
	}
	
#tabText h1{
	font-size:14px;
 	font-weight: bold;
	}
#tabText h2{
	font-size:12px;
 	font-weight: bold;
	}
	
#tabText p{
	font-size:13px;
	padding-bottom:5px;
	background-color:transparent;
	}
#tabText a{
	font-size:13px;
	color:#3292c6;
	display:block;
	}

	
#tabs ul.tab {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #778;
    font-weight: bold;
}

#tabs ul.tab li {
    display: inline;
    padding: 3px 0.5em;
    margin-left: 3px;
    border-top: 1px solid #778;
    border-left: 1px solid #778;
    border-right: 1px solid #778;
    border-bottom: none;
    background: top repeat-x #519CD0;
    white-space: nowrap;
    color: white;
    cursor:pointer;
}

#tabs ul.tab li.tab_selected {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: black;
}

#lists ul{
	margin:0 0 1em 2em;
	padding:0;
	}
	
#lists ul li
{
  /* Stipulate the height of each item so that 
  vertical return = items * height */

  line-height: 1.2em;

  /* Clear the default margins & padding 
  so we can style the list from scratch */

  margin: 0;
  padding-left: 5px;
  list-style-position:inside;
}

/* If li position is left static, Internet 
Explorer disables hyperlinks in the list 
in all but the final column.

This rule will be processed only by 
Internet Explorer because only IE believes 
that there’s a level above HTML: */

* html #lists ul li
{
	position: relative;
}

/* horizontal position of each column */

#lists ul li.column1 { margin-left: 0em; }
#lists ul li.column2 { margin-left: 17em; }


/* Bring the first item of each column 
back up to the level of item 1.
Vertical return = items * height.
Here, 5 items * 1.2em line-height = 6em */

#lists li.reset
{
  margin-top: -16em;
}


#lists li.reset1
{
  margin-top: -15em;
}