@charset "UTF-8";


p {
	padding: 15px 0 0px 0;
}



.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width: 260px;
	background:url(/custom/tour/images/nav-tile.gif);
}


.TabbedPanelsTab {
	float: left;
	width: 260px;
	color: #73b5dd;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	list-style: none;
}


.TabbedPanelsTabHover {
	height: 25px;
	color: #0a79be;
}

.TabbedPanelsTabSelected {
	height: 25px;
	color: #0a79be;
}

.TabbedPanelsTab a {
	text-decoration: none;
	outline: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	width: 600px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
}

.TabbedPanelsContent {
	padding: 15px 0 0 0;
	width: 600px;
	font-size: 14px;
	line-height: 1.55em;
	color: #666666;
}

.TabbedPanelsContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #4281ae;
	margin: 0 0 5px 0;
	padding: 0px;
	font-weight: normal;
}



/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
 .VTabbedPanels {
 	position: relative;
}
 
 
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 260px;
	height: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
	padding: 10px 0 0 0;
	margin: 0 10px 0 0;
}

.TabbedPanelsTabGroup #tabtxt {
	padding: 5px 0 10px 18px;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	background: url(../tab-off.gif);
	cursor: pointer;
	width: 208px;
	height: 20px;
	outline: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background: url(../tab-on.gif);
	cursor: pointer;
	width: 208px;
	height: 20px;
	outline: none;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
}



.VTabbedPanels .TabbedPanelsContentGroup #contenttxt {
	padding: 15px;
}

.VTabbedPanels #contactbox {
	position: absolute;
	top: 151px;
	left: 1px;
	width: 229px;
	height: 148px;
}
	

	
