/* Start of CMSMS style sheet 'VSCC Colours' */
/* Layout sections */
	body {
		background: #ccc;
		color: #333;
		}
		
	div#pagewrapper {
		background: #fff;
	    }
		
	div#header {
          background-color: #386300;
		color: #fff;
		}
		
	div#footer {
		color: #fff;
		background-color: #386300;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #386300;
	}

        a:hover {
                color: #D8001D;
        }

        div#left a:active {
          color: #D8001D;
        }

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
/* End of 'VSCC Colours' */

/* Start of CMSMS style sheet 'VSCC Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */

/* End of 'VSCC Forms' */

/* Start of CMSMS style sheet 'VSCC Layout' */
/* CSS Document for VSCC Website */


/* Site Specific Layout */

  body {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  div#pagewrapper {
    margin: 0 auto;
    max-width: 60em;
    min-width: 60em;
    padding: 0;
    text-align: left;
  }

  /* Header */

    div#header {
      margin: 0;
      padding: 0;
      text-align: left;
      background-color: #386300;
    }

  /* End Header */

  /* Content */

    div#content {
      position: relative;
      padding: 3px 0 3px 0;
      border-left: 1px solid #777777;
      border-right: 1px solid #777777;
      text-align: left;
    }

    div#main {
      margin-left: 192px;
      padding: 1em;
      padding-top: 0.3em;
      border-left: 1px solid #bbbbbb;
    }

    div#left {
      float: left;
      width: 192px;
      text-align: center;
      padding 1em;
    }

    div#menu_horiz {
      width: 100%;
      text-align: left;
    }

  /* End Content */

  /* Footer */

    div#footer {
      text-align: center;
      padding-top: 3px;
      padding-bottom: 3px;
    }

  /* End Footer */

/* End Site Specific Layout */


/* End of 'VSCC Layout' */

/* Start of CMSMS style sheet 'VSCC Menu Horizontal' */
/* NAV */

    * html div#menu_horiz {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#menu_horiz {
      background-color: #386300;
      margin: 0;
      text-align: center;
    }

    div#wrapper {
        text-align: right;
    }

    table.menubar {
        background-color: #386300;
        width: 760px;
        color: #ffc900;  
        border: 0;
        margin: 0;
        padding: 0;
    }
    td.menubaritem {
        border-left: 1px solid #ffc900;
        text-transform: uppercase;
        font-size: 8pt;
        font-weight: bold;
        color: #ffc900;
        width: 80;
        padding: 3px 5px;
        text-align: center;
    }
    td.menubarselection {
        border-left: 1px solid #ffc900;
        text-transform: uppercase;
        font-size: 8pt;
        font-weight: bold;
        color: white;
        width: 80;
        padding: 3px 5px;
        text-align: center;
    }
    td.menubaritem a,
    td.menubaritem a:link,
    td.menubaritem a:active,
    td.menubaritem a:visited {
        color: #ffc900;        
    }

    div#menu_horiz ul {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #386300;
        /* border-left:  1px solid #ffc900; */
    }
    div#menu_horiz li {
        float: left;
        display: inline;
        list-style: none;
        margin: 0 ;
        border-left: 1px solid #ffc900;
        width: 9%;
        height: 40px;
        vertical-align: bottom;
        text-transform: uppercase;
        font-size: 8pt;
    }
    div#menu_horiz li a {
        border-right: none;
    }
    div#menu_horiz_diabled a,
    div#menu_horiz_disabled a:link,
    div#menu_horiz_disabled a:active,
    div#menu_horiz_disabled a:visited {
        display: block;
        padding: 5px 10px; 

        /* hide from ie/mac \*/
        display: block;
        /* end hide */

        text-decoration: none;
        margin: 0;
        color: #ffc900;
        background: #386300;
    }
div#menu_horiz li a:hover {
	color: #fff;
}
    div#menu_horiz .activeparent {
        display: inline-block;

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
	background-color: #386300;
    }

    div#menu_horiz .current a,
    div#menu_horiz .current a:link,
    div#menu_horiz .current a:active,
    div#menu_horiz .current a:visited,
    div#menu_horiz .current a:hover,
    div#menu_horiz .activeparent a,
    div#menu_horiz .activeparent a:link,
    div#menu_horiz .activeparent a:active,
    div#menu_horiz .activeparent a:visited,
    div#menu_horiz .activeparent a:hover 
{
	background-color: #386300;
    }
/* END NAV */

div#menu_horiz li.active01 h3 {
        display: inline-block;
        padding: 5px 10px; 

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        font-size: 1em;
        text-decoration: none;
        margin: 0;
        color: #fff;
        background-color: #386300;
        line-height: 120%;
    }

#menu_horiz li.active02 h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  font-size: 1em;
  background-color: #386300;
  }

#menu_horiz li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

/* End of 'VSCC Menu Horizontal' */

/* Start of CMSMS style sheet 'VSCC Tools' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.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 */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */
/* End of 'VSCC Tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 1em 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 1.5
   background: #fff;
}

.NewsSummaryDateAndLink
{
    padding-bottom: 0.25em;
}

.NewsSummary {
    padding: 1em 1em 1em 1em; /* padding for the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  display: inline;
  color: gray;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    display: inline;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 3px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  display: inline;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
  display: inline;
}

#NewsPostDetailDate {
  margin-bottom: 3px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 300%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 30px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailReturnLink {
  margin-bottom: 30px;
  line-height: 150%;
  display: inline;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
*/
/* End of 'Module: News' */

