/*GLOBAL*/
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0a4595;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

body {
	
	background-color: #FFFFFF;
	background-image: url('../../img/new/site_bg.jpg');  
/* 	background-image: url('../../img/new/site_bg_summer.png');  */
	background-repeat: repeat-x; 
	margin-left: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;

}

h1 {font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.1em;
	text-align: left;
	
}

h2 {font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	text-align: left;
	
}

/*END GLOBAL*/
/*
div#headerGroup {
	position: absolute;
	top: 0px;
	height: 515px;
}
div#contentGroup {
	position: relative;
	top: 515px;
}
div#footerGroup {
	position: relative;
	bottom: 0px;
	padding: 515px 0px 0px 0px;
}
*/

div#centerpage {
	 margin-top: 10px; 
	margin-left: auto;
	margin-right: auto;
	width: 967px;

	font-family: "Arial", sans-serif;	
	padding-bottom: 0px;

}


div#centerpane {
	
	position:relative;
	background-color:#FFF;

	/*height: 300px;*/
	
}



html, body {
    height: 100%;
}

div#leftgutter {
	background: url('../../img/FrontPageLeftShadow.png') repeat-y; 
	width: 961px;
	padding: 0 0 0 6px;
}

div#rightgutter {
	background: url('../../img/FrontPageRightShadow.png') right repeat-y;
	padding: 0 6px 0 0;	
	/*margin: 0 0 60px 0;*/
}
div#bottomShadow {
	background: url('../../img/FrontPageBottomShadow.png') bottom left repeat-x;
	margin: 0 6px 0 6px;
	height: 6px;
}



#sblogo {
	border: 0px;
	background: transparent;

	width: 256px;
	height: 83px;
	
	top: 15px;
	left: 699px;
	position:absolute;
	z-index:5;
}

#sblogoL2 {
	border: 0px;
	background: transparent;
	width: 256px;
	height: 83px;
	top: 15px;
	right: 0px;
	position:absolute;
	z-index:5;
}

#socialtab {
	border: 0px;
	background: transparent;

	width: 167px;
	height: 69px;
	
	top: 15px;
	right: 0px;
	position:absolute;
	z-index:6;
}

	


/* Main Content */


.menu{
	border:none;
	border:0px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	top: 0px;
	left: 0px;
	/*font-family:Arial, Helvetica, sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#404040;
	font-weight:bold;
	width: 955px;
	height: 34px;
	
		}
.menu ul{
	background:#dddddd url('../../img/new/topnav_bg.png') repeat-x; 
	height:34px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		
	/*	background:url('../../img/new/topnav_bg.png') bottom right no-repeat; */
	    background:url('../../img/new/topnav_div.png') bottom right no-repeat;
		color:#404040;
		display:block;
		font-weight:normal;
		line-height:34px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
	.menu li a.last{
		background:#808080 url('../../img/new/topnav_bg.png') repeat-x;
		color:#404040;
		display:block;
		font-weight:normal;
		line-height:34px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
	.menu li a:hover{
	      background: #808080 url('../../img/new/topnav_bghover.png') bottom center repeat-x;
		
		}
	.menu li a.last:hover{
		background: #808080 url('../../img/new/topnav_bghover.png') bottom center repeat-x;
		}
	.menu ul li:hover {
		background: #808080 url('../../img/new/topnav_bghover.png') bottom center repeat-x;
		color:#FFFFFF;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;	
	}
	.menu li ul{
		background:#bbb;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:190px;
		z-index:200;
		opacity:0.90;
		/* for IE */
  		filter:alpha(opacity=90);
		font-family:Arial, Helvetica, sans-serif;
	}
		
	.menu li:hover ul{
		display:block;	
	}
	
		
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:190px;
		z-index: 200;
		color:#ccc;
	}
	.menu li:hover li a{
		/* background:#333333 url('../../img/new/topnav_itemhoverbullet.png') center left no-repeat; */
		background:none;	
	}
	.menu li ul a{
		display:block;
		height:34px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 4px 0px 15px;
		text-align:left;
		
		}
	.menu li ul a:hover, .menu li ul li:hover a{
		background:#333333 url('../../img/new/topnav_itemhoverbullet.png') center left no-repeat;
		border:0px;
		color:#ffffff;
		text-decoration:none;
	}
	.menu p{
		clear:left;
	}
	
	.menu a {
		font-family:Arial, Helvetica, sans-serif;	
		color:#cccccc;
	}
	.menu a:visited {
		font-family:Arial, Helvetica, sans-serif;	
		color:#404040;
		font-weight:normal;
		line-height:34px;
	}
		
/*	End Navigation Bar */	





div#moneywrapper {
	position:relative;
}

