
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #999999;
}

a:link {
	text-decoration: none;
	color: #ff9a34;
}
a:visited {
	text-decoration: none;
	color: Olive;
}
a:hover {
	text-decoration: none;
	color: #ffa449;
}

.gray_bar_top {
	padding-left: 7px;
	background-color: #524131;
	color: #FFFFFF;		
	text-align: left;
	font-size: 11px;
}

.gray_bars {
	padding-left: 7px;
	background-color: #524131;
	color: #FFFFFF;		
	text-align: right;
	font-size: 11px;
}

#blurb {
	padding-top: 4px;
	float: left;
}	

#blurb_course {
	padding-top: 4px;
	float: left;
}	

#blurb_not {
	padding-top: 4px;
}	

#breadcrumbs {
	padding-left: 40px;
}

#breadcrumbs a {
	color: #5A2C00;
}

#breadcrumbs h1 {
	font-size: 11px;
}

.breadcrumbs  {
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	padding-right: 5px;
}

.breadcrumbs_act a {
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	padding-right: 5px;
}

/*PRETTY LONG LIST; MUST SHORTEN*/
#link_home a:link {
	color: #FFFFFF;
}

#link_home a:visited {
	color: #FFFFFF;
}

#link_home a:hover {
	color: #FFFFCF;
}

#link_contact a:link {
	color: #FFFFFF;
}

#link_contact a:visited {
	color: #FFFFFF;
}

#link_contact a:hover {
	color: #FFFFCF;
}

#link_about a:link {
	color: #FFFFFF;
}

#link_about a:visited {
	color: #FFFFFF;
}


#link_about a:hover {
	color: #FFFFCF;
}

#header_bottom {
	height: 2px;
}

.rightcolbg {
	
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffa449;
}
.centerbg {
	background-image: url(../images/index_center_bg.gif);
	background-repeat: repeat-x;
}

table {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #000000;
	}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	color: #000000;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

.background {
	background-color: #ffffff;
	margin-top: 20px;
}

/*greyt is #C6C3C6*/
/*orange is #FF9A00*/
/*brown is #5A2C00*/
/*light brown is #BFA183*/


/*  left_menu  */
#left_menu {	
    font: 13px Eurostile, verdana;
	font-weight: 600;
	vertical-align: top; 
	width: 146px;	
	padding-top: 10px;
	text-align: left;
}

/*  MENU 1, level 1, normal state (NO) */
#left_menu DIV.menu1-level1-no a {
    color: #5A2C00;	/* brown */
	display: block;
    text-decoration: none;
    background: #fff;
    padding: 5px;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-bottom-color: #000;
	
}

/*  MENU 1, level 1, active state (ACT) */
#left_menu DIV.menu1-level1-act A {
	display: block;
    text-decoration: none;
	/*color: #FF9A00;	 orange */
	color: #000;
	background: #fff;	
    padding: 5px;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-bottom-color: #000;
	
}


/*  MENU 1, level 1, normal state (NO) */
#left_menu DIV.menu1-level1-no a:visited {
/*#left_menu a:visited {*/
	display: block;
    text-decoration: none;
/*	color: #C6C3C6;*/
	color: #BFA183;
    background: #fff;
    padding: 5px;
}
#left_menu DIV A:hover {
	color: #FF9A00;	/* orange */
/*	color: #E2144A;*/
	background: #f9f9f9;	
}

/*  MENU 1, level 1, normal state (NO) */
/*EACH MENU ENTRY IS SEPARATE DIV; SO PADDING HERE OR ON a ELEMENT?*/
#left_menu DIV.menu1-level1-no {
/*THIS bottom border sticks out to the left*/
  padding-left:5px;
}

/*  MENU 1, level 1, active state (ACT) */
#left_menu DIV.menu1-level1-act {
  padding-left:5px;
}

/*  MENU 1, level 2, normal state (NO) */
#left_menu DIV.menu1-level2-no {
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
#left_menu DIV.menu1-level2-act {
  padding-left: 20px;
}

