/* Start of CMSMS style sheet 'Basic Nav Left' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menu-left {
   width: 100%;
   font-size: 11px;
   text-align: left;
}

/* Unless you know what you do, do not touch this */
#left-nav, #left-nav ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   width: 100%;
   margin-left: -1px;
}
#left-nav ul {
   position: absolute;
   top: 0;
   left: 100%;
   display: none;
}
#left-nav li {
   margin-bottom: -1px;
   position: relative;
}


/* Styling the basic apperance of the menu elements */
#left-nav a {
   border: 1px solid #FFF;
   display: block;
   margin: 0px;
   padding: 5px 10px;
   color: #FFF;
   text-decoration: none;
   background: transparent;
   min-height:1em; /* Fixes IE7 whitespace bug*/
}

#left-nav a:hover {
   color: #000;
}

#left-nav li, #left-nav li.leftparent {
   background-color: #389;
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#left-nav li.leftactive {
   background-color: #9DD;
   color: #000;
}
#left-nav li a.leftactive {
   background-color: #9DD;
   color: #000;
}

/* Styling the basic apperance of the leftparents - here styled the same on hover (fixes IE bug) */
#left-nav li.leftparent,
#left-nav li.leftparent:hover,
#left-nav li.leftparenth {
   /* background-image: url(images/cms/arrow.gif); */
   background-position: center right;
   background-repeat: no-repeat;
   color: #000;
}


/* Styling the apperance of menu items on hover */
#left-nav li:hover,
#left-nav li.menuh,
#left-nav li.leftparenth,
#left-nav li.leftactiveh {
   background-color: #9DD;
   color: #000;
}

* Styling the apperance of menu items on hover */
#left-nav li a:hover,
#left-nav li a.menuh,
#left-nav li a.leftparenth,
#left-nav li a.leftactiveh {
   color: #000;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#left-nav ul,
#left-nav li:hover ul,
#left-nav li:hover ul ul,
#left-nav li.leftparenth ul,
#left-nav li.leftparenth ul ul {
   display: none;
}
#left-nav li:hover ul,
#left-nav ul li:hover ul,
#left-nav ul ul li:hover ul,
#left-nav li.leftparenth ul,
#left-nav ul li.leftparenth ul,
#left-nav ul ul li.leftparenth ul {
   display: block;
}


/* IE Hack, will cause the css to not validate */

#left-nav li, #left-nav li.leftparenth { _float: left; _height: 1%; }
#left-nav li a { _height: 1%; }


/* section header */
#left-nav li.sectionheader {
   border-left: 1px solid #FFF;
   border-top: 1px solid #FFF;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#left-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;
   border-top: 1px solid #FFF;
   border-right: 1px solid #FFF;
}

/* End of 'Basic Nav Left' */

/* Start of CMSMS style sheet 'Basic Nav Top' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/*
background-color for the entire menu row,
covering 100% of the width and text center-aligned
*/
div#menu_horiz {
   /* background-color: #ECECEC; */  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
}

/*
the menu ul box has top and left border,
right border is provided by the li elements
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   /* border-bottom: 1px solid #C0C0C0;
   border-left:  1px solid #C0C0C0; */
   /* height:2.2em; */
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */
   margin: 0 ;
   /* border-right: 1px solid #C0C0C0; */
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 3px 5px 3px 8px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFF;
   /* background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; ; */
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #9DD;
   color: #000;
}
div#menu_horiz a.activeparent:hover {
   background-color: #9dd;
   color: #000;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
/*    background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   color: #DDD;
}

div#menu_horiz h3 {
   padding: 3px 5px 3px 8px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
/*    background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ; */
   display: block; /* IE has problems with this, fixed above */
   font-size: 5px;                           /* instead of the normal font size for <h3> */
}

/* End of 'Basic Nav Top' */

/* Start of CMSMS style sheet 'Basic Color CSS' */
/***************************************************************/
/*  Color Scheme  */
/***************************************************************/

body, html {
color: #000;
background-color: #338899;
}

#header {
background: #FFF url(uploads/artistboat/logo_large_marsh.jpg) no-repeat 50% 50%;
border-bottom: 1px solid #016;
}