div#indexmoneyshot {
	background-position:left top;
	height: 420px;
	z-index:-1;
}


div#indexmoneyright {
	background:url('../../img/index_moneyright.png') repeat-y;
	/*background-color:#ddd; */
	background-position:right;
	height: 449px;
	position:absolute;
	top: 0px;
	right: 0px;
	width: 310px;
	height: 449px;

}

div#menuwrapper {
	/* position:absolute;
	top: 35px;
	z-index:2; */
}

div#menuwrapperL2 {
	position:relative;
	top: 0px;
	z-index:2;
	width: 955;
	overflow: hidden;
}

	

#logo {
	height: 139px;
	width: 223px;
	position:relative;
    /*top: 90px;
    right: 40px;*/
	top: 50px;
    left: 50px;
}


/* Index Weather Widget */

div#widgetwrapper {
    /*background:url('../../img/wiget.png') no-repeat;
	background-position:right;
	height: 250px;
	width: 300px;*/
    position:absolute;
	top: 250px;
	left: 5px;   
}

div#widget {
	background:url(../../img/wiget.png); 
	background-repeat:no-repeat;
	height: 250px;
	width:100%;
}


/* Weather Widget */

div#weatherwrapper {

   /*float:right;*/
	position:relative;
	width: 300px;
	opacity:0.7;
  	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
}




.weatherWidgetLeft {
	background:url('../../img/ComboWidgetLeft.png') no-repeat left;
	/*background-color:#6C3;*/
	height: 200px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	/*clear: both;*/
}


.weatherWidgetFill {
	
	background:url('../../img/ComboWidgetFill.png') repeat-x;
	height: 200px;
	margin-left: 8px;
	margin-right: 8px;
	/*width: 300px;
	width: 8px;*/
	
	
}

.weatherWidgetRight {
	background:url('../../img/ComboWidgetRight.png') no-repeat right;
	height: 200px;
	/*width: 13px;*/
	/*background-color:#03F;*/
}

div#tickerWrap {
	background:url('../../img/new/ticker_bg.png') repeat-x;
	height:30px;
	width: 955px;
	position:relative;
}

div#tickerLeft {
	
	background:url('../../img/new/ticker_div.png') no-repeat right;
	height: 30px;
	width: 56px;
	position:absolute;
	vertical-align: middle;
}
	
div#tickerLeft img {
	position: relative;
	top: 2px;
	left: 15px;
}

div#tickerRight {
	height: 30px;
	position: absolute;
	top: 0px;
	left: 56px;
	right: 0px;
}

img#tickerBullet {
	line-height: 30px;
	position: absolute;
	top: 11px;
	left: 75px;
	vertical-align: middle;
	display: inline;
}

div#tickerRight #tickerItems {
	display: inline;
	left: 0px;
}

div#tickerRight p {
	position: absolute;
	width: 899px;
	top: 0px;
	line-height: 30px;
	height: 30px;
	left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ddd;
	font-size: 12px;
}

div#tickerRight p.inactive {
 display: none;
}
			
div#tickerRight p a {
	text-decoration: none;
	outline: none;
	color: #ffd104;
}

div#tickerRight p a:hover {
	text-decoration: underline;
}

div#tickerWrapL2 {
	background:url('../../img/new/ticker_bg.png') repeat-x;
	height:30px;
	width: 955px;
	
	/*
	background:url('../../img/Breadcrumb_Bg.png') repeat-x;
	height:40px;
	width: 955px; */
	position:relative;
}

div#tickerL2 {
	height: 30px;
	position: absolute;
	top: 0px;
	left: 5px;
	right: 0px;
	
}

div#tickerL2 p {
	position: absolute;
	width: 899px;
	top: 0px;
	line-height: 30px;
	height: 30px;
	left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ddd;
	font-weight: bold;
	font-size: 12px;
}

div#tickerL2 p a {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: #bbb;
}

