* {
	padding: 0;
	margin: 0;
}

body	{

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.366;	
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #ffffff;
	background: url(../images/footer_image_repeat.jpg) bottom left repeat-x;
}

.teaser {
	padding: 2px 0px 0px 5px;
	float: left;
	width: 475px;
	border-bottom: 10px solid #fff;
	background-color:#fff;	
}

.teaser img {
	float: left;
	padding: 5px 4px 8px 4px;
}

.caption {
	float: left;
	clear: none;
	width: 330px;	
}

.caption p {
	padding: 0px 0px 5px 8px;	
}

#holidayFinder {
	width: 505px;
	float: left;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	background: url(../images/holidayfinder_bg.jpg) top right no-repeat;
	
}

#gotflashdiv {
	/*message for users without flash installed*/
	color: #cc0099;
	font-weight: normal;
	font-size: 0.8em;
	padding: 35px 0px 0px 0px;
}



#holidaySearch h2 {
	color: #cc0099;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0px; /*Kept this in as SIFr requires it explicitly*/
}

.print, .print:hover, .print:link, .print:visited {
	padding: 20px 0px 10px 0px;
}

.headingStyling {
	padding: 1px 2px 17px 5px;
	background:url(../images/suitcase.png) top left no-repeat;
	text-indent:40px;
	color: #827f00;
}

.small {
	font-size: 0.8em;
}

#container {
	margin: 0 auto;
  	width: 940px;
  	text-align: left;
	background-color: #fff;
} 

/* extras NAV */


#navBar ul {
	list-style: none;
	padding: 0px 0px 0px 10px;
}

#extrasHeader {
	padding: 0px 0px 0px 10px;
	font-size: 1em;
	font-weight: normal;
	text-indent: 0px;
}

#navBar ul li {
	background: url(../images/list_arrow.png) center left no-repeat;
	margin-left: 0px;
	text-indent: 1px;
	padding: 1px 0px 5px 10px;
	font-size: 0.7em;	
}

#navBar{
	width: 155px;
	background: url(../images/extras_bg.png) repeat-y;	

}

#navBar h2{ /*careful padding and indents breaking sifr*/
	color: #006699;
	padding: 0px 0px 3px 0px;
	font-size: 1.4em;
	font-weight: normal;
	text-indent: 0px;
}

#extrasTop {
	min-height: 23px; 
	height: auto !important;
	height: 23px;
	width: 155px;
	background: url(../images/extras_top.jpg) top left no-repeat;
}

#extrasBott {
	min-height: 54px; 
	height: auto !important;
	height: 54px;
	width: 155px;
	background: url(../images/extras_bott.png) top left no-repeat;
}

a, #navBar ul li {
	color: #0099cc;
	text-decoration: underline;
	font-weight: normal;
}

a, visited, #navBar ul li a {
	color: #0096db;
	text-decoration: underline;
	font-weight: normal;
}

a:hover, #navBar ul li a:hover {
	color: #33ccff;
	text-decoration: underline;
	font-weight: normal;
}

a:focus, #navBar ul li a:focus {
	background-color: transparent;
	color: #369;
	text-decoration: underline;
	font-weight: normal;
	border-bottom: 2px solid #CC0099;
}

a, div.caption ul li a, div#content2Col ul li a {
	color: #0099cc;
	text-decoration: underline;
	font-weight: normal;
}

a:visited, div#content2Col ul li a:visited {
	color: #0099cc;
	text-decoration: underline;
	font-weight: normal;
}

a:hover, div#content2Col ul li a:hover {
	color: #33ccff;
	text-decoration: underline;
	font-weight: normal;
}

a:focus, div#content2Col ul li a:focus {
	background-color: transparent;
	color: #369;
	text-decoration: underline;
	font-weight: normal;
	border-bottom: 2px solid #CC0099;
}

p {
 	padding: 0px 5px 12px 0px;
}

h1{
 	font-size: 1.35em;
	clear: both;
	font-weight: normal;
}


#content2Col h2 {
	color: #827f00;
	background: url(../images/headings_underline.png) bottom left repeat-x;
	
}

#content3Col h3 {
	padding-left: 0px;
	color: #827f00;
	background: url(../images/headings_underline.png) bottom left repeat-x;
}

h2{
 	font-size: 1em;
 	padding: 0px 5px 5px 0px;
	font-weight: bold;
	clear: both;
}

