/*this section defines the absolute pixel widths used in the site*/

.site_container_width {
	width: 940px;
}

.site_width {
	width: 900px;
}

.main_nav_width {
	width: 900px;
}

.footer_tools_width {
	width: 567px;
}

.search_result_padding_left
{
	padding-left: 18px;
}

.sub_nav_width {
	width: 210px;
	height: 100%;
}

.content_width {
	width: 690px;
}

.six_width {
	width: 6px;
}

.eight_width {
	width: 8px;
}

.ten_width {
	width: 10px;
}


.twenty_width {
	width: 20px;
}

.twenty_eight_width {
	width: 28px;
}
.thirty_four_width {
	width: 34px;
}

.thirty_width {
	width: 30px;
}

.one_eight_four_width {
	width: 184px;
}


/*this section styles all the standard elements*/

body {
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 70%;
	color:#4B4B4B;
	margin-top:5px;	
}	

.nonLink{
	font-weight: bold;
	color: #A40046;
}

a {
	color: #4B4B4B;
	text-decoration: underline;
}

a:visited {
	color: #4B4B4B;
	text-decoration: underline;
}

a:hover {
	color: #A40046;
	text-decoration: none;
}

a:visited:hover {
	color: #A40046;
	text-decoration: none;
}

/*table*/
/*table {
	background-color: #FFFFFF;
}*/

/*.table_test {
	background-color: red;
}

/*td borders to check layout*/
/*td {
	border: solid 0.1em #000000;
}

/*table headers*/
th {
	font-weight: bold;
	color: #A40046;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 2px #C0C0C0;
}

/*paragraphs*/
p {
	padding: 0em 0em 0.8em 0em;
	color: #4B4B4B;
	line-height: 1.4em;
}



/*input button*/
input {
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 1em;
	border: none;
	padding: 0em 0.4em 0em 0.4em;
}

#btnSubmit {
	/*color: #666666;
	background-color: transparent;*/
	color: #FFFFFF;
	background-color: #bbbbbb;
	height:22px;
	padding-left:5px;
}

#btnGo {
	color: #FFFFFF;
	background-color: #bbbbbb;
	height:22px;
	padding-left:5px;
}
#btnSearchGo {
	color: #FFFFFF;
	background-color: #bbbbbb;
	height:18px;
	padding-left:5px;
}
/*H Styles*/
H1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #A40046;
	padding: 2em 0em 0.4em 0em;
}

H2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #A40046;
	padding: 0.6em 0em 0.3em 0em;
}

H3 {
	font-weight: bold;
	color: #A40046;
	padding: 0.4em 0em 0.3em 0em;
}

H4 {
	color: #A40046;
	padding: 0.4em 0em 0.3em 0em;
}

/*error*/
.error {
	height: 300px;
	width: 700px;
	padding: 20px;
	border-top: 1px solid #EBEBEB;
}

/*padding*/
.padding_top{
	padding-top: 0.5em;
}
.padding_bottom{
	padding-bottom: 1em;
}

.padding_top_bottom{
	padding: 0.5em 0em 1em 0em;
}

.padding_top_bottom_left{
	padding: 0.5em 30px 1em 10px;
}

.form_text
{
	font-size:11px;
	padding: 5px 30px 0em 10px;
}
.form_text_name
{
	font-size:12px;
	padding: 6px 30px 0em 10px;
}

.padding_left_right{
	padding: 0em 30px 0em 10px;
}
/*rules*/
.solid_rule_top {
	border-top: solid 1px #CCCCCC;
	padding: 1em 0em 0.5em 0em;
}

/*this places the logo*/
.logo a {
	background: url(../images/logo.gif) no-repeat;
	height: 46px;
	display: block;
	width: 580px;
}

/*this places the left graphic*/
.left_shadow{
	background: url(../images/left_shadow.gif);
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
}

/*this places the right graphic*/
.right_shadow {
	background: url(../images/right_shadow.gif);
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
}

/*this places the top graphic*/
.top_shadow {
	background: url(../images/top_shadow.gif) no-repeat;
	height: 15px;
	width: 940px;
}


/*this places the footer graphic*/
.bottom_shadow {
	background: url(../images/bottom_shadow.gif) no-repeat center;
	height: 44px;
	width: 940px;
	color: #FFF;
	padding: 12px 0 0 34px;
	font-size: 10px;
}

/*this section styles the header, tools and search*/

/*tools*/

.tools_menu_position {
	padding: 0px 0px 0px 0px;
	height: 22px;
}

