.p7TPpanel {
	border: 0;
}
.p7TPwrapper {
	padding: 0;

}
.p7TPheader {
	padding: 0;
}
.p7TP_tabs {
	padding: 0;
	margin:0;
	background-image:url(/images/site/tab_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width: 250px;
	margin-left:0px;
}

/* Normal Tab Controls, this controls the hight and width of the tabs */
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP5 .p7TP_tabs a {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size:12px;
	background: #bdf url(/images/site/tabHomePage.gif);
	border-bottom:1px solid white;
	color: #ffffff;
	display: block;
	float: left;
	height: 36px;
	padding-left: 8px;
	text-decoration: none;
	padding-bottom: 0px;
	padding-top:3px;
	width:117px;
	margin:0px;
	background-color: #fff;
}

/* This is the class for tabs that have more then 2 lines */
.twoLine a {
	height: 34px !important;
	padding-top:3px !important;
	width:118px;
}

/* Hover state for all tabs */
#p7TP1 .p7TP_tabs a:hover, #p7TP2 .p7TP_tabs a:hover, 
#p7TP3 .p7TP_tabs a:hover, #p7TP4 .p7TP_tabs a:hover, 
#p7TP5 .p7TP_tabs a:hover, #p7TP1 .p7TP_tabs a:active, 
#p7TP2 .p7TP_tabs a:active, #p7TP3 .p7TP_tabs a:active,
#p7TP4 .p7TP_tabs a:active, 
#p7TP5 .p7TP_tabs a:active {
	color:#fff;
	background-color: transparent;
	text-decoration:none;
	
}
.p7TP_tabs div {
	display: block;
	float: left;
}
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Tab content section */
.p7TPcontent {
	color: #fff;
	padding: 0 2px 2px;
	background-color: transparent;
	font-size: 1em;
	height:139px;
	background-image:url(/images/site/bgHomePageTabLast.gif);
	background-position:bottom center;
	position: relative;
	z-index: 1;
	border:none;
	margin-bottom:0px;
	margin-right:0px;
	background-repeat:none;
}

.p7TPcontent p{
	padding-left:8px;
	padding-right:8px;
	color: #4D4F53 !important;
	background-color: #FFFFFF;
	line-height:16px;
	margin:0;
	padding-top:0;
	padding-bottom:0 !important;
	height:17px;
	
	
}

.p7TPcontent p a{
	color: #4D4F53 !important;
	background-color: transparent !important;
	height:15px;
	text-decoration:none;
	padding:0;
	margin:0;
}


p.firstParagraph{
	padding-bottom:6px !important;
	padding-left:8px;
	padding-right:8px;
	color: #4D4F53 !important;
	background-color: #FFFFFF !important;
	line-height:12px;
	margin:0;
	height:35px;
	padding-top: 3px;
	
}

.p7TPcontent h2, .p7TPcontent h3, 
.p7TPcontent h4 {
	font-size: 1.1em;
	color: #4D4F53;
	margin: 0px;
	line-height: normal;
}

/* Tabs that are active or pressed */
#p7TP1 .p7TP_tabs div.down, #p7TP2 .p7TP_tabs div.down, 
#p7TP3 .p7TP_tabs div.down, #p7TP4 .p7TP_tabs div.down, 
#p7TP5 .p7TP_tabs div.down {
	display:block;
	width: 125px;
}
#p7TP1 .p7TP_tabs div.down a, #p7TP2 .p7TP_tabs div.down a, 
#p7TP3 .p7TP_tabs div.down a, #p7TP4 .p7TP_tabs div.down a, 
#p7TP5 .p7TP_tabs div.down a {
	/*background:url(/images/site/tabHomePage.gif);*/
	/*background-position: 0 -37px;*/
	/*border-bottom:1px solid #8abac4;*/
}

/* Tab text that is displayed */
#tabText {
	background-image:none !important;
	width:300px !important;
	display:block !important;
	border-bottom: 1px solid #808284;
}

#tabText a{
	color:#63a3b0 !important;
	background-image:none !important;
	height:27px !important;
	width:auto !important;
}

#tabText a:hover{
	color:#249ab5 !important;
	background-image:none !important;
	height:27px !important;
	text-decoration:underline !important;
}

/* First Tab Controls */
#p7TP1 .p7TP_tabs div.down a#first{
	background:url(/images/site/tab_firstHomePage.gif);
	background-position: 0 -37px;
	color:#B71234 !important;
	width:117px;
}

#p7TP1 .p7TP_tabs a#first{
	background:url(/images/site/tab_firstHomePage.gif);	
}

/* Last Tab Controls */
#p7TP1 .p7TP_tabs div.down a#last{
	background:url(/images/site/tab_lastHomePage.gif);
	background-position: 0 -37px;
	color:#B71234 !important;
	width:117px;
}

#p7TP1 .p7TP_tabs a#last{
	background:url(/images/site/tab_lastHomePage.gif);
}

/*HIDE the TABS*/
.p7TP_tabs {
	display: none;
}



