body {
	margin: 0;
	padding: 0;
	/*background: url(../images/background.jpg) top left no-repeat fixed;*/
	background-color: #fff;
	font-family: ArialMT, Arial, Helvetica, sans-serif;
	position: relative;
	}

#background {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	z-index: -1;
	}
	
#headerlink {
	position: absolute;
	display:block;
	text-decoration: none;
	width: 540px;
	height: 105px;
	}

h1 {
	font-size: 26px;
	}

p, li {
	color: black;
	}
	
li {
	display: list-item;
	list-style-type:disc;
	}
	
a img {
	border: none;
	}
	
a:link, a:visited {
	color: #00254f;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #000;
	text-decoration: underline;
	}
	
#mainContainer {
	width: 963px;
	margin: auto;
	position: relative;
	}
	
#header {
	width: 100%;
	height: 110px;
	padding-top: 60px;
	}
	
#header h1 {
	width: 100%;
	background-image: url(../images/header_new.png);
	background-repeat: no-repeat;
	height: 91px;
	}

#header h1 span {
	display: none;
	}

#header #search {
	float: right;
	width: 250px;
	height: 25px;
	position: relative;
	top: -50px;
	}
	
#searchbox {
	position: relative;
	top: -7px;
	}

#mainContent {
	width: 100%;
	background-color: #ffffff;
	}
	
#content {
	padding: 24px 25px;
	}
	
.left {
	float: left;
	width: 600px;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	}

#home #slideshow, #adbox {
    position:relative;
    height:280px;

}

#home #slideshow div, #adbox div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    height: 280px;
	/*background-color: #364d7f;*/
}

#adbox div {
	background-color: #ffffff;
	}

#home #slideshow div.active, #adbox div.active {
    z-index:10;
    opacity:1.0;
}

#home #slideshow div.last-active, #adbox div.last-active {
    z-index:9;
	
}

#home #slideshow div IMG, #adbox div IMG {

    display: block;
    border: 0;
    margin-bottom: 10px;
}
	
#home #slideshow div h1 {
	font-size: 16px; 
	color: #fff;
	position:relative;
	top:-11px;
	padding-left: 15px;
	left:55px;
	height:21px;
	width: 525px;
	background-color: #00254f;
	}

#home #slideshow div h2 {
	font-size: 14px;
	color: #000;
	position:relative;
	left:245px;
	top: -41px;
	padding-left: 30px;
	/*opacity: .8;*/
	z-index: 25;
	text-transform:uppercase;
	}

#slideshowControl{
	position:relative; 
	top: -1px; 
	/*z-index: 1000;*/
}
	
	
#listings h1 {
	padding: 0;
	}
	
#listings #content {
	padding: 0;	
}

#listings #slideshow {
    position:relative;
    height:310px;
	background-color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #D4D4D4;
}

#listings #slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 280px;
	width: 100%;
	background-color: #fff;

}

#listings #slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#listings #slideshow div.last-active {
    z-index:9;
	opacity: 
}

#listings #slideshow div IMG {
	height: 279px;
    display: block;
    border: 0;
	padding: 15px;
    margin-bottom: 10px;
	position:relative;
	float: left;
}

#listings #slideshow div h1 {
	font-size: 20px; 
	color: #000;
	position:relative;
	float:right;
	padding: 15px 15px 0;
	height: 50px;
	width: 30%;
	}

#listings #slideshow div p {
	font-size: 14px;
	color: #000;
	position:relative;
	float: right;
	height:198px;
	padding: 0 15px;
	width: 31%;
	}

#contentmid {
	margin-top: 10px;	
	}
	
#contentmid h2 {
	text-transform: uppercase;
	color: #ffffff;
	background-color: #00254f;
	font-size: 17px;
	padding-left: 5px;
	margin: 0;
	width: 98%;
	}
	
#contentmid p {
	text-transform: uppercase;
	color: #ffffff;
	background-color: #00254f;
	font-size: 12px;
	padding: 0 2px;
	margin: 0;
	position: relative;
	width: 124px;
	text-align:center;
	}
	
#contentmid .left, #contentmid .right {
	width: 290px;
	}

#contentmid .left {
	background-color: #e1e6ec;
	}

.listing_box {
	xbackground-color: #00254f;
	padding: 0 5px 5px 0;
	}
	
.listing_box .right {
	padding: 15px;
	}

