.socc, .socc-home { margin: 0; font-family: Georgia, serif; }

/* ** MARGINS AND PADDING FOR HEADINGS ** */
.title, .title h1, .pageheader h2, .content h3, .content-home h3 { margin: 0; }
.title {  padding: 0 0 18px 20px; }
.pageheader { padding: 0 0 7px 20px; }
.content, .content-home { padding: 10px; }
.content {
	margin-left: 15px;
	margin-right: 15px; /* change from screen */
}



/* ** TABLES ** */
TR.gapbefore TD {
	padding-top: 1.5em;  /* doesn't work; nor does margin-top */
/*	font-weight: bold; */
}
TD { padding-right: 1.5em; }


/* PAGE HEADING - TELEPHONE NUMBER */
DIV.title P {
/*	border-top: 1px solid; */
	margin: 2px 0 2px 0;
	font-weight: bold;
}
SPAN.tel {
	margin-left: 3em;
}


/* ** ROOM DETAILS ** */
TABLE.room-details TD {
	vertical-align: top;
}

IMG.thumbnail { border: 0; }
SPAN.thumbnail {
	display: none; /* change from screen */
}


/* ** ACTIVITIES ** */
IMG.activity {
  padding: 2em;
  float: right;
}
IMG.activity-foot {
  padding: 1em;
  float: left;
}



/* TERMS & CONDITIONS - LIST */
OL LI {
	margin-bottom: 1em;
}


/* ************************************ */
/*                  
/* NAVIGATION PANELS
/*
/* ************************************ */


/* ** NAVIGATION PANELS - BACKGROUND IMAGES ** */
.title {
	border-bottom: 1px solid; /* change from screen */
}
.pageheader {
	border-bottom: 1px solid; /* change from screen */
}
.footer {
  margin-top: 15px;
  border-top: 3px solid;
  clear: both; /* prevents floating image decorating content from overlapping the footer */
}

.footer p {
   padding: 10px;   
}
.footer-right {
    float: right;
margin: 0;
padding: 0;    
}
.nav-l {
  background-image: url("../images/socc-nav-left.gif");
  background-position: top left;
  background-repeat: repeat-y;
  margin-bottom: 0;
  padding-bottom: 0;
/*  margin-top: -18px; */
}
.nav-tl {
  background-image: url("../images/socc-nav-top-left.gif");
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-bottom: 0;
}
.nav-bl {
  background-image: url("../images/socc-nav-bottom-left.gif");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.localnav-l {
  background-image: url("../images/socc-localnav-left.gif");
  background-position: top left;
  background-repeat: repeat-y;
  margin-top: -7px;
}
.localnav-tl {
  background-image: url("../images/socc-localnav-top-left.gif");
  background-position: top left;
  background-repeat: no-repeat;
}
.localnav-bl {
  background-image: url("../images/socc-localnav-bottom-left.gif");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.localnav-b {
  background-image: url("../images/socc-pageheader-bottom.gif");
  background-position: bottom left;
  background-repeat: repeat-x;
}

/* ** NAVIGATION PANELS - MARGINS AND PADDING ** */
.nav-outer {
	display: none;
}
.localnav-l { 
	display: none;
}

/* ** LEFT MARGIN DECORATION ** */
.left-decoration {
  float: left;
  margin-right: 10px;
}


/* ************************************ */
/*                  
/* HOME PAGE SECTIONS 
/*
/* ************************************ */


#home-sections {
	border-spacing: 1.5em 0;
}
#home-sections TD {
  width: 50%; 
  padding: 0 15px 15px 15px;
  border: 0;
  vertical-align: top; 
}
#home-sections TH {
  padding: 0;
  margin: 0;
  vertical-align: bottom; 
}
#home-sections TD.home-section {
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 10px 10px 0 0;
  padding: 1em;
/*  z-index: 2; */
}

#home-sections H2 {
  margin: 2em 2em 0 2em;
  padding: 0 1em 0 1em;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 10px 10px 0 0;
  text-align: center;
  font-family: Verdana,sans-serif;
  font-size: 1.2em;
   text-transform: uppercase;
/*  z-index: 1; */
}