#mainContainer {
border: 1px solid #016;
}

#content { background: transparent;}

#left { background: transparent;;
color: #000;
}

#left li {
/*color: #FFF;*/
}

#left li a:hover {
/*color: #FFF;*/
}

#right {
background: #379;
border-top: 1px solid #016;
border-bottom: 1px solid #016;
}

#right li a {
color: #FFF;
}

#right li a:hover {
color: #DDD;
}

#footer {
background: transparent url() no-repeat top left;
color: #FFF;
}
#footer a {
color: #FFF;
}
#footer a:hover {
color: #DDD;
}

.NewsSummaryLink a {
color: #000;
}

.NewsSummaryLink a:hover {
color: #666;
}

.NewsSummaryMorelink a {
color: #000;
}

.NewsSummaryMorelink a:hover {
color: #666;
}
/* End of 'Basic Color CSS' */

/* Start of CMSMS style sheet 'Conetent CSS' */
* {
    margin: 0;
    padding: 0;
  }
  body {
    font-family: 'Lucida Grande',Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
  p,  ul,  ol {
    margin-bottom: 18px;
  }
  a {
	/*text-decoration: none;*/
        outline: none;
}
a:hover {
	text-decoration: underline;
}
ul {
    list-style-type: square;
    margin-left: 2em;
  }
  h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 18px;
  }
  h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
  }
  h3 {
    font-size: 12px;
    line-height: 18px;
  }
#printheader {
	display: none;
}
img {
	border-style: none;
	outline: none;
}
blockquote, pre {
	padding: 0.25em 40px;
}
blockquote {
	font: italic 1.05em Georgia, Times, serif;
	margin: 0.25em 0;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	padding: 0;
	margin: 0;
}
*/
img {behavior: url(uploads/jscss/iepngfix.htc); }

* {
padding : 0;
margin : 0;
border : 0;
}
body, html {
color : #000;
font-family : Verdana, Arial, Tahoma, sans-serif;
text-align : center;
padding : 10px 0 10px 0;
}
.clear {
clear : both;
}
#mainContainer {
width : 775px;
margin : 0 auto;
text-align : left;
}
#header {
padding : 0;
height : 163px;
}
.outer {
margin-top : 24px;
padding-left : 150px; /*250*/
}
.inner {
width : 610px;
}
* html .inner {
width : 100%;
}
.float-wrap {
float : left;
width : 775px;
margin-left : -150px; /*-250*/
}
#content {
float : right;
width : 610px;
margin-top: 5px;
height : 385px;
overflow : auto;
}
* html #content {
position : relative;
}
.contentWrap {
padding : 10px;
text-align : justify;
font-weight: bold;
background: transparent url(uploads/images/cssimages/contentbg3.png);
behavior: url(uploads/jscss/tiling_bg_iepngfix.htc);
background-repeat:repeat;
}
* html .contentWrap { width: 572px; }

.contentWrap ol, .contentWrap ul {
margin : 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom : 2px;
}
#left {
float : left;
width : 150px;/*265*/
height : 375px;
padding : 5px;
text-align : justify;
/*overflow : auto;*/
}
* html #left {
position : relative;
}
#right {
margin : -25px 0 0 -775px;
float : left;
width : 763px; /*765*/
padding : 0px 5px;
/*height : 15px;*/
font-size : 11px;
z-index: 100;
}
* html #right {
position : relative;
}
#right a {
text-decoration : none;
}
#footer {
width : 775px;
height : 30px;
margin : 0 auto;
text-align : center;
font-size : 10px;
line-height: 12px;
}
#donatesite { display: inline; float: right; position: relative;/* top: 0; right: 15px; */}
.credits { width:258px; float:left; display:inline; }
#cmsms { display: inline; float: left; position: relative;/* top: 0; right: 15px;*/ }

table.stafftbl {
width: 100%;
padding: 0px; border: none;
}

table.stafftbl img {
border: 1px solid #000;
padding: 0px;
}
table.stafftbl  td {
padding: 10px;
}

img.float-right  {
float:right;
border: 1px solid #000;
margin: 10px;
}
/* End of 'Conetent CSS' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