h3{
 	font-size: 1em;
 	padding: 0px 2px 2px 0px;
	font-weight: bold;
	clear: both;
}

a h4{
	padding: 0px 0px 2px 0px;
	color: #FFF;
	text-decoration: none;
	clear: both;
}

h4 {
 	font-weight: bold;
 	padding: 0px 0px 2px 0px;
	clear: both;
}

h5{
 	padding: 0px 2px 2px 0px;
	font-weight: bold;
	clear: both;
}

h6{
 	padding: 0px 2px 2px 0px;
	font-weight: bold;
	clear: both;
}



/* Controls look of lists in the content panel. */


#content2Col ul {
	padding: 5px 0 0 0;
	font-size: 0.7em;
}

#content3Col ul {
	padding: 2px 0 0 10px;
}


#content ul {
	padding-top: 15px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	position: absolute;
	top: 0px;
	width: 940px;
	background: #fff;
	background: url(../images/banner.png) top right no-repeat;
	min-height: 109px;
	height: auto !important;
	height: 109px;
}

#innerContainer {
	width: 940px;
	/*background: url(../images/offers_bg.jpg) top right no-repeat;*/
	padding-top: 109px;
}

#leftCol{
	float: left;
	clear: both;
	width: 280px;
	background: url(../images/leftcol_bg.jpg) top right no-repeat;
	
}

#textChangeSpacer {
	width: 940px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	background: url(../images/textChangeSpacer_bg.jpg);
	}

#holidaySearch {
	width: 275px;
	float: left;
	min-height: 460px;
	height: auto !important;
	height: 460px;
	padding: 16px 0px 0px 0px;
	
}

#content{
	float: left;
	width: 505px;
	margin: 0px;
	display: inline;
	background-color: #fff;
}

#contentRight{
	float:right;
	clear: right;
	width: 155px;
	background-color: #fff;
	background: url(../images/right_content_bg.jpg) top right no-repeat;
}

#destinations {
	float: left;
	width: 785px;
	clear: left;
}

#mainNav {
	position: absolute;
	top: 8px;
	width: 940px;
	float: left;
}

#navBar3{
	float: left;
	font-size: 0.75em;
	padding: 10px 0px 0px 0px;
}


#headlines{
	float:right;
	width: 160px;
}

#headlines li {
	float:right;
	width: 160px;
	list-style-type: none;
}

#content2Col li {
	list-style-type: none;
	background: url("../images/list_arrow.png") center left no-repeat;
	padding: 0px 0px 3px 12px;
}

#content3Col li {
	list-style-type: none;
	background: url("../images/list_arrow.png") center left no-repeat;
	padding: 1px 0px 2px 11px;
	display: inline;
	font-size: 0.7em;
}

#content3Col li a {
	font-weight: normal;
}

.spaced {
	margin-left: 15px;
}

#content3Col img {
	padding: 9px 0px 20px 8px;
}

#content3Col p {
	padding: 9px 0px 0px 11px;
	font-size: 0.7em;
	color: #685c53;
}

#content2Col{
	float: left;
  	width: 280px;
	display: inline;
	background-color: #fff;
}

#content2Col p{
	font-size: 0.7em;
	color: #685c53;
}

#content3Col{
	width: 480px;
	float: left;
	clear: none;
	padding: 0px 0 0 0px;  
}

#content2Col img {
	padding: 9px 0px 0px 0px;
}

/************** change styles *****************/

.textChange {
	width: 940px;
	text-align: left;
	padding: 13px 0px 0px 0px;
	min-height: 64px; 
	height: auto !important;
	height: 64px;
	color: #685c53;
	background-color: #fff;
}

.textChange a {
	color: #333333;
}

.textChange a:visited {
	color: #333333;
}

.textChange a:hover {
	color: #33ccff;
}

.textChange p {
	font-size: 0.7em;
	padding: 1px 20px 1px 65px;
}

/************* #footer styles ***************/

#sitemap dl {
	width: 150px;
	float: left; 
	clear: none;
	font-size: 0.7em;
	list-style: none;
	padding: 0px 0px 11px 0px;
	
}

#sitemap .slim {
	width: 145px;
	padding-left: 25px;
}

#sitemap dd {
	padding: 0px 10px 0px 0px;
	color: #fff;
}

