/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align: center;
}

h1 {
  font-weight: normal;
}

h2 {
  font-size:12px ;
  font-weight: normal;
}

h1, h2, p {
  margin: 0px 0px 0px 0px;
}

a {
  text-decoration:none;
  color:#0033CC;
  border:none;
}

a:hover {
    text-decoration:underline;
	color:#3399FF;
}


#wrapper {
  background-color: #fff;
  width: 720px; 
  margin: 0px auto; 
  text-align: left;
}

#header {
  background:#FFFFFF url(../tcg-images/top-banner-blue.jpg) no-repeat;
  height: 156px;
  background-color:#FFFFFF;
  padding: 0px;
}


/*#mainnav {
  margin:0px 0px 0px 0px;
  list-style: none;
  background-color:#FFFFFF;
  width: 180px; 
  float: left; 
}*/

#secondaryContent {
	padding:0px 20px 0px 20px;
	background-color:#FFFFFF;
	width: 270px;
	display: inline;
	float: right;
}

#secondaryContent h2 {
  font-size:12px;
  margin: 0px 0px 0px 0px;
  padding-top:10px;
}

#footer {
  background-color:#FFFFFF;
  padding: 1px 0px 0px 0px;
  text-align:justify;
}

#content {
	width: 520px;
	float: right;
}

#mainContent {
	width: 210px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#footer { 
  clear: both; 
} 


#nav {
  margin:20px 0px 0px 20px;
  list-style: none;
  width: 109px;
  float: left;
}
   

#nav ul .booking a {
     background:url(../tcg-images/booking-button.jpg) no-repeat left bottom;
	 color:#FFFFFF;
}

#nav .booking a:hover {
     background-position:right bottom;
     color:#000000;
}

#nav ul .quick a {
     margin:15px 0px 0px 0px;
     background:url(../tcg-images/quick-button.jpg) no-repeat left bottom;
     color:#000000;
}

#nav  .quick a:hover {
     background-position:right bottom;
     color:#FFFFFF;
}

#nav  ul .log a {
     background:url(../tcg-images/login-button.jpg) no-repeat left bottom;
     color:#FFFFFF;
}

#nav .log a:hover {
     background-position:right bottom;
     color:#FFFFFF;
}

#nav ul li .closeup a {
    margin:0;
	background:url(../tcg-images/tcg-button-yellow.jpg) no-repeat left bottom;
	color:#000000;
}

#nav .closeup a:hover {
     background-position:right bottom;
     color:#000000;
}

#nav ul li .break a {
    margin:0;
	background:url(../tcg-images/booking-button.jpg) no-repeat left bottom;
	color:#FFFFFF;
}

#nav .break a:hover {
     background-position:right bottom;
     color:#000000;
}


#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-size:11px;
	text-align:center;
	}

#nav ul li {
	position: relative;
	}
	
#nav li ul {
	position: absolute;
	left: 110px;
	top: 0;
	display: none;
	}
	
#nav ul li a {
    margin:4px 0px 0px 0px;
	display: block;
	width: 110px;
	height:26px;
	line-height:26px;
	text-decoration: none;
	color:#000000;
	background:url(../tcg-images/tcg-button.jpg) no-repeat left bottom;
	padding: 0px;
	border-bottom: 0;
	text-indent:0px;
	}
	
#nav a:hover {
    background-position:right bottom;
	color:#FFFFFF;
	}
	
#nav li:hover ul, li.over ul { display: block; }


#footer ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	list-style:none;
	width:693px;
	float:left;
	background:url(../tcg-images/mainnavbg-greyish.gif) repeat-x;
	text-transform: uppercase;
}

#footer ul li {
    float:left;
}


#footer ul a {
	background:url(../tcg-images/mainnavborder-greyish.gif) repeat-y;
	display:block;
	float:left;
	padding:0px 12px;
	line-height:1.7em;
	background:;
	text-decoration:none;
	color:#FFFFFF;

}

#footer ul a:hover {
	color:#000066;
}

#footer ul .first a {
	background:none;
}

#thirdNav ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:none;
	font-size:9px;
	margin:0px 0px 0px 105px;
	padding:0px 0px 0px 10px;
	list-style:none;
	width:593px;
	text-align:center;
	text-transform:uppercase;
}

#thirdNav ul li {
    float:left;
}


#thirdNav ul a {
	display:block;
	background:none;
	text-align:center;
	padding:5px 50px 0px 50px;
	text-decoration:none;
	color:#000066;

}

#thirdNav ul a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#secondaryContent .link a {
    color:#000066;
	text-decoration:none;
}

#secondaryContent .link a:hover {
    color:#3399FF;
	text-decoration:underline;
}

.style1 {
	font-size: 18px;
	color: #CCCCCC;
}
.style3 {font-size: 10px; color: #66CCFF;}
.style4 {font-size: 11px}
.style5 {font-size: 24px}
.style10 {font-size: 9px; color:#3399FF; font-weight:bold;}
.style11 {font-size: 10px; color:#000000;}
.style12 {font-size: 9px; color:#0033CC;}
.style14 {font-size: 16px; color:#000000;}
.style6 {
	font-size: 11px
}
.style7 {
	font-size: 12px;
	color: #999999;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
#wrapper #content img {
}
