
body {
margin: 0;
padding: 0;
background-color: #1b0000;
font-family: Cambria, Georgia, Times, Times New Roman, serif;
text-align: center;
}

p{
margin: 0;
padding: 0;
}

hr {
border: 1px solid #8F8F8F;
}

div#container {
margin: 8px auto;
width: 980px;
text-align: left;
background-color: transparent;
background-image: none;
}

div#header {
height: 108px;
width: 100%;
background-image: url(images/cassis/cassis_header_bg.jpg);
background-repeat: repeat-x;
background-position: 0 0;
}

div#logo{
height: 58px;
width: 240px;
background-image: url(images/cassis/cassis_logo.png);
background-repeat: no-repeat;
background-position: 0 20px;
padding-top: 40px;
margin-left: 25px;
}


/* _____________________________________________________________________________ 	*/
/*  MAIN NAV	*/

div#mainnav{
position: absolute;
z-index: 9999;
}

div#mainnav ul{
list-style-type: none;
margin: 0;
padding: 0;
height: 40px;
width: 980px;
background-color: #1F1000;
}

div#mainnav li{
background-image: url(images/cassis/nav/btn_bg.gif);
}

div#mainnav li a{
width: 139px;
font-family: Futura, Century Gothic, AppleGothic, sans-serif;
font-weight: bold;
text-transform: uppercase;
text-align: center;
text-decoration: none;
letter-spacing: -1px;
}

.nav_off{
display: block;
float: left;
height: 100%;
margin: 0;
padding: 0;
background-repeat: repeat-x;
}

.nav_off a{
display: block;
height: 100%;
padding-top: 13px;
font-size: 11pt;
color: #b5a799;
}

.nav_off span{
float: left;
background-image: url(images/cassis/nav/cassis_main_nav_inter.gif);
width: 1px;
height: 100%;
}

.nav_off a:hover{
color: #1B0000;
padding-top: 19px;
font-weight: bold;
}

div#mainnav li:hover{
height: 50px;
background-position: 0 -56px;
}

.nav_current{
display: block;
float: left;
width: 139px;
height: 50px;
background-position: 0 -56px;
}

.nav_current a{
display: block;
height: 50px;
padding-top: 19px;
color: #1B0000;
font-weight: bold;
}

.activeparent{
display: block;
float: left;
width: 139px;
height: 50px;
background-position: 0 -56px;
}

.activeparent a{
display: block;
height: 50px;
padding-top: 19px;
color: #1B0000;
font-weight: bold;
}


/* _____________________________________________________________________________ 	*/
/*  SUB NAV	*/

div#subnav{
position: relative;
}

div#subnav ul{
list-style-type: none;
margin: 0;
padding: 25px 0 0 0;
height: auto;
width: 100%;
}

div#subnav li{
width: 100%;
}

div#subnav li a:link, div#subnav li a:visited{
width: 100%;
border: none;
font-weight: normal;
color: #6c6c6c;
font-size: 11px;
}

.sub-nav_off{
display: block;
float: left;
margin: 0;
padding: 0;
background-repeat: repeat-x;
}

.sub-nav_off a:link, .sub-nav_off a:hover{
display: block;
}

.sub-nav_off a:hover{
font-weight: bold;
color: #000000;
}

div#subnav li:hover{
}

.sub-nav_current{
display: block;
float: left;
font-weight: bold;
color: #000000;
}

.sub-nav_current a:link, .sub-nav_current a:visited{
display: block;
font-weight: normal;
color: #6c6c6c;
border: none;
}

.sub-activeparent{
display: block;
float: left;
}

.sub-activeparent a:link, .sub-activeparent a:visited{
display: block;
font-weight: normal;
color: #6c6c6c;
border: none;
}


/* _____________________________________________________________________________ 	*/
/*  CONTENTS	*/

div#contents{
background-color: #EFEFC9;
float: left;
width: 975px;
}

div#contents_left{
float: left;
width: 18%;
background-color: #EFEFC9;
}

div#contents_right{
float: right;
width: 78%;
background-color: #EFEFC9;
padding-top: 10px;
}

div#contents p {
padding: 5px 0 5px 0;
text-align: justify;
}

div#contents p, div#contents li {
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-size: 10pt;
}

div#contents li {
list-style-type: square;
}

div#contents ul {
margin: 0 0 10px 0;
}

div#contents h1, div#contents h2, div#contents h3, div#contents h4 {
font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

div#contents a:link, div#contents a:visited {
font-weight: bold;
border-bottom: 1px dotted #A449A5;
color: #A449A5;
font-weight: bold;
text-decoration: none;
}

div#contents a:hover {
border-bottom: 1px dotted #1B0000;
color: #1B0000;
}

div#contents h2{
font-size: 30pt;
margin: 30px 0 20px 10px;
}

div#breadcrumbs {
padding-top: 10px;
font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 9pt;
color: #8F8F8F;
}


/* _____________________________________________________________________________ 	*/
/*
div#book-now{
float: right;
width: 92px;
height: 98px;
margin-top: 20px;
color: #fff;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-size: 8pt;
background-image: url(uploads/images/cassis.png);
background-repeat: no-repeat;
}
*/
div#footer{
float: left;
width: 955px;
height: 20px;
background-color: #070302;
color: #fff;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-size: 8pt;
padding: 10px 10px 10px 10px;
}




/*
stylesheet for Calendar module
*/

#cal-calendar {
width: 100%;
font-family: arial;
}

/* make all links red */
.calendar tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
  background-color: #000;
  color: #fff;
}

#cal-calendar td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #fff;
}

#cal-calendar .calendar-day
{
  background-color: #fff;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #cc00ff;
  color: #000;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}


.CGBlogSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.CGBlogSummaryPostdate {
  font-weight: bold;
 }

.CGBlogSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.CGBlogSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.CGBlogSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.CGBlogSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.CGBlogSummaryMorelink {
  padding-top: 0.5em;
}

.CGBlogPostDetailDate {
  margin-bottom: 5px;
  font-weight: bold;
  }

.CGBlogPostDetailSummary {
   line-height: 150%;
   }

.CGBlogPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

.CGBlogPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

.CGBlogPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
