﻿@charset "utf-8";
/* CSS Document */

@media projection, screen {
    .tabs-hide {
        display: none;
    }
}

@media print {
    .tabs-nav {
        display: none;
    }
}

.tabs-container {
	position:absolute;
	top:0px;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.tabs-nav:after { 
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0px;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
    color: #000000;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; 

}

.tabs-selected a {
	cursor:text;
	background:url(images/tab-bg-left.jpg) no-repeat left top !important;
    text-align: center;

}

.tabs-selected a b {
	cursor:text;
	background:url(images/tab-bg-right.jpg) no-repeat right top !important;
	display:block;
    text-align: center;
	font-weight:bold;
}

.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; 
    min-width: 64px;
    height: 18px; 
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
	
	
}
.tabs-nav a span {
    width: auto;
    height: auto;

}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
		
}

/*added*/

.tabOneBgOne {
	background:url(http://corexpandsiteimages.s3.amazonaws.com/tab-bg.jpg) no-repeat scroll 0 -92px transparent;
	height:260px;
}

.tabOneBgTwo {
	background:url(http://corexpandsiteimages.s3.amazonaws.com/tab-bg.jpg) no-repeat scroll 0 -355px transparent;
	height:260px;
}

.tabOneBgThree {
	background:url(http://corexpandsiteimages.s3.amazonaws.com/tab-bg.jpg) no-repeat scroll 0 -618px transparent;
	height:260px;
}

.tabOneBgFour {
	background:url(http://corexpandsiteimages.s3.amazonaws.com/tab-bg.jpg) no-repeat scroll 0 -881px transparent;
	height:260px;
}

.tabOneBgFive {
	background:url(http://corexpandsiteimages.s3.amazonaws.com/tab-bg.jpg) no-repeat scroll 0 -1144px transparent;
	height:260px;
}

.tab_content {
	padding: 0px;
	font-size:12px;
	text-align:left;
	width:960px;
}

.topTab_padding {
	padding:20px 0px 0px 50px;
	margin:0;
	list-style:none;
}

ul, li {
	margin:0;
	padding:0;
	text-align:left;
}

.headQuate {
	font-family:"Sylfaen",Times New Roman, Times, serif;
	color:#013A7A !important;
	font-size:23px;
	line-height:25px;
	margin:0px 0px 10px 0px;
}

.headQuateTwo {
	margin-bottom:30px !important;
}

.tabClickBtn {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:200px;
}

.tabClickBtn li {
	margin:8px 0px 33px 0px;
	padding:0px;
	height:27px;
}

.tabClickBtn li a {
	margin:0px;
	padding:0px 0px 0px 30px;
	background:url(images/tabBtn-left.jpg) no-repeat left top;
	height:27px;
	line-height:27px;
	color:#ffffff !important;
	font-family:Arial, Helvetica, sans-serif !important;
	text-decoration:none;
	font-size:13px !important;
	float:left;
	display:block;
	outline:none;
}

.tabClickBtn li a b {
	margin:0px;
	padding:0px 10px 0px 0px;
	background:url(images/tabBtn-right.jpg) no-repeat right top;
	float:left;
	display:block;
	outline:none;
	font-weight:normal;
}

.tabClickBtn span {
	text-transform:uppercase;
}

.tabClickBtn li a:hover {
	background:url(images/tabBtn-left-over.jpg) no-repeat left top;
}

.tabClickBtn li a:hover b {
	background:url(images/tabBtn-right-over.jpg) no-repeat right top;
}

#flowtabs {
	width:900px;
	height:31px !important;
	margin:0 !important; 
	padding:0px 0px 0px 29px;
	margin-bottom:-2px;
	text-transform:uppercase;

}

#flowtabs li { 
	
	float:left; 
	margin:0px 2px 0px 0px; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
	background: url(http://corexpandsiteimages.s3.amazonaws.com/tab-bg.jpg) no-repeat;
}

#flowtabs li a {	
	display:block;
	height: 29px; 	
	padding:0px;
	margin:0px;
	color:#fff;
	font-size:12px;
	line-height:31px;
	text-align:center;
	text-decoration:none;
	outline:none;
	font-weight:normal;

}

#flowtabs li a b {
	margin:0;
    text-align: center;
	font-weight:normal;

}

#flowtabs #t1 			{ background-position: -29px 0; width:112px; }
#flowtabs #t2 			{ background-position: -144px 0; width:127px; }
#flowtabs #t3			{ background-position: -274px 0; width:134px; }
#flowtabs #t4			{ background-position: -411px 0; width:175px;}
#flowtabs #t5			{ background-position: -589px 0; width:160px;}
 
#flowtabs a:hover 		{ color:#fff;}
#flowtabs #t1:hover 	{ background-position:  -29px -31px; }
#flowtabs #t2:hover 	{ background-position: -144px -31px; }
#flowtabs #t3:hover 	{ background-position: -274px -31px; }
#flowtabs #t4:hover 	{ background-position: -411px -31px; }
#flowtabs #t5:hover 	{ background-position: -589px -31px; }


.fontColor {
	color:#000 !important;
	line-height:140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}




/*footer tab*/

.footer {
	width: 960px;
	margin: 18px 0px 0px 0px;
	clear:both;
}

.footerTop {
	height:52px;
	background:url(images/btm-tab-bg.jpg) repeat-x;
	width:960px;
}


.footerContainer {
	border-top: none;
	clear: both;
	float: left; 
	width: 960px;
	background:url(images/footer-bg.jpg) repeat-x #F1F1F0;
	height:290px;
	margin:0;
	padding:0;
	display:block;


}
.footerHomeContainer {
	height:300px !important;    
	line-height:20px !important;
}


.footerContainer ul li a {
	color:black !important;
	font-size:12px !important;
	text-decoration:none;
}

.footerContainer ul li a:hover {
	text-decoration:underline;
}

.footertabPadding {
	padding: 0px 0px 0px 20px;
	font-size: 1.2em;
}

.footerContentBody {
	font-size: 13px;
	color:black !important;;
	text-align:left;
	line-height:140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.footerContentBody a {
	text-decoration:none;
	
}

.footerContentBody a:hover {
	text-decoration:underline;
}


.ux-tabs-strip {
    width: 960px;
    float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ux-tabs-strip li {
	float: left;
	margin: 0;
	padding: 0px 3px 0px 3px;	
	cursor: pointer;
	line-height:42px;
	list-style:none;
	display:block;
}

.ux-tabs-strip li a {
    color: #222;
    display: block;
   	padding: 0px 0px 0px 18px;	
	text-decoration: none;
	float:left;
	margin:0;
	outline:none;
}

.ux-tabs-strip li a:hover {
	background: url(images/footer-top-left-over.jpg) no-repeat left top;
}

.ux-tabs-strip li a b {
 	display:block;
	padding: 0px 18px 0px 0px;
	margin:0;
	float:left;
	
}

.ux-tabs-strip li a:hover b {
	background: url(images/footer-top-right-over.jpg) no-repeat right top;
}

.ux-tabs-strip li a b span {
 	display:block;
	padding: 0;
	margin:0;
	float:left;
	height:52px;
}

.ux-tabs-strip li.ux-tabs-tab-active a {
	background: url(images/footer-top-left-over.jpg) no-repeat left top;
}

.ux-tabs-strip li.ux-tabs-tab-active b {
	background: url(images/footer-top-right-over.jpg) no-repeat right top;
	color:#0088DF;
}

.ux-tabs-strip li.ux-tabs-tab-active span {
	background:url(images/footer-arrow.jpg) no-repeat scroll center 42px transparent;
}

.ux-tabs-cards {
	float: left;
}

.ux-tabs-card {
	display: none;
}

.ux-tabs-card.ux-tabs-card-active {
	display: block;
}

.ux-tabs-card li {
    list-style-type: circle;
    list-style-position: inside;
}

.ext-ie .ux-tabs-clearfix {
    zoom: 1;
}
.ux-tabs-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

