@import url("../app_themes/CanGateDefault/initial.css");

html, body {
	height: 100%;
	background-color: #486b98;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #616161;
}

.clear {
	clear: both;
}

.hr {
	margin: 9px 0;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #ccc;
}

h1, h2, h3 ,h4 {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 14px;
}


h3 {
	font-size: 11px;
	font-weight: bold;
}


a, a:hover, a:visited{
	font-weight: bold;
	color: #ad5951;
	text-decoration: underline;
	text-align: normal;
}

a.red, a.red:hover, a.red:visited{
	color: #ad0f00;
}

#wrap {
	background-color:#fff;
	margin:0 auto;
	width:1002px;
}

/********************
HEADER
*/
#header {
	width: 1000px;
	height: 125px;
	margin: 0 auto;
	background: url(../app_themes/CanGateDefault/images/home_01.jpg) no-repeat top left;
}

.v2 #header {
	background: url(../app_themes/CanGateDefault/images/home_01a.jpg) no-repeat top left;
}

#logo {
	float: left;
	background: url(../app_themes/CanGateDefault/images/home_05.gif) no-repeat top left;
	margin: 15px 0 0 15px;
	width: 349px;
	height: 87px;
}

#logo h1 { position: absolute; left: -10000px; }

/********************
MAIN MENU DROPDOWN
*/

.CMSMenuItem,
.CMSMenuItemMouseDown, 
.CMSMenuItemMouseOver, 
.CMSMenuItemMouseUp, 
.CMSMenuHighlightedMenuItem, 
.CMSMenuHighlightedMenuItemMouseDown, 
.CMSMenuHighlightedMenuItemMouseOver, 
.CMSMenuHighlightedMenuItemMouseUp
{
	background: url(../app_themes/CanGateDefault/images/home_03.jpg) repeat-y 0 0;
	margin: 0px;
	padding: 23px 9px;
	font-weight: normal;
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #616161;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.SubCMSMenu
{
	border-top: none;
	border-left: #cacaca 3px solid;
	padding: 0px;
	margin: 0px;
	background: url( ../app_themes/CanGateDefault/images/homepage09a.gif);
}

.SubCMSMenuItem,
.SubCMSMenuItemMouseUp,
.SubCMSMenuHighlightedMenuItem,
.SubCMSMenuHighlightedMenuItemMouseUp
{
	border: none;
	font-size: 11px;
	text-align: center;
	color: #494949;
	text-decoration: none;
	padding: 3px 9px;
}


.SubCMSMenuItemMouseDown,
.SubCMSMenuItemMouseOver,
.SubCMSMenuHighlightedMenuItemMouseOver,
.SubCMSMenuHighlightedMenuItemMouseDown
{
	border: none;
	font-size: 11px;
	text-align: center;
	color: #494949;
	text-decoration: underline;
	padding: 3px 9px;
}

/********************
MAIN MENU
*/

#mainmenu {
	float: right;
	margin-top: 59px;
	height: 64px;
	width: 460px;
	text-align: center;
}

#mainmenu #menuElem {
	margin: 0;
	padding: 0;
	width: 460px;
	list-style: none;
}

#mainmenu #menuElem li {
	display: inline;
}

#mainmenu #menuElem li a {
	background: url(../app_themes/CanGateDefault/images/home_03.jpg) repeat-y 0 0;
	display: block;
	float: left;
	margin: 0px;
	height: 64px;
	font-weight: normal;
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #616161;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 64px;
}


.v2 #mainmenu #menuElem li a {
	height: 32px;
	line-height: 32px;
}

/***********************
SUBHEADER
*/

#subHeader {
	background: url(../app_themes/CanGateDefault/images/home_02.jpg) no-repeat 0 0;
	height: 300px;
	width: 1000px;
	margin: 0 auto;
}

.v2 #subHeader {
	background: url(../app_themes/CanGateDefault/images/home_02a.jpg) no-repeat 0 0;
	height: 150px;
}

/***********************
MAIN CONTENT
*/
#content {
	width: 1000px;
	margin: 0 auto;
}

