/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1d3a6c;
}

body	{
	margin: 0;
	background-color: #FFFFFF;
}

.travel-guide-sub-nav a:hover {
    color: white;
}

.travel-guide-sub-nav a{
    color: #84B0F3;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, Helvetica;
}

a {
	text-decoration: none;
}

.btn_link a {
	padding:2px 5px;
	font-weight:bold;
	border:1px solid #ccc;
	background-color:#f7f7f7;
	display:block;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	margin:0 auto 2px auto;
	width:60%;
}

/** Input elements */
input, textarea	{
	border: 1px solid #444;
	font-family: Arial;
	font-size: 11px;
}

.radioCheck	{
	border: 0;
}

/** Main Layout */
#container	{
	margin: 0 auto;
	clear: both;
	width: 780px;
	border: 1px solid #666666;
	min-height: 100%;
	background-color: #FFFFFF;
}

#page_title	{
	height: 20px;
	font: bold 26px Arial;
	color: #666666;
	text-align: left;
	margin: 5px 0px 35px 5px;
}

/* #content	{
	margin: 10px;
	margin-bottom: 30px;
	text-align: left;
	min-height: 400px;
} */

/** Navigation */
#primary_nav	{
	clear: both;
	text-align: left;
	background: #CDCDCD;
	height: 50px;
}
#primary_nav .nav_wrapper	{
	position: relative;
	top: 15px;
}
#primary_nav ul	{
	padding:0;
	margin:0;
}
#primary_nav li {
	list-style:none;
	display:inline;
}
#primary_nav li a {
	padding: 0px 4px 0px 4px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}
#primary_nav li a:hover {
	text-decoration:underline;
}

#secondary_nav	{
	clear: both;
	text-align: right;
	background: #EFEFEF;
	height: 25px;
}
#secondary_nav .nav_wrapper	{
	position: relative;
	top: 5px;
}
#secondary_nav ul	{
	padding:0;
	margin:0;
}
#secondary_nav li {
	list-style:none;
	display:inline;
}
#secondary_nav li a	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
	text-decoration: none;
	color: #333333;
}
#secondary_nav li a:hover {
	text-decoration:underline;
}

#bottom_nav	{
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 780px;
}
#bottom_nav ul	{
	padding:0;
	margin:0;
	text-align: center;
	clear: both;
}
#bottom_nav li {
	list-style:none;
	display:inline;
}
#bottom_nav	li a {
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
}

/** Other elements */
/* #footer {
	padding-top: 10px;
	width:780px;
	margin:0 auto;
	clear:both;
} */

#copyright	{
	float:left;
}
#powered a {
	color: #333333;
	font: normal 11px Arial;
	text-align: right;
}
#powered {
	float:right;	
}

#error_message   {
	background: transparent url('../images/warning.png') 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	width: 350px;
	text-align: left;
	border: 1px dashed #CC0000;
}
#error_message div     {
	font-size: 12px;
	font-weight: bold
}



/* Blue Oval CSS */
#page {
	background: url(../images/page-bg.gif) repeat-x;
	background-color: #5784c7;
	width: 770px;
}
#header {
	background-color: #FFFFFF;
	height: 116px;
}
#header-logo {
	float: left;
	height: 128px;
	background: url(../images/hdr-logo-bg.gif) repeat-x bottom;
}
#header-text {
	float: right;
	padding-top: 19px;
	font-size: 10px;
	font-weight: bold;
	color: #042185;
	font-size: 11px;
}
#header-text a {
	color: #042185;
}
#header-text a:hover {
	text-decoration: underline;
}
#header-buttons {	
	margin-top: 47px;
	width: 554px;
	float: left;
	background: url(../images/hdr-btn-bg.gif) no-repeat;
	height: 48px;
}
#header-buttons a, #header-buttons a:hover {
	display: block;
	float: left;
	padding: 17px 9px 16px;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #365c95;
	border-right: 1px solid #142e60;
}
#header-buttons a {
	color: #FFFFFF;
}
#header-buttons a:hover {
	background: url(../images/hdr-btn-over.gif) no-repeat center;
	color: #163264;
}
#rc-box {
	background: url(../images/rc-bg.gif) no-repeat;
	width: 375px;
	height: 404px;
}
#index-right-box {
	float: right;
	width: 331px;
	margin-right: 20px;
}
#index-hot-deals {
	width: 227px;
	height: 76px;
	background: url(../images/hot-deals-box.jpg) no-repeat;
	color: #535353;
	padding: 43px 0 0 104px;
	margin-bottom: 13px;
}
#index-survey {
	padding-top: 15px;
}
#index-survey h5 {
	margin: 0;
	font-size: 18px;
	padding-bottom: 12px;
	font-weight: normal;
}
#content {
	padding: 26px 0 19px 19px;
}
hr {
	border: 0;
	width: 80%;
	height: 2px;
	background: url(../images/page-hr.gif);
}
#content-box {
	margin-left: 216px;
	background: url(../images/content-box-bg.gif);
	width: 513px;
}
#content-box-text {
	padding: 16px 44px;
	color: #535353;
}
#content-box-text a {
	color: #d31300;
	text-decoration: underline;
}
#content-box-text .hr.hr {
	margin-top: 12px;
  height: 1px;
	width: 100%;
  background: #fff url(../images/page-text-hr.gif);
}
#content-box-text ul {
	margin: 15px;
	list-style: disc url(../images/page-text-arrow.gif);
}
#content-box-text .hr hr {
  display: none;
}
#content-box-hdr {
	background: url(../images/content-box-hdr.gif);
	width: 513px;
	height: 8px;
}
#content-box-ftr {
	background: url(../images/content-box-ftr.gif);
	width: 513px;
	height: 8px;
}
#left-nav {
	float: left;
	width: 173px;
	text-align: right;
}
#left-nav h5 {
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 29px;
}
#left-nav ul {
	margin: 0;
	list-style: none;
}
#left-nav ul a {
	color: #84b0f3;
}
#left-nav ul a:hover {
	color: #FFFFFF;
}
#left-nav-div {
	float: left;
	background: url(../images/left-nav-div.gif);
	width: 1px;
	height: 335px;
	margin: 0 17px 0 24px;
}
.hr.hr {
	margin-top: 12px;
  height: 2px;
  background: #fff url(../images/page-hr.gif);
}
.hr hr {
  display: none;
}
#footer-dots {
	background: url(../images/ftr-dot.gif);
	height: 1px;
}
#footer-buttons {
	padding-left: 5px;
}
#footer-buttons a {
	padding: 0 4px;
}
#footer {
	background-color: #FFFFFF;
	width: 770px;
	font-size: 11px;
	padding-top: 8px;
	color: #1a3763;
}
#footer a {
	color: #1a3763;
}
#footer a:hover {
	color: #8d8255;
}
