@charset "utf-8";
body {
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 none;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #header {
	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. */
	background-image: url(Images/Website_Head3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 126px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.thrColFixHdr #header h1 {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -9000px;
}
.thrColFixHdr #container #subhead {
	height: 8px;
	width: 1000px;
	background-color: #000000;
	background-image: url(Images/background-2ndtitle.jpg);
}
.thrColFixHdr #PageHead {
	height: 175px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	clear: none;
	float: left;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(Images/left_sidebar_background.jpg);
	background-repeat: repeat-y;
	clear: both;
	margin: 0px;
}
#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(Images/Nav_Backgroundsmall.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#navbar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(Images/Nav_Button_Splitter.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
}
.thrColFixHdr #container #sidebar1 #sidebar1Lower #aboutBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navbar #lastli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-image: url(Images/bottom-line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navbar li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 183px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	text-align: center;
	background-color: #000000;
	margin: 0px;
}
.thrColFixHdr #footer {
	height: 25px;
	width: 1000px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #003366;
	clear: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	float: none;
	background-image: url(Images/fotter_background.jpg);
	font-weight: bold;
	background-repeat: no-repeat;
}
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	clear: left;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
	padding: 5px;
}
/* ***** Main Content Column is 656 pixels wide***** */
.thrColFixHdr #mainContent {
	margin-right: 183px;
	margin-left: 160px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#container #mainContent #ContentUnit {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 633px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
#container #mainContent #ContentUnit h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	clear: none;
	float: none;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: .2em;
	padding-left: 0px;
	color: #333333;
	background-repeat: no-repeat;
}
.thrColFixHdr #container #mainContent #PageHead {
	margin: 0px;
	padding: 0px;
	height: 75px;
	border: 0px none;
	width: auto;
}
#container #mainContent #ContentUnit p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
	width: 460px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	float: left;
	clear: both;
	margin-top: 10px;
	text-align: left;

}
#container #mainContent #ContentUnit #bigarticle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	color: #333333;
	margin: 0px;
	width: 630px;
	height: auto;
}
#container #mainContent #ContentUnit img {
	clear: right;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
}
#container #mainContent #ContentUnit a {
	clear: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #3177c2;
	margin-right: 3px;
	text-decoration: none;
	padding-right: 3px;
}
#container #mainContent #ContentUnit a:hover {
	color: #FF0000;
}
.smallarticle {
	height: 148px;
	clear: left;
	width: 460px;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.morelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3177c2;
	margin-right: 3px;
	text-decoration: none;
	padding-right: 3px;
}
.biglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}
#container #mainContent #ContentUnit a.morelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	margin-right: 3px;
	text-decoration: underline;
	padding-right: 3px;
	float: none;
}
.biggerbolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}
.bluehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #3177c2;
	background-color: #FFFFFF;
}
.headblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3177c2;
	border: 1px solid #000000;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 5px;
}
.headred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 1px solid #000000;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 5px;
}
.customBullet {
	text-align: left;
	text-indent: 10px;
}
#container #mainContent #ContentUnit a.morelink:hover {
	color: #FF0000;
}
#container #mainContent #ContentUnit #bigarticle p img {
	clear: both;
	float: right;
	padding-left: 5px;
	margin: 0px;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}
.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.whitetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
}
#floatleft {
	clear: right;
	float: right;
	width: 300px;
}
#floatright {
	clear: right;
	float: right;
	width: 300px;
}
.boldcolour {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #339900;
	font-weight: bold;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099FF;
}
.topHCAd {
	padding-bottom: 12px;
	float: left;
	padding-left: 88px;

}
.thrColFixHdr #container #sidebar1 #sidebar1Lower #aboutBox {
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 12px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
}
.thrColFixHdr #container #sidebar1 #sidebar1Lower #aboutBox .indentA {
	padding-left: 12px;
	margin-left: 0px;
}
.thrColFixHdr #container #sidebar1 #sidebar1Lower #aboutBox .indentA li {
	padding-bottom: 5px;
	padding-right: 0px;
	font-weight: bold;
	margin-left: 5px;
}
.thrColFixHdr #container #mainContent #ContentUnit #bigarticle #agoda_searchbox {
	float: right;
	width: 250px;
	margin-right: 25px;
	margin-left: 6px;
}
.thrColFixHdr #container #sidebar1 div #specials {
	background-color: #FFC;
	margin: 0px;
	padding: 3px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
