/* CSS Document */

/* Size and center the page inside the body tag */
html, body {width:100%; background:#07354d; text-align:center;}
div#page {margin:0 auto; width:850px; border:1px solid #ccc; text-align:left; background:url(img/main-tile.jpg) repeat-y #fff; position:relative;}

/* Font preferences */
* {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; line-height:18px;}
p, td, div,  {font-size:12px; line-height:16px;}

/* Header and bold tags */
h1 {line-height:21px; padding:4px 0; color:#000; font-weight:900; font-size:19px; text-transform:uppercase;}
h2 {line-height:19px; padding:4px 0; color:#000; font-weight:900; font-size:17px;}
h3 {line-height:17px; padding:4px 0; color:#000; font-weight:900; font-size:15px;}
h4 {line-height:17px; padding:4px 0; color:#000; font-weight:900; font-size:15px;}
strong {color:#000; font-weight:900;}

/* Defualt unordered lists */

ul li {background:url(img/bullet.gif) no-repeat 0 6px; padding-left:15px; list-style:none; padding-bottom:10px;}
ul {margin-left:0px; padding-left:20px;}

/* Default definition lists */

dt {color:#CC0000;font-weight:900;margin:10px 0pt; border-bottom: #CCCCCC 1px solid;}
dd {text-indent:0pt; padding-bottom:30px;}

/* Default link and hover preferences */

a {color:#069; text-decoration:none;}
a:hover {color:#039; text-decoration:underline;}

/* Main block elements */

#header {background:url(img/header-bg.jpg) no-repeat; height:167px; position:relative;}
#left {width:243px; vertical-align:top; background:url(img/inner-bg.jpg);}
#right {width:607px; vertical-align:top; background:#FFFFC1;}
#footer {height:11px; line-height:11px; font-size:10px; padding:8px; text-align:right; color:#FFF400; background:url(img/footer-bg.jpg) no-repeat;}
#footer a {color:#FFF400; text-decoration:none; font-size:10px; line-height:10px;}
#footer a:hover {color:#FFFFFF; text-decoration:underline;}
#home #mainTable {display:block; width:100%; background:url(img/body-bg.jpg) repeat-y;}
#seo {width:852px; margin:10px auto; text-align:center; font-size:10px; color:#CCCCCC;}

/* NAV */

#header ul.nav {position:absolute; width: 481px; left:369px; top:130px; height:20px; overflow:hidden; display:block; padding:0; margin:0;}
#header ul.nav li {display:inline; padding:0; margin:0;}
#header ul.nav a {display:block; text-decoration:none; height:20px; padding:0; float:left; margin:0;}
div#header ul.nav a:hover {color:#FF9;}

#left ul.nav {display:block; margin:0; padding:0;}
#left ul.nav li {display:block; margin:0; padding:0;}
#left ul.nav a {display:block; color:#FFF; text-decoration:none; font-size:12px; height:12px; line-height:14px; padding:4px 10px; font-weight:900; color:#000;}
#left ul.nav a:hover {color:#666;}

#header ul.nav li a.home {width:69px;}
#header ul.nav li a.menu {width:71px;}
#header ul.nav li a.about_us {width:101px;}
#header ul.nav li a.contact_us {width:113px;}
#header ul.nav li a.tour {width:65px;}
#header ul.nav li a.faq {width:60px;}