#area_img {
	margin-top: 10px;
	padding-top: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;

}

#area_list {
	color: #000000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

#area_list a {
	color: #000000;
}

.course_left {
	width: 320px;
	font-size: 12px;
	padding-top: 10px;
}

.course_left p {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

.img_course_central {
	padding-top: 20px;
	padding-left: 10px;
}

.course_central {
	width: 175px;
	font-size: 10px;
}

.course_rcol_img {
	position: relative;
	top: 20px;
	margin-bottom: 20px;
}

#rates_box A {
	padding-left: 5px;
}

#rates {
	margin-left: 15px;
}

.orange_swish {
	background-image: url(../images/image_bkgd.gif);
}


/*PUT THIS HERE FOR NOW;  for group request mailform */
/*  grp_form_menu  */
TD#grp_form_menu {	
	vertical-align: top; 
	width: 146px;	
	padding-top: 10px;
}
TD#grp_form_menu DIV {
	width: 95%;
}

TD#grp_form_menu DIV.menu1-level1-no A {
    width: 150px;
	display: block;
    text-decoration: none;
    color: #FFFFFF;
    background: #228B22;
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
    font: 11px verdana;
	
}

TD#grp_form_menu DIV.menu1-level1-act A {
    width: 150px;
	display: block;
    text-decoration: none;
	color: #E2144A;
	background: #f9f9f9;	
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
    font: 11px verdana;
	
}

TD#grp_form_menu DIV A:hover {
	color: #E2144A;
	background: #f9f9f9;	
}

/*  MENU 1, level 1, normal state (NO) */
/*EACH MENU ENTRY IS SEPARATE DIV; SO PADDING HERE OR ON a ELEMENT?*/
TD#grp_form_menu DIV.menu1-level1-no {
/*THIS bottom border sticks out to the left*/
/*  border-bottom: 1px solid #999999;*/
  font-size: 11px;
  padding-left:5px;
}

/*  MENU 1, level 1, active state (ACT) */
TD#grp_form_menu DIV.menu1-level1-act {
/*  border-bottom: 1px solid #999999;*/
  font-size: 11px;
  padding-left:5px;
}

/*  MENU 1, level 2, normal state (NO) */
TD#grp_form_menu DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#grp_form_menu DIV.menu1-level2-act {
  font-size: 10px;
  font-weight: bold;
  padding-left: 20px;
}

#grp_form_container {
	padding-left:20px;
}

#selected1 {
/*	width: 150px;*/
}

/*styles for travelguide extension*/
.tx-travelguide-pi1-listrowField-area {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
  	font-weight: bold;
}

.tx-travelguide-pi1-listrowField-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
  	font-weight: bold;
	background-color: #FFCC00;
}

.tx-travelguide-pi1-listrowField-logo {
	padding-right: 10px;
}

/*keeping the label and selector box separate*/
#drop_down_pkg {
	position: relative;
	padding-top: 0px;
	float: right;
}

#drop_down_pkg_label {
	position: relative; 
	top: 5px;
	right: 50px;
	padding-left: 7px;
}

.gray_bar_left {
	padding-left: 7px;
	background-image: url(../images/collabros_grey_bar_background.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}

#gray_bar_text {
	color: #fff;		
	position: relative;
	bottom: 18px;
}

#bird_text_before {
	font-weight: 800;
	position: relative;
	bottom: 18px;
	left: 25%;
	color: #fff;		
}

#bird {
	position: relative;
	left: 25%;
}

#bird_text_after {
	font-weight: 800;
	font-size: 14px;
	position: relative;
	bottom: 18px;
	left: 25%;
	color: #fff;		
}

#date_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: red;*/
  	font-weight: bold;
/*	background-color: #999999;*/
}

.date_link_current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: brown;
  	font-weight: bold;
/*	background-color: #999999;*/
}

.bolder-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
  	font-weight: bold;
/*	background-color: #999999;*/
}
