@charset "utf-8";
/* CSS Document */
<!--
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#F9F9F7;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;  
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(../images/toppic_bg.jpg);
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FEE0C1;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

TD {
	FONT-SIZE: 11px; COLOR: #999999; FONT-FAMILY: Tahoma,verdana,arial; 
	}

.SubHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4C7002;
	font-weight:bold;

}

#menu_button td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

#menu_button td.buttonOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

	.horizontalLine {
	border-bottom:#663300 dotted 1px;
}

h2 {
	background-color: #FEE0C1;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px;
	word-spacing:3px;
	letter-spacing:2px; 
	TEXT-TRANSFORM: uppercase; 
	COLOR: #333333;
	padding-left:17px; padding-top: 12px;
	width: 100%;
	height: 29px;
	margin-left:0px; margin-right:0px; margin-top:0px;
	vertical-align:middle;
}

INPUT, select {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, sans-serif;
	background-color:#FEE0C1;
}

INPUT.button {
	color: #666666;
	font-weight: bold;
	background-color:#FEE0C1;
	border: 1px solid #CCCCCC;
	padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px;
	cursor:pointer;
}
TEXTAREA {
	FONT-SIZE: 11px; WIDTH: 100%; FONT-FAMILY: Verdana, Arial, sans-serif;
	background-color:#FEE0C1;
}

a {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000000; TEXT-DECORATION: none
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

a.rateLink
{
	FONT-SIZE: 11px; 
	font-weight:bold;
	COLOR: #FEE0C1; 
	FONT-FAMILY: Tahoma,verdana,arial;
}

hr {
	color: #FFFFFF;
	border-bottom:dotted 1px #FEE0C1;
}

.DisplayRateTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:bold;
}
.SubDisplayRateTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

/* weather style */

.weatherTempTxtStyle {
 font-family:Arial, Helvetica, sans-serif;
 font-size:18px;
 color:#000000;
 font-weight:bold;

}
/* popup weather panel styling*/
body.weather {
	background-color:#FEE0C1;
	background-image:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	margin:0px;
	padding:0px;
}

body.weather img {
	border:1px solid black;
	background-color:#FFFFFF;
}

body.weather td.header {
	font-size:14px; 
	padding-bottom:9px; 
	padding-top:9px; 
	color:#FFFFFF;
	background-color:#FEE0C1; 
}

body.weather td.content_top {
	padding-top:3px;
}

/*venupopup*/ 

div.venu_popup_container {
	visibility:hidden;
	position:absolute;
	/*width:150px;
	height:150px;*/
	top:0px;
	left:0px;
	FILTER: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.50, wipestyle=1, motion=forward);
	/*FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00);*/
	padding:0px;
	margin:0px;
	background-color:none;
	background-image:none;
	border:none;
	z-index:100;
}

div.map_popup_style {
	padding:5px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:200px;
	
	/* opacity */
	opacity:0.85;
	FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=85);
	
	/* rounded boarders */
	 -moz-border-radius:8px;
	 border-radius:8px; /*CSS3, yeah right like any browsers support this :D */
}

div.biginnerstyle {
	padding:5px;
	border:1px solid #8E7E3E;
	background-color: #E9E3B6;
	font-family: Arial;
	font-size: 11px;
	FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=85);
}

td.currency_spacer_td {
	background-image:url(../images/m08.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:31px;
	width:10px;
}

.passport_main_txt {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
.passport_sub_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 3px;
}
.passport_big_txt {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
}
.passport_Name_txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 3px;
	color:#333333;
}

legend {
	color:#333333;
}



-->
