/* 
========================================================================
FRONTTABS.CSS
Styles the tab dialogue box on the front page
========================================================================
*/

.tabs
	{
	position: relative;
	height: 21px;
	margin: 0;
	padding: 0;
	background: #bbbbcf;
	overflow: hidden;
	}

#tab1, #tab2, #tab3, #tab4, #tab5
	{
	color: #00449e;
	}

a#tab1:hover, a#tab1.tab-active, a#tab2:hover, a#tab2.tab-active, a#tab3:hover, a#tab3.tab-active, a#tab4:hover, a#tab4.tab-active, , a#tab5:hover, a#tab5.tab-active
	{

	}

.tabs li
	{
	display: inline;
	padding: 0;
	margin: 0;
	}

.tabs a:hover
	{
	background: #eef;
	height: 21px;
	}
	
.tabs a.tab-active
	{
	background: #dde;
	height: 21px;
	color: #f40;
	border-top: 1px solid #ccd;
	}	

.tabs a
	{
	display: block;
	width: 95px;
	float: left;
	color: #fff;
	height: 21px;
	font: 7.5pt verdana, helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	padding: 3px 3px 0px 9px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #88a;
	border-top: 1px solid #fff;
	}
	
#tab1
	{
	border-left: 1px solid #dde;
	}
	
#tab5
	{
	border-right: 1px solid #dde;
	}
		
.tab-container
	{
	width: 545px;
	height: 230px;
	background: #dde url("../templateimages/tab_mainarea.png") repeat-x;
	margin-bottom: 0px;
	border-right: solid 1px #aab;
	border-bottom: solid 1px #ccd;
	color: white;
	}

.tab-panes
	{
	padding: 0px;
    padding-left: 13px;
	}

.tabright
	{
	width: 325px;
	float: right;
	}
	
.pane
	{
	margin-top: 0px;
	height: 100%;
	width: 100%;
	}
	
.pane strong, .pane h1
	{
	color: #f40;
	font-size: 13px;
	margin: 0;
	font-weight: bold;
	letter-spacing: -1px;
	}
	
.pane h2
	{
	color: #AA3300;
	margin-bottom: 2px;
	font-weight: bold;
	letter-spacing: 0px;
	}
	
.pane p
	{
	color: #112;
	width: 255px;
	}
	
.infobox 
{
    margin-top: 17px;
	background: #555555 url("../templateimages/tab_mainarea1.png") no-repeat fixed bottom-right;
	color: #000;
	padding: 5px;
	height: 151px;
	width: 250px;
    float: right;
	overflow: auto;
    }

.infobox li {
	padding-top: 3px;
	margin-left: -14px;
    }
    
a.linkMoreInfo 
{
    position: absolute;
    left: 13px;
    top: 190px;
    display: block;
}

a.linkMoreInfo2
{
    position: absolute;
    left: 133px;
    top: 190px;
    display: block;
}