#tools_menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#tools_menu {
	float: right;
}

#tools_menu {
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
}

#tools_menu a {
	color: #4B4B4B;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
	text-align: right;
}

#tools_menu a:hover {
	color: #A40046;
	text-decoration: none;
}

#tools_menu a:visited {
	color: #4B4B4B;
	text-decoration: none;
}

#tools_menu a:visited:hover {
	color: #A40046;
	text-decoration: none;
}

/*search*/

.search {
	color: #666666;
	text-decoration: none;
	padding: 0px 0.2em 0em 0.5em;
	text-align: right;
	height: 46px;
}

.search_input {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #666666;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	height: 1.7em;
	width: 12em;
}

.search_input_position {
	padding-top: 0px;
}

.go_button_position {
	padding-top: 0px;
	padding-left: 0em;
	padding-right: 24px;
}

.go_button {
	vertical-align: middle;
	padding: 0.5em 2em 0.5em 0.3em;
}

.go_button a {
	background: url(../images/b_go.gif) no-repeat;
	height: 16px;
	display: block;
	width: 18px;
}

.go_button a:hover {
	background: url(../images/b_go_o.gif) no-repeat;
}

/*main nav*/

.main_nav_position {
	padding: 0px 0px 0em 15px;
	background-color: #A40046;
	height:25px;
}

#main_nav li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#main_nav{
	float: left;
}

#main_nav {
	color: #D0ABBB;
	text-decoration: none;
	text-align: right;
}

#main_nav a {
	font-size: 1em;
	font-weight: bold;
	color: #D0ABBB;
	text-decoration: none;
	padding: 0em 0em 0em 0.7em;
	text-align: right;
}

#main_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#main_nav a:visited {
	text-decoration: none;
}


#main_nav .home{
	padding: 0px 0px 0px 0px;
}

#main_nav .home a {
	background-image: url(../images/b_home.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 74px;*/
	width: 64px;
	display: block;
}

#main_nav .home a:hover {
	background-image: url(../images/b_home_o.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 74px;*/
	width: 64px;
	display: block;
}



#main_nav .why{
	padding: 0px 0px 0px 0px;
}

#main_nav .why a {
	background-image: url(../images/b_why.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 109px*/
	width: 99px;
	display: block;
}

#main_nav .why a:hover {
	background-image: url(../images/b_why_o.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 109px*/
	width: 99px;
	display: block;
}



#main_nav .choosing{
	padding: 0px 0px 0px 0px;
}

#main_nav .choosing a {
	background-image: url(../images/b_choosing.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 160px*/
	width: 150px;
	display: block;
}

#main_nav .choosing a:hover {
	background-image: url(../images/b_choosing_o.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 160px*/
	width: 150px;
	display: block;
}


#main_nav .destination{
	padding: 0px 0px 0px 0px;
}

#main_nav .destination a {
	background-image: url(../images/b_destinations.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 92px*/
	width: 82px;
	display: block;
}

#main_nav .destination a:hover {
	background-image: url(../images/b_destinations_o.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 92px*/
	width: 82px;
	display: block;
}



#main_nav .requestaquote{
	padding: 0px 0px 0px 0px;
}

#main_nav .requestaquote a {
	background-image: url(../images/b_request_a_quote.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 107px*/
	width: 97px;
	display: block;
}

#main_nav .requestaquote a:hover {
	background-image: url(../images/b_request_a_quote_o.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 107px*/
	width: 97px;
	display: block;
}




#main_nav .requestabrochure{
	padding: 0px 0px 0px 0px;
}

#main_nav .requestabrochure a {
	background-image: url(../images/b_request_a_brochure.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 125px*/
	width: 115px;
	display: block;
}

#main_nav .requestabrochure a:hover {
	background-image: url(../images/b_request_a_brochure_o.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 125px*/
	width: 115px;
	display: block;
}

#main_nav .usefuldownloads{
	padding: 0px 0px 0px 0px;
}

#main_nav .usefuldownloads a {
	background-image: url(../images/b_useful_downloads.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 118px*/
	width: 108px;
	display: block;
}

#main_nav .usefuldownloads a:hover {
	background-image: url(../images/b_useful_downloads_o.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 118px*/
	width: 108px;
	display: block;
}

#main_nav .contact{
	padding: 0px 0px 0px 0px;
}

#main_nav .contact a {
	background-image: url(../images/b_contact.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 78px*/
	width: 68px;
	display: block;
}

