/*
=====================
Cascading Style Sheet
=====================
*/
html {
  height: 100%;
  margin-bottom: 1px;
  line-height: 125%;
}

body,td {
  line-height: 125%;
  font-family: Arial, Helvetica, Verdana, sans-serif;  
}

body {
  background: #004188 url(http://static.aaamarlinmotel.com/images/bg.png) repeat-x scroll 0 0;
  margin: 0;
  padding: 0;
  font-size: 0.8em;  
  font-family: Arial, Helvetica, Verdana, sans-serif;  
  color: #FEF8E9;
}


ul li{
font-size: 1em;
}

p {
  /* setup some more readable paragraph spacing */
margin-top: 10px;
margin-bottom: 15px;
font-size: 1em;
color: #474747;
}

h1, h2, h3, h4, h4 {
/* setup some more readable header spacing */
padding-bottom: 5px;
margin: 15px 0;
font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
font-weight:bold;
line-height:1.1em;
}

h1 {
font-size: 2em;
color: #8d3a3a;
font-weight:normal;
}

h2 {
font-size: 1.6em;
color: #8d3a3a;
}

h3 {
font-size: 1.3em;
color: #8d3a3a;
}

h4 {
font-size: 1.2em;
color: #004188;
}

#accommodation{
text-align: center;
font-size: 0.9em;
padding: 10px 0 0 0;
height:15px;
}

div.wrapper {
  text-align: left;
  margin: 2px auto 2px auto;
  padding: 0px;
  border:0;
  width:960px;
}

#header {
margin: 0;
width: 960px;
height: 300px;
}

#horiz-menu{
position:absolute;
top:290px;
width:960px;
float:left;
clear: both;
}

a.navigatorLink, span.navigatorLinkCurrent {
color: #fef8e9;
display:block;
float:left;
font-family:Arial,Verdana,sans-serif;
font-size:1.2em;
line-height:40px;
padding:0 10px 0 15px;
text-decoration:none;
}

span.navigatorLinkCurrent,
a.navigatorLink:hover {
text-decoration: underline;
}

#mainbody {
background: #fff0c1 url(http://static.aaamarlinmotel.com/images/bodybg.jpg) repeat-x scroll 0 0;
color: #474747;
padding: 15px 0 0 0;
}

div.booking {
background-color:#f6d97d;
border:1px solid #af7a47;
padding:0 0 15px;
}

form.booking {
padding: 5px 0px 0 4px;
}

div.leftsidebarheading{
background:#AF7A47 url(http://static.aaamarlinmotel.com/images/booking-header.png) repeat-x scroll 0 0;
color:#FFFFFF;
font-family:Arial Narrow,Arial,Helvetica,sans-serif;
font-size:1.4em;
font-weight:bold;
height:31px;
line-height:27px;
margin:0 0 15px;
text-align:center;
}

div.left_side{
float: left;
width: 190px;
padding: 13px;

}

div.left_side a{
color: #474747;
}

div.icons{
text-align: center;
margin: 20px 0 20px 0;
}

div.icons img{
margin: 30px 0 0 0;
}

div.icons p{
text-align: center;
font-size: 0.8em;
margin-bottom: 0;
}

div.middle{
float:left;
height:auto;
padding:0 0 0 15px;
width:480px;
}

div.rightsidebarheading {
padding-bottom: 5px;
margin: 15px 0;
font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
line-height:1.1em;
font-size: 2em;
color: #8d3a3a;
font-weight:normal;
}

div.right_side{
float: right;
width: 215px;
height: auto;
padding: 0 15px 0 15px;
border-left: 1px solid #deae81;
}

div.right_side a{
color: #8d3a3a;
}

#footer {
clear: both;
background: transparent url(http://static.aaamarlinmotel.com/images/dp-footer.jpg) no-repeat scroll 0 100%;
margin: 20px 0 0 0;
width: 960px;
height: 64px;
color:#8073B6;
font-size:0.95em;
text-align:center;
}


#footer a{
color: #8073b6;
text-decoration: none;
padding:0 10px 0 8px;
}


#dp{
text-align: center;
margin: 5px auto;
padding: 5px 0 15px 0;
border:0;
width:960px;
color: #fff;
font-size: 0.85em;
}

#dp a:link, #dp a:visited {
color: #fff0c1;
text-decoration: none;
}

.clear{
clear: both;
}

.imageborder {
border: 2px solid #b9cfe5;
margin-left: 10px;
}
  
.imageright {
float: right;
align: right;
margin: 1px 0px 5px 15px;
border: 2px solid #b9cfe5;
}
  
.imageleft {
float: left;
align: left;
margin: 1px 15px 5px 0px;
border: 2px solid #b9cfe5;
}

.imagecentre {
display: block;
margin-left: auto;
margin-right: auto;
border: 2px solid #b9cfe5;
}

p.testimonial {
font-style: italic;
padding-left:45px;
}

p.name{
text-align: right;
}