/* 
 * ========================================
 * global element styles 
 * ========================================
 */

html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{ 
	background: #DCDCB7 url(../images/bg2.gif);
	color: #4D4D4D;
	font-family: Verdana, Geneva, Lucida, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11pt;
	line-height: normal;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}

b {
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Verdana;
	font-size:11px;
}

th {
	font-family: Verdana;
	font-size:11px;
}
.a {
	color: #FFFFFF;
}

/* 
 * ========================================
 * Set up BFM table
 * ========================================
 */
 
.bfmtable { width:100% }

table.bfmtable,
tr.bfmtable,
td.bfmtable
{ /* required for text in tables, because tables do not inherit from body */
	background: transparent;
	color: #767569;
	font-size: 11px;
	line-height: normal;
}

.bfmtable td,
.divpad{ /* gives all tables faux cellpadding of 10px */
	padding: 10px;
}

td.nopad{ /* allows some tables to have no padding on the td */
	padding: 0;
}

.bigtext {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
}


/* 
 * ========================================
 * Links styles: mainly match Travel Signposts main site
 * ========================================
 */

a:link {
	background: transparent;
	color: #FF6600;
	text-decoration: underline;
}

a:visited {
	background: transparent;
	color: #BF4D00;
}

a:hover {
	background: #FFCC00;
	color: #000000;
	text-decoration: none;
}

a:active {
	background: #FFCC00;
	color: #000000;
	text-decoration: none;
}

a.linkstylehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.linkstylehead:visited {
	background: transparent;
	color: #BF4D00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.linkstylehead:hover {
	background: #FFCC00;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.linkstylehead:active {
	background: #FFCC00;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.linkstylewhite:link {
	background: #146600;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.linkstylewhite:visited {
	background: #146600;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}

a.linkstylewhite:hover {
	background: #146600;
	color: #FFCC00;
	text-decoration: none;
}

.border {

	border: 1 solid #000066;

}

/* 
 * ========================================
 * Main wrapper, this controls the overall width of the board in your browser view window. 
 * ========================================
 */
#container{
	width:700;
	margin:10px auto 0 auto;
	text-align:center;
	background:#EBEBE2;
}

.border_in {
border-left: 2px solid #F5F5F5;
border-right: 2px solid #F5F5F5;
}

.border_out {
border-left: 2px solid #B3B4B2;
border-right: 2px solid #B3B4B2;
}

/* 
 * ========================================
 * Header logo and submenu styles: similar to IPB
 * ========================================
 */
 
#logostrip{ 
	background: url(../images/header_back.gif);
	height: 102px;
	margin: 0;
	padding: 0;
}

#logographic{
	background: transparent url(../images/header_logo.gif) no-repeat left;
	height: 102px;
	margin: 0;
	padding: 0;
}
#logoright{
	background:url(../images/header_rs.gif) no-repeat right;
	height:102px;
}
#submenu{ 
	background: transparent url(../images/nav_bg.gif);
	color: #767663;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 3px 10px 3px 10px; 
}
#submenu a:link,
#submenu a:visited{ 
	background: transparent; 
	color: #767663; 
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}
#submenu a:hover, 
#submenu a:active{
	background: transparent; 
	color: #767663; 
}
#nav_bottom{
	background:url(../images/nav_btm.gif) repeat-x;
	height:10px;
	padding:0;
	margin:0;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.list {
   list-style: square;
	padding-bottom: 10px;
}.bodytextsp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
.red {
	color: #FF6600;
}
.highlight {
	background-color: #FFFF00;
}

/* 
 * ========================================
 * Testimonial box styles for sales page
 * ========================================
 */
.tbottom {
	background-image: url(../images/ts_mid_bottom.gif);
	background-repeat: repeat-x;
}
.ttop {
	background-image: url(../images/ts_mid_top.gif);
	background-repeat: repeat-x;
}
.tright {
	background-image: url(../images/ts_rt_mid.gif);
	background-repeat: repeat-y;
}
.tleft {

	background-image: url(../images/ts_lf_mid.gif);
	background-repeat: repeat-y;
}
.tcontent {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	padding: 10px;
}

.tbbottom {
	background-image: url(../images/ts_mid_bottom_f2.gif);
	background-repeat: repeat-x;
}
.tbtop {
	background-image: url(../images/ts_mid_top_f2.gif);
	background-repeat: repeat-x;
}
.tbright {
	background-image: url(../images/ts_rt_mid_f2.gif);
	background-repeat: repeat-y;
}
.tbleft {

	background-image: url(../images/ts_lf_mid_f2.gif);
	background-repeat: repeat-y;
}
.tbcontent {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	padding: 10px;
}.italicbold {
	font-style: italic;
	font-weight: bold;
	color: #000080;
}
.redgeo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
}
.smallhead {
	font-size: 24px;
}
