/* Start of CMSMS style sheet '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 0;
		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 'Forms' */

/* Start of CMSMS style sheet 'Nav-Vertical' */
#menu_vert, #menu_vert ul {
  margin: 0;
  padding: 0;
  }

#menu_vert ul {
  width: 100%; /* Width of Menu Items */
border-bottom: 1px solid #2A3C74;
  border-right: 1px solid #2A3C74;
  background: #ececec;
  }
#menu_vert ul+ul, #menu_vert ul ul, #menu_vert ul ul ul {
  border-bottom: none;
 }

#menu_vert ul li a{
border-top: 1px solid #2A3C74;
  }
#menu_vert li {
  position: relative;
  list-style: none;
  font-size: 12px;
 }

#menu_vert li a {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  /*border-bottom: 1px solid #2A3C74;*/
  color: #2A3C74;
 }

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

    div#menu_vert ul ul li a,
    div#menu_vert ul ul li a:link,
    div#menu_vert ul ul li a:visited  {
        display: block;
        padding: 3px 5px 3px 25px;
        border-bottom: none;
        font-size: 11px;
        line-height:13px;
        border-top:none;
    }
    div#menu_vert ul ul  {
      border-right: none;
      border-top: none;
      /*border-bottom: 1px solid #2A3C74;*/
      padding-bottom: 5px;
    }

    div#menu_vert ul ul ul i a,
    div#menu_vert ul ul ul li a:link,
    div#menu_vert ul ul ul li a:visited  {
        padding-left: 40px;
        border-top:none;
    }
    div#menu_vert ul ul ul  {
      border-bottom: none;
    }
#menu_vert li ul li a { padding: 5px 5px; } /* Sub Menu Styles */

/* fixed image flicker by adding .cssmenu-vertical ul */

#menu_vert li a:hover {
	background-color: #abb0b6;
}

.menuactive, .current
{
	list-style-type: square;
	display: inline;
	background-color: #abb0b6;
}

/* End of 'Nav-Vertical' */

/* Start of CMSMS style sheet 'Layout Bulletmenu Vert 1C' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR ON THE LEFT AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        width: 880px;
        margin: 15px auto 20px 0;
        padding: 0;

        text-align: left;
    }
    div#main {
        float: right;
        width: 640px;
        padding: 0 15px;
        display: inline;
    }
    div#menu_vert {
        float: left;
        width: 200px;
        display: inline;
        margin-left: 0;
    }
    div#content2 {
        display: none;
    }
    div#menu_horiz {
        display: none;
    }
/* END CONTENT */
/* End of 'Layout Bulletmenu Vert 1C' */

/* Start of CMSMS style sheet '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;
	}
	.menu_horiz:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block;
		width: 100%;
	}
	* html>body .menu_horiz{
		display: inline-block;
		width: 100%;
	}

	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
	* html .menu_horiz{
		/* 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;
     }
/* end accessibility */
/* End of 'Tools' */

/* Start of CMSMS style sheet 'Layout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    div#page {
        width: 880px;
        margin:  10px auto 10px auto;
        padding: 0;
        text-align: left;
    }

    /* HEADER */
        div#header {
            margin: 0;
            padding-left: 250px;
padding-top:20px;
            height: 60px;
            background: #2A3C74 url(../Images/sndtitle.gif) no-repeat -2px -2px;
            text-align: center;
        }
       div#header h1{
color:#EEB10E;
}

    /* END HEADER */


    /* CONTENT */
        div#content {

        }

        /* MAIN */
            div#main {

            }
        /* END MAIN */

        /* SUB */
            div#sub {

            }
        /* END SUB */

    /* END CONTENT */


    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */

/* End of 'Layout' */

/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
	body {
		background: #ccc;
		color: #333;
		}

	div#page {
		border: 1px solid #000;
		background: #fff;
	    }

	div#header {
		color: #fff;
		}

	div#footer {
		color: #fff;
		background-color: #2A3C74;
		}

/* Links */
a,
a:link,
a:active, a:visited {
		color: #385C72;
	}
div#footer a,
div#footer a:link,
div#footer a:active, div#footer a:visited {
		color: #FFFFFF;
	}


/* Headings */
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
/* End of 'Colours' */


/* Start of CMSMS style sheet 'Typography' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 75%;
                line-height: 1em;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}

/* LINKS */
a,
a:link,
a:active, a:visited {
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}
/* END LINKS */

/* HEADINGS */
	h1 {
		font-size: 24px;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h2 {
		font-size: 18px;
                line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 12px;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	strong, b {
		font-weight: bold;
	}
/* END TEXT */
