html { height: 100%; margin-bottom: 1px; }
BODY, P, TD, ul { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color:#333333;margin:0px 0px 20px; text-align:right;}
BODY {margin:0px; text-align:center; background:url(images/Back_Bg.jpg) fixed; direction:rtl;}

a:link, a:visited, a:active {color:#0f4c64;}
a:hover {text-decoration:none;}


#body {width:100%; text-align:center; }
#wrapper {width:786px; text-align:left; margin:0 auto; position:relative; }
#top {background:url(images/Back_Top.jpg); height:11px; margin-top:20px;}
#header {width:269px; height:151px; position:absolute; top:15px; left:538px;}
#header #logo {}

#main {background:url(images/Back_Mid.jpg); text-align:center;}

#content {width:560px; text-align:left; overflow:hidden; background:#FFFFFF; margin:0px 0px 0px 10px;}
#menu2 {width:190px; float:right;}
.clear {clear:both; height:2px;}
.clear15 {clear:both; height:15px; }
#maincontainer {/*margin:20px;  width:550px; padding:8px; */margin:4px; border:1px solid #660033; min-height:340px;}
#bottom {background:url(images/Back_Bot.jpg); height:10px;}
#footer {text-align:center; color: #7b4c37; font-size:.8em; height:25px; padding-top:5px;}
#footer a{color: #7b4c37;}
#footer a:visited{color: #7b4c37;}

#footer .social_links {
	float:left;
	margin-left:20px;
	margin-top:8px;
}
#footer .form {
	float:right;
	width:300px;
	margin-right:15px;
	margin-top:5px;
}
#footer .form input {
	font-size:12px;
	width:200px;
	border:1px solid #631B02;
	float:right;
	margin:10px 2px 10px 4px;
}
#footer .download_kuntres a {
	width:258px;
	height:102px;
	display:block;
	background:url(../images/btn_download_kuntres.png) no-repeat;
	text-indent:-9999em;
	margin-right:350px;
}

#menu {margin:165px 15px 0 0; width:200px; float:right; *width:190px;}
#menu ul {list-style-type:none; margin:0; padding:0; margin-left:10px;}
#menu li {height:23px; margin:5px 0;}

h2 { text-align:center; color:#620001; font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:20px; margin:0 auto; background:url(images/Back_Section.jpg) no-repeat 50% -20px; height:35px; margin-top:20px; /*clear:both;*/}
h3 { color:#8b6035; font-size:16px; font-weight:bold; margin-bottom:0px; text-align:right; }

#menu a {width:180px; display:block; height:23px; margin:5px 0; overflow:hidden;}
#menu a.menulink1 {background:url(images/Menu_Home.jpg)}
#menu a.menulink2 {background:url(images/Menu_Info.jpg)}
#menu a.menulink3 {background:url(images/Menu_Howto.jpg)}
#menu a.menulink4 {background:url(images/Menu_Tour.jpg)}
#menu a.menulink5 {background:url(images/Menu_Faq.jpg)}
#menu a.menulink6 {background:url(images/Menu_Contact.jpg)}

#menu a.selected {background-position:-200px; cursor:default;}
#menu a.menulink1:hover {background-position:-200px;}
#menu a.menulink2:hover {background-position:-200px;}
#menu a.menulink3:hover {background-position:-200px;}
#menu a.menulink4:hover {background-position:-200px;}
#menu a.menulink5:hover {background-position:-200px;}
#menu a.menulink6:hover {background-position:-200px;}

.small {font-size:.8em; color:#666666;}
.textbox {padding:0 25px;}
.textbox img { margin-left:25px;}
.attn {background:url(images/Icons_Attn.jpg) no-repeat 10px 10px #f6efe7; color:#8b6035; border:1px solid #cf9851; padding:8px 10px 8px 40px; margin: 0 20px; min-height:25px; clear:both;}

.faq {
	display:none;
	width:80%;
	padding:10px;
	border:1px solid #0B79B9;
	background-color: #F3FBFE;
	margin-left:20px;
	margin-bottom:16px;
}
.link_FAQs {
	line-height:30px;
}
.cssHide  {display:none;}

.MGroup {margin:15px 20px;}
.MGroup a {
	cursor:pointer;
}

.form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: tahoma;
  font-size:11px;
  margin: 0;
  padding: 0;
  width:100%;
}

form fieldset {
	border-color: #7b4c37;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	margin-bottom:20px;
	text-align:right;

  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */

}

form fieldset legend {
	font-size:14px; /* bump up legend font size, not too large or it'll overwrite border on left */  /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#631B02;
	font-weight:bold;
	text-align:right;
	
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: right;
	width: 100px;
	padding: 0;
	margin: 5px 0 0 5px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	color:#333333;
	font-size:11px;
/*}

/*form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
/*	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 3px; /* set margin on left of form elements rather than right of  label aligns textarea better in IE */
	background-color:#F5F5F5;
	height:15px;
	color:#333333;
	font-size:11px;
	border: solid;
	border-color: #D3D1D1;
	border-width: 1px;
	font:tahoma;
	padding:2px 2px 2px 4px;
	font-family:tahoma;
}

textarea { overflow: auto; 
}
.buttonSubmit {
	background-color:#E9D8CF;
	color:#7b4c37;
	height:26px;
	padding:0px 10px 0px 10px;
	cursor:pointer;
}
.buttonSubmit:hover {
	background-color:#7b4c37;
	color:#FFFFFF;
}

.extendedHours {
	margin:30px 0px 0px 12px; 
	width:150px; 
	color:#631B02; 
	padding: 6px; 
	font-size:16px;
	font-weight:bold; 
	line-height:140%; 
	border: solid 1px #896A3E;
}
.extendedHours a {
	color:#631B02;
	text-decoration:none;
}
.extendedHours a:hover {
	text-decoration:underline;
}

#popup{
	background-image:url(images/popup_bg.jpg);
	background-repeat:no-repeat;
	width:387px;
	height:137px;
	padding:20px 10px;
	margin:0px;
}

#popup h5{
	color:#b17e25;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:34px;
	margin:10px 0;
}

#popup p{
	color:#FFF;
	font-size:16px;
	text-align:center;
}

a.email_submit {
	width:95px;
	height:23px;
	display:block;
	float:right;
	margin:-2px 4px;
	background:url(images/email_submit.gif) 100% 0 no-repeat;
}

a.email_submit:hover {
	background-position:0 0;
}

a.email_submit span {
	display:none;
}

