@charset "UTF-8";

.TabbedNav {
	margin: 0px;
	padding: 0px;
	/*float: left;*/
	clear: none;
	/*width: 100%;  IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedNavTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedNavTab {
	position: relative;
	top: 0px;
	float: left;
	
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	/*background-color: #DDD;*/
	list-style: none;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #999;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align:center;
	border-right:1px solid #C1ECF6;
}


/*.TabbedNavTabHover {
	background-color: #00CC66;
	color:#333333;
}*/


.TabbedNavTabHover , .TabbedNavTabSelected {
	/*background-color: #00CC66;*/
	border-bottom: 0px solid #EEE;
	color:#333333;
	background-image:url("../../../../images/navbar_hover.gif");
	background-repeat: repeat-x;
}


.TabbedNavTab a {
	color:#661113;
	text-decoration: none;
	text-transform:uppercase;
	padding-left:14px;
	padding-right:14px;
	padding-top:13px;
	display: block;
	height:26px;
}


.TabbedNavContentGroup {
	clear: both;	
	background-color:#C1ECF6;
	color:#333333;
}


.TabbedNavContent {
}

.TabbedNavContent div{
	padding: 2px 0px;
	font-size:11px;
}

.TabbedNavContent div.t1{ }
.TabbedNavContent div.t2{ }
.TabbedNavContent div.t3{ text-align:left; padding-left:45px;}
.TabbedNavContent div.t4{ }
.TabbedNavContent div.t5{ }
.TabbedNavContent div.t6{ text-align:right; padding-right:20px; }
.TabbedNavContent div.t7{ }

.TabbedNavContent a{
font-family:"Trebuchet MS";
margin:0px 8px;
color:#791D20;
text-decoration:none;
font-weight:normal;
}

.TabbedNavContent a:hover{
	color:#791D20;
	text-decoration: underline;
}


.TabbedNavContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedNav 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 "VTabbedNav" class on the top-level widget
 * container element, instead of "TabbedNav".
 */

/* 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.
 */
.VTabbedNav .TabbedNavTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	/*background-color: #EEE;*/
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedNavTab 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.
 */
.VTabbedNav .TabbedNavTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedNavTab 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.
 */
.VTabbedNav .TabbedNavTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedNav .TabbedNavContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

body {
	margin-top: 15px;
	background-image: url(../../../../images/main_bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.share {
	color: #1694B4;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	padding-bottom:3px;
}


#submenu { margin-top:10px; height:20px; padding-left:15px;}
#submenu a{ 
	padding:4px 10px;
	background-color: #ECF9FC;
    border-color: #999999 #999999 #999999 #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
	margin-right:2px;
	
	text-decoration:none;
}

#mainbar #submenu a { 
	color:#791D20;
	font-weight:normal;
}

#mainbar #submenu a:hover{ background-color: #C1ECF6; text-decoration:none; }


#mainbar_content {  
	border-color: #999999 #999999 #CCCCCC #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

#subscribe {height:22px;}
#subscribe #sub_email{ font-size:11px; padding:2px;}


#temp_javascript_holder {}

#body_bg .packOptions {
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
}

#body_bg .packOptions td {
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
font-weight:normal;
vertical-align:middle;
}

#body_bg .packOptions th {
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
font-weight:bold;
text-align:center;
}

.rightPanel table {
border:1px solid #CCCCCC;
}


.h_blue {
color:#1694B4;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
}

.packTitle {
color:#762123;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
}

.profile { float:left; padding:3px 5px 15px 0px; }

#wrapper {
	width: 963px;
	margin-right: auto;
	margin-left: auto;
}
#body_holder { }

.wbg {background-color:#FFFFFF; }

#body_bg {
	background-repeat: repeat;
	background-image: url(../../../../images/main_bg_innerpage.png);
	padding-left:26px;
	padding-right:25px;
}
#body_bg a {
	color: #30C3E6;
	text-decoration: none;
}

#body_bg td { vertical-align:top; }

#header {
	background-image: url(../../../../images/header.png);
	height: 127px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-decoration: none;
	background-repeat: no-repeat;
}
#contest {
	background-image: url(../../../../images/contest.png);
	height: 26px;
	width: 486px;
	margin-left: 120px;
	color: #FFFFFF;
	font-weight: bolder;
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 16px;
}
#contest a {
	color: #99FFFF;
	font-weight: bolder;
	font-size: 16px;
	text-decoration: none;
}

#homelink {
	float: left;
	color: #58251D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-top: 17px;
	margin-left: 17px;
}
#homelink a {
	color: #693729;
	font-size: 13px;

}
#dynamic_image {
	margin-left: 27px;
	float: left;
	margin-top: 16px;
	width: 997px;
	position: static;
	z-index: 1000;
}
#action_banner {

}




