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

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	/*background: #E7E4F0;*/
	background: #CCC;
	
}

p
{
	font-size: 16px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
	letter-spacing: 0px;
}

ul, li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	list-style-image: url(../images/bullet.png);
}

img
{
	border: none;
}
a
{
	text-decoration: none;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
	padding-top: 0px;
	margin-top: 0px;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #492F92;
	padding-top: 0px;
	margin-top: 0px;
}

#body
{
	padding: 50px 50px;
	float: left;
	width: 550px;
}

#body-withnav
{
	padding: 0px 20px 20px 20px;
	float: right;
	width: 610px;
	margin: 20px 20px 20px 0px;
}

#container
{
	width: 100%;
}

#top-nav
{
	top: 0;
	height: 30px;
	width: 100%;
	background: #808185;
}

#navigation
{
	height: 100px;
	width: 100%;
	background: #492F92;
}

#inner-container
{
	width: 950px;
	background-color: #FFF;
	min-height: 300px;
	margin: 0 auto;
	top: 65px;
}

.wrapper
{
	margin: 0 auto;
	width: 850px;
}

.clear
{
	clear: both;
}

.red
{
	color: #B20837;
	margin-top: 0;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	margin-bottom: 30px;
}

.red_small
{
	color: #B20837;
	margin-top: 0;
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	margin-bottom: 30px;
}

.yellow
{
	color: #FDC600;
	margin-top: 0;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	margin-bottom: 30px;
}

.yellow_small
{
	color: #FDC600;
	margin-top: 0;
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	margin-bottom: 30px;
}

.blue
{
	color: #492F92;
	margin-top: 0;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	margin-bottom: 30px;
}

.blue_small
{
	color: #492F92;
	margin-top: 0;
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	margin-bottom: 30px;
}


.black
{
	color: #000;
}


.image
{
	float: right;
	margin-top: 100px;
	margin-right: 20px;
}

/* Top Nav */

ul.top-navbar
{
	margin: 0;
	padding: 5px 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
}

ul.top-navbar li
{
	display: inline;
	padding: 5px 0px 0px 30px;
	font-family: Verdana, Geneva, sans-serif;
}