#sitemap dt {
	padding: 58px 10px 6px 0px;
	color: #fff;
	font-weight: bold;
	background: url(../images/sitemap_arrow.png) bottom left no-repeat;
	list-style: none;
	margin-left: 0px;
	text-indent: 10px;
	
}

#sitemap {
	width: 940px;
	min-height: 300px;
	height: auto !important;
	height: 310px;
	float: left;
	background-color: #0082b7;
	padding: 17px 0px 0px 0px;
	background: url(../images/footer_image.jpg) bottom left no-repeat;
	color: #fff;
}

#sitemap a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

#sitemap a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #33ccff;
}

#sitemap p{
	padding: 5px 0px 0px 10px;
	font-size: 0.8em;
}

#containFoot {
	clear: both;
	width: 940px;
	background-color: #144379;
}

#containFoot a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#containFoot a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerList{
	float: left;
	width: 470px;
	background: #144379;
	font-size: 0.8em;
}

#footer {
	width: 954px;
	font-size: 0.8em;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	color: #fff;
}

#footerList ul {
	float: left;
}

#footerList li{
	display: inline;
	vertical-align: middle;
}

.listStart {
	padding: 0px 6px 0px 0px;
	border-right: 1px solid white;
}

.listContent {
	padding: 0px 6px 0px 6px;
	border-right: 1px solid white;
}

.endOfList {
	padding: 0px 6px 0px 6px;
}


#footerListCountry {
	float: right;
	clear: none;
	padding: 0px;
	width: 430px;
	background: #144379;
	font-size: 0.8em;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	color: #fff;
}

#footerListCountry ul{
	float: right;
	clear: left;
	text-align: right;
}

#footerListCountry li{
	display: inline;
}

.countryListStart {
	padding: 0px 6px 0px 0px;
	border-right: 1px solid #ffc82e;
}

.countryListContent {
	padding: 0px 6px 0px 6px;
	border-right: 1px solid #ffc82e;
}

.countryListEnd {
	padding: 0px 6px 0px 6px;
}

/************* #header styles ***************/

#welcome {
	padding: 2px 2px 4px 206px;
	width: 280px;
	float: left;
	clear: none;
}

#welcome label {
 	padding: 2px 40px 0px 0px;
	vertical-align: middle;
	color: #1C4567;
	font-size: 0.75em;
	font-weight: bold;
	float: left;
}

#myXL {
	width: 173px;
	float: right;
	clear: none;
	padding: 6px;
	background: url(../images/env_subscribe.png) top left no-repeat;
}

#myXL a {
	color: #007bb1;
	text-decoration: none;
}

#myXL a:hover {
	color: #005195;
}

#myXL p {
	text-align: right;
	color: #336666;
	font-size: 0.75em;
	font-weight: bold;
	background: url(../images/subscribe_arrow.png) top right no-repeat;
	padding-right: 10px;
}
/************** #new headlines styles **************/

#headlines p{
	padding: 5px 0px 5px 0px;
	margin-top: 2px;
	border-top: 2px solid #CCCCCC;
}

/*****************
#contentRight p{
	padding: 5px 0px 5px 0px;
	margin-top: 2px;
	border-top: 2px solid #CCCCCC;
}
*********************************************/

#logo {
	float: left;
	min-height: 67px;
	height: auto !important;
	height: 67px;
	background: url(../images/logo.png) top left no-repeat;
	width: 267px;
}

#logo a {
	display: block;
	min-height: 67px;
	height: auto !important;
	height: 67px;
	width: 267px;
}

.logoLink {
	display: none;
}

a img {
	border: none;
}

.warning {
	background-color:#ff9;
	color: #333;
	border: thin dotted #333;
	padding:10px;
	margin:10px;
}

.mainPic {
	 width: 271px;
	 height: 195px; 
}

.teaserImage {
	width: 126px;
	height: 79px;
}

.sideBanner {
	width:155px;
	height:236px;
	padding: 10px 0px 0px 0px;
}

.sideBannerOne {
	width:155px;
	height:150px;
	padding: 10px 0px 0px 0px;
}

fieldset { border: none; 
}

legend {
	padding: 0px;
	color: #000;
}

input, textarea, select {
	padding-top: 1px;
	font-size: 0.8em;
}
	
select option {
	padding-left: 1em;
	color: #007bb1;
}


fieldset li {
	list-style: none;
}

