#container {
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	border:1px solid #FCEEE4;
	border:1px solid #ffffff;
}

#container h4 {
	margin-top:0pt;
}

.tabs-hide {
	display:none;
}



/* Skin */
ul.tabs-nav {
    list-style: none;
    margin: 0pt 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt 4px;
	clear:both;

}

ul.tabs-nav :after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

ul.tabs-nav li {
    float: left;
    margin: 0 4px 0 0;
	padding:0px;
	background-image:none;
    min-width: 84px; /* be nice to Opera */;
}

ul.tabs-nav a, ul.tabs-nav a span {
    display: block;
    padding: 0 10px;
	background:url(/Images/_tabs/tab.gif) no-repeat top left;
	text-decoration:none;
}

ul.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
ul.tabs-nav .tabs-selected a {
    color: #545454;
	text-decoration: none;
	font-weight:bold;
}

ul.tabs-nav a:link, ul.tabs-nav a:visited,  ul.tabs-nav a:hover{

	text-decoration: none;
	font-weight:bold;
}


ul.tabs-nav .tabs-selected a, ul.tabs-nav a:hover, ul.tabs-nav a:focus, ul.tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
ul.tabs-nav a, ul.tabs-nav .tabs-disabled a:hover, ul.tabs-nav .tabs-disabled a:focus, ul.tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
ul.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
	padding:6px 3px 0px 15px;
	
}
*>ul.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
ul.tabs-nav .tabs-selected a span {
	padding:7px 5px 0px 15px;
}
ul.tabs-nav .tabs-selected a span, ul.tabs-nav a:hover span, ul.tabs-nav a:focus span, ul.tabs-nav a:active span {
    background-position: 0 -50px;
}
ul.tabs-nav a span, ul.tabs-nav .tabs-disabled a:hover span, ul.tabs-nav .tabs-disabled a:focus span, ul.tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
ul.tabs-nav .tabs-selected a:link, ul.tabs-nav .tabs-selected a:visited, ul.tabs-nav .tabs-disabled a:link, ul.tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
	color:#666;
}
ul.tabs-nav a:hover, ul.tabs-nav a:focus, ul.tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	color:#3d8fbb;
}
ul.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	clear:both;
    border: 1px solid #ccc;
    padding: 25px 20px;
	background:#fff url(/Images/_layout/homeBGSearchBox.gif) repeat-x scroll left bottom;
}

.tabs-container h5 {
	margin:2em 0pt 1em 0pt;

}