/* -------- THE BASICS -------- */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
	padding: 0; margin: 0;
	background-color: #000;
}

h1 {
	color:#fff;
	font-size: 26px;
	font-family: 'Americana Std';
	font-weight: normal;
	position:relative;
	padding: 20px 0 0 0;
	margin:0 30px 0 10px;
}

h2 {
	margin: 6px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

h2 a:link, h2 a:visited { 
	color: #fff;
}

h2 a:hover, h2 a:active { 
	color: #fff;
}

h3 {
	font-size: 12px;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

pre {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 6px 0px 7px 0px;
	padding: 0px;
}

p a:link, p a:visited {
	text-decoration: underline;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p a:hover, p a:active {
	text-decoration: underline;
	color: #fddd03;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

p.gch img {
	border: 2px solid #033211;
	margin: 0px 2px 0px 1px;
	padding: 0px 0px 0px 0px;
}

p.left {
	border: 2px solid #033211;
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.right {
	border: 2px solid #033211;
	float: right;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:hover, a:active {
	text-decoration: underline;
	color: #fddd03;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#addheading {
	font-size: 15px;
	color: #fddd03;
	padding-left: 15px;
	padding-bottom: 10px;
}

#addheading a:link, #addheading a:visited {
	text-decoration: none;
	color: #fddd03;
}

#addheading a:hover, #addheading a:active {
	text-decoration: underline;
	color: #fddd03;
}

.blogItem {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #374867;
}

#loginBox input {
	width: 145px;
	margin: 2px 0 2px 0;
}

/* -------- END BASICS -------- */


/* ------ GOOGLE PLUS ONE BUTTON ------ */

.button {
	padding-left: 32px;
	width: 98px;
}

/* ------ END GOOGLE PLUS ONE BUTTON ------ */


/* ------ AREA LINKS TABLE ------ */

.area_table {
	border: 1px solid #000; 
	background:url(/images/template/areatable.gif);
	color: #fff;
}

.area_table a:link, .area_table a:visited {
	text-decoration: none;
	color: #fff;
}

.area_table a:hover, .area_table a:active {
	text-decoration: underline;
	color: #fff;
}

.inner {
	border-top: 2px solid #023b10;
	border-right: 2px solid #078430;
	border-bottom: 2px solid #067c2e;
	border-left: 2px solid #034a17;

}

.outer {
	border-top: 1px solid #0ac54f;
	border-right: 1px solid #012b0b;
	border-bottom: 1px solid #011806;
	border-left: 1px solid #06822f;
}

/* ------ END AREA LINKS TABLE ------ */



/* -------- TEMPLATE LAYOUT -------- */

#site {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 955px;
}

#topheader {
	float:left;
	width: 955px;
	height: 30px;
	background-repeat: no-repeat;
	background-image:url(/images/template/title-bar.gif);
	background-repeat: repeat-x;
	background-color: #000;
}

#top-nav {
}

.topmenu {
	float: left;
	margin-top: 66px;
}

.topmenu li {
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff194;
	padding: 16px 0px 10px 0px;
}

.topmenu li a:link, .topmenu li a:visited {
	text-decoration: none;
	color: #fff194;
	text-shadow: 1px 1px 2px #000;
}

.topmenu li a:hover, .topmenu li a:active {
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

#nav {
	width: 955px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/template/main-nav.gif);
	background-repeat: repeat-x;
	background-color: #000;
}

/* ---------- MAINMENU ---------- */

.mainmenu {
	width: 956px;
	margin: 0px;
	padding-left: 0px;
}

.mainmenu li {
	float: left;
	position: relative;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 50px;
	color: #ffe954;
	text-shadow: 2px 2px 2px #000;
	border-right: 2px solid #000;
}

.mainmenu li a:link, .mainmenu li a:visited {
	width: 157px;
	height: 36px;
	text-decoration: none;
	display: block;
	color: #ffe954;
	padding: 14px 0px 0px 0px;
}

.mainmenu li a:hover, .mainmenu li a:active {
	display: block;
	height: 36px;
	color: #fff;
	text-decoration: none;
	background-image:url(/images/template/main-nav-hover.gif);
	background-repeat: repeat-x;
}

/* ---------- END MAINMENU ---------- */


/* ---------- DROPDOWNMENU ---------- */

