/* CSS Document */



html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote{	margin: 0px;	padding: 0px;	border: 0px;}

html, body{	font-family: Arial, Helvetica, sans-serif;	background-color: #6c8cb2;}

body{	font-size: 12px;}

.clear{	clear: both;	font-size: 0;	height: 0;}

.center{	text-align: center;	margin: 0 auto;}

a{	color: #161616;}



/*************************************************** Typography ***************************************************/



h1, h2, h3, h4, h5{	color: #304763;	padding-top: 10px;	padding-bottom: 8px;	font-weight: normal;	width: 450px;}

h1{	padding-top: 10px;	font-size: 20px;}

h2{	font-size: 18px;}

h3{	font-size: 16px;	padding-bottom: 4px;}

h4{	font-size: 15px;}

h5{	font-size: 14px;	padding-bottom: 4px; border-bottom: solid 1px #304763;}

h6{	font-size: 12px;	padding-bottom: 4px;}

p{ color: #161616;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	margin-top: 6px;	padding-bottom: 14px;	line-height: 1.5;	width: 450px;}



/*************************************************** Layout Divs ***************************************************/



#main-wrapper{	width: 717px;	margin: 0 auto;}

#main-logo{	width: 717px;	height: 60px;}

#main-logo span {float:left;font-size:28px;color:#fff;padding:15px 0 0 15px;}

#banner{	width: 717px;	height: 171px;	margin: 0;}



#navigation{	width: 717px;	height: 28px;	border-bottom: 3px solid #fff;	background: #4e6e92 url(images/nav-arrow.gif) left no-repeat;}

#main-content{	width: 697px;	padding-left: 20px;	background: url(images/content-bg.gif) repeat-y; }

#main-content-bot{	width: 717px;	height: 15px;	font-size: 0;	background: url(images/content-bg-bot.gif) no-repeat;	margin-bottom: 0px;}



#footer{	width: 715px;	margin: 0 auto;	text-align:left; color: #8ea9c8;}



#content-xtra-bg{	background: url(images/content-bg-bookings.jpg) bottom right no-repeat; }

#content-xtra-bg p{	width: 675px; padding-bottom: 250px;}

#main-content-bot{	width: 717px;	height: 15px;	font-size: 0;	margin-bottom: 20px;}

#main-xtra-bot{	width: 717px;	height: 15px;	font-size: 0;	background: url(images/content-bot-bookings.jpg) no-repeat;	margin-bottom: 20px;}


#latest-news{	float: right;	width: 189px;	padding-right: 20px;	border-left: 2px solid #fff;	margin-top: 16px;	padding-left: 16px;}

/*************************************************** Latest News Styles ***************************************************/

#latest-news h3{	text-decoration: none;	padding: 0 0 24px 0;	width: 190px;}
#latest-news h6{	font-weight: bold;	color: #435e7e;	padding-bottom: 0;}
#latest-news p{	font-size: 12px;	width: 190px;	padding-bottom: 8px;}
#latest-news a {	font-size: 12px;	font-weight: normal;	text-decoration: none; 	}
#latest-news li a {	font-size: 13px;	font-weight: normal;	color: #304763; text-decoration: none; background: url(../images/latest-news-arrow.gif) left no-repeat;	padding-left: 0px;	padding-right: 4px;	}
#latest-news li a:hover {font-size: 13px; 	font-weight: normal;	color: #304763; text-decoration: underline; background: url(../images/latest-news-arrow.gif) left no-repeat;	padding-left: 0px;	padding-right: 4px;	}

#latest-news .news-item{	border-bottom: 1px solid #8ea9c8;	width: 190px;	padding-bottom: 16px;	margin-bottom: 14px;}
#latest-news .news-item-last{	width: 190px;	padding-bottom: 16px;}



/*************************************************** Main Content Styles ***************************************************/


#main-content p img.right, #main-content p img.left {	clear: none;	padding: 4px;	border: 1px solid #CCC;	background-color: #EEE;	}
#main-content p img.right {	float: right;	margin: 0 0 10px 15px;	}
#main-content p img.left {	float: left;	margin: 0 15px 10px 0;	}

#main-content ul{	padding-left: 20px;}
#main-content ul li{	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	color: #161616;	padding-top: 6px;	padding-bottom: 6px;	padding-left: 20px;	background: url(images/list-arrow.gif) left no-repeat;	list-style: none;}

/*************************************************** Navigation Styles ***************************************************/
#navigation ul{	float: left;	height: 25px;	line-height: 25px;	padding: 0;	margin-left: 32px;	margin-top: 1px;	display: inline;}
#navigation ul li{	display: inline;	float: left;	font-weight: bold;}
#navigation ul li a:link,
#navigation ul li a:visited{	display: inline;	float: left;	text-decoration: none;	color: #fff;	font-size: 13px;	text-align: center;	padding-left: 14px;	padding-right: 16px;	background: url(images/nav-divide.gif) center right no-repeat;}
#navigation ul li.last-item, #navigation ul li.last-item a{	background: none;}
#navigation ul li a:active, #navigation ul li a:hover{	color: #ACBCD0;}
#home #navigation ul li a#home-link, #news #navigation ul li a#news-link, #company #navigation ul li a#company-link, #products #navigation ul li a#products-link, #contact #navigation ul li a#contact-link
{		color: #ACBCD0;}

