body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color: #fffce9;
}
body, p, td {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
}
h1{
	font-size: 24px;
	padding-bottom: 8px;
}
h2{
	font-size: 18px;
	padding-bottom: 8px;
}
h3{
	font-size: 14px;
	padding-bottom: 2px;
}
h4 {
	font-size: 12px;
	padding-bottom: 2px;
}

a {
	color: #F70;
}

a:hover {
	color: #333;
}
form {
	padding: 0px;
	margin: 0px;
}


div {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


td#siteContainer {
	vertical-align: top;
	text-align:left;
}

div#topFunctionalityArea table {
	float:right;
	height: 30px;
}
div#topFunctionalityArea td {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}
div#topFunctionalityArea td a {
	font-size: 9px;
	color: #999999;
}
div#topTitle {
	width: 870px;
	float: left;
	font-size: 15px;
	font-weight:bold;
}




div#navPathArea p {
	font-size: 10px;
	line-height: 20px;
	margin-right: 15px;
	margin-left: 15px;
}
div#navPathArea p a, div#navPathArea p span{
	margin-right: 3px;
	margin-left: 3px;
}
div#navPathArea p span.label {
	font-weight: bold;
}
div#navPathArea p a {
	color: #999999;
	text-decoration: none;
}
div#navPathArea p a:hover {
	color: #FF7700;
	text-decoration: underline;
	font-weight: bold;
}
div#footerArea p, div#footerArea table {
	margin-top: 8px;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 10px;
}
 div#footerArea table td{
 padding-right:5px;
 padding-left:5px;}

div.contentArea div.content p {
	color: #000000;
	line-height: 15px;
	padding-bottom: 8px;
}

div.contentArea div.content h1 {
	line-height: 28px;
	font-weight: normal;
}
div.contentArea div.content h2 {
	line-height: 16px;
	margin-top: 4px;
}

div.contentArea div.content h3 {
	line-height: 16px;
}
div.adArea h2 {
	margin-top: 16px;
}
body.frontPage div.horisontalArea h2 {
	margin-top: 12px;
}
table.articleTable div.imgRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

table.articleTable div.imgLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

table.articleTable div.imgCenter {
text-align:center;
	margin-bottom: 10px;
	margin-top: 5px;
}
ul.lowLevelNav {
	margin: 0px;
	padding: 0px;
}
ul.lowLevelNav li {
	list-style-type: none;
	float: left;
	margin-right: 0px;
	margin-left: 3px;
	font-size: 11px;

	line-height: 25px;
}
/*Format the area with a square picture and text on front and destination*/
table.offerImgTxt {
	margin-top: 10px;
}

table.offerImgTxt td{
	vertical-align: top;
	border-bottom: 10px solid #FFFFFF;
}

table.offerImgTxt img {
	height: 90px;
	width: 90px;
	float: left;
	margin: 0px 10px 0px 0px;
}

table.offerImgTxt h2{
	margin:0px;
	padding: 0px;
}

img.verticalRuler {
	border-right: 1px dashed #F70;
	display: inline;
	width: 1px;
	margin-right: 10px;
	margin-left: 10px;
}

img.solidGreyBorder{border-right: 1px solid #CCC;}


ul.lowLevelNav li a {
	color: #f90;
}

ul.lowLevelNav li  div {
	float:left;
	padding-bottom: 8px;
	background-color: transparent;
	background-image: none;
}

ul.lowLevelNav li  div div{

	padding-left: 5px;

	padding-bottom: 0px;
}

ul.lowLevelNav li  div div div{

	padding-right: 5px;
	padding-left: 0px;
}

ul.lowLevelNav li a:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

ul.lowLevelNav li a:hover div {
	background: url(../css_images/lowLevelNavLightGreyArrow.gif) no-repeat center bottom;
}

ul.lowLevelNav li a:hover div div{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../css_images/lowLevelNavLightGreyL.gif);
	background-color: #f4f4f4;
}

ul.lowLevelNav li a:hover div div div{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../css_images/lowLevelNavLightGreyR.gif);
}

/*body.grey ul.lowLevelNav li a:hover div {
	background-image: url(../css_images/lowLevelNavWhiteArrow.gif);
}

body.grey ul.lowLevelNav li a:hover div div{
	background-image: url(../css_images/lowLevelNavWhiteL.gif);
		background-color: #fff;
}

body.grey ul.lowLevelNav li a:hover div div div{
	background-image: url(../css_images/lowLevelNavWhiteR.gif);
}*/

ul.lowLevelNav li.active  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

ul.lowLevelNav li.active  div {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../css_images/lowLevelNavLightOrangeArrow.gif);
}

