/* Caution! Ensure accessibility in print and other media types... */

div.colLayout {
	/* (places blue under left menu area only) */
	background: #FFF url(/images/colayout.jpg) left repeat;
}

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

div.center h1 {
font-size:140%;
padding:10px 0px;
}

/* Skin */
.ui-tabs-nav {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.ui-tabs-panel, .ui-tabs-panel-home {
    font-family: Arial, sans-serif;
    font-size: 21px;
	font-weight:bold;
	line-height:21px;
}



.ui-tabs-nav {
    list-style: none;
	height:37px;
    margin: 0;
    padding: 0 0 0 5px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 54px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 5px;
    background: url(/images/tab-1.png) no-repeat;
	color: #014691;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #014691;
    font-weight: bold;
    line-height: 1.2;
	font-size:9.5px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #fff;
}
.ui-tabs-nav a span {
    width: 34px; /* IE 6 treats width as min-width */
    min-width: 34px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 12px;
	padding-bottom: 6px;
    padding-right: 0;
	
	
}

.ui-tabs-nav a.fr {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
	font-size:9.5px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	padding-right: 8px;
}
.ui-tabs-nav a.fr span {
    width: 34px; /* IE 6 treats width as min-width */
    min-width: 34px;
    height: 28px; /* IE 6 treats height as min-height */
    min-height: 28px;
    padding-top: 8px;
	padding-bottom: 0px;
    padding-right: 0;
	padding-left: 8px;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

*>.ui-tabs-nav a.fr span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 7px;
}

.ui-tabs-nav .ui-tabs-selected a.fr span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -250px;
}

.ui-tabs-nav a:hover {
    background-position: 100% -150px;
}

.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -200px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -100px;
	color:#fff;
}

.ui-tabs-nav a:hover span {
    background-position: 0 -50px;
}

.ui-tabs-nav .ui-tabs-selected a:hover span {
    background-position: 0 -100px;
}


.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .8;
    filter: alpha(opacity=80);
}

div.fr .ui-tabs-panel {
	height:57px;
	width:530px;
    padding: 30px 50px 0px 20px;
    background: #014691 url(/images/sub-tab-title.png) no-repeat; /* declare background color for container to avoid distorted fonts in IE while fading */
	color:#C5B577;
	}

.ui-tabs-panel {
	height:57px;
	width:430px;
    padding: 30px 150px 0px 20px;
    background: #014691 url(/images/sub-tab-title.png) no-repeat; /* declare background color for container to avoid distorted fonts in IE while fading */
	color:#C5B577;
	}
/*
div.fr .ui-tabs-panel-home {
	height:340px;
	width:480px;
    padding: 35px 100px 0px 20px;
    background: #014691 url(/images/home-tab-title.jpg) no-repeat;  declare background color for container to avoid distorted fonts in IE while fading 
	color:#C5B577;
} */
 	
.ui-tabs-panel-home {
	height:340px;
	width:480px;
    padding: 35px 100px 0px 20px;
    background: #014691 url(/images/home-tab-title.jpg) no-repeat; /* declare background color for container to avoid distorted fonts in IE while fading */
	color:#C5B577;
}

	
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/css/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.ui-tabs-subnav p {
padding: 0 5px;
}

.ui-tabs-subnav ul {
list-style:none;
}

.ui-tabs-subnav {

}


div.center img {
	margin-left: 20px;
	margin-bottom:10px;
	float:right;
}

.center-feature-title {
background: url(/images/center-feature-title-bkg.gif) no-repeat;
height:18px;
padding:4px 0px 4px 10px;
line-height:18px;
color:#fff;
font-weight:bold;
}

div.center-feature-title img {
	margin:0px;
	float:left;
}

.center-feature {
background: url(/images/center-feature-bottom.gif) no-repeat bottom;
padding-bottom:7px;
}

.center-feature-p {
border-right:1px solid #003366;
border-left:1px solid #003366;
margin-right:1px;
padding:10px
}


.bottom-tab {
background: url(/images/bottom-tab-bkg.png) no-repeat;
width:223px;
height:25px;
padding:0px 8px;
margin:20px auto;
}

.bottom-tab-home {
background: url(/images/bottom-tab-home-bkg.png) no-repeat;
min-width:231px;
background-position:center;
height:25px;
padding:0px 8px;
margin: 20px auto;
}

.bottom-tab a, .bottom-tab-home a {
line-height:25px;
font-weight:bold;
text-decoration:none;
}

div.center .bottom-tab a:link, div.center .bottom-tab-home a:link, div.center .bottom-tab a:visited, div.center .bottom-tab-home a:visited {
color:#003366;
}

div.fr .bottom-tab-home {
background: url(/images/bottom-tab-home-bkg.png) no-repeat;
min-width:231px;
background-position:center;
height:25px;
padding:0px 8px;
margin: 20px auto;
}

div.fr .bottom-tab {
background: url(/images/bottom-tab-bkg-fr.png) no-repeat;
width:254px;
height:25px;
padding:0px 8px;
margin:20px auto;
}
