﻿@charset "UTF-8";
/* CSS Document */


div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

html, body{
	margin:0;
	padding:0;
	height:100%;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*delete*/

a:link{
	color:#666666;
	
}

a:visited{
	color: #000080;
}
a:active{
	color: #000080;
}
a:hover{
	color: #000080;
}

#wrapper{
	width:1000px;
	height:100%;
	min-height:100%;
	margin:auto;
	position:relative;
	
}
	
#header{
	height:140px;
	padding:10px;
}

#menu{
	height:35px;
}

#content{
	padding-bottom:20px;  
	
}

/* Height of the footer */
 
#footer{
	clear: both;
	position:relative;
	bottom:0;
	height:35px;
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	
	
}
#footer a:link{
	color:#999999;
	text-decoration:none;
}


#footer a:visited{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	color: #000080;
	text-decoration: none;
}

#pad{
	padding:5px;
}

#split{
	float:left;
	width:50%;
	height:140px;
}

#columnleft{
	width:520px;
	float:left;
}
#columnright{
	width:480px;
	float:left;
}


/*menu*/

ul{
	margin:0;
	list-style:none;
	padding:0;
}
li a{
	display:block;
	height:100%;
	width:100%;
}

#default li.leftend{
	background:url("../images/nav/out_01.jpg") top center;
	width:84px;
	height:35px;
	list-style:none;
	float:left;
}

#default li.rightend{
	background:url("../images/nav/out_08.jpg") top center;
	width:82px;
	height:35px;
	list-style:none;
	float:left;
}

#default li.b1{
	background:url("../images/nav/out_02.jpg") top center;
	width:139px;
	height:35px;
	list-style:none;
	float:left;

}	
#default li.b1:hover{
	height:35px;
	width:139px;
	background:url(../images/nav/over_02.jpg) top center;
	float:left;

}

#default li.b2{
	background:url("../images/nav/out_03.jpg") top center;
	width:139px;
	height:35px;
	list-style:none;
	float:left;
}	
#default li.b2:hover{
	height:35px;
	width:139px;
	background:url(../images/nav/over_03.jpg) top center;
	float:left;

}

#default li.b3{
	background:url("../images/nav/out_04.jpg") top center;
	width:139px;
	height:35px;
	list-style:none;
	float:left;
}	
#default li.b3:hover{
	height:35px;
	width:139px;
	background:url(../images/nav/over_04.jpg) top center;
	float:left;

}

#default li.b4{
	background:url("../images/nav/out_05.jpg") top center;
	width:139px;
	height:35px;
	list-style:none;
	float:left;
}	
#default li.b4:hover{
	height:35px;
	width:139px;
	background:url(../images/nav/over_05.jpg) top center;
	float:left;

}

#default li.b5{
	background:url("../images/nav/out_06.jpg") top center;
	width:139px;
	height:35px;
	list-style:none;
	float:left;
}	
#default li.b5:hover{
	height:35px;
	width:139px;
	background:url(../images/nav/over_06.jpg) top center;
	float:left;

}

#default li.b6{
	background:url("../images/nav/out_07.jpg") top center;
	width:139px;
	height:35px;
	list-style:none;
	float:left;
}

#default li.b6:hover{
	height:35px;
	width:139px;
	background:url(../images/nav/over_07.jpg) top center;
	float:left;

}

/* check in */

#checkin{
	height:30px;
	width:110px;
	background:url(../images/nav/checkin_out.jpg) top center;
	position:absolute;
	left: 887px;
	top: 0px;
}
#checkin:hover{
	height:30px;
	width:110px;
	background:url(../images/nav/checkin_over.jpg) top center;
	position:absolute;
	left: 887px;
	top: 0px;
}
#checkin a{
	display:block;
	height:100%;
	width:100%;
}

/*text*/

.white{
    color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	vertical-align:middle;
}
.red{
	color:#990000;
}

.title{
	color: #00FF00;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}

.subtitle{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	
}