/*********************************************************
**********************************************************

	Folder:	Theme203
	Name:	B&B
	Cat:	Travel & Leisure

**********************************************************
*********************************************************/

body{
	color:#000;
}

.navigation1_top {
	display: none;
}


.sf_outer_wrapper{
	width: 840px;
	margin: auto;
	margin-top:20px;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}


.sf_extra1{
	width:840px;
	height: 44px;
}
.sf_extra2{
}

.sf_extra4{
	width: 800px;
	height: 44px;
	background-color:;
	background-image:url(images/border_banner.gif);
	background-repeat:no-repeat;
}
.sf_extra9{
	width: 840px;
	height: 66px;
	clear:both;
}


.sf_wrapper{
	width:800px;
	margin-left: 20px;
	min-height: 400px;
	background-color:;
	background-image:url(images/content.gif);
	background-repeat:repeat-y;
}
* html .sf_wrapper{
	height: 400px;
}
.sf_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
}


.sf_header_wrapper{
	height: 200px;
	width: 800px;
	
}
.sf_main_header{
	font-size: 2.2em;
	text-align:center;
	width: 390px;
	padding:65px 5px 0px;
	float: left;
	height: 40px;
	overflow:hidden;
}

.sf_sub_header{
	display:none;
}

.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}
	
/*------------------------------------
	Navigation
------------------------------------*/
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}
	
.navigation .navigation1{
	width: 230px;
	padding:0px;
	margin:0px;
	float: left;
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	font-weight:bold;	
}

.navigation1 ul{
	list-style-type: none;
	background-image:url(images/nav_repeat.gif);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
	float:left;
}
#Nav1 .sf_first_nav_item{
	width: 230px;
	padding-top:20px;
	background-image:url(images/nav_top.gif);
	background-repeat:no-repeat;
}
#Nav1 .sf_last_nav_item{
	width: 230px;
	padding-bottom:35px;
	background-image:url(images/nav_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.navigation1 ul li a{
	width: 195px;
	margin:0px;
	margin-left:15px;
	display: block;
	text-decoration:none;
	padding:3px 0px 4px;
}
.navigation1 ul li a:hover{
	width: 180px;
	padding-left: 15px;
	list-style-type: none;
}
/*------------------------------------
	Flyout - Left Aligned Menu
------------------------------------*/
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}
#Nav1 li { 
	float:left;	
}
#Nav1 li ul {  
	position:absolute;
	left: -999em;
	width:175px;
	margin:-26px 0 0 190px;
	.margin-top: -25px;
	background:none;
	z-index:1000;	
}

#Nav1 li.sf_last_nav_item_subnav {
	border: none;
}

#Nav1 li a {
	display : block;
}
#Nav1 li ul li {
	margin:0;
	padding:0;
	float:left;	
	border-bottom: 1px solid #cccccc;
}
#Nav1 li ul li a {
	display:block;
	width:175px;
	border:none;
	padding:3px 10px 4px;
	background:#EFEFEF;
	margin:0px;
}
#Nav1 li ul li a:hover {
	
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {  
	left: auto;
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

/*------------------------------------
	Other
------------------------------------*/

.sf_content{
	float: right;
	width: 540px;
	margin-right: 15px;
	font-size: 1em;
	font-family:"Times New Roman", Times, serif;
	display:inline;
}
.sf_pagetitle{
	width: 540px;
	float: right;
	text-size: 10px;
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
	display:inline;
	}
h2{
	font-size: 1.2em;
	font-weight: bold;
}

.sf_footer{
	clear: both;
	float: left;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: .7em;
	display:inline;
}
	





/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	color:#000;
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: .8em;
}
.sf_banner div#bannerLink{
	padding-top: 10px;
}

.sf_banner a{
	color:#000;
}
.sf_banner a:visited{
	color:#000;
}
.sf_banner a:hover{
	color:#000;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
}