#navbar {
	font-size: 15px;
	/*text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	height: 39px;*/
	text-transform: capitalize;
	z-index: 4;
	float: left;
	width: 696px;
	margin-top: 4px;
}



#highlight {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #bd5718;
	font-weight: bold;
	padding: 7px;
	background-color: #d1d5c6;
	margin-bottom: 20px;
	width: auto;
	font-style: italic;
	border: 1px solid #FFF;
}
#promo {
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
	/*margin-bottom: 10px;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}

#sidebar {
	text-decoration: none;
	color: #4A3A2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url(../../../../images/bg_monthlyspecials.png);
	background-repeat: no-repeat;*/
	width: 230px;
	margin-bottom: 1px;
}
#sidebar_topphoto  {
	text-decoration: none;
	width: 230px;
	color: #4A3A2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../../../../images/sidebar-topphoto.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#sidebar_content {
	text-decoration: none;
	color: #4A3A2D;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #d5d2ba;
	margin-right: 1px;
	margin-left: 1px;
	text-align:center;
}



#sidebar_bottomphoto {
	text-decoration: none;
	width: 230px;
	color: #4A3A2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../../../../images/sidebar-bottomphoto.gif);
	background-repeat: no-repeat;
	height: 47px;
}
#sidebar_content  span.takeatour  {
	color: #FFFFFF;
	width: 205px;
	margin-top: 30px;
	margin-left: -7px;
}
#sidebar_content span.start {
	color: #FFFFFF;
	width: 79px;
}



#sidebar a {
	text-decoration: none;
	color: #FFC581;
	font-weight: normal;
}
#sidebar h1 {
	text-decoration: none;
	color: #762123;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

#sidebar h2 {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
.header_blue {
	font-size: 18px;
	color: #18A4C7;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.header_maroon {
	font-size: 13px;
	color: #762123;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.highlight_khakee {
	font-size: 14px;
	color: #1694B4;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.highlight_maroon {
	font-size: 13px;
	color: #762123;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.highlight_blue {
	font-size: 13px;
	color: #30C3E6;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}







#logo {
	float: left;
	padding: 0px;
	height: 135px;
	width: 255px;
	margin-top: -9px;

}
#salebar {
	color: #FFFFFF;
	float: right;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-image: url(../../../../images/salebar.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	text-align: right;
	padding-top: 3px;
	background-position: left top;
	margin-right: 50px;
	margin-top: 5px;
}
#salebar a {
	color: #8DDDF1;
	text-decoration: none;
	font-weight: bold;
}


#btn_home   {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	color: #762123;
	font-weight: bold;
	background-image: url(../../../../images/btn_home.png);
	background-repeat: no-repeat;
	width: 100px;
	padding-left: 13px;
	background-position: 1px;
	float: left;
	margin-top: 120px;
}
#btn_home a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	color: #762123;
	font-weight: bold;
	width: 100px;
	text-transform: uppercase;
}


#mainbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 10px;
}
#mainbar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 10px;
}
h6 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.subheader_thumbs {
	color: #762123;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}


#mainbar_display {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-left: 12px;
	padding-top: 10px;
	padding-right: 12px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C1ECF6;
	margin-left: -2px;
	margin-bottom: 15px;
}
#mainbar_display   h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #762123;
	text-decoration: none;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#mainbar_display   h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #30C3E6;
	text-decoration: none;
	background-repeat: no-repeat;
}



#mainbar a {
	text-decoration: none;
	color: #30C3E6; /* #30C3E6 #C18A37*/
	font-weight: bold;
}

#mainbar a:hover {
	text-decoration: underline;
}

#mainbar_content  {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 20px;

}
#mainbar_content table table {
	/*border: 1px solid #CCC;*/
}

#mainbar_content .border_thumbs {
	border: 1px solid #CCC;
	width:200px;
	margin:0 auto;
	text-align:center;
	padding:3px;
	margin-bottom:15px;
}

#mainbar_content  h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #762123;
	text-decoration: none;
	background-repeat: no-repeat;
}
#mainbar_content  h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1694B4;
	text-decoration: none;
	background-repeat: no-repeat;
}
#mainbar_tour {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../../../../images/tour-patch.png);
	background-repeat: no-repeat;
	width: 645px;
	margin-left: 40px;
	padding-top: 5px;
	padding-left: 15px;
}

#mainbar_tour  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 658px;
	margin-top: -22px;
	margin-left: 225px;
}
#mainbar_tour   img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	margin-top: 30px;
}