/* 2nd level menu items (drop down) */
.menuitem {
	display: none;
	width: 180px;
	position: absolute;
	top: 50px;
	left: 60px;
	padding: 0px;
	z-index: 10;
}

.menuitem li {
	width: 120px;
	height: 50px;
	background-color: #f3cb96;
}

.menuitem li a:link, .menuitem li a:visited {
}

.menuitem li a:hover, .menuitem li a:active {
}

/* ---------- END DROPDOWNMENU ---------- */


.menuSection {
	background-image: url(/images/template/lefttitle.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	text-align: center;
	padding: 8px 0px 0px 0px;
	margin: 0;
	color: #ffe954;
	margin-bottom: 1px;
	text-shadow: 2px 2px 2px #000;
}

.menuSection2 {
	background-image: url(/images/template/lefttitle.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	text-align: center;
	padding: 8px 0px 0px 0px;
	margin-top: 10px;
	color: #ffe954;
	margin-bottom: 1px;
	text-shadow: 2px 2px 2px #000;
}

/* ------ LEFT NAV MENU ------ */

.leftmenu {
	list-style-type: none;	
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 8px;
	padding: 0px;
}

.leftmenu li {
	background-image: url(/images/template/leftmenu.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	text-align: center;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

.leftmenu li a:link, .leftmenu li a:visited  {
	text-decoration: none;
	display: block;
	padding: 8px 0px 4px 0px;
	margin: 0px;
	width: 150px;
	color: #fff194;
}

.leftmenu li a:hover, .leftmenu li a:active {
	height: 17px;
	background-color: #044c18;
	background-repeat: no-repeat;
	color: #fff;
}

/* ------ END LEFT NAV MENU ------ */



#bottomheader {
	float:left;
	width: 955px;
	height: 75px;
	background-repeat: no-repeat;
	background-image:url(/images/template/bottomheader.gif);
	background-color:#000;
}

#lefttop {
	width: 158px;
	height: 308px;
	background-image:url(/images/template/lefttop.jpg);
	background-repeat:no-repeat;
	background-color:#000;
}

#leftmid {
	width: 158px;
	background-image: url(/images/template/left-background.gif);
	background-repeat: repeat-y;
	background-color:#000;
}

#leftbottom {
	width: 158px;
	background-image: url(/images/template/left-background.gif);
	background-repeat: repeat-y;
	background-color:#000;
}

#leftnav {
	width: 158px;
	
}

#right {
	width: 33px;
}

#righttop {
	width: 33px;
	height: 310px;
	background-image:url(/images/template/righttop.jpg);
	background-repeat:no-repeat;
	background-color:#000;
}

#rightmid {
	width: 130px;
	background-image: url(/images/template/right-background.gif);
	background-repeat: repeat-y;
	background-color:#000;
}

#rightbottom {
	width: 130px;
	background-image: url(/images/template/right-background.gif);
	background-repeat: repeat-y;
	background-color:#000;
	
}

#topcontent {
	width: 797px;
	height: 308px;
	background-image: url(/images/template/topcontent.jpg);
	background-repeat: no-repeat;
	background-color:#000;
}

#topnav {
	float: left;
	width: 184px;
	height: 300px;
	margin: 0 0px 0 553px;
}

#topimage {
}

#banner {
	float: left;
	width:546px;
	height: 300px;
	margin: 0 16px 0 0px;
	
}

#mainbody {
	width:667px;
	background-color: #eff0ef;
}

#midcontent {
	width:667px;
	height: 50px;
	background-image:url(/images/template/contentmid.jpg);
	background-repeat:no-repeat;
	background-color: #000;
}

#bottomcontent {
	width:667px;
	background-image: url(/images/template/middle-background.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

#infoBar {	
	font-size: 11px;
	background-image: url(/images/template/middle-background.gif);
	background-repeat: repeat-y;
	background-color: #000;
	color: #fff;
	padding: 10px 0 10px 20px;
	margin: 0 10px 0px 10px;
}

#infoBar a:link, #infoBar a:visited {
	text-decoration: underline;
	color: #fff;
}

#infoBar a:hover, #infoBar a:active {
	text-decoration: underline;
	color: #fff;
}

#bodyMain {
	padding: 10px 2px 8px 2px;
	min-height: 500px;
}