#main_nav .contact a:hover {
	background-image: url(../images/b_contact_o.gif);
	background-repeat: no-repeat;
	height: 25px;
	/*width: 78px*/
	width: 68px;
	display: block;
}




/*this section styles the footer and text resizer*/
.footer_position{
	padding: 0 15px 0 0;
}

.footer{
	color: #4B4B4B;
	padding: 4px 0.5em 0 0em;
}

/*.footer_bold{
	font-weight: bold;
	color: #4B4B4B;
	padding: 0.5em 0.5em 1em 0em;
}*/

.footer_menu{
	color: #4B4B4B;
	padding: 0.5em 0.5em 1em 0em;
}

#footer_menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#footer_menu{
	float: left;
}

#footer_menu {
	color: #4B4B4B;
	text-decoration: none;
	text-align: right;
}

#footer_menu a {
	color: #4B4B4B;
	text-decoration: none;
	padding: 0em 0em 0em 0em;
	text-align: right;
}

#footer_menu a:hover {
	color: #A40046;
	text-decoration: none;
}

#footer_menu a:visited {
	color: #4B4B4B;
	text-decoration: none;
}

#footer_menu a:visited:hover {
	color: #A40046;
	text-decoration: none;
}

.text_size_footer {
	width: 18px;
	padding: 5px 0em 0em 0em;
}

.text_resize_small a {
	background: url(../images/text_size_small.gif) no-repeat;
	height: 13px;
	display: block;
	width: 18px;
}

.text_resize_small a:hover {
	background: url(../images/text_size_small_selected.gif) no-repeat;
}

.text_resize_small a.selected {
	background: url(../images/text_size_small_selected.gif) no-repeat;
	height: 13px;
	display: block;
	width: 18px;
}
.text_resize_medium a {
	background: url(../images/text_size_medium.gif) no-repeat;;
	height: 13px;
	display: block;
	width: 18px;
}

.text_resize_medium a:hover {
	background: url(../images/text_size_medium_selected.gif) no-repeat;
}

.text_resize_medium a.selected {
	background: url(../images/text_size_medium_selected.gif) no-repeat;
}
.text_resize_large a {
	background: url(../images/text_size_large.gif) no-repeat;;
	height: 13px;
	display: block;
	width: 18px;
}

.text_resize_large a:hover {
	background: url(../images/text_size_large_selected.gif) no-repeat;
}

.text_resize_large a.selected {
	background: url(../images/text_size_large_selected.gif) no-repeat;
}

/*this section styles the homepage content*/

h1.hidden{
	position: absolute;
	left: -999px;
}
h2.hidden{
	position: absolute;
	left: -999px;
}
label.hidden{
	position: absolute;
	left: -999px;	
}

/*this section styles the features, news and homepage contact info*/

/*features*/

.top_features {
	background: url(../images/top_features.gif) no-repeat;
	height: 27px;
	width: 364px;
}

.top_features_position {
	padding: 24px 0px 10px 0px;
}

.top_features_image {
	padding: 10px 0px 0px 0px;
}

.top_features_text {
	width: 160px;
}

.top_features_text p{
	padding: 0.5em 0.2em 0.5em 0.2em;
}

.top_features_text a{
	color: #666666;
	text-decoration: none;
}

.top_features_text a:hover{
	color: #A40046;
	text-decoration: none;
}

.top_features_text a:visited {
	color: #666666;
	text-decoration: none;
}

.top_features_text a:visited:hover {
	color: #A40046;
	text-decoration: none;
}

/*news*/

.latest_news {
	background: url(../images/latest_news.gif) no-repeat;
	height: 27px;
	width: 252px;
}

.latest_news_position {
	padding: 24px 0px 10px 0px;
}

.news {
	padding: 10px 8px 0px 8px;
	width: 236px;
}

#news li{
	color: #666666;
	padding: 0em 0em 0.4em 0em;
	line-height: 1.1em;
}

#news .date{
	color: #666666;
	padding: 0em 0em 0.6em 0em;
}

#news a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#news a:hover {
	color: #A40046;
	text-decoration: none;
}

#news a:visited {
	color: #666666;
	text-decoration: none;
}

#news a:visited:hover {
	color: #A40046;
	text-decoration: none;
}

.news_all p{
	padding: 0em 0em 0em 0em;
}

.news_all a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.news_all a:hover {
	color: #A40046;
	text-decoration: none;
}

