body {
	/* background: url(../images/top-bg.gif) repeat-x top; */
	background:url(../images/body-bg.gif) repeat-y center;
	margin:0px;
	font-family: Tahoma, Arial, Times, serif;
	font-size:12px;
	word-spacing: -1px;
	color:#FFFFFF;
}
.headerBackGround {
	background:url(../images/top-bg.gif) repeat-x;
}
.fullWidth {
	width:1000px;
	margin:0px auto;
}
p, ul, h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
}
h1 {
	font-size:23px;
	margin-bottom:3px;
}
h2 {
	font-size:18px;
}
a, a:visited {
	text-decoration:none;
	color:#fff;
}
a:hover {
}
a img {border:none; }
img, div, a, li {
	_behavior: url(iepngfix.htc);
}
.clear {
	clear:both;
}
.logo {
	width:225px;
	height:102px;
	float:left;
	margin:6px 0px 0px 8px;
}
.horizentalDottedLine {
	background:url(../images/separator.gif) repeat-x;
	/*margin:8px 0px;*/
	height:3px;
}
/* Sub Menu */
.subMenu {
	text-align:center;
	list-style:none;
	margin-top:7px;
	clear:both;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:6px;

}
.hidden { visibility:hidden; margin-bottom:-6px;height:6px;}

.subMenu li {
	display:inline;
	margin-right:10px;
	background:url(../images/accommodation/submenu-brdr.gif) no-repeat right;
	height:26px;
	line-height:26px;
	padding-right:21px;
}
.subMenu li a, .subMenu li a:visited {
	color:#76bafd;
}


.subMenu li a:hover, .subMenu li.activeItem a {
	color:#996633;
}
/* ================Menu Section - By Hedaya================ */
#TopMenuContainer {
	float:right;
	margin:79px 0px 0px 0px;
	_margin:86px 0px 0px 0px;
	height: 30px;
}
.TopMenu {
	/*position: relative;*/
	padding: 0px;   /*without this firefox adds left padding */
	list-style: none;
}
.TopMenu li {
	float:left;/*margin-right: -10px;*/
}
.TopMenu li a, .TopMenu li a:visited {
	float: left;
	display: block;
	color:#996633;
	font-size: 12px;
	text-decoration: none;
	padding:0 0 0 13px; /*Padding to accomodate left tab image. Do not change*/

	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.TopMenu li a b {
	float: left;
	display: block;
	padding: 0px 16px 0px 0px; /*Padding of menu items*/
}
.TopMenu li.current a, .TopMenu li a:hover {
	color: #996633;
	background: transparent url(../images/main-menu-left-brdr3.gif) left top no-repeat;
}
.TopMenu li.current a b, .TopMenu li a:hover b {
	color: #996633;
	background: transparent url(../images/main-menu-right-brdr3.gif) right top no-repeat;
}
/* ================Menu Section - By Hedaya================ */

/* Page Intro */
.PageIntro {
	font-size: 13px;
	text-align:justify;
	word-spacing: normal;
}
.pageIntroContainer {
	width:238px;
	height:272px;
	float:right;
	background-color:#76bafd;
	padding:60px 30px 0px 45px;
}


/* Footer */
.FooterBg {
	background: url(../images/footer-bg.gif) repeat-x top;
	height:50px;
	margin-top:10px
}
.footerContainer {
	padding:10px;
}
.terms, .copyright {
	width:460px;
	font-size:11px;
}
.terms {
	float:left;
	line-height:30px;
}
.copyRight {
	float:right;
	font-size:10px;
	text-align:right;
	line-height:13px;
}
.terms a, .terms a:visited {
	color:#FFFFFF; text-decoration:none;
}
.terms a:hover {text-decoration:underline; }
.copyRight a, .copyRight a:visited {
	color:#333;
	font-weight:bold;
}
.copyRight a:hover {
	color:#996633;
}

/* pop-ups */
/* Modal popup/message*/
.modalBackground 
{
	background-color:#F7F7F7;
	filter:alpha(opacity=70); /* For IE */
	opacity:0.7;
}


div.newsletterRight
{
    width:570px;
    height: 370px;
    overflow: auto;
}

/* Error Page */
.errorBox { 
width: 505px;
margin: auto;
}
.errorBoxbg {
padding: 10px;
text-align: center;
background-color: #996633;
}

.errorDetails {
display:none;
font-size:small;
text-align:left;
}