body {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #1B2C37;
	background: #23282c url(../images/back.gif) scroll repeat-x left top; 
}
.pagesection p a {
	/* color: #1B2C37 !important; */
	text-decoration:underline;
	color: #7198BB;
}
h1 {
	color:#7198BB;
	font-size:24px;
	font-weight: normal;
}
h4, h4 a, h5, h5 a {
	background-color:#f4f4f4;
	color:#34536A;
}
h2, h2 a, h3, h3 a {
	background-color:#7198BB;
	color:#f4f4f4;
}
h2, h2 a, h4, h4 a { /* pagesection title and pagesubsection title */
	font-size: 18px;
	font-weight: normal;
	margin-top:10px !important;
	line-height: 28px;
	padding-left:10px !important;
	position:relative;
	left:-10px;
	width:710px;
}
h3, h3 a, h5, h5 a { /* pagesection subtitle and pagesubsection subtitle */
	font-size: 16px;
	font-weight: normal;
	/* color: #7198BB; */
	line-height: 24px;
	padding-left:10px !important;
	position:relative;
	left:-10px;
	width:710px;
}
h6, h6 a { /* item title */
	color:#7198BB;
	padding-top: 10px !important;
	font-size: 15px;
	font-weight: bold;
}
em.subtitle, em.subtitle a { /* item subtitle */
	font-size: 13px;
	font-weight: normal;
	color:#7198BB;
	font-style: italic;
	margin: 0;
}
h2 a, h3 a, h4 a, h5 a,h6 a, em.subtitle a {
	text-decoration: underline;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .pagesection p a:hover {
	text-decoration: none;
	color: #913101 !important;
}




table {
	padding: 10px 0;
}

/* Page Sections */

.pagesection {
	padding: 0px;
	height: auto;
	width: 680px;
	float: right;
	padding-right: 25px !important;
	font-size:13px;
	/* margin-left: 220px !important; */
}
* html .pagesection {
	width: 680px !important;
	overflow: hidden;
}
.pagesection p {
	margin:0;
	padding:0;
}
.pagesection_content p{
	padding:10px 0;
}

.title_border {
	border-bottom: 1px solid #34536A;
}

/* Location Content Type */
.locations_img{
	float:left;
	padding-right:15px;
	width:215px;
	overflow:hidden;
}
.locations_img_none {
	float:left;
	width: 0px;
	overflow: hidden;
}
.locations {
	zoom:1;
}
.locations_cont{
	float:left;
	width:450px;
}
.locations_cont p{
  padding-bottom:0 !important;
}
.locations_cont ul{
	list-style-type:none;
	margin:0;
	padding:0;

}
.locations_cont li{
	margin:0;
	padding:0;
}
.locations_map {
	float: right;
	padding: 0 !important;
	margin-top: 14px !important;
}
.locations_map a {
	/* color:#2026d6 !important; */
	text-decoration: none !important;
	font-size:11px !important;
}

/* Itinerary Item Type */
.itinerary_item {
	font-size:16px;
	color:#913101;
	padding-top: 10px !important;
	padding-right:24px;
	padding-bottom:3px;
	display:block;
	border-bottom: 1px solid #FFFFFF;
}
.nonexpandable {
	border-bottom:1px solid #913101;
	margin-bottom:0 !important;
}
.expandable {
	background:#ffffff url(../images/toogle_arrow_up.gif) scroll no-repeat center right;
	cursor: pointer;
}
.expanded {
	background:#ffffff url(../images/toogle_arrow_down.gif) scroll no-repeat center right;
	border-bottom:1px solid #913101;
	margin-bottom:0 !important;
}
.itinerary_item_subtitle {
	font-weight: normal;
	display:block;
	font-size:75%;
}

div.expandable {
	display: none !important;
}
div.expanded {
	display: block !important;
}

div.itinerary_item {
  display: block !important;
}

.itinerary_item_details {
	background-color:#f4eae5;
	background-image:none !important;
	padding:10px !important;
	margin:10px 0;
	clear:both;
	border:none !important;
}

/* Bread Crumbs */
/*
.bread_crumb{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;	
	color:#88b3da;
	width:auto;
	background:#222e36 url(../images/bread_crumb_bg.gif) repeat-x top left;
	text-align:left;
	clear:both;
	padding:0;
	margin:0;
	vertical-align:middle;
	line-height:24px;
}
*/
.bread_crumb p{
	/* float:left; */
	/* width:600px; */
	margin:0;
	padding:5px 60px 5px 10px;
}

.bread_crumb .current{
	color:#FFFFFF;
}

.bread_crumb a {
	color:#88b3da;
	text-decoration: none;
}
.bread_crumb a.current{
	color:#FFFFFF;
	text-decoration: none;
}


.bread_crumb img{
	float:right;
	padding-right:12px;	
	padding-top:7px;
	border:0;
}


div.pagesectionnav, div.pagesubsectionnav, div.pagesectionsubsectionnav {
	font-size: 13px;
  line-height:13px;
  padding-bottom:3px;
  padding-left:11px;
  padding-top:3px;
}

div.pagesectionsubsectionnav {
  padding-left:22px;
  font-size:12px;
}
div.pagesectionnav.first, div.pagesubsectionnav.first {
	padding-top: 6px !important;
}

div.pagesectionsubsectionnav.first {
	padding-top: 3px !important;
}

/*
.toplink {
	display: block;
	width: 30px;
	font-size: 13px;
	text-decoration: none;
	position: absolute;
	top: -10px;
	left: 680px;
} */

.toplink {
	display: block;
	width: 30px;
	float:right;
}

.toplink a {
	font-size: 13px;
	text-decoration: none;
}

.left_navigation ul ul {
	margin: 0;
	padding: 4px 0 0 8px !important;
}

.left_navigation li {
  line-height:16px;
  margin:0 0 0 3px;
  padding:3px 0 !important;
}

.left_navigation {
	padding-right:20px !important;
}
.swans_content_bottom {
	float: left !important;
	width: 920px !important;
}



.swans_content .partners_middle_center{
	border-right:1px solid #913101;
}


.swans_content .partners_right{
	text-align:center;
	padding-top:10px;
}

.swans_content .partners_right ul{
	list-style-type:none;
	margin:40px 0 0 0;
	padding:0;
}

.partners_right ul li {
	text-align:center !important;
	margin:0;
	padding:0 10px;
	font-size:13px;
	color:#675545;
	line-height:18px;
}
.partners_right ul li p {
  text-align:center !important;
}
.partners_right li a{
	color:#913d1e;
	text-decoration:none;
}
.partners_right li a:hover{
	text-decoration:underline;
}

.partners_right li span{
	font-weight:bold;
	color:#913d1e;
	font-size:14px;
}

.partners_navigation .side_headings{
	color:#923202;
}

.partners_navigation li.current a{
	color:#923202;
}

.swans_content .partners_navigation p.list_defination{
	font-size:16px;
	padding:20px 0 0px 0;
	color:#923202;
}

.swans_content .partners_navigation p.partners_country{
	color:#2a3a44;
	font-size:14px;
}

.partners_navigation ul.list_defination {
	marign:17px 0 17px 0;
	display: none;
}

.partners_navigation a, partners_navigation{
	color:#1B2C37;
}

.swans_content .partners_navigation ul.list_defination{
	margin-left:25px;
	margin-top:0px;	
	color:#7198bb;
}

.swans_content .partners_navigation ul.list_defination li a{
	font-size:14px;
	color:#7198bb;
}

.swans_content .content_partners h1{
	padding:0px;
}

.swans_content .content_partners .side_headings span{
	color:#7198bb;
}

.swans_content .content_partners p{
	padding:10px 0;
	color:#1b2c37;
}

.swans_content .content_partners h1, 
.swans_content .content_partners h6, .swans_content .content_partners h6 a, 
.swans_content .content_partners em.subtitle, .swans_content .content_partners em.subtitle a {
	color:#923202;
}
.swans_content .content_partners h4, .swans_content .content_partners h4 a, 
.swans_content .content_partners h5, .swans_content .content_partners h5 a {
	background-color:#7198bb;
}
.swans_content .content_partners h2, .swans_content .content_partners h2 a, 
.swans_content .content_partners h3, .swans_content .content_partners h3 a {
	background-color:#923202;
}
.swans_content .content_partners h2, .swans_content .content_partners h2 a, 
.swans_content .content_partners h4, .swans_content .content_partners h4 a { 
/* pagesection title and pagesubsection title */
  color:#ffffff;
}
.swans_content .content_partners h3, .swans_content .content_partners h3 a, 
.swans_content .content_partners h5, .swans_content .content_partners h5 a { 
/* pagesection subtitle and pagesubsection subtitle */
  color:#cccccc;
}
