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

Folder: Theme005_Travel1
Name: Travel 1
Cat: Travel & Leisure

**********************************************************
*********************************************************/
/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
	color: #000000;
}

.sf_outer_wrapper {
    width: 840px;
    margin: 50px auto;
    padding: 5px;
}

.sf_wrapper {
    width: 840px;
    position: relative;
}

a, a:visited {
    color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    padding: 20px;
    height: 119px;
    width: 575px;
    float: right;
}

.sf_extra4 {
    width: 219px;
    height: 159px;
    float: left;
    sf_edit: true;
}

.sf_main_header {
	text-align: left;
	height: 35px;
	overflow: hidden;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-bottom:7px;
}

.sf_sub_header {
	text-align: left;
	overflow: hidden;
	height: 70px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_main_header p, .sf_sub_header p {
	margin: 0;
	padding: 0;
}


/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation { 
	display: none; 
}

.sf_navigation_top {
    clear: both;
    float: left;
    width: 100%;
}

.sf_navigation_top ul {
    margin: 0 0;
    height: auto !important; height: 1%;
    padding-left: 15px;
}

.sf_navigation_top ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation_top ul {
    list-style-type: none;
}

.sf_navigation_top ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
}

.sf_navigation_top ul li a {
	height: 44px;
	margin: 0 0 0 1px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 44px;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.sf_navigation_top ul li a:visited {
	color: #000000;
}

.sf_navigation_top ul li a:hover {
    text-decoration: none;
    display: block;
	color: #000000;
}
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}
/*------------------------------------
	Dropdown
------------------------------------*/
#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, 
#Nav1 ul { /* all lists */
	list-style:none;
}

#Nav1 a {
	display:block;
}

#Nav1 li { /* all list items */
	float:left;
}

#Nav1 li ul { /* second-level lists */
	position:absolute;
	left:-999em;
	width:180px;
	border:0;
	margin:-2px 0 0 0;
	background:#ffffff;
	padding:3px 3px 0 3px;
	z-index:1000;
}
#Nav1 li ul li{
	margin:0;
	padding:0;
	width:auto;
	background:none;
}
#Nav1 li ul li a{
	height:auto !important;
	margin:0 0 3px 0;
	width:158px;
	background:#f1f1f1;
	padding:10px;
	line-height:normal;
	white-space:normal;
	border:none;
}
#Nav1 li ul li a:hover{
	background:#ffffff;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	clear: both;
	padding: 20px 0 0 20px;
	text-align: left;
	min-height: 30px;
	height: auto !important;
	height: 30px;	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_pagetitle h1 {
	font-size:22px;
	margin: 0;
	font-weight: normal;
}

.sf_content {    
    padding: 20px;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    min-height: 200px;
	height: auto !important;
    height: 200px;    
}

.sf_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
    font-size: 11px;
    padding: 20px 0 0 20px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 5px;
}

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: 11px;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
