body{
    /* Center IE */
    text-align:center;
    font-family:Arial, Sans-Serif;
    color:#ddd;
    font-weight:normal;
    background-color:#78a644;
}
#PageWrapperOuter {
    position:relative;
    top:0;
    left:0;
    width:995px;
    /* Correct centering for IE */
    text-align:left;
    /* Center Mozilla/Opera */
    margin: 0px auto 0px auto;
    background-color:#fff;
}
#PageWrapperInner{ 
    /* Set width for IE 6 */
    width:100%;
}
#Main{
    width:100%;
}
a{
    /* remove outline that Firefox puts on */
    outline:none;
    border:none;
}
iframe{
    background-image:url(../images/updating.gif);
    background-position:10px 10px;
    background-repeat:no-repeat;
}
strong,
em{
	font-weight:bold;
}


/* --- HEADER ---*/
#HeaderContainer{
    background-color:#fff;
    width:100%;
}
#Header{
    height:206px;
    background-repeat:no-repeat;
    background-position: 0px 175px;
    width:100%;
    background-image:url(../images/header.gif);
    background-position:0 0;
    background-repeat:no-repeat;
}
#HeaderLogo{
    position:absolute;
    top:0px;
    left:1px;
    z-index:2;
}
#HeaderLogo a{
}
#HeaderLogo img{
    border:none;
}
a#SitemapHeaderLink{
	position:absolute;
	top:55px;
	right:40px;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
}
a#SitemapHeaderLink:hover{
	text-decoration:underline;
}


/* --- TOP NAVIGATION BAR --- */

#Navigation{
    position:absolute;
    top:88px;
    left:220px;
    width:775px;
    z-index:3;
}
#Navigation ul{
    width:100%;
    font-family:arial, sans-serif;
    font-size:1em;
    font-weight:normal;
    background-color:#a9bbd1;
}
#Navigation li{
	display:inline;
    padding: 4px 25px 2px 5px;
	line-height:1.5em;
}
#Navigation a{
     color:#222;
     text-decoration:none;
}
#Navigation .current, #Navigation .section{
     font-weight:bold;
}

/* --- BREADCRUMBS ---*/

#Breadcrumbs{
    position:absolute;
    top:-35px;
    left:12px;
    margin-top:0px;
    font-size:0.8em;
    font-weight:normal;
    color:#555;
    z-index:10000;
}

/* --- CONTENT --- */
#ContentContainer{
    position:relative;
    top:0;
    left:0;
    /* Need width for IE6! */
    width:100%;
}
#ContentContainerInner{
    position:relative;
    top:0;
    left:0;
    /* Need width for IE6! */
    width:100%;
}
#PrintLogo{
    display:none;
}
#Content{
    /*float:left;*/
    width:100%;
    color:#666;
    padding-left:1px;
    color:#333;
}

/* --- SUB-CONTENT --- */

/* Used on the HomePage page-type only */

#SubContent{
   position:relative;
   width:100%;
   color:#666;
   /*padding-left:1px;*/
   color:#333;
   font-size:0.95em;
   padding-top:232px;
   background-image:url(/assets/homepage/home-image-strip.jpg);
   background-position:0 0;
   background-repeat:no-repeat;
}
#SubContent .yellow{
	color:yellow;
}
#SubContent div#SubContentLeft{
   float:left;
   /* Fix the 'doubling of the margin bug' of ie 6! */
   /* by adding the display:inline bit */
   display:inline;
   margin-left:20px;
   margin-top:30px;
   width:320px;
}
#SubContent div#SubContentLeft h2{
   font-size:1.1em;
   font-weight:bold;
   line-height:1.7em;
}
#SubContent div#SubContentLeft p{
   line-height:1.4em;
   font-weight:bold;
}
#SubContent div#SubContentRight{
   float:right;
   /* Fix the 'doubling of the margin bug' of ie 6! */
   /* by adding the display:inline bit */
   display:inline;
   margin-right:16px;
   margin-top:-24px;
   width:605px;
   border:solid 10px #fff;
   background-color:#ed4818;
   color:#fff;
   padding-bottom:25px;
}
#SubContent div#SubContentRight h2{
   font-size:1.1em;
   font-weight:bold;
   margin-bottom:1em;
}
#SubContent div#SubContentRight ul{
   font-size:1.1em;
   line-height:1.7em;
   list-style-image: url(../images/star-small-white.gif);
   margin-left:22px;
   float:left;
   width:250px;
}
/* Ensure the Trip advisor tag is positioned correctly */
#SubContent div#SubContentRight div#TripAdvisor{
   float:left;
}
#SubContent div#SubContentRight a{
   color:#fff;
}
#SubContent div#SubContentRight div#TripAdvisor ul{
   float:none !important;
}
#SubContent div#SubContentRight div#TripAdvisor a{
   color:#333 !important;
}
/* Allow the outer div to retain set width without
padding pushing it wider */
#SubContent div#SubContentRightInner{
   padding:22px;
}