div#widgetInfoBar {	
background:url('../../img/bodyWidget-Header_Bg.png');
background-repeat:repeat-x;
line-height:inherit;
height: 42px;
}


a#brandheader{

	background:url('../../img/Brand_SB_Summer.jpg');
	height:80px;
	width:955px;
	text-decoration: none;
	outline: none;
	position: relative;
	display: block;
}


div#indexContentTop{
	height: 287px;
    width:955px;
	position:relative;
	background-image: url('../../img/new/L1WidgetPlaceholder_Bg.png');
    background-repeat:repeat-x;


}



div#indexcontent{
	
	background-image: url('../../img/goldbottomGradient.jpg');
    background-repeat:repeat-x;
    background-color: #FFF;
	background-position:bottom;
    margin-left:auto;
	margin-right:auto;
	width:955px;
}


div#widgetPane {
	
	
	height: 300px;
    width:955px;
	position:relative;
	

	
}



div#widgetLeft {
	
	width:315px;
	height:235px;
    position:absolute;
	top: 0px;
	left: 20px;
}

 .widgetHeader {
	height: 40px;
}


.widget {
/*THIS NEEDS TO BE MORE LOCALIZED - THE PROMO WIDGET DIDN'T APPRECIATE THIS PREEMPTIVE MOVE*/
/*margin: 5px 5px;*/	
}

.widgetHeader .title {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #686868;
	display:inline;
    position:relative;
	top: 10px;
	left:10px;
	
}

div#widgetCenter {
	background:url('../../img/bodyWidget-Header_divRight.png') no-repeat right;
	height:40px;
	width: 405px;
	position:absolute;
	top: 0px;
	left:275px;
	

}

div#widgetCenter .widgetHeader {
	background:url('../../img/bodyWidget-Header_divLeft.png') no-repeat left;
}

div#widgetRight .widgetHeader {
	background:url('../../img/bodyWidget-Header_divLeft.png') no-repeat left;
}

div#widgetRight {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#indexbodyContent {
   
	/*top:300px;*/
	top: 270px;
	/*width: 630px;*/
	/*width: 730px;*/
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	/*padding-top: 10px;
	padding-left: 35px;
	padding-right: 20px;*/
	/*modified for 'upcoming in sv' wrapper*/
	padding: 10px 8px 0px 15px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;	
	
}


div#widgetSidebar {
	float:right;
	background:url('../../img/bodyWidget_Bg.png') repeat-x;
	height: 275px;
    width:  275px;
}

div#indexmaincontenttext {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;	
}

div#mainwrapper {
	background-color: #FFF;
    background-image: url('../../img/goldbottomGradient.jpg');
    background-repeat:repeat-x;
	background-position:bottom;
	min-height: 735px; /*this is to accomodate sidebars */
}

/*
.mainContent {
    float:left;
	width: 715px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;	
}
    */

div#mainContent {
	/*float:left; THIS WAS THE IE6 CULPRIT - NO IDEA WHY WE FLOATED THIS BLOCK TO BEGIN WITH*/
	width: 715px;
    /*height: 700px; CAUSES PROBLEMS ON LONG PGS - NEEDS TO BE IE6 SPECIFIC OR ALTERNATIVE SOLUTION*/
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;	
}


div.fbLikeButton {
	float: right;
	margin-right: -30px;
	
    padding-top: 4px;
	padding-bottom: 4px;
}

div.fullpage {
	margin-top: -12px;
	margin-left: -16px;
	margin-right: -20px;
}

div#rightSidebar {
	
	/*float: right;*/
	width: 180px;
	height:auto;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	/*line-height: 1.5em;*/
	text-align: justify;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 4px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;	
	
	position:absolute;
	top: 430px;
	right:0px;	
	
	z-index: 2;
}

div.sidebarFloat {
	position: fixed;
	top: 15px;
}

div#seealso {
	clear:both;
	/*min-height: 50px;*/
}


/* Money Shot Content */
div#moneyContainer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 360px;
}

div#moneyShot {
    position: absolute;
	right: 0px;
	top: 0px;
	width: 640px;
	height: 360px;
}

div#moneyRight {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 312px;
	height: 360px;
	padding-right: 50px;
	/* background: url('../../img/L2RtMoneyshotImageMask_40-30px.png') right top repeat-y; */
}