#footer1 {
	padding: 0px 0px 0 0px;
	color: #fff194;
	text-align: center;
}

.footer {
	height: 100px;
	padding: 4px 10px 0 10px;
	color: #fff194;
	background-color: #000;
	background-image: url(/images/template/footer.gif);
	background-repeat: repeat-x;
}

.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #fff194;
}

.footer a:hover, .footer a:active {
	text-decoration: underline;
	color: #fff;
}

/* -------- TOP RIGHT AD TEXT -------- */

p#ah {
	color:#000000;
	font-size: 10px;
	font-family: arial;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 70px;
	left: 60px;
	text-align: center;
	z-index: 2;
}

p#ah a:link, p#ah a:visited {
	text-decoration: none;
	color: #CE0000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p#ah a:hover, p#ah a:active {
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* -------- END TOP RIGHT AD TEXT -------- */

/* -------- RHS ADS -------- */

#rhsad1 {
	width: 120px;
	height: 120px;
	padding: 0px 0px 4px 8px;
	margin-top: 10px;
}

#rhsad1 a:link, #rhsad1 a:visited {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #13a4d4;
	display: block;
	width: 120px;
	height: 56px;
	padding: 64px 0px 0px 0px;
	margin: 0px;
	background-image: url(/images/ads/qldtravel.gif);
	border: 1px solid #000;
}

#rhsad1 a:hover, #rhsad1 a:active {
	text-decoration: none;
	color: #FF0000;
}

#rhsad2 {
	width: 120px;
	height: 120px;
	padding: 10px 0 4px 8px;
	margin: 0px;
}

#rhsad2 a:link, #rhsad2 a:visited {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #13a4d4;
	display: block;
	width: 120px;
	height: 70px;
	padding: 50px 0px 0px 0px;
	margin: 0px;
	background-image: url(/images/ads/qldtravel2.gif);
	border: 1px solid #000;
}

#rhsad2 a:hover, #rhsad2 a:active {
	text-decoration: none;
	color: #FF0000;
}

#rhsadi4u {
	width: 120px;
	height: 120px;
	padding: 4px 0 4px 8px;
	margin: 0;
}

#rhsadi4u a:link, #rhsadi4u a:visited {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 120px;
	height: 46px;
	padding: 74px 0 0 0;
	margin: 0;
	background-image: url(/images/ads/i4u.gif);
	border: 1px solid #000;
}

#rhsadi4u a:hover, #rhsadi4u a:active {
	text-decoration: none;
	color: #000000;
}

/* -------- END RHS ADS -------- */

.rhsBox {
	/* background-image: url(/images/rhs_section.png); */
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	border: 0;
}

.rhsBox h3 {
	margin: 0;
	padding: 0 0 0px 0;
	text-transform: uppercase;
	color: #eeecd5;
	font-family: "Lucida Sans";
}

.latestBlog h3 {
	padding: 0; margin: 0;
}

ul.blogroll {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blogroll li {
	list-style: none;
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	border-bottom: 1px solid #959ba0;
}

/* -------- END TEMPLATE LAYOUT --------*/

/* -------- SAMPLE SEARCH ENGINE --------*/

#searchBox {
	padding: 10px 0 0 30px;
	font-size: 16px;
}

#searchBox #searchBoxForm {
	text-align: left;
}

#searchBoxInner {
	text-align: left;
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#searchBoxInner #searchBoxForm {

}

/* -------- END SAMPLE SEARCH ENGINE --------*/

/* ------ FORM SECTION ------ */

.formSection {
	float: left;
	margin-right: 15px;
}

.formSectionTxt {
	width: 550px;
}

.formSectionTA {
	width: 550px;
	height: 200px;
}

.formVCode {
	width: 178px; 
	height: 19px;
	padding-top: 4px;
	font-size: 14px;
	text-align: center; 
	letter-spacing: 6px;
	border: 1px solid #339966;
	color: #000000;
	font-weight: bold;
}

.latestBlog h3 a:link, .latestBlog h3 a:visited {
	font-size: 12px;
	color: #666666;
}

.latestBlog h3 a:hover, .latestBlog h3 a:active {
	color: #333333;
}

.latestBlog h3 {
	border: 0 !important;
}

.latestBlog p {
	padding: 0 0 6px 0;
}

/* ------ END FORM SECTION ------ */


