@charset "UTF-8";
a:link {
	color: #CC0000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #003399;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #424242;
	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;
	outline-style: #CCCCCC;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	background: transparent url;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top left;
	background-image: url(../images/con_side2.gif);
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-image: url(../images/con_hdr2011.gif);
	background-position: top;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	padding-top: 257px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	width: 193px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 14px;
	margin-left: 22px;
	margin-top: 10px;
	background-color: #FFF;
	float: left;
	border-right-style: double;
	border-right-color: #CCC;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	margin-right: 25px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent2 {
	margin: 0 0 0 45px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	margin-right: 45px;
	padding-top: 5px;
	margin-top: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/footer_bg_copy.gif);
	padding-bottom: 20px;
	background-position: bottom;
} 
.twoColFixLtHdr #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 */
	vertical-align: middle;
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}
.right_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
	line-height: 15pt;
	font-weight: normal;
}
.LftColTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 15pt;
	margin-top: 10px;
}
.vendorlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
#navbar {
	padding: 0 10px 0 20px;
	background-image: url(../images/navbar_bg3.gif);
	background-position: top;
	padding-top: 4px;
	padding-bottom: 4px;
}
.Red_Headers {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
.Blue_Headers {
	color: #09C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #09C;
	font-weight: bold;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #0C3;
	font-weight: bold;
}
.style1 {
	color: #09C;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 11px;
	margin-bottom: 6px;
}
.hotel_para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-align: left;
	line-height: 15px;
}
.hotel_addr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	line-height: 16px;
}
.hotel_addr2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	text-align: right;
}
.hotel_para2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-align: right;
	font-weight: normal;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.contact2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003399;
}
.subscribe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
}
.LftColTxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-position: left;
	color: #333333;
	text-align: left;
	display: inline;
	line-height: 18px;
	margin-top: 20px;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #0057A8;
	text-align: justify;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 14.5pt;
}
.errormsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	text-align: justify;
	line-height: 15pt;
	font-weight: normal;
}
.logintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: CC0000;
	text-align: center;
}
.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	;
	padding-left: 20px;
}
.style4 {
	font-size: 11pt;
	color: #CC0000;
	font-weight: bold;
}
.style6 {font-size: 9pt
}