div#footertopBar {
	background:url(../../img/new/footer_Branding.png);
	height: 112px;
}

div#searchBox {
	background-image:url('../../img/new/top_SearchBox.png');
	background-position:right;
	width: 198px;
	height: 46px;
	/*float:right;*/
	position: absolute;
	top: 0px;
	right: 2px;
}

#searchboxInput {
	border: 0px;
	background-color: transparent;
	width: 134px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	height: 22px;
	line-height: 12pt;
	top: 11px;
	left: 3px;
	position:relative;
	z-index:2;
}

#searchboxSubmit {
	border:0px;
	text-decoration: none;
	position:absolute; 
	right: 2px;
	top: 10px;
	height:25px;
	width:50px;
	display: block;
}

.clearFloat {
	clear:both;	
}

div#blockQuoteWrapper {
	padding: 0 4px;
    width: 25%; margin: 1em auto; 
    float:right;
    position:relative;
    left: 3px;
    top: 10px;
}

/* Block Quote Box */
.blockquote { 
background: url('../../img/BlockQuoteFill.png') repeat-y;
width: 150px;
Height: 100%;
}


.blockQuoteTop  { background: url('../../img/BlockQuoteTop.png') no-repeat top; 
height: 11px;
width: 150px;

}
.blockQuoteBottom { background: url('../../img/BlockQuoteBottom.png') no-repeat bottom; 

height: 12px;
width:150px;
}


.bqcontent {
	margin: 0 8px;
	color:#666;
	font-style:italic;
	font-size:11px;
	text-align:left;
	
	}




/* Navigation Bar */


/* Info Tabs Begin */




/* Info Tabs End */
  
#infotab-wrap
{
	clear:both;
	background:url(../../img/nav_bg.png) repeat-x top left;
	margin: 0px;
}

ul#infotab
{
	/*margin:0;*/
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
	list-style-type:none;
	/*width:100%;*/
	width: 700px;
	position:relative;
	bottom: 0px;
	left: 0px;
	display:block;
	height:30px;
	font-size:10px;
	font-weight:normal;
	
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	border:none;
	border:0px;
	text-align: center; /*new*/
}

ul#infotab li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
	
ul#infotab li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#infotab li a:hover
{	
	color:#FFFFFF;
	height:28px;
	background:transparent url(../../img/nav_bg.png) 0px -30px repeat-x;		
}
	

ul#infotab li a.current
{
	display:inline;
	height:28px;
	background:transparent url(../../img/nav_bg.png) 0px -30px repeat-x;	
	float:left;
	margin:0;
}

		
/* Footer Begin */


#footersocialicons {
	height: 24px;
		background:url(../../img/social_icons/twitter.png) right no-repeat;
	
	
}



#footer-wrap
{
	clear:both;
	background:url(../../img/nav_bg.png) repeat-x top left;
	margin: 0px;
}

ul#footer
{
	/*margin:0;*/
	margin-left: 200px;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
	list-style-type:none;
	/*width:100%;*/
	width: 670px;
	position:relative;
	bottom: 0px;
	left: 0px;
	display:block;
	height:28px;
	font-size:11px;
	font-weight:normal;
	
	/*font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	border:0px;
	text-align: center; /*new*/
}

ul#footer li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
	
ul#footer li a
{
	display:block;
	float:left;
	color:#cccccc;
	/* background:url('../../img/nav_bgDiv.png') no-repeat; */
	text-decoration:none;
	font-weight:normal;
	padding:8px 20px 0 20px;
}
	
ul#footer li a:hover
{	
	color:#000000;
	height:28px;
	background: url('../../img/nav_bgHover.png') repeat-x;		
	
}
	

ul#footer li a.current
{
	display:inline;
	height:28px;
	background:transparent url(../../img/nav_bg.png) 0px -30px repeat-x;	
	float:left;
	margin:0;
}


/* Footer End */	



/*INTRA PAGE TAB NAV*/
#tabs_container .tabBar {
	/*tab bar centering: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support*/
	/*float:left;
	width:100%;*/
	overflow:hidden;
	position:relative;
}

/*backward compat*/
#tabs_container ul.tabs {
	list-style: none;
	padding: 0px 0px 0px 0px;
	height: 39px;
	margin: 0;
	text-align:center;
}

