/* this page formats the three tabs on the home page*/

body {
	margin: 0;
	padding: 0;
}

/* @group 3TAB BOX */

#threetabBox {
	margin-top: 42px;
}

#threetabBox #tabBoxbody {
	background-color: white;
	width: 568px;
	height: 244px;
	border-left: 1px solid #c8c6ba;
	border-bottom: 1px solid #c8c6ba;
	border-right: 1px solid #c8c6ba;
	padding-top: 2px;
}

#threetabBox #tabBoxbody #tab1Table {
	padding-top: 4px;
	padding-left: 4px;
}
#threetabBox #tabBoxbody #tab2Table {
	padding-top: 4px;
	padding-left: 4px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}
#threetabBox #tabBoxbody #tab3Table {
	padding-top: 4px;
	padding-left: 4px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#threetabBox #tabBoxbody #tab2Table a:link {
	color: #d30000;
	text-decoration: none;
}
#threetabBox #tabBoxbody #tab3Table a:link {
	color: #d30000;
	text-decoration: none;
}

#threetabBox #tabBoxbody #tab2Table a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}
#threetabBox #tabBoxbody #tab2Table a:visited {
	color: #4e4e4e;
	text-decoration: underline;
}
#threetabBox #tabBoxbody #tab3Table a:visited {
	color: #4e4e4e;
	text-decoration: underline;
}


#threetabBox #tabBoxbody #tab3Table a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}






#threetabBox #tabBoxbody #tab1Table #cell1{
	height: 231px;
	width: 367px;
	margin: 0;
	padding: 0 5px 0 0;
}



#threetabBox #tabBoxbody #tab1Table #cell2{
	background: url(../img/main/tabPix/tab1TextBak.jpg) no-repeat 0 0;
	width: 181px;
	vertical-align: top;
	color: #e4d0ad;
}

#threetabBox #tabBoxbody #tab1Table #cell2 p {
	padding-left: 12px;
	padding-right: 8px;
	font-size: 13px;
}

#threetabBox #tabBoxbody #tab1Table #cell2 .hedr3 {
	color: #efd29c;
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding-left: 12px;
	padding-top: 12px;
}

.twoColFixLtHdr #mainContent #threetabBox #tabRow  {
}

#threetabBox #tabRow  #tabTable {
	height: 25px;
	
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}


#tabRow #tabRightside {
	width: 9px;
	background: url(../img/shared_assets/tab-rightside.png) no-repeat 0 0;
}

#tabRow #tabLeftside {
	width: 9px;
	background: url(../img/shared_assets/tab-leftside.png) no-repeat 0 0;
}

#tabRow #tabRightside-idle {
	width: 9px;
	background: url(../img/shared_assets/tab-rightside_idle.png) no-repeat 0 0;
}

#tabRow #tabLeftside-idle {
	width: 9px;
	background: url(../img/shared_assets/tab-leftside_idle.png) no-repeat 0 0;
}

#tabRow #tabTable .active {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	margin: 0;
	background-color: white;
	border-top: 1px solid #c8c6ba;
}

#tabRow #tabTable .idle {
	vertical-align: top;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	margin: 0;
	color: #817c7b;
	background-image: url(../img/shared_assets/tabbak_idle.png);
}

#tabRow #tabTable .idle a:link {
	color: #817c7b;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: url(../img/shared_assets/tab-arrow_side.png) no-repeat 2px 2px;
	padding-left: 19px;
}

#tabRow #tabTable .idle a:visited {
	color: #817c7b;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: url(../img/shared_assets/tab-arrow_side.png) no-repeat 2px 2px;
	padding-left: 19px;
}

#tabRow #tabTable .idle a:hover {
	color: #c75a23;
}

#tabRow #home{
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	color: #726155;
	background: white url(../img/shared_assets/tab-arrow_down.png) no-repeat 0 3px;
	padding-left: 19px;
	margin: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}


/* @end */