.news_all a:visited {
	color: #666666;
	text-decoration: none;
}

.news_all a:visited:hover {
	color: #A40046;
	text-decoration: none;
}

.news_all_arrow {
	padding: 0em 0.5em 0em 0em;
}

.news_all_arrow a {
	background: url(../images/circle_arrow.jpg) no-repeat;
	height: 11px;
	display: block;
	width: 14px;
}

.news_all_arrow a:hover {
	background: url(../images/circle_arrow_over.jpg) no-repeat;
}

/*contact*/

.contact_us {
	background: url(../images/contact_us.gif) no-repeat;
	height: 27px;
	width: 204px;
}

.contact_us_position {
	padding: 24px 0px 10px 0px;
	width: 204px;
}

.contact_us_text_position {
	padding: 10px 0px 0px 8px;
}

.contact_us_text_position .bold {
	font-weight: bold;
}

.contact_us_text_position a {
	color: #666666;
	text-decoration: none;
}

.contact_us_text_position a:hover {
	color: #A40046;
	text-decoration: none;
}

.contact_us_text_position a:visited {
	color: #666666;
	text-decoration: none;
}

.contact_us_text_position a:visited:hover {
	color: #A40046;
	text-decoration: none;
}


/*main buttons*/

.content_position {
	padding: 24px 30px 24px 30px;
	/* border-bottom: 1px solid #EBEBEB; */
}

.flash_elements {
	padding-right: 24px;
}


.event_date_list {
	color: #666666;
	padding: 0.7em 0.5em 0.4em 0em;
	text-align: right;
	width:40%;
}
/*news list*/

.news_date_year {
	font-size: 1.2em;
	font-weight: Bold;
	color: #666666;
	padding: 0.7em 0.5em 0.4em 0.5em;
}


.news_date_list {
	color: #666666;
	padding: 0.7em 0.5em 0.4em 0em;
	text-align: right;
	width:25%;
}

.news_list
{
	padding-right: 3.5em;
	padding-left: 0em;
	padding-bottom: 0em;
	padding-top: 0.7em;
}


.news_list p {
	padding: 0em 1.1em 0.8em 0em;
	color: #666666;
	line-height: 1.2em;
}

.news_list a {
	text-decoration: none;
	font-weight: bold;
}

.news_list a:hover {
	text-decoration: underline;
}

.news_position_list {
	padding: 0.5em 0em 2em 0em;
}

/*document list*/

.document_info_list{
	color: #666666;
	padding: 0.7em 0em 0.4em 0em;
	width: 20%;
}

.document_icon_list{
	padding: 0.5em 0em 0.5em 0em;
	width:4%;
}

/*selected section*/
.selected_section {
	padding: 0 8px 0 10px;
}

div#selected_section_link {
	margin:0;
	width:174px;
	/* any IE */
	width: expression('190px');
	padding:8px 8px 8px 8px;
	/*background-color: #729ED2;*/
	background-color: #F2C58A;
}

div#selected_section_link a {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}

div#selected_section_link a:hover {
	text-decoration:underline;
}

/*toolbox*/
.toolbox_section {
	padding: 0 8px 0 10px;
}

div#toolbox_section_title {
	margin:0;
	width:174px;
	/* any IE */
	width: expression('190px');
	padding:6px 8px 6px 8px;
	background-color: #EFEFEF;
	font-size: 1em;
	font-weight: bold;
	color: #4B4B4B;
	text-transform:uppercase;
	border-bottom: 1px #FFF solid;
}

/*this section styles the sub nav links: note that the CMS re-order graphic needs putting inside the <a> tags and needs to be the pixel height of the text*/

.sub_nav {
	background-color: #FFFFFF;
	height: 100%;
}

#sub_nav_list {
	margin: 0;
	padding: 10px;
}

#sub_nav_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_list a {
	font-weight: bold;
	color: #4B4B4B;
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 10px;
	display: block;
	/*background-color: #F8E2C4;*/
	background-color: #DADADA;
	text-transform:uppercase;
	border-bottom: 2px solid #FFF;
}

#sub_nav_list a:hover {
	display: block;
	color:#FFFFFF;
	background-color: #F2C58A;
	/*background-color: #729ED2;*/
}

#sub_nav_list .selected {
	display: block;
	font-weight: bold;
 	color: #FFFFFF;
	background-color: #F2C58A;
}

/*this section styles the sub nav level 02 links*/

#sub_nav_02_list {
	margin: 0;
	padding: 0;
}