#tabs_container .tabBar ul.tabs {
	list-style: none;
	padding: 0px;
	height: 39px;
	margin: 0px 0px 10px 0px;
	
	/*clear:left;
	float:left;
	position:relative;
	left:50%;*/
	text-align:center;
}

/*backward compat*/
#tabs_container ul.tabs li{
	display: inline;
	float: left;
	height: 39px;
	position:relative;
}

#tabs_container ul.tabs li.tabLeft {
	display: inline;
	float: left;
	height: 39px;
	background: url(../../img/L2_TabNav_Fill.png) repeat-x;
	/*position:relative;
	right:50%;*/
}
#tabs_container ul.tabs li.tabLeft.first {
	margin-left: 7px;
}
#tabs_container ul.tabs li.tabLeft.last {
	margin-right: 7px;
}
#tabs_container ul.tabs li.tabLeft .tabRight {
	display: inline;
	float: left;
	height: 39px;
	background: url(../../img/L2_TabNav_Divider.png) left no-repeat;
}
#tabs_container ul.tabs li.tabLeft.first .tabRight {
	display: inline;
	float: left;
	height: 39px;
	margin-left: -7px;
	background: url(../../img/L2_TabNav_Left.png) left no-repeat;
}
#tabs_container ul.tabs li.tabLeft.last .tabRight {
	display: inline;
	float: left;
	height: 39px;
	margin-right: -7px;
	background: url(../../img/L2_TabNav_Right.png) right no-repeat;
}
#tabs_container ul.tabs li.tabLeft.first.active .tabRight, #tabs_container ul.tabs li.tabLeft.first:hover .tabRight {
	background: url(../../img/L2_TabNav_LeftHover.png) left no-repeat;
}
#tabs_container ul.tabs li.tabLeft.last.active .tabRight, #tabs_container ul.tabs li.tabLeft.last:hover .tabRight {
	background: url(../../img/L2_TabNav_RightHover.png) right no-repeat;
}
#tabs_container ul.tabs li.tabLeft .tabRight .tabFill  {
	margin: 0px 0px 0px 1px;
	height: 39px;
	display: block;
	float: left;
}
#tabs_container ul.tabs li.tabLeft.first .tabRight .tabFill  {
	margin: 0px 0px 0px 7px;
	height: 39px;
	display: block;
	float: left;
}
#tabs_container ul.tabs li.tabLeft.last .tabRight .tabFill  {
	margin: 0px 7px 0px 1px;
	height: 39px;
	display: block;
	float: left;
}
#tabs_container ul.tabs li.tabLeft.active .tabRight .tabFill, #tabs_container ul.tabs li.tabLeft:hover .tabRight .tabFill  {
	background: url(../../img/L2_TabNav_FillHover.png) right repeat-x;
}


#tabs_container ul.tabs li a {
	height: 32px; /*height of 39 + 0px padding works in ie but nothing else*/
	display: block;
	float: left;
	padding: 7px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1f3f80;
}

#tabs_container ul.tabs li.active a {
	background: url(../../img/L2_TabNav_TabHover.png) center no-repeat;
	color: #3165cc;
}

#tabs_container .divider {
	height: 39px;
	display: block;
	float: left;
	background: url(../../img/L2_TabNav_Divider.png) left no-repeat;
}

#tabs_container ul.tabs li a:hover {
	color: #3165cc;
}

#tabs_container div.content {
	display: none;
}
#tabs_container div.active {
	display: block;
}
#tabs_container div.clear {
	clear: both;
	visibility: hidden;
}
#tabs_container #tabbed_content {
	clear: both;
}

#tabs_container .tabIsolatedRight {
	background: url(../../img/L2_TabNav_Left.png) 0 0 no-repeat;
	/*margin-left: -7px;
	margin-bottom: -10px;*/
	padding-left: 7px;
	float: right;
}
#tabs_container .tabIsolatedRight:hover {
	background: url(../../img/L2_TabNav_LeftHover.png) 0 0 no-repeat;
}
#tabs_container .tabIsolatedRight.active {
	background: url(../../img/L2_TabNav_LeftHover.png) 0 0 no-repeat;
}

#tabs_container .tabIsolatedRight .divider {
	background: url(../../img/L2_TabNav_Fill.png) 0 0 no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#tabs_container .tabIsolatedRight .divider:hover {
	background: url(../../img/L2_TabNav_FillHover.png) no-repeat;
}
#tabs_container .tabIsolatedRight.active .divider {
	background: url(../../img/L2_TabNav_FillHover.png) no-repeat;
}