.packageTable{ 
	border-left:1px solid #cccccc; 
	border-top:1px solid #cccccc; 
}

#body_bg .packageTable td { 
	border-right:1px solid #cccccc; 
	border-bottom:1px solid #cccccc; 
	text-align:center;
	vertical-align:middle;
}

.packageTable th { 
	border-right:1px solid #cccccc; 
	border-bottom:1px solid #cccccc;
	text-align:left; 
	font-weight:normal;
}

.packageTable .hlRow td, .packageTable .hlRow th{
	background-color:#ECF9FC;
}


h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #762123;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
}


h2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5fd1ec;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-image: url(../../../../images/footer.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	margin-bottom: 25px;
	height: 210px;
	padding-top:20px;
}
#footer a, .fakeA {
	color: #661113;
	font-size: 12px;
	font-weight: bold;
}

#footer img {

}
#footer table {
}

#footer table tr {
	padding: 0px;
	text-align: center;
	margin: 0px;
}
#footer table tr td {
	padding: 0px;
	text-align: left;
	margin: 0px;
}

#footer p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#footer p a {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer_links {
	float: left;
	margin-left: 230px;
	width: 700px;
	margin-top: 10px;
}


#footer_links  a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
#footer_links span {
	color: #FFC581;
	text-decoration: none;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_links span a {
	color: #FFC581;
	text-decoration: none;
	margin-left: 5px;
}



#products {
	float: left;
}






p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

font {
	line-height:normal;
	margin: 0px;
	padding: 0px;
}
input#textfield {
	font-size: 12px;
	background-color: #FFFFFF;
	width: 150px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
}
input#button {
	font-size: 10px;
	background-color: #791D20;
	font-weight: bold;
	color: #FFFFFF;
	border:1px solid #666666;
	margin: 0px;
	padding: 2px;
	cursor:pointer;
}

#mainbar_button {
	text-decoration: none;
	margin-top: 10px;
	width: 60px;
	text-align:center;
}
#mainbar_button a.pink   {
	background-image: url(../../../../images/mainbar_button_pink.gif);
	background-repeat: no-repeat;
}
#mainbar_button  a.pink:hover  {
	background-image: url(../../../../images/mainbar_button_hover.gif);
}
#mainbar_button  a.blue   {
	background-image: url(../../../../images/mainbar_button_blue.gif);
	background-repeat: no-repeat;
}
#mainbar_button   a.blue:hover  {
	background-image: url(../../../../images/mainbar_button_hover.gif);
}
#mainbar_button  ul {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #556C8C;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 216px;
}
#mainbar_button  ul  li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #556C8C;
	text-decoration: none;
	height: 76px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	display: block;
}
#mainbar_button  ul  li  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	height: 56px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
	display: block;
}
#mainbar_button  ul  li  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	height: 56px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
	display: block;
	background-image: url(../../../../images/main_bg_btn.png);
	background-repeat: no-repeat;
}



ul.last_link {
	background-image: url(-);
	background-color: #F00;

}
#sidebar #entries td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;

}
#mainbar_content ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 20px;
}
.vote {
	font-size: 11px;
	background-color: #30C3E6;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px outset #D5D2BA;
}
.border {
	border: 1px dotted #D5D2BA;
}
#sidebar2 {
	text-decoration: none;
	color: #4A3A2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	width: 230px;
}
#sidebar_content_home {
	text-decoration: none;
	color: #4A3A2D;
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 208px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(../../../../images/sidebanner_home.jpg);
	background-color: #B5E6EA;
	background-repeat: no-repeat;
	text-align:center;
	padding-bottom:20px;
}

#sidebar_content_home .start {
	padding-top:210px;
	margin-bottom:20px;
}


/* @group Rollover Buttons */

.rollover {
	display: block;
	width: 44px;
	height: 42px;
	text-decoration: none;
	margin: 10px 0px 10px 10px;
	cursor:pointer;
}
.rollover[id='button1'] {background: url("../../../images/h1_button.jpg") no-repeat;}
.rollover[id='button2'] {background: url("../../../images/h2_button.jpg") no-repeat;}
.rollover[id='button3'] {background: url("../../../images/h3_button.jpg") no-repeat;}

.rollover:hover, .rollover.active {background-position: -44px 0px;}

div.testimonial_wrapper {
	padding-top: 20px;
	padding-bottom:20px;
}

div#testimonial {
text-align: left;
	overflow: hidden;
}


div.testimonial_wrapper h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #762123;
	
}

#testimonial h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #762123;
}

#testimonial div img {
	border-style: solid;
	border-width: 1px;
}

.we_build {display:none;}