#sub_nav_02_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_02_list a {
	font-weight:normal;
	text-transform:none;
	color:#BA925D;
	/*color:#436CB0;*/
	padding: 0.5em 0.5em 0.5em 25px;
	background-color: #F8E2C4;
	/*background-color: #C6D8ED;*/
}

#sub_nav_02_list a:hover {
	background-color: #F5D4A7;
	/*background-color: #9DBADD;*/
	color:#FFF;
	/*color:#436CB0;*/
}

#sub_nav_02_list .selected {
	font-weight: bold;
}

/*this section styles the sub nav level 03 links*/

#sub_nav_03_list{
	margin: 0;
	padding: 0;
}

#sub_nav_03_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_03_list a {
	padding: 0.5em 0.5em 0.5em 40px;
}

#sub_nav_03_list a:hover {
}

#sub_nav_03_list .selected {
	font-weight: bold;
}

/*this section styles the sub nav level 04 links*/

#sub_nav_04_list{
	margin: 0;
	padding: 0;
}

#sub_nav_04_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_04_list a {
	padding: 0.5em 0.5em 0.5em 55px;
}

#sub_nav_04_list a:hover {
}

#sub_nav_04_list .selected {
	font-weight: bold;
}

/*this section styles the sub nav level 05 and below links*/

#sub_nav_05_list{
	margin: 0px;
	padding: 0px;
}

#sub_nav_05_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_05_list a {
	padding: 0.5em 0.5em 0.5em 70px;
}

#sub_nav_05_list a:hover {
}

#sub_nav_05_list .selected {
	font-weight: bold;
}

/*this styles the bold intro para*/
.intro_para{
	font-weight: bold;
	padding-top: 1em
}

/*this section styles the breadcrumb*/

.no_breadcrumb {
	height: 10px;
}

.breadcrumb {
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
	padding: 0.7em 0em 0em 30px;
	height: 2.5em;
	border-top: 1px solid #EBEBEB;
}
.breadcrumb a{
	color: #666666;
	padding: 0em 0.5em 0em 0.3em;
	text-decoration: none;		
}

.breadcrumb a:hover{
	color: #A40046;
	text-decoration: none;
}

.breadcrumb a:visited{
	color: #666666;
	text-decoration: none;
}

.breadcrumb a:visited:hover{
	color: #A40046;
	text-decoration: none;
}

.breadcrumb a .selected{
	font-weight: bold;
	padding: 0em 1em 0em 0.3em;
}

/*this section styles the print and email*/

.page_tools {
	padding: 0em 10px 2em 10px;
}

ul#page_tools {
	background-color:#EFEFEF;
	padding: 8px 0 8px 0;
	}

.page_tools a{
	padding: 0.3em 0.3em 0.4em 34px;
	color: #A40046;
	text-decoration: none;
	display: block;
}

.page_tools a:hover{
	color: #A40046;
	text-decoration: none;
}

.page_tools a:visited{
	text-decoration: none;
}

.page_tools a:visited:hover{
	color: #A40046;
	text-decoration: none;
}

.page_tools_icon_print{
	background: url(../images/print_icon.gif) no-repeat 8px 0;
	height: 22px;
	display: block;
}

.page_tools_icon_share{
	background: url(../images/email_icon.gif) no-repeat 8px 0;
	height: 22px;
	display: block;
}

.page_tools_icon_rate{
	background: url(../images/rate_icon.gif) no-repeat 8px 0;
	height: 22px;
	display: block;
}

.page_tools_icon_bookmark{
	background: url(../images/bookmark_icon.gif) no-repeat 8px 0;
	height: 22px;
	display: block;
}

.page_tools_icon_contact{
	background: url(../images/contact_icon.gif) no-repeat 8px 0;
	height: 22px;
	display: block;
}

.page_tools_icon_glossary{
	background: url(../images/glossary_icon.gif) no-repeat 8px 0;
	height: 22px;
	display: block;
}

/*this styles the in page search*/
.in_page_search{
	color: #666666;
	font-weight: bold;
}
.in_page_search_position{
	padding: 0.5em 0em 0.5em 0.5em;
	border-top: solid 1px #D5E1F0;
	border-bottom: solid 1px #D5E1F0;
}

.in_page_search_input{
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	color: #666666;
	border: solid 1px #D5E1F0;
	background-color: #FFFFFF;
	width: 140px;
	padding: 0.25em 0em 0em 0.4em;
	height: 2em;
}