ul.tabsGolf a {
	width: 30px;
}


/*VERT TABS*/
#mainContent .v-tab-container ul.v-tabs {
	list-style: none;
	padding-left: 0px;
	width: 150px;
	float: left;
}
#mainContent .v-tab-container ul.v-tabs li {
	margin: 8px 0px 8px 0px;
}
#mainContent .v-tab-container ul.v-tabs li a {
	/*min-height: 25px;*/
	/*margin: 8px 0px 8px 0px;*/
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1f3f80;
	display: block;
	padding: 5px 0px 5px 10px;
}
#mainContent .v-tab-container ul.v-tabs li.active a {
	background: url('../../img/new/ticker_bullet.png') left no-repeat;
}
#mainContent .v-tab-container ul.v-tabs li a:hover {
	/*background: url('../../img/new/ticker_bullet.png') left no-repeat;*/
	text-decoration: underline;
}
#mainContent .v-tab-container div.content {
	display: none;
}
#mainContent .v-tab-container div.active {
	display: block;
}
#mainContent .v-tab-container .clear {
	clear: both;
}
/*END VERT TABS*/
/*END INTRA PAGE TAB NAV*/
/*INTRA PAGE ACCORDIAN*/
#content-body .collapsible {
	border: solid 1px #d3d3d3;
	margin: 10px 0px 10px 0px;
}

#content-body .collapsible .header {
	padding: 0px 5px 0px 5px;
}
#content-body .collapsible .header.expanded {
	border: none;
}
#content-body .collapsible > .header > a {
	padding-left: 20px;
	background: url('../../img/expand.png') left no-repeat;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
	font-size: 1.17em;
	margin: 1em 0px .2em 0px;
    line-height: 1.2em;
	color: #00478e;
	display: block;
	text-decoration: underline;
	outline: none;
}
#content-body .collapsible > .header.expanded > a {
	background: url('../../img/collapse.png') left no-repeat;
	text-decoration: none;
}
#content-body .collapsible .closeBottom {
	background: url('../../img/collapse-u.png') right no-repeat;
	text-decoration: none;
	position: relative;
	padding-right: 20px;
	right: 5px;
	bottom: 5px;
	display: block;
	text-align: right;
}
#content-body .collapsible .closeBottom.collapsed {
	display: none;
}
#content-body .collapsible .header p {
	padding-left: 20px;
	margin-bottom: 1em;
}
#content-body .collapsible .content-collapsible {
	/*visibility: hidden;
	height: 0px;*/
	display: none;
	padding-left: 20px;
	padding-right: 10px;
}
#content-body .collapsible .content-collapsible.expanded {
	display: block;
	/*visibility: visible;
	height: auto;*/
	padding-left: 20px;
	padding-right: 10px;
}
/*END INTRA PAGE ACCORDIAN*/
/*
div.seeAlso {
	border-top: #999999;
	border-top-style: dashed;
	border-top-width: thin;
	margin-top: 15px;
} */

.seeAlsoNoBackground
{
    background: none !important;
}

div.seeAlso {
background:url(../../img/perforation.png) repeat-x top left;
     height:6px;
	list-style:none;
	padding: 15px 0px 0px 0px;
	clear: both;
	
}
.seeAlso p {
	float: left;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #424242;
}
.seeAlso ul {
	list-style: none;
    padding-left: 80px !important;
}
.seeAlso ul li {
	float: left;
	display: block;
	padding: 5px 10px 5px 0px;
	width: 200px;
}
.seeAlso ul li a, .seeAlso ul li a:link, .seeAlso ul li a:visited 
{
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1f3f80;
}

