/* Start of CMSMS style sheet 'fdpage' */
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 80%;
   line-height: 1.2em;
   color: #414141;
}

p {
   text-align: justify;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 1.3em;
   color: #414141;
   padding: 0 10px 0 10px;
}


h1 {
   text-align: center;
   font-family: Helvetica, Verdana, Geneva,  sans-serif;
   font-size: 2.6em;
   line-height: 1.2em;
   color: #414141;
}

h2 {
   text-align: center;
   font-family: monotype corsiva, times new roman, verdana;
   font-size: 24px;
   color: #414141;
   padding: 20px 0 10px 5px;
}   

h3 {
   text-align: left;
   font-family: Verdana, Geneva,  sans-serif;
   font-size: 1.4em;
   color: #414141;
   padding:5px 0 10px 25px;
}

#container {
  width: 900px;
  margin: 5px auto;   
  height: 100%;
}

/*
default link styles
*/
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color:  #4030C0; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color:  #4030C0;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #CB0401;
}


/*
Header styles - top nav in topmenu stylesheet
*/

#header {
color: black;
margin: 0px;
width: 900px;
  padding: 0px;  
}

#logo{
   width: 330px;  
  margin:0px;
  height: 80px;
  float:left;
}

div#search {
   margin:5px 0 5px 0;
  padding: 0;
   color: #414141;
   float: right;  
   text-align: right;  
   width: 60%;  
}

div#search input {
   margin:  0;
   color: #414141;
}

div#searchp {
   margin:5px auto;
   color: #414141;
   text-align: center;  
   width: 50%;  
}

div#searchp input {
   margin:  0;
   color: #414141;
}
.contact { 
 margin: 10px 0;
}

.contact fieldset legend{ 
   font-family: monotype corsiva, Verdana, Geneva,  sans-serif;
   font-size: 24px;
   color: #414141;
   font-weight: bold;
  line-height: 24px;
  margin: 0 0 10px 0;
}

.required, .notreq { 
margin: 10px;
}

.required label, .notreq label { 
}

.required input,  .notreq input { 
position: absolute;
left: 450px;
}

.bot{
margin-left:40px;
}

.bot ul {
   list-style: none;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #414141;
}

.bot li {
   background: url("images/jigsaw3.jpg") no-repeat 0 5px;
   padding-left: 25px;
   line-height: 20px;
}

#content {
   margin: 0px;
   padding: 0;
  position: relative;
  width:900px;
  float: left;
}

#left{
   width: 250px;
  display: inline;
  float: left;
  z-index: 50;
}

#leftbox {
   margin: 0px 20px 20px 0px;
   border: solid 1px #c0c0c0;
      width: 250px;
}

#leftboxtitle { 
   margin:1px 1px 10px 1px;
   width: 248px;
  padding: 10px 0;
   background: #CB0401;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: monotype corsiva, times new roman;
}

#right{
  margin-left: 260px;
}

.speech { 
  color: red;
}

#rimg { 
   margin:5px 0 5px 5px;
   padding: 1px;
   border: solid 1px #c0c0c0;  
float: right;
}

#footerfw {
   text-align:center;
   padding: 5px 0 0 0;
  margin-top: 5px;
  clear: both;
}

#footerfw2 {
   margin: 1px 0 0 0;
   padding: 10px 0 10px 0;
  background: #2B2B2B;
color: #c0c0c0; 
}

#footerfw2 a {
   color: #c0c0c0; 
}

#footerfw2 a:hover{
   color: #ff0000; 
}
/* End of 'fdpage' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* 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 table_id='cal-upcominglist') */
#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 table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: silver;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