.in_page_search_dropdown{
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #666666;
	border: solid 0.1em #D5E1F0;
	background-color: #FFFFFF;
	width: 140px;
}

.in_page_search_input_position{
	padding: 0em 1.3em 0em 0.4em 
}
.in_page_search_dropdown_position{
	padding: 0.2em 0.4em 0em 0.4em ;
}

/*this styles the forms*/

.form{
	color: #666666;
	vertical-align: top;
	padding: 0.6em 1.5em 0.5em 0em;
}

.form_radio{
	color: #666666;
	vertical-align: top;
	padding: 0.3em 1em 0.5em 0.3em;
}
.form_bold{
	font-weight: bold;
}

.form_input_text_area{
	font-family: Trebuchet MS, sans-serif;
	font-size: 1em;
	padding: 0.1em 0.3em 0.1em 0.3em;
	font-weight: normal;
	color: #666666;
	width: 250px;
	border: solid 1px #C0C0C0;
	background-color: #FFFFFF;
}

.form_input_text{
	font-weight: normal;
	color: #666666;
	height: 2em;
	width: 250px;
	border: solid 0.1em #C0C0C0;
	background-color: #FFFFFF;
}

.form_input_position{
	padding: 0.3em 1.5em 0.3em 0em;
	width: 400px;
}

.form_input_dropdown{
	font-family: Trebuchet MS, sans-serif;
	font-size: 1em;
	height: 1.7em;
	color: #666666;
	border: solid 1px #C0C0C0;
	width: 250px;
}

/*this styles the attached documents*/

.attached_document_icon_position {
	padding: 0.5em 0em 0.5em 0em;
	width: 20px;
}

.attached_document {
	color: #666666;
	padding: 0.7em 1em 0em 0em;
}

.attached_document a {
	font-weight: bold;
	text-decoration: none;
}

.attached_document a:hover {
	text-decoration: underline;
}

/*this styles the in page featured items*/

.featured_items_header_text {
	height:27px;
	font-weight: Bold;
	color: #FFFFFF;
	padding: 0em 0em 0em 0.5em;
}

.featured_items {
	border-left: solid 1px #A40046;
}

.featured_items_link {
	border-left: solid 1px #A40046;
	border-right: solid 1px #A40046;
	border-bottom: solid 1px #A40046;
	padding: 0em 0.5em 0.5em 0.5em;
}

.featured_items p {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.featured_items_link a {
	font-weight: bold;
	text-decoration: none;
}

.featured_items_link a:hover {
	text-decoration: underline;
}

.featured_item_image {
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-right: solid 1px #A40046;
}

/*this styles the in page related items*/

.related_item_icon_position {
	padding: 0.5em 0em 0.5em 0em;
	width: 20px;
}

.related_item {
	padding: 0.7em 1em 0em 0em;
}

.related_item a {
	font-weight: bold;
	text-decoration: none;
}

.related_item a:hover {
	text-decoration: underline;
}

/*this styles the in this section*/

.in_this_section_header_cell {
	font-size: 1.2em;
	font-weight: Bold;
	color: #A40046;
	padding: 0em 0em 0.5em 0em;
}

.in_this_section_header_text {
	padding: 0em 1em 0em 0em;
}

#in_this_section ul{
	color: #666666;
	padding: 0.5em 0.5em 0em 0em;
}

#in_this_section li{
	color: #666666;
	text-decoration: none;
	float: none;
	list-style-type: none;
}

#in_this_section li a {
	background: url(../images/in_this_section_arrow.gif) no-repeat;
	height: 21px;
	color: #A40046;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2.5em;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
}

#in_this_section a:hover {
	text-decoration: underline;
}

#in_this_section .description {
	padding-left: 2.5em;
	padding-bottom: 0.5em;
}

/*this styles the in page contacts*/

.contact_solid_rule_top {
	border-top: solid 1px #D5E1F0;
	padding: 1em 0em 0.5em 0em;
}
.contact_solid_rule_title_bold {
	font-weight: bold;
	font-size: 1.2em;
	color: #A40046;
	padding: 0em 0em 0.5em 0em;
}
.contact_solid_rule_top_bold {
	font-weight: bold;
}

.contact_solid_rule_top p {
	padding: 0em 0em 0.3em 0em;
}

.contact_solid_rule_top a {
	text-decoration: none;
}

.contact_solid_rule_top a:hover {
	text-decoration: underline;
}

/*styles the WYSIWYG content (tables in particular)*/
#contentHTML table{
	border: none;
	margin: 0;
	padding: 0;
}

