﻿/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:940px;
	height:52px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(/img/about/Tab_Button_Matrix.gif) no-repeat;
	display:block;
	height: 55px;   
	width: 235px; 	
	padding:0px;
	margin:0px;
	border-style:none;
	
	
	/* font decoration */
	
	font-size:12px;
	line-height:55px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; color:#fff; }
#flowtabs #t2 			{ background-position: -235px 0; color:#fff; }
#flowtabs #t3 			{ background-position: -470px 0; }
#flowtabs #t4 			{ background-position: -705px 0; width:235px;}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -55px; }
#flowtabs #t2:hover 	{ background-position: -235px -55px; }
#flowtabs #t3:hover 	{ background-position: -470px -55px; }
#flowtabs #t4:hover 	{ background-position: -705px -55px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; line-height:55px; }
#flowtabs #t1.current { background-position:      0 -110px; }
#flowtabs #t2.current { background-position: -235px -110px; }
#flowtabs #t3.current { background-position: -470px -110px; }
#flowtabs #t4.current { background-position: -705px -110px; }



/* panes */
#flowpanes {
	background: url(/img/about/Tab_Button_Matrix.gif) no-repeat 0 -165px;		
	width:940px;

	/*height:450px;	*/
}


/* single pane */
#flowpanes div {
	display: inherit; /*Changed from none to inherit for IE7 issue */
	color:Black;
		
	
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}


#flowpanes p, #flowpanes samp {
	color:#ccc;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}






/*Flow Tabs on Contact Us */
#flowtabs2 {
	
	/* dimensions */
	width:940px;
	height:52px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs2 li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs2 li a {
	background: url(/img/Contact_Us/Contact_Us_Tab_Button_Matrix.gif) no-repeat;
	display:block;
	height: 55px;   
	width: 235px; 	
	padding:0px;
	margin:0px;
	border-style:none;
	
	
	/* font decoration */
	
	font-size:12px;
	line-height:55px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs2 #t1 			{ background-position: 0 0; color:#fff; }
#flowtabs2 #t2 			{ background-position: -235px 0; color:#fff; }
#flowtabs2 #t3 			{ background-position: -470px 0; }
#flowtabs2 #t4 			{ background-position: -705px 0; width:235px;}
 
/* mouseover state */
#flowtabs2 a:hover 		{ color:#fff;	 }
#flowtabs2 #t1:hover 	{ background-position:      0 -55px; }
#flowtabs2 #t2:hover 	{ background-position: -235px -55px; }
#flowtabs2 #t3:hover 	{ background-position: -470px -55px; }
#flowtabs2 #t4:hover 	{ background-position: -705px -55px; }

/* currently selected tabs */
#flowtabs2 a.current		{ cursor:default; color:#fff; line-height:55px; }
#flowtabs2 #t1.current { background-position:      0 -110px; }
#flowtabs2 #t2.current { background-position: -235px -110px; }
#flowtabs2 #t3.current { background-position: -470px -110px; }
#flowtabs2 #t4.current { background-position: -705px -110px; }



/* panes */
#flowpanes2 {
	background: url(/img/Contact_Us/Contact_Us_Tab_Button_Matrix.gif) no-repeat 0 -165px;		
	width:940px;

	/*height:450px;	*/
}


/* single pane */
#flowpanes2 div {
	display: inherit; /*Changed from none to inherit for IE7 issue */
	color:Black;
}

/* some decorations for elements inside single pane */
#flowpanes2 div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}


#flowpanes2 p, #flowpanes samp {
	color:#ccc;		
}

#flowpanes2 div.narrow {
	padding-right:160px;		
}

/*end of Flowtabs for Contact Us */





















/******* IBE CSS Tabs with Single Background Image for Panes *********/
ul.ibe-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;
	width:942px;  /*Set this to be 2px larger than css-panes width */	 	
}

/* single tab */
ul.ibe-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;
	list-style-type:none;
		
}

/* link inside the tab. uses a background image */
ul.ibe-tabs a { 
	float:left;
	display:block;
	padding:5px 30px;  /*Change Right Padding to increase or decrease tab size */	
	text-decoration:none;
	font-family:Tahoma; 
	font-size:14px;
	font-weight:bold;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#e9e9e9;
	color:black;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

/* mouseover state */
ul.ibe-tabs a:hover {
	background-color:#373737;
	color:White;
}	


/* selected tab */
ul.ibe-tabs a.current {
	cursor:default;
	background-color:#9d9d9d;
	border-bottom:2px solid #9d9d9d;
	color:Black !important;		
}

/* tab pane */
div.ibe-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	width:940px;  /*Specify width of Content Panes */
	padding: 15px 0px;
	background-color:#ddd;	
	color:black;	
	background:white url(/img/Contact_Us/Tab_Pane_BG_Full_Gray.gif); /*Background Image used for Panes */
	_background:#4F5C6A; /* IE6 does not support PNG24 images natively */
	
}

.ibe-blank-panes
{
	display:inherit; 
	border:0; 
	background:0; 
	padding:10px 5px 10px 5px; 
	margin:0; 
	min-height:0;	
	
}