.seeAlso ul li a:hover,.seeAlso ul li a:active,.seeAlso a:hover,.seeAlso a:active 
{
	text-decoration: underline;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1f3f80;
}
.YellowButtonBig
{
    float:left;
    width:100%;
    background:transparent;
    font-size:93%;
    height:35px;
}
.YellowButtonBig ul 
{
    margin:0;
    padding:0;
    list-style:none;
}
.YellowButtonBig li
{
    float:left;
    background:url("../../img/buttons/yellow_19_off_right.png") no-repeat right top;
    margin:0px 0px 0px 0px;
    padding:0;
}
.YellowButtonBig li:hover
{
    float:left;
    background:url("../../img/buttons/yellow_19_on_right.png") no-repeat right top;
    margin:0px 0px 0px 0px;
    padding:0;
}
.YellowButtonBig a, .YellowButtonBig a:link, .YellowButtonBig a:visited
{
    display:block;
    background:url("../../img/buttons/yellow_19_off_left.png") no-repeat left top;
    margin:0px 0px 0px -6px; /* 0px 0px 0px -6px; */
    padding:9px 15px 0px 15px ;
    height:35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-decoration:none;
    text-transform: uppercase;
}
.YellowButtonBig a:hover, .YellowButtonBig a:active
{
    display:block;
    background:url("../../img/buttons/yellow_19_on_left.png") no-repeat left top;
    margin:0px 0px 0px -6px; /* 0px 0px 0px -6px; */
    padding:9px 15px 0px 15px;
    height:35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-decoration:none;
    text-transform: uppercase;
}

.YellowButtonSmall
{
    float:left;
    width:100%;
    background:transparent;
    font-size:93%;
    height:23px;
}
.YellowButtonSmall ul 
{
    margin:0;
    padding:0;
    list-style:none;
}
.YellowButtonSmall li
{
    float:left;
    background:url("../../img/buttons/ExpYellowButton_right.png") no-repeat right top;
    margin:0px 0px 0px 0px;
    padding:0;
}
.YellowButtonSmall li:hover
{
    float:left;
    background:url("../../img/buttons/ExpYellowButton_rightHover.png") no-repeat right top;
    margin:0px 0px 0px 0px;
    padding:0;
}
.YellowButtonSmall a, .YellowButtonSmall a:link, .YellowButtonSmall a:visited
{
    display:block;
    background:url("../../img/buttons/ExpYellowButton_left.png") no-repeat left top;
    margin:0px 0px 0px -5px; /* 0px 0px 0px -6px; */
    padding:5px 15px 0px 15px ;
    height:23px;
    font-family:arial;
    font-size:11px;
    font-weight: normal;
    text-decoration:none;
    color: #666666;
    text-transform: uppercase;
}
.YellowButtonSmall a:hover, .YellowButtonSmall a:active
{
    display:block;
    background:url("../../img/buttons/ExpYellowButton_leftHover.png") no-repeat left top;
    margin:0px 0px 0px -5px; /* 0px 0px 0px -6px; */
    padding:5px 15px 0px 15px;
    height:23px;
    font-family:arial;
    font-size:11px;
    font-weight: normal;
    text-decoration:none;
    color: #666666;
    text-transform: uppercase;
}
.GrayButton
{
    float:left;
    width:100%;
    background:transparent;
    font-size:93%;
    height:35px;
}
.GrayButton ul 
{
    margin:0;
    padding:0;
    list-style:none;
}
.GrayButton li
{
    float:left;
    background:url("../../img/buttons/CompareButton_right.png") no-repeat right top;
    margin:0px 0px 0px 0px;
    padding:0;

}
.GrayButton li:hover
{
    float:left;
    background:url("../../img/buttons/CompareButton_rightHover.png") no-repeat right top;
    margin:0px 0px 0px 0px;
    padding:0;

}
.GrayButton a, .GrayButton a:link, .GrayButton a:visited
{
    display:block;
    background:url("../../img/buttons/CompareButton_left.png") no-repeat left top;
    margin:0px 0px 0px -5px;
    padding:10px 15px 0px 15px ;
    height:35px;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1f3f80;
}
.GrayButton a:hover, .GrayButton a:active
{
    display:block;
    background:url("../../img/buttons/CompareButton_leftHover.png") no-repeat left top;
    margin:0px 0px 0px -5px;
    padding:10px 15px 0px 15px;
    height:35px;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3165cc;
}

.booking_widgetL1_book_now
{
    width: 120px;
	position:absolute;
	right: 8px;
	bottom: 10px;
}

.booking_widgetL2_book_now
{
    width: 105px;
	position:absolute;
	right: -8px;
	bottom: 8px;
}
.blog_widgetL2_all_articles
{
    width: 100px;
	position:absolute;
	right: 6px;
	bottom: 8px;
}