/* Start of CMSMS style sheet 'DDA-style' */
* {
 margin: 0;
 padding: 0;
}

body { 
 font: 8pt Verdana, Arial, Helvetica, sans-serif; 
 line-height: 14px;
 color: #1c3264;
 background-color: #FFF;
 margin: 0;
 padding: 0;
}

p { 
 font: 8pt Verdana, Arial, Helvetica, sans-serif; 
 line-height: 14px;
}

h1 { 
 line-height: 1.8em;
}

h2 { 
 line-height: 1.7em;
}

#container {
 position: relative;
 height: auto;
 width: 1024px;
 padding: 0;
 margin: 0 auto;
}

#bg {
 position: absolute; 
 left: 0px; 
 top: 125px; 
 width: 100%; 
 z-index: -5;
 border: none;
}

#title {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 180px;
 z-index: 3;
 background-image: url(images/title-bg.png);
 background-repeat: repeat-x;
 border: none;
}

#nav-menu ul {
 list-style: none;
 padding: 0;
 margin-left: 0;
}

#nav-menu li a {
 background-color: #09a8c4;
 height: 2em;
 line-height: 2em;
 display: block;
 border: 0;
 color: #FFF;
 width: 200px;
 text-decoration: none;
 text-align: center;
 font-weight: bolder;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 margin-bottom: 4px;
}

#nav-menu {
 position: absolute;
 top: 185px;
 left: 60px;
 width: 200px;
 z-index: 50;
} 

#cms {
 position: relative;
 left: 293px;
 top: 0px;
 width: 500px; 
 height: 100%;
 min-height: 700px;
 z-index: 2;
 background: url(images/content-bg.gif) center top repeat-y;
}

#cms-map {
 position: relative;
 left: 0px;
 top: 0px;
 width: 1024px; 
 height: 100%;
 min-height: 700px;
 z-index: 2;
 background: url(images/content-bg-map.gif) center top repeat-y;
}


#cms2 {
 padding-right: 15px;
 padding-left: 15px;
}

#padding {
 width: 5px; 
 height: 180px;
 padding: 0px;
 border: none;
}

#footer {
 position: relative;
 width: 100%;
 height: 50px;
 font: 7pt Verdana, Arial, Helvetica, sans-serif;
 color: #FFF;
 background-color: #1c3264; 
 text-align: center;
 line-height: 1.5em;
 padding: 1em;
}

#footer a {
 font-weight: bold;
 text-decoration: none;
 color: #09a8c4;
}

#sidepic1 {
 position: absolute; 
 top: 175px; 
 left: 825px;
 z-index: 5;
}

ul {
 margin-left: 25px;
 list-style-position: inside;
}

.style1 {
 color: #09a8c4;
 font-weight: bold;
 margin: 5px;
}

.bulletin{
  color: #FFFFFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  padding: 5px;
  background-color: #1B3263;
  border: 1px solid;
}

.bulletin a {
color: #bbb;
}
	
.DDA{
 color: #09A8C4;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
 letter-spacing: .2em;
}
.head {
 font-size: 12pt;
 font-weight: bold;
}




.calendar tr td a
{
  color: #fff;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}


/** 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;
}

#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: 2px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #09a8c4;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #3a59a0;
}

/* End of 'DDA-style' */