ul.top-navbar li a
{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

ul.top-navbar li a:hover
{
	text-decoration: underline;
}

.left-nav
{
	width: 235px;
	float: left;
	margin: 20px;
	background-color: #B10035;
}

.left-nav-yellow
{
	width: 235px;
	float: left;
	margin: 20px;
	background-color: #FDC600;
}

.left-nav-blue
{
	width: 235px;
	float: left;
	margin: 20px;
	background-color: #492F92;
}

.left-nav ul, .left-nav-yellow ul, .left-nav-blue ul
{
	padding: 10px 20px 10px 30px;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
}

.left-nav ul li, .left-nav-yellow ul li, .left-nav-blue ul li
{
	list-style-image: url(../images/bullet-white.png);
	padding: 3px 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

.left-nav ul li a, .left-nav-yellow ul li a, .left-nav-blue ul li a
{
	color: #FFF;
}

.left-nav ul li a:hover
{
	color: #FDC600;
}

.left-nav-yellow ul li a:hover
{
	color: #B20837;
}

.selected
{
	color: #FDC600 !important;
	font-weight: bold;
}

.selected-yellow
{
	color: #B20837 !important;
	font-weight: bold;
}

/* Navigation */

#logo
{
	float: left;
	padding-top: 15px;
}

#crest
{
	float: right;
	padding-top: 15px;
}

ul.nav-bar
{
	padding: 0;
	display: block;
	float: left;
	clear: left;
}

ul.nav-bar li
{
	display: inline;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

ul.nav-bar li a
{
	color: #FFF;
	font-weight: bold;
}

ul.nav-bar li a:hover
{
	color: #FDC600;
}

/* Footer */

#footer
{
	padding: 5px 0px;
	clear: both;
}

#footer p
{
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

#footer .left
{
	float: left;
	width: 50%;
	clear: both;
}

ul.footer-right
{
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
}

ul.footer-right li
{
	display: inline;
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	padding: 0px 5px;
}

ul.footer-right li a
{
	color: #666;
	text-decoration: underline;
}

ul.footer-right li a:hover
{
	color: #000;
}

/* Homepage */

#home
{
	padding: 20px;
}

#seven-habit
{
	float: right;
}

#banner
{
	width: 650px;
	height: 415px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

#seven-habits
{
	float: right;
	width: 235px;
	border: 1px solid #e2e2e2;
	height: 200px;
	margin-bottom: 20px;
}


#travel-management
{
	float: right;
	width: 235px;
	border: 1px solid #e2e2e2;
	height: 241px;
	margin-bottom: 20px;
}

#our-services
{
	float: right;
	width: 235px;
	border: 1px solid #e2e2e2;
	height: 405px;
	background: #412682;
}

#our-services-inner
{
	padding: 20px 15px;
}

#adverts
{
	float: left;
	width: 650px;
	margin-bottom: 20px;
}

#box1
{
	border: 1px solid #e2e2e2;
	height: 220px;
	width: 310px;
	margin-right: 20px;
	float: left;
}

#box2
{
	border: 1px solid #e2e2e2;
	height: 220px;
	width: 310px;
	float: right;
}

h3.services
{
	color: #F1F1F1;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
}

#our-services ul
{
	border-top: 1px solid #F1F1F1;
	padding-top: 10px;
	padding-left: 0;
	margin: 0;
	list-style-image: none;
	
}

#our-services ul li
{
	list-style-type: none;
	list-style-image: none;
	color: #FDC600;
	margin-bottom: 2px;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#our-services ul li a
{
	color: #FDC600;
}

#our-services ul li a:hover
{
	color: #FFF;
}

#our-services ul li ul
{
	border: none;
	margin: 0;
	padding: 0;
}

#our-services ul li ul li
{
	color: #F1F1F1;
	border: none;
	padding-bottom: 5px;
	padding-top: 2px;
}

#our-services ul li ul li a
{
	color: #F1F1F1;
}

#our-services ul li ul li a:hover
{
	color: #FDC600;
}


/* About Us */

img.right
{
	float: right;
}

.seven-habits
{
	float: left;
	margin-left: 20px;
	border: 1px solid #e2e2e2;
}

input#send, input#reset
{
	border: none;
	color: #FFF;
	background: #B20837;
	padding: 5px;
	font-size: 14px;
}
	
.error
{
	color: #F00;
	font-size: 10px;
	padding-left: 10px;
}

#simpleTooltip 
{ 
	padding: 10px;  
	background: #492F92;
	color: #FDC600;
	font-size: 14px;
	width: 350px;
}

span.red
{
	font-size: 16px;
	letter-spacing: 0;
}

span.yellow
{
	font-size: 16px;
	letter-spacing: 0;
}

#seven-habit-graphics
{
	margin: 0 auto;
	width: 600px;
}

#seven-habits-text
{
	padding: 10px 20px;
	background: #492F92;
	color: #492F92;
	float: left;
	width: 45%;
	margin-bottom: 25px;
}

#seven-habits-container
{
	padding: 20px;
}
#seven-habits-text p, #seven-habits-text ul li
{
	color: #FFF;
}

/**
 * Additional styles for the controls.
 */
.jcarousel-control {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    padding: 5px 0px;
}

.jcarousel-control a {
    background: url('../images/control.png') no-repeat center center;
	height: 32px;
	width: 32px;
	padding: 15px 12px;
	color: #FFF;
	font-weight: bold;
}

.jcarousel-control a:hover {
	text-decoration: underline;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

#mycarousel
{
	float: right;
}

#travel-technology-text
{
	clear: both;
	background: #B20837;
	padding: 10px;
	color: #FFF;
	float: left;
	margin-top: -30px;
	margin-bottom: 20px;
}

#travel-technology-text p
{
	color: #FFF;
}

#travel-technology-container
{
	width: 60%;
	background: #B20837;
	padding: 10px;
}


#travel-technology-wrapper
{
	padding: 20px;
}

#travel-technology-container p
{
color: #FFF;
}

#travel-ad
{
	float: right;
	margin-right: 10px;
	margin-top: 100px;
}

.white
{
	color: #FFF;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancy_title_right.png') repeat-x;
}

.pressimage
{
	border: 1px solid #CCC;
}

.press
{
	margin-bottom: 20px;
}

ul.press-release
{
	margin-top: 20px;
	margin-bottom: 100px;
	padding-left: 20px;
}

ul.press-release li
{
	list-style: square;
	padding: 0;
	margin: 0;
}

ul.press-release li p
{
	padding: 0;
	margin: 0;
}

ul.press-release li p a
{
	color: #492F92;
	text-decoration: underline;
}

.divide
{
	border-bottom: 1px solid #000;
	padding: 15px 0px;
}