@charset "UTF-8";
/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }  /* Firefox scroll-fix*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #5b80c4;
	margin-top: 0px;
	background-image: url(../images/main_grd_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	color: #1a3e78;
	text-decoration: none;
	font-size: 17px;
	margin: 5px 0;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;	
}

#left ul#nav {
	margin: 0;
	padding: 0;
	background-image: url(../images/nav_off.jpg);
	background-repeat: repeat-y;
	width: 197px;
}

#left ul#nav li {
	display: block;
	line-height: 25px;
	list-style-type: none;
}

#left ul#nav li#navfooter {
	height: 25px;
}

#left ul#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	/*color: #41942c;*/
	text-decoration: none;
	background-image: url(../images/nav_off.jpg);
	background-repeat: repeat-y;
	padding-left: 8px;
	display: block;
}

#left ul#nav li a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav_over.gif);
	background-repeat: repeat-y;	
}

#right {
	background-image: url(../images/globe_b.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 75px;	
}

ul#topnav {
	margin: 165px 0 0 15px;
	padding: 0px;
}

ul#topnav li {
	display: inline;
	line-height: 24px;
}

ul#topnav li a {
	padding: 5px 8px;
	color: #d5f0ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

ul#topnav li a:hover {
	color: #8be878;
	/*background-image: url(../images/topnav_over.gif);
	background-repeat: repeat-x;*/
}

#latestblog {
	margin: 20px 5px 5px 12px;
	text-align: left;
	width:165px;
}

#latestblog h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	color: #1a3e78;
	text-decoration: none;
	font-size: 17px;
	margin: 5px 0;
}

#latestblog h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #343434;
	text-decoration: none;	
	margin: 3px 0;
}

#latestblog p {
	margin: 2px 0 7px 0;
}

#middle {
	padding: 15px 10px;
}

#middle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	color: #356e36;
	text-decoration: none;
	margin: 5px 0;
	font-weight: bold;
}

#middle p {
	margin: 10px 0;
}

#testimonials {
	padding: 5px 15px;
	width: 167px;
	color: #104e66;
}

#testimonialhdr h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #104e66;
	margin: 0px;	
}

* html .iemenufix li { height: 1%; }
* html .iemenufix li a { height: 1%; }

.yellowbox {
	background-color: #feffe1;
	border: 1px solid #b49e0c;
	padding: 7px;
}

#middle p a {
	color: #24ab17;	
}

p.yellowbox a {
	color: #1a3e78;
}

#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bacff6;
	text-decoration: none;
	text-align: center;	
}

#footertext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bacff6;
	text-decoration: none;
	padding: 0 7px;	
}

#footertext a:hover {
	color: #e0fcd8;	
}

#footertext p {
	margin: 5px 0;
}

/*Styles for agents pic*/
.agentpic {
border:#1a3e78 1px solid;
}

/*Styles for Guided Tour Listings*/
#GTListTable{
width:100%;
border-bottom:#5B80C4 1px solid;
}

#GTListTable tr {
height:50px;
}

#GTListTable td {

}

/*Styles for header home link*/
#homelink {
width:360px;
height:140px;
top:10px;
z-index:2;
float:left;
position:absolute;
margin:0px;
padding:0px;
overflow:hidden;
}

/*small text*/
.smalltext {
font-size:9px;
display:block;
margin-top:-3px;
margin-bottom:0px;
}

.error {
color:#FF0000;
}

.gt_terms {
color:#999999;
font-size:10px;
}

/*BKR Footer Style - rev 5.9.07*/
.bkr_footer{
   font-size:10px;
   color: #FFFFFF;
   font-weight:normal;}
.bkr_footer a{
   font-size:10px;
   color: #FFFFFF;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:link{
   font-size:10px;
   color: #FFFFFF;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:hover {
   font-size:10px;
   color: #FFFFFF;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:visited {
   font-size:10px;
   color: #FFFFFF;
   font-weight:normal;
   text-decoration: none;}
/*END BKR Footer Style */