.listing_box h2 {
	text-transform: uppercase;
	color: #ffffff;
	background-color: #00254f;
	font-size: 17px;
	padding-left: 5px;
	margin: 0;
	}

#contentmid .left a:link, #contentmid .left a:visited, .listing_box h2 a:link, .listing_box h2 a:visited {
	color: #ffffff;
	}
	
#contentmid .left a:hover, #contentmid .left a:active, .listing_box h2 a:hover, .listing_box h2 a:active {
	color: #ffffff;
	}
	
#contentmid .left a:hover, #contentmid .left a:active {
	text-decoration: none;
	}

#events {	
	padding: 0;
	font-size: 13px;
	}
	
#events li {
	color: #000;
	display: block;
	border-bottom: 1px solid #85a2cc;
	padding: 10px 5px;
	}
	
#contentbot {
	width: 569px;
	background-color: #00254f;
	padding: 15px;
	margin-top: 10px;
	}
	
#contentbot div {
	float: left;
	width: 50%;
	height: 150px;
	}

#contentbot img {
	width: 130px;
	height: 100px;
	float: left;
	padding: 5px;
	}
	
#contentbot h2 {
	font-size: 16px;
	color: #000;	
	}

#contentbot p {
	font-size: 13px;
	}

#travelguru {	
	padding: 10px 15px;
	xbackground-color: #00254f;
	width: 270px;
	border: 1px solid #d4d4d4;
	}
	
#travelguru h2 {
	font-size: 16px;
	color: #000;
	width: 100%;

	}
	
h2 {
	font-size: 16px;
	color: #000;
	width: 100%;

	}
	
p, li {
	font-size: 13px;
	}
	
.module {
	padding: 5px;
	border-bottom: 1px solid #777777;
	}
	
#travelguru img {
	float: left;
	margin-right: 5px;
	}

#twitterbox {
	border: 2px solid #e7effa;
	width: 299px;
	}
	
#twitterbox p {
	width: 250px;
	padding: 0 10px;

	}

#twitter_link {
	background-color: #00254f;
	color: #000;
	font-size: 14px;
	left: 70px;
	position:relative;
	text-decoration: none;
	top: -30px;
	}

#footer {
	background-color: #00254f;
	font-size: 13px;
	color: #ffffff;
	padding: 15px 25px;
	}
	
#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: underline;
	}
	
#mycarousel {
	position: relative;  z-index:100; width: 150px;
	}
	
#colleft {
	width: 16%;
	float: left;
	
	}

#colmid {
	width: 62%;
	float: left;
	padding: 0 25px;
	border-left: 1px solid #777777;
	}
	
#colmid .left {
	width: 55%;
	}
	
#colmid .right {
	width: 40%;
	}
	
#colmid li {
	display: list-item;
	}
	
#colmid h2 {
	text-transform: uppercase;
	color: #000000;
	}
	
#colmid .review .left {
	width: 27%;
	}
	
#colmid .review .right {
	width: 70%;
	padding-left: 15px;
	border-left: 1px solid #777777;
	}

#colright {
	width: 16%;
	float: right;
	}
	
#slideshowControl li {
	margin-right: -4px;
	}
	
#all_courses {
	background-color: #00254f;
	position:relative;
	float: right;
	padding: 10px;
	top: -39px;
	z-index: 2000;
	}
#all_courses a{
	color: #fff;
}
#beckmann_text {




	}
	
#listings #slideshow div a {
	display: block;
	float: left;
	width: 595px;
	height: 309px;
	overflow: hidden;
	text-align: center;
	}
	
#audioplayer {
	float: right;
	position: relative;
	top: -24px;
	}
.player #audioplayer{
	float: none;
	top:0;
}
#newsletterForm {	
	padding: 10px 15px;
	background-color: #fff;
	width: 270px;
	text-align: center;
	border: 1px solid #D4D4D4;
	}
#newsletterForm h2 {
	font-size: 16px;
	color: #000;
	width: 100%;

	}
.mlive{
	height:auto;
}
.mlive .item{
	padding:10px;
}
#destination .details ul{
	list-style-type: circle;
	margin-left: 20px;
}
#destination .details ul li{
	padding-left: 10px;
	display: list-item;
	font-size: 15px;
	color: #000;
}
#bannerAdds{
	position: absolute;
	top:10px;
	right:0;
}
#bottomAdds .add{
	display: inline;
	margin: 0 12px;
}
#bottomAdds img{
	width: 155px;
	height: 155px;
}
.share{
	float: right;
}