#contentHTML td{
	border: none;
	margin: 0;
	padding: 0;
	color: #666666;
}

#contentHTML th{
	border: none;
	margin: 0;
	padding: 0;
}

#contentHTML table.data_table{
	border-left: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	margin: 1.1em 0em 1.1em 0em;
}

#contentHTML table.data_table td{
	color: red;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

#contentHTML table.data_table th{
	font-weight: bold;
	color: green;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 2px #C0C0C0;
}
/*
#data_table table{
	border-left: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	margin: 1.1em 0em 1.1em 0em;
}

#data_table td{
	color: #666666;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

#data_table th{
	font-weight: bold;
	color: #A40046;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 2px #C0C0C0;
}
*/

#contentHTML a {
	color: #A40046;
	text-decoration: underline;
}

#contentHTML a:visited {
	color: #666666;
	text-decoration: underline;
}

#contentHTML a:hover {
	text-decoration: none;
	color: #A40046;
}

#contentHTML a:visited:hover {
	text-decoration: none;
}

#contentHTML ul{
	margin-left: 2em;
	color: #666666;
	padding: 0em 0em 1.5em 1.1em;
	line-height: 1.5em;
}

#contentHTML ul li {
	float: none;
	list-style-type: disc;
	white-space: normal;
}

#contentHTML ol{
	margin-left: 2.5em;
	color: #666666;
	padding: 0em 0em 1.5em 1.1em;
	line-height: 1.5em;
}
#contentHTML ol li {
	float: none;
	list-style-type: decimal;
	white-space: normal;
}

/*styles the admin*/

#tools_menu .logged_in a {
	color: #D71D22;
}

#sub_nav_list .logged_in a {
	color: #D71D22;
}

#sub_nav_02_list .logged_in a{
	color: #D71D22;
}

#sub_nav_03_list .logged_in a {
	color: #D71D22;
}

#sub_nav_04_list .logged_in a {
	color: #D71D22;
}

#sub_nav_05_list .logged_in a {
	color: #D71D22;
}

.padding_top_bottom_left_right{
	padding: 2em 30px 1em 40px;
}

/*this section styles the SEO content */

.SEO_text {
	width: 900px;
	font-size: 0.9em;
	color: #CCCCCC;
	padding: 1em 5em 0em 5em;
	line-height: 1.4em;
}

.SEO_text p {
	color: #CCCCCC;
	padding: 1em 0em 0em 0em;
	line-height: 1.4em;
}

.SEO_text a {
	color: #CCCCCC;
	padding: 0em 0.3em 0em 0.3em;
	text-decoration: none;
}

.SEO_text a:hover {
	color: #818181;
	text-decoration: underline;
}

.SEO_text a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.fullHeight{
	height:100%;
}
.hrItemDivider{
	height:1px;
	border-bottom: solid 1px #D5E1F0;
}

.rate_this_page_header_text {
	color: #A40046;
}
.imgCenter{
	vertical-align:text-bottom
}

.hp_intro_text{
	padding: 10px 20px 4px 12px;
	color:#000;
	font-weight: bold;
}

.hp_image_links a{
	padding: 0 5px 0 0;
}

.hp_image_links{
	padding: 10px 0px 12px 12px;
}

.hp_special_offers{
	padding: 5px 22px 5px 12px;
	background: url(../images/hp_special_offers_tile.gif);
}


.hp_special_offers li#top{
	padding: 2px 0 8px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #A40046;
}

.hp_special_offers li a{
	color:#000;
	text-decoration: none;
}

.hp_special_offers li .bold{
	font-weight: bold;
}

/*** CONTACT FORM ****/ 

.contact_table_row_cell
{
	float: left;
	text-align:left;
	padding: 3px 5px 3px 5px;
}

/* THIS SECTION STYLES THE NEW ITINERARY TABLES */

#contentHTML .itinerary_table {
	border: 1px solid #4B4B4B;
}

#contentHTML .itinerary_table_title {
	border-bottom: 1px solid #4B4B4B;
	vertical-align: bottom;
	color:#BA925D;
	/*color: #F2C58A;*/
	/*color: #729ED2;*/
	font-weight: bold;
	font-size: 1.3em;
	padding: 8px 8px 8px 8px;
	width: 56%;
}

#contentHTML .itinerary_table_icon {
	border-bottom: 1px solid #4B4B4B;
	border-right: 1px solid #4B4B4B;
	vertical-align: bottom;
	padding: 6px 6px 2px 0px;
	width: 10%;
}

