/*
=====================
Cascading Style Sheet
=====================
*/

html {
  height: 100%;
  margin-bottom: 1px;
  line-height: 125%;
}

body,td {
  line-height: 125%;
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;  
  text-align: left;
  color: #5d5d5d;
}

body {
background-color: #7597c0;
margin: 0;
padding: 0;
font-size: 0.9em;  
}


ul li{
font-size: 1em;
}

p {
  /* setup some more readable paragraph spacing */
margin-top: 10px;
margin-bottom: 15px;
text-align: left;
}

a:link, a:hover, a:visited { color: #19477d; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h4 {
/* setup some more readable header spacing */
padding-bottom: 5px;
margin: 15px 0 5px 0;
font-family: Arial, Helvetica, Verdana, sans-serif;  
font-weight: bold;
line-height: 1em;
}

h1 { 
color: #2a507d;
font-size: 1.75em;
font-weight: normal;
padding-bottom: 10px;
}

h2 {
color:#96324e;
font-size:1.5em;
font-weight:normal;
}

h3 {
color:#000000;
font-size:1.2em;
margin: 25px 0 5px 0;
}

h4 {
font-size: 1.1em%;
color: #2a507d;
}

div.wrapper{
margin: 0px auto;
padding: 0px;
border: 0px;
width: 1010px;
}

div.page-l { background:#ffffff url(http://static.livingston.co.nz/images/page-bg-l.png) repeat-y scroll 0 0; }
div.page-r { background:transparent url(http://static.livingston.co.nz/images/page-bg-r.png) repeat-y scroll 100% 0; }
div.page-b{ background:transparent url(http://static.livingston.co.nz/images/page-bg-b.png) no-repeat scroll 0 100%; }
div.page-t{ background:transparent url(http://static.livingston.co.nz/images/page-bg-t.png) no-repeat scroll 0 0; padding: 0px 15px 20px 15px;}

#header {
padding: 0;
}

div.logo{
height:54px;
width:808px;
padding: 23px 140px 25px 32px;
}

div.krd{
color:#D6E0EC;
font-size:0.75em;
height:30px;
letter-spacing:0.1em;
line-height:28px;
text-align:center;
}

#banner { padding: 1px 0; height: 350px; }

div#menu{
background-color: #96324e;
text-align: left;
height: 39px;
padding: 0 25px;
}

a.navigatorLink, span.navigatorLinkCurrent {
color: #ffffff;
display: block;
float: left;
font-size: 1.1em;
line-height: 39px;
padding: 0 20px;
margin-right: 2px;
text-decoration: none;
}

span.navigatorLinkCurrent, a.navigatorLink:hover { 
background:#651129 url(http://static.livingston.co.nz/images/menu-active.png) repeat-x scroll 0 100%;
}

div#buttons a {
display: block; 
float:left; 
}

div#buttons a img {
border: none;
opacity: 0.85; 
filter: alpha(opacity=85)
}

div#buttons a:hover img { 
opacity: 1.0; 
filter: alpha(opacity=100)
}

#mainbody{
padding: 15px 0 15px 15px;
}

div.left_side{
float: left;
padding: 0 30px 0 0;
width: 220px;
}

div.left_side h3{font-size: 1em; margin: 5px 0 0 0;}

div.booking{ background-color: #ececec; margin-bottom:25px; }

div.booking-head{
background:url(http://static.livingston.co.nz/images/booking-head-bg.png) repeat-x scroll 0 100% #651129;
color:#FFFFFF;
font-family:"Arial",Helvetica,sans-serif;
font-size:1.25em;
height:35px;
line-height:35px;
text-align:center;
text-transform:uppercase;
}

div.booking-content{
padding: 18px;
}

div.leftsidebar-head {
background-color:#E3E3E3;
border-bottom:3px solid #FFFFFF;
color:#96324E;
font-size:1.4em;
height:38px;
line-height:38px;
text-align:left;
padding:0 15px;
}

div.leftsidebar-content{
background-color: #f4f4f4;
padding: 15px 15px 20px 15px;
}

div.middle{
float: left;
height: auto;
width: 715px;
margin-top: 10px;
}

#bottom-nav{ color:#19477D; padding-top:70px; }

#bottom-nav a{
color: #5488a3;
text-decoration: none;
padding: 0 5px;
}

#copyright {
color: #D6E0EC;
text-decoration: none;
text-align: center;
width: 980px;
margin: 0 auto 10px;
font-size: 0.85em;
}

#copyright p, #copyright a {
color: #D6E0EC;
text-decoration: none;
}

.clear{
clear: both;
}


.imageright {
float: right;
margin: 3px 0px 5px 15px;
}

.imageleft {
float: left;
margin: 3px 15px 5px 0px;
}