.content {
	font-size: 11px;
	line-height: 13px;
	margin: 0 25px 20px 25px;
	letter-spacing: -0.5px;
}

.content p {
	text-align: justify;
}

.content ul {
	list-style-image: url(../app_themes/CanGateDefault/images/home_08.gif);
}

.content ul li {
	margin-bottom: 0.4em;
	margin-left: 20px;
}

h2.containerHead  {
	display: block;
	padding: 7px 0 6px 36px;
	background: url(../app_themes/CanGateDefault/images/home_07.gif) no-repeat center left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 20px 0 20px 0;
}

.content img {
	border: solid 5px #ccc;
}

.twoList ul {
	float: left;
	margin: 0 0 10px 10px;
	font-size: 14px;
	line-height: 15px;
}
.twoList ul+ul {
	float: right;
}

/***********************
MAIN CONTENT - COL A
*/
#colA {
	float: left;
}

.v2 #colA {
	float: left;
}

/***********************
MAIN CONTENT - COL b
*/
#colB {
	float: right;
	position: relative;
	top: -70px;
}

.v2 #colB {
	float: right;
	position: relative;
	top: -70px;
}

/*********************
FOOTER
*/
#footer {
	clear: both;
	width: 1000px;
	height: 89px;
	margin: 0 auto;
	background: url(../app_themes/CanGateDefault/images/home_04.gif) no-repeat top left;
}

#footer #menuElem {
	float: left;
	margin: 47px 0 0 0;
	width: 470px;
}

.v2 #footer #menuElem {
	margin: 46px 0 0 0;
}

#footer #menuElem li {
	display: inline;
}

#footer #menuElem a {
	display: block;
	float: left;
	margin: 0 0 7px 0;
padding: 0 10px;
	font-size: 11px;
	border-right: solid 1px #999;
	color: #616161;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}

#copyright {
	background-color:#486b98;
	color: #FFF;
	margin: 10px auto;
	padding-bottom: 1px;
	width:1002px;
}

#copyright p {
	font-size: 9px;
	text-align: center;
}

#copyright a {
	font-weight: normal;
	color: #FFF;
}

/************************
sideBlock
*/
.sideBlock {
	margin: 0 0 10px 0;
}


.sideBlock img {
	float: left;
	max-width: 100px;
	width: 100px;
}

.sideBlockContent {
	margin: 0 0 0 125px;
	min-height: 110px;
}

.sideBlockContent p{
	padding:0;
}

.sideBlockContent h3{
	margin-bottom: 10px;
}

/*************************
NEWS
*/

.news dt {
	position: relative;
	left: 0;
	top: 1.1em;
	width: 115px;
	font-weight: bold;
}
.news dd {
	border-left: 1px solid #ccc;
	margin: 0 0 0 115px;
	padding: 0 0 0 15px;
}

.NewsSummary {
	font-style: italic;
	margin: 10px 0;
}

/***********************
LOGIN FORM	
*/
#loginArea {
	height: 260px;
	width: 320px;
	margin: 0  0 25px 5px;
	padding-top: 15px;
	color: #FFF;
	font-size: 12px;
	overflow: auto;
}

.v2 #loginArea {
	margin: 0  0 20px 10px;
	padding-top: 5px;
	height: 125px;
}

#loginArea h2 {
	margin: 0 0 0 5px;
	font-size: 13px;
}

#loginArea a, #loginArea a:hover, #loginArea a:visited{
	color: #fff; //#ad0f00
}

#loginArea input[type=text], #loginArea input[type=password] {
	font-size: 12px;
}

#loginArea input[type=submit], .FormButton
{
	width: 96px;
	height: 26px;
	background: url(../app_themes/CanGateDefault/images/home_06.gif) no-repeat top left;
	border: none;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#loginArea #plcRoot_Layout_zoneLogin_SignOutButton_btnSignOut {
	width: 64px;
	height: 16px;
	color: #ccc;
	background: url(../app_themes/CanGateDefault/images/home_06a.gif) no-repeat top left;
	font-size: 8px;
	font-weight: normal;
}

