/* import added style sheets*/

@import url (../color.css);
@import url (../type.css);


/* Normalizes margin, padding */

body, div, dl, dt, dd, ol, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote th, td
{ margin : 0; padding: 0; }

/* Normaliszes font-size for headers */

h1, h2, h3, h4, h5, h,6
{font-size : 100% ; }

/* Removess list-style from lists */

ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-styles from lists */

table
{ border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */

fieldset, img
{ border : 0; }

/* Left align text in caption and th */

caption, th
{ text-align : left; }

/* Removes qoutation marks from q */

q:before, q:after
{ content :''; }

/* navigation with sliding doors */
#mainNav {
	height:50px;
	margin:0px;
	list-style:none;
	width: 100%;
	padding-left: 20px;
 }
	
#mainNav ul{
	padding: 0px;
	width: 100%;
}

#mainNav li{
	float:left;
	margin: 1px;
	background: url(../images/rightTab.png) no-repeat right top;

}

#mainNav a{
	display: block;
	padding:5px 5px 5px 5px;
	background-image: url(../images/leftTab.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-size: .9em;
}

#mainNav a:hover {
color:#003366; }
	
/*end navigation*/

html {
text-align: center; }

body {
background-color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	position : inherit;
	width : 770px;
	margin : 0 auto;
	text-align : left;
	vertical-align: bottom;
 }

div#branding {
	position: static;
	background-image:url(../images/merlinBranding1a.jpg);
	background-repeat:no-repeat;
	height: 30px;
	margin-top: 20px;
	padding-left:30px;
	padding-top: 210px;
	margin-left: 10px;
}
	

	
div#content {
	position : relative;
	float:left;
	width:45%;
	padding-top:20px;
	padding-right:15px;
	padding-left:25px;
	border-right: 1px solid #999;
	
	}
	
	div#contentService {
	position : relative;
	float:left;
	width:35%;
	padding-top:20px;
	padding-right:15px;
	padding-left:25px;
	border-right: 1px solid #999;
	
	}
	
	div#contentIndex {
	position : relative;
	float:left;
	width:70%;
	padding-top:20px;
	padding-right:15px;
	padding-left:25px;
	
	}
	
	

div#content2 {
	position : relative;
	float:right;
	width:45%;
	padding-top:20px;
	padding-right:15px;
	padding-left: 25px;	
	}
	
	div#content2Luggage {
	position : relative;
	float:right;
	width:40%;
	padding-top:150px;
	padding-right:15px;
	padding-left: 25px;	
	}
	
	div#content2Terms {
	position : relative;
	float:right;
	width:45%;
	padding-top:55px;
	padding-right:15px;
	padding-left: 15px;	
	}
	
.image {
	border: 1px solid;
	width: 45%;
	float: right;
	padding-top: 20px;
	
	 
	}
	
.datatable {
	background-color:#999999;
	border-collapse: collapse;
	width: 70%;
	text-align: left;
	padding: 20px 20px 30px 30px;
	}
	
.datatable td {
	border: 1px solid #000000;
	text-align:center;
	font-size:1em;
	font-color:#FFFFFF;
	}
	
.datatable th: {
	border: 1px solid #000000;
	background-color:#FFFFFF;
	font-size:2em;
	font-color:#FFFFFF;
	text-align:left;
}

.datatable p: {
	font-size:1em;
	padding-left:30px;
	font-color:#FFFFFF;
	
}

.datatable h3: {
font-colour:#FFFFFF;
font-size:2em;
padding-left:-30px;
}

.datatable caption {
	font: bold 110% Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	padding:0.4em 0 0.8em 0;
}


p {
font-size: .9em;
color:#CCCCCC;
line-height: 175%;
margin-bottom: 5px;

}

div#footer {
	float: left;
	width: 100%;
	padding-top:10px;
	padding-left: 25px;	
	}

a {
text-decoration: none;
}

a:link {color:#ccc; }
a:visited {color:#ccc; }
a:hover {color:#FFFFFF; }


h1 {
	position: absolute;
	top: -40px;
	left: -100px;
	width: 100px;
	height: 200px;
	text-indent: -9999px;
	font-size: 2.4em;
	color:#14556B; }
	

h2 {
	font-size: 0.8em;
	color:#FFFFFF;
	margin-bottom: 5px;
	letter-spacing: 3px;
}
	
h3 {

font-size:1.25em;
color:#CCCCCC;
	}
	
h4 {
	font-size:.8em;
	color: #CCCCCC;
	}	
			
	
#branding h2 {
	font-size: 1em;
	color:#CCCCCC;
}
	
	

	
	