#contentHTML .itinerary_table_price {
	background-color: #F2C58A;
	/*background-color: #729ED2;*/
	border-bottom: 1px solid #4B4B4B;
	padding: 6px;
	width: 34%;
}

#contentHTML .itinerary_table_price_number {
	padding: 0px;
	width: 80%;
	color: #FFFFFF;
	font-size: 2.6em;
	font-weight:bold;
	vertical-align: middle;
}

#contentHTML .itinerary_table_price_number_small {
	font-size: 0.5em;
}

#contentHTML .itinerary_table_price_from {
	padding: 4px 4px 0px 2px;
	width: 20%;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight:bold;
	vertical-align: middle;
	}

#contentHTML .itinerary_table_price_date {
	padding: 2px;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight:bold;
}

#contentHTML .itinerary_table_includes {
	padding: 8px 0px 4px 8px;
	color:#A40046;
	/*color: #4B4B4B;*/
	font-size: 0.85em;
	font-weight:bold;
	width: 66%;
}

#contentHTML .itinerary_table_list {
	vertical-align: top;
	width: 33%;
	border-bottom: 1px solid #4B4B4B;
}

#contentHTML .itinerary_table_list #includes {
	margin-left: 0;
	padding-left: 6px;
	}

#contentHTML .itinerary_table_list #includes li {
	background: url(../images/_html_content_images/Content_graphics/tick.jpg) no-repeat 0px 1px;
	padding: 0px 0px 4px 16px;
	color:#4B4B4B;
	/*color: #F2C58A;*/
	/*color: #729ED2;*/
	font-weight:bold;
	list-style-type: none;
	font-size: 0.85em;
	line-height: 1.2em;
}

#contentHTML .itinerary_table_stamp {
	width: 34%;
	text-align: center;
	border-bottom: 1px solid #4B4B4B;
}

#contentHTML .itinerary_table_timetable {
	padding: 6px;
}

#contentHTML .itinerary_table_timetable_day {
	padding: 4px 2px 4px 0px;
	color:#A40046;
	/*color: #F2C58A;*/
	/*color: #729ED2;*/
	font-weight: bold;
	width: 19%;
	font-size: 0.9em;
	vertical-align: top;
	background: url(../images/_html_content_images/content_graphics/day_arrow.jpg) no-repeat 42px 6px;
	}
	
#contentHTML .itinerary_table_timetable_day_extra {
	padding: 4px 2px 4px 0px;
	color:#A40046;
	font-weight: bold;
	width: 19%;
	font-size: 0.9em;
	vertical-align: top;
	background: none;
	}
	
#contentHTML .itinerary_table_timetable_day_extra_light {
	font-size: 0.8em;
	}

#contentHTML .itinerary_table_timetable_period {
	padding: 10px 0px 4px 6px;
	color: #4B4B4B;
	font-weight: bold;
	width: 27%;
	font-size: 0.9em;
}

#contentHTML .itinerary_table_timetable_info_odd {
	padding: 6px;
	color: #4B4B4B;
	background-color: #F6E0C2;
	/*background-color: #D4E2F1;*/
	font-size: 0.8em;
	border-right: 4px solid #FFF;
	vertical-align: top;
}

#contentHTML .itinerary_table_timetable_info_even {
	padding: 6px;
	color: #4B4B4B;
	background-color: #FFF0DC;
	/*background-color: #EAF1F8;*/
	font-size: 0.8em;
	border-right: 4px solid #FFF;
	vertical-align: top;
}

#contentHTML .itinerary_table_small_print {
	background-color: #F2C58A;
	/*background-color: #729ED2;*/
	color: #BA925D;
	/*color: #EAF1F8;*/
	font-size: 0.8em;
	padding: 8px;
}

#contentHTML ul#additional {
	margin-left: 0;
	padding-left: 0;
	}

#contentHTML ul#additional li {
	background: url(../images/_html_content_images/content_graphics/day_arrow.jpg) no-repeat 0px 4px;
	padding: 0px 0px 4px 26px;
	font-weight:bold;
	list-style-type: none;
	font-size: 0.85em;
	line-height: 1.6em;
}

#contentHTML ul#additional li a{
	text-decoration:none;
}

#contentHTML ul#additional li a:hover{
	text-decoration:underline;
}
.imgtemplate
{
	margin: 0px 0px 00px 0px;
}