ul.lowLevelNav li.active  div div{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../css_images/lowLevelNavLightOrangeL.gif);
	background-color: #f90;
}

ul.lowLevelNav li.active  div div div{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../css_images/lowLevelNavLightOrangeR.gif);
}.hidden {
	display: none;
	visibility: hidden;
	height: 0px;
}


span.starRating{
margin-left:15px;}

img.starOn, img.starOff {
	background-repeat:no-repeat;
	height: 12px;
	width: 14px;
	margin-left: 2px;
	margin-right: 0px;
	}


img.starOn {
	background-image: url(../css_images/starOn.gif);

}
img.starOff {
	background-image: url(../css_images/starOff.gif);
}
/*Form elements*/
select.size150w, input.size150w {
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

select.size100w, input.size100w{
	width: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

select.size60w, input.size60w{
	width: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

select.size40w, input.size40w{
	width: 40px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
}
select, input {
	height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 12px;
}


div.topMenuItem div {
	float: left;
	height: 30px;
}
div.topMenuItem {
	float: left;
	margin-right: 5px;
	height: 30px;
}
div.topMenuItem a {
	color: #333333;
	text-decoration: none;
	font:  bold 15px/30px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

div.topMenuItem div.itemL {
	background-image: url(../css_images/topMenuItemL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 6px;
}
div.topMenuItem div.itemC {
	background-image: url(../css_images/topMenuItemC.gif);
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
div.topMenuItem div.itemR {
	background-image: url(../css_images/topMenuItemR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 6px;
}
div.topMenuItem a:hover {
	color: #f70;
}
div#topMenuArea div.active div.itemL {
	background-image: url(../css_images/topMenuItemLactive.gif);
}
div#topMenuArea div.active div.itemC {
	background-color: #F70;
	color: #FFFFFF;
	background-image: none;
}
div#topMenuArea div.active a{
	color: #FFFFFF;
}
div#topMenuArea div.active a:hover {
color:#DDD;
}

div#topMenuArea div.active div.itemR {
	background-image: url(../css_images/topMenuItemRactive.gif);
}
div#mainImage img {
	width: 300px;
	margin-bottom: 10px;
}

div#fun img {
	width: 300px;
	margin-bottom: 10px;
}



img.calendar {
	background-image: url(../css_images/calendar.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 21px;
	vertical-align: middle;
}
ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
ol li {
	padding-bottom: 4px;
}

p.listItem01 {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding-bottom: 2px;
	padding-left: 10px;
	background: url(../css_images/orange5pxDot.gif) no-repeat 0px 6px;
}

 p.listItem02 {
	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;
	line-height: 14px;
	padding-bottom: 3px;
	background-image: url(../css_images/orangeV.gif);
	background-position: left top;
	padding-left: 18px;
	padding-top: 3px;
}

img.FF_Fix {
	height: 10px;
	width: 1px;
	display: block;
	vertical-align: text-top;
}



table.articleTable{
	width: 99%;
}
div.frame h1, div.frame p.resIntroTxt{
margin-left:10px;}

div#topFunctionalityArea h1{
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 25px;
	font-size: 25px;
	margin-top: 23px;
}

td.cornerTR, td.cornerTL, td.cornerBR, td.cornerBL {
	background-image:url(../css_images/w1pxG190w.gif);
	background-repeat:no-repeat;
	height: 10px;
	width: 10px;
	margin: 0px;
	padding: 0px;
}
td.cornerTR{
background-position:right top;

} td.cornerTL{} td.cornerBR{
	background-position: right bottom;
} td.cornerBL{
	background-position: left bottom;
}
td.sideL, td.sideT, td.sideB, td.sideR{
	background-image: url(../css_images/G1px.gif);
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
td.sideL{
background-repeat:repeat-y;
background-position:left

}td.sideT{
background-repeat:repeat-x;
background-position:top
}
td.sideB{
background-repeat:repeat-x;
background-position:bottom;
}
td.sideR{
background-repeat:repeat-y;
background-position:right}
td.centerTd{
background-color:#FFFFFF;}
td.rulerTd{
	background: url(../css_images/G1px.gif) repeat-y center center;
	width: 21px;
}


/*light box stuff*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../css_images/white5pxDot.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
/*#prevLink:hover, #prevLink:visited:hover { background: url(../css_images/prevlabel.gif) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url(../css_images/nextlabel.gif) right 15% no-repeat; }*/

#prevLink { background: url(../css_images/prev.gif) no-repeat left 15%; }
#nextLink { background: url(../css_images/next.gif) no-repeat right 15%; }

#bottomNav a#bottomNavClose img{
	background: url(../css_images/close.gif) no-repeat;
	height: 26px;
	width: 26px;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background: #F90;
	}
	/*end of lightbox*/
