﻿/* Elements */
html, body 
{
	background-color: #ffffff;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	color: #666666;
	text-align: center;
	font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	line-height: 16px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #009ee0;
}
a.selected {
	color: #009ee0;
}
img {
    border: 0px;	
}
h1, h2, h3, .blue {color: #009ee0;}
h1 {font-size: 15pt; font-weight: normal; margin-bottom: 30px; text-align: center;}
h2 {font-size: 13pt; font-weight: normal; margin-top: 30px; margin-bottom: 0px;}
h3 {font-size: 12pt; font-weight: bold; margin-top: 30px; margin-bottom: 5px;}

/* Element Ids */

#wrapper 
{
    position: relative;
    width: 989px;
    margin:0 auto; /* for the rest */ 
    margin-top: 0px;
    padding-bottom: 30px;
    padding-top: 8px;
    text-align: left;
}
#header 
{
    position: relative;
    height: 230px;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
}
#headertop 
{
	position: relative;
    height: 114px;
}
.header01 {
	position: absolute;
	top: 0px;
	left: 0px; 
}
.header02 {
	position: absolute;
	top: 0px;
	left: 219px; 
}
.header04 {
	position: absolute;
	top: 74px;
	left: 0px; 
}
#headertags{
	position: absolute;
	top: 35px;
	right: 0px;
	z-index: 10;
}
#headertags ul li {
	display: inline;
	background-image: url('../images/bullet-lrg.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-left: 10px;
	font-size: 9pt;
}
#headermenu
{
    float: left;
	height: 130px;
	text-align: left;
	padding-left: 30px;
}
#headersubmenucontainer {
    margin-left: 290px;
    margin-top: 10px;
    height: 115px;
}
#headertitle {
    width: 120px;
    height: 100px;
}
#headertitle, .title {
    color: #4d4d4d;
    font-size: 18pt;
}
#headersubmenu {
    float: right;
    margin-right: 20px;
    margin-top: 0px;
    width: 550px;
}
#headersubmenu table {
    width: 100%;
}
#body
{
    min-height: 500px;
    clear: both;
}
#bodyright 
{
    margin-left: 290px;
    width: 699px;
    min-height: 500px;
}
#bodyleft
{
	float: left;
    width: 190px;
    min-height: 500px;
    margin-left: 30px;
    margin-top: 20px !important;
}
#footer 
{
    text-align: center;
}
#footer, #footer a.grey 
{
    color: #666666;
    text-decoration: none;
    font-size: 7pt;
}
#slideshow {
    position:relative;
    height:262px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
#travelcard {
	width: 180px;
	height: 311px;
	/*padding: 0px 7px 3px 7px;*/
	margin-top: 40px !important;
}
#travelcard input[type=text] {
	width: 130px;
	height: 10px;
	font-size: 7pt;
	border: solid 1px #ccc;
}
#travelcard .travelcard-logo {
	margin-top: -15px;
}
#travelcard table {
	margin: 5px 0 5px 0;
}
#travelcard #ctl00_cphBodyLeft_travelcard1_imgLatestNewsTitle 
{
    margin-bottom: 10px;
}
#travelcard #latestnewslinkcontainer 
{
    text-align: right;
    padding-bottom: 10px;
    margin: 5px 0 5px 0;
    border-bottom: solid 1px #ccc;
}
#travelcard #ctl00_cphBodyLeft_travelcard1_imgNewsletterSignup 
{
    margin: 5px 0 5px 0;
}
#travelcard #ctl00_cphBodyLeft_travelcard1_btnSend {
    margin-right: 10px;
}
#travelcard #contactinfo 
{
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ccc;
}
/* Will changes */

#travelcard p
{
    margin:8px 0;
}

#intro {
	background-image: url('../images/hp01.png');
	background-repeat: no-repeat;
	padding: 105px 0 0 280px;
	height: 129px;
	width: 280px;
	margin-bottom: 70px;
	margin-top: -25px;
}
#homepage_flash 
{
    position: absolute;
    top: 117px;
    left: 263px;
}

/* Classes */
.mainrightcontent {
    width: 560px;
    text-align: justify;
}
.mainrightcontent img {
    vertical-align: middle;
}
.mainrightcontent table td {
    vertical-align: top;
    padding: 10px;
}
.menu-vertical 
{
    margin:0!important;
	padding:10px 0 0 0;
	background-image: url('../images/header-new.gif');
	background-repeat: no-repeat;
	background-position: 3px top;
}
.menu-vertical li {
	background-image: url('../images/bullet-sml.png');
	background-repeat: no-repeat;
	background-position: left 9px;
	padding:6px 0 0 0;
	margin:0;
	list-style: none;
}
.menu-vertical li a {
	font-size: 10pt;
	padding-left: 19px;
}
.menu-inline
{
    display: inline;
}
.menu-inline li
{
    display: inline;
    list-style: none;
    background-image: none;
}
.menu-inline li a
{
    font-size: 7.5pt;
    color: #4d4d4d;
    padding-right: 70px;
}
.menu-inline li a:hover
{
    color: #009ee0;
}
.bold 
{
    font-weight: bold;
}
.hidden 
{
    display: none;
}
.form 
{
    margin-top: 20px;
}
.form select 
{
    width: 205px;
}
.form input[type=text]
{
    width: 200px;
}
.form textarea
{
    width: 200px;
    height: 100px;
}
.form td 
{
    vertical-align: top;
}
.fontlarge 
{
    font-size: 16pt;
    line-height: 22px;
}
.fontmedium
{
    font-size: 10pt;
}
.fontsmall
{
    font-size: 7pt;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.newsitem {
    margin-bottom: 30px;
    min-height: 121px;
}
.newsitem .date {
    font-size: 10pt;
}
.newsitem h3 {margin-top: 10px;}
.newsitem img {
    float: left;
    margin-right: 30px;
}
.itemlist {
    width: 100%;
}
.itemlist td {
    padding: 10px;
}
.itemdetail input[type="text"] {
	width: 450px;
}
.itemdetail textarea {
	width: 450px;
	height: 300px;
}
.portfolioimagelink {
    margin-right: 8px;
    font-size: 9pt;
    font-weight: bold;
}
.titleimage {
    margin-bottom: 20px;
}
.portfoliotitle {
    margin-top:30px;
    *margin-top:50px;
    margin-bottom: 10px;
    display:block;
}
.portfoliomenu {
    border-collapse: collapse;
}
.portfoliomenu td {
    width: 34%
}
.blue {
    color: #28aae1;
}

/* jQuery lightBox plugin - Gallery style */
.gallery {
    background-color: #fff;
    padding: 0px;
    width: 560px;
    margin: 0px 0px 0px 200px !important;
}
.gallery ul { list-style: none; }
.gallery ul li { display: inline; xmargin-left: -40px;}
.gallery ul img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
}
.gallery ul a:hover img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 20px;
    color: #3e3e3e;
}
.gallery ul a { color: #009ee0; }
.gallery ul a:hover { color: #666666; }

