@charset "utf-8";
/* CSS Document */

.travel-team {
		width:354px;
		float:right;
		-webkit-border-radius: 10px;
		-moz-border-radius:10px;
		border-radius:10px;
		border: solid #FFFFFF;
		background-color:#FFFFFF;
		-webkit-box-shadow: #A0A0A0 1px 1px 1px;
		-moz-box-shadow: #A0A0A0 1px 1px 1px; 
		box-shadow: #A0A0A0 1px 1px 1px;
		
}
.main-area{
		width:600px;
		margin-right:369px;
		-webkit-border-radius: 10px;
		-moz-border-radius:10px;
		border-radius:10px;
		border: solid #fdfeff;
		background-color:#fdfeff;
		-webkit-box-shadow: #A0A0A0 1px 1px 1px;
		-moz-box-shadow: #A0A0A0 1px 1px 1px; 
		box-shadow: #A0A0A0 1px 1px 1px;
		
		}
.main-area-bg {
		background-image:url(images/mainarea-bg.gif);
		background-repeat:repeat-x;
		font-family:arial;
		font-size:12px;
		color:#504f4f;
		padding:12px;
		line-height:22px;
		text-align:justify;
}
h1 {
	margin:0px;
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size:20px;
	color:#1d65b6;
	margin-bottom:8px;
	margin-top:8px;
}
.travel-team-bg{
		background-image:url(images/mainarea-bg.gif);
		background-repeat:repeat-x;
		padding:12px;
		
}

.team {
		font-family:verdana;
		font-size:11px;
		color:#504f4f;
		line-height:17px;
		text-align:justify;
		margin-top:15px;
		height:96px;
}
.team b{
		color:#960101;
}
.team-img {
		float:left;
		margin-right:6px;
}
.follow-us {
	font-family:verdana;
	font-size:11px;
	font-style: italic;
	color:#b8b7b7;
	text-align:right;
}
.read-more {
		font-family:verdana;
		font-size:10px;
		color:#960101;
		text-align:right;
		font-weight:bold;
		padding-top:8px;
}
.read-more a{
		color:#960101;
		text-decoration:none;
}
.read-more a:hover{
		color: #F00;	
}




/* PRESS RELEASE CSS Document */

.news-box {
		-webkit-border-radius: 10px;
		-moz-border-radius:10px;
		border-radius:10px;
		border: 1px #999999 solid;
		padding:8px;
		font-family:Arial;
		font-size:11px;
		color:#504f4f;
		line-height:21px;
		height:138px;
		
}
.news-box b {
		font-family:arial;
		font-size:12px;
		color:#060606;
}
.media-logo {
		float:left;
		width:142px;
		background-image:url(images/news-grey-line.png);
		background-position:right;
		background-repeat:no-repeat;
		height:134px;
		margin-right:10px;
		text-align:center;
}
.more-bottom-nav {
	margin-left:145px;
	font-family:Arial;
	font-size:10px;
	color:#990000;
	font-weight:bold;
	margin-top:15px;
}
.more-bottom-nav a{
  color:#990000;
  text-decoration:none;
  
}