/***********************
BUTTONS
*/

a.button {
	float:left;
	background: url(../app_themes/CanGateDefault/images/button_a.gif) no-repeat scroll top right;
	color: #FFF;
	display: block;
	height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	margin: 0 0 5px 0;
	padding-right: 10px;
	cursor: pointer;
}

a.button span {
	color: #FFF;
    background: url(../app_themes/CanGateDefault/images/button_a_span.gif) no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0 5px 10px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

a.button:active {
	color: #FFF;
    background-position: bottom right;
    outline: none;
}

a.button:active span {
	color: #FFF;
    background-position: bottom left;
    padding: 6px 0 4px 10px;
}

a.button2 {
	float:left;
	background: url(../app_themes/CanGateDefault/images/button2_a.gif) no-repeat scroll top right;
	color: #FFF;
	display: block;
	height: 42px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	margin: 0 0 5px 0;
	padding-right: 10px;
	cursor: pointer;
}

a.button2 span {
	color: #FFF;
    background: url(../app_themes/CanGateDefault/images/button2_a_span.gif) no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0 5px 10px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

a.button2:active {
	color: #FFF;
    background-position: bottom right;
    outline: none;
}

a.button2:active span {
	color: #FFF;
    background-position: bottom left;
    padding: 6px 0 4px 10px;
}

/************************
TOURS
*/
.tour {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #ccc;
	max-height: 115px;
}


.tour img {
	float: left;
	max-width: 100px;
}

.tourContent {
	margin: 0 0 0 125px;
}

/******************************
FORMS
*/

.bizForms fieldset label { 
	display:  block;
	float:  left;
	clear:  left;
	width:  12em;
	padding-right:  1em;
	text-align:  right;
	line-height:  1.8em;
}

.bizForms fieldset input {
	display:  block;
	float:  left;
}

.bizForms br {
	clear:  both;
}

.bizForms fieldset {
	background-color:  #fff;
	border:  1px solid #ccc;
	margin:  2em 0;
	padding:  1em;
}

.bizForms fieldset fieldset{
	background-color:  #fff;
	border:  1px solid #ccc;
	margin:  2em 0;
	padding:  1em;
}

.bizForms legend {
	color: #616161;
	font-size:  1.2em;
	font-weight:  bold;
}

.bizForms fieldset#specialMealPlan label { 
	clear:  none;
}

.bizForms fieldset#specialMealPlan input {
	width:  1em;
}

iframe {
	border-width: 0px;
}


/****************************************8
TABLES
*/

.tableFormat1 table { 
	width: 100%;
	border-collapse: collapse;
}

.tableFormat1 tr {
	border: 1px solid #ccc;
}

.tableFormat1 th {
	padding: 5px 2px;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ad5951;
	color: #fff;
}

.tableFormat1 th a, .tableFormat1 th a:hover, .tableFormat1 th a:visited{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.tableFormat1 td {
	border: 1px solid #ccc;
	padding: 0 .5em;
	padding: 3px 2px;
}

/*************************************
Flight Search
*/
#FS_colA{
	width: 575px;
	float: left;
	margin-right: 50px;
}

#FS_colB{
	width: 325px;
	float: right;
	position: relative;
	top: -70px;
}

#FS_grid.tableFormat1 td {
	cursor: pointer;
}

#FS_grid.tableFormat1 tr:hover {
	background-color: #ddd;
}

#FS_grid.tableFormat1 tr th:hover {
	background-color: #ad5951;
}

.FS_dropDL h3 { 
	display:  block;
	float:  left;
	clear:  left;
	width:  80px;
	padding-right:  5px;
	text-align:  left;
	line-height:  1.8em;
	margin: 0;
}

.FS_dropDL select {
	display:  block;
	float:  left;
	width: 240px;
}

.FS_dropDL  br {
	clear:  both;
}
.FS_calendar a {
	text-decoration: none;
}

.FS_calendar input[type=submit]
{
	width: 96px;
	height: 26px;
	background: url(../app_themes/CanGateDefault/images/home_06.gif) no-repeat top left;
	border: none;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}