@charset "UTF-8";
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #e1e1e1;
	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: #333333;
}

h1,h2,h3,h4,h5,h6 {	color:#006;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:5px 0;
}

h1 {font-size:120%;}
h2 {font-size:110%;}
h3 {font-size:100%;}
h4 {font-size:90%;} <!--disclaimers-->
h5 {font-size:80%;}
h6 {font-size:70%;}

p {margin:5px 0;}
a {
	text-decoration:none;
	color:#03C;
}

img {
	border-style:none;
	
}

a:hover {
	text-decoration:underline;
	color:#03F;
}

.reg {
	font-size:9px;
}

.red {
	color:#C00;
	
}
	

.twoColFixLtHdr #container { 
	width: 980px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background:#FFF url(images/sidebar.gif) bottom left no-repeat;
	padding: 0;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	background:url(images/sidebar.gif) repeat-y;
	width:212px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0;
	padding: 5px 20px;
	width:700px;
}

.gradient {
	background:url(images/packages-bg.jpg) bottom #FFF repeat-x;
	border:1px #CCC solid;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#e1e1e1;
} 
.twoColFixLtHdr #footer p {
	margin:0;
	padding: 10px 0;
	text-align:center;
	font-size:10px;
	line-height:1.3em;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#thankYouOverlay
{
	display:none;
	width:460px;
	height:229px;
	background:#fff;
	border: 2px solid  #3f5ca0;
	position:absolute;
	z-index:7000;
	margin:0px auto;

}

#thankYouOverlayInner
{
	width:95%;
	height:120px;
	border: 0px solid  #666;
	margin:30px auto 0px auto;
	padding:2px;
	font-size:12px;
	

}

#thankYouHeader
{
background: url(images/thankYou_header.gif) no-repeat;
width:460px;
height:29px; 

}

#thankYouClose  
{
	display:none;
	background:url(images/thankYou_Close.gif) no-repeat;
	width:110px;
	height:35px;
	margin:0px auto;
}

#loader
{
	display:none;
	background:url(images/ajax-loader.gif)  left no-repeat;
	width:600px;
	height:16px;
	float:left;
	
}
#loaderText
{
	display:none;
	width:250px;
	float:left;

}

#map_Modal{display:none;left:200px;top:200px;background:#fff;position:absolute;z-index:5000; width:700px;top:20px;border: 3px solid  #006}
#map_header{width:100%; background:#006; height:20px; text-align:center;color:#fff;cursor:pointer;}
#my_textual_div{float:left; width:35%; background:#fff;font-size:11px;}
#map_canvas{width: 60%;height:350px;  float:right; ;}

#formHide {display:none;}