/* NEW */
#ColumnMiddle{
    float:left;
    position:relative;
    left:180px;
    width:760px;
}
#Content{
    float:left;
    width:730px;
    color:#666;
    padding-left:10px;
    color:#333;
    font-size:0.95em;
}

/* Switch positions with the left column and the
middle column as the middle column appears first in the
markup.  This is to help with SEO */
#ColumnLeft{
   float:left;
   position:relative;
   left:-760px;
   width:180px;
}
#ColumnRight{
    display:none;
}


/*--- LEFT SIDEBAR NAVIGATION ---*/

#Sidebar{
    width:170px;
    color:#222;
}
#Sidebar strong{
    font-weight:bold;
}
#Sidebar h3{
    font-size:0.95em;
    font-weight:bold;
    padding-left:30px;
    color:#fff;
    line-height:1.8em;
    margin-bottom:1.5em;
    font-family:arial, sans-serif;
    background-color:#949494;
    width:170px;
    display:none;
}
#Sidebar span em{
    font-family:arial, sans-serif;
    /*font-weight:bold;*/
}
#Sidebar ul{
    margin-left:20px;
    margin-top:0.55em;
}
#Sidebar li{
    /* IE6 likes to have width specified otherwise shows height too high */
    width:100%;
}
#Sidebar li a{
    display:block;
    font-size:0.95em;
    line-height:1.20em;
    margin:0 !important;
    padding-top:0.3em;
    padding-bottom:0.3em;
    text-decoration:none;
    color:#14431f; 
    font-weight:normal;
    font-family:arial, sans-serif;
    border-bottom:solid 1px #ddd;
}
#Sidebar li a.current{
    background-image:url(../images/side-bar-link-indicator.gif);
    background-position:right center;
    background-repeat:no-repeat;
}
#Sidebar img{
    margin-left:20px;
    margin-top:10px;
}
#Sidebar a img{
    display:block;
    margin-left:0px;
    margin-top:10px;
}
#Sidebar p a img{
    border:solid 1px #eee;
    padding:2px;
}
#Sidebar p{
    font-size:0.85em;
    margin-left:20px;
    line-height:1.8em;
    color:#333;
}
#Sidebar p a{
    font-size:0.9em;
    color:#333;
    border-bottom:none !important;
    text-decoration:underline !important;
}
#Sidebar p span.spamspan{
    border-bottom:none !important;
    text-decoration:underline !important;
}

#Sidebar ul#ExtraSidebarLinks{
	border-top:solid 2px #14431f;
}

/* --- FOOTER ---*/

#Footer{
   width:100%;
   font-size:0.8em;
   /* Firefox seems to need a border or the margins on the p tag don`t work!! */
   /* border-bottom:solid 1px #fff;*/
   padding-top:5px;
   background-color:#78a644;
}

#Footer ul{
    display:inline;
    float:left;
    width:900px;
    margin-left:8px;
}
#Footer li{
    float:left;
    padding: 0px 12px 0px 12px;
}
#Footer a{
     float:left;
     display:block;
     color:#fff;
     text-decoration:none;
     display:block;
}

.clearerContent{
    clear:both;
    height:1px;
    line-height:1px;
    font-size:1px;
    width:100%;
}
.clearLeftOnly{
	clear:left;
}
.clearRightOnly{
	clear:right;
}
.clearBothOnly{
	clear:both;
}

#ContentContainerInner{
}



