@charset "iso-8859-1";
/* Adur Band style sheet */

/* print specials */
@media print {

.noprint {display: none;}

h1.header {
	color: #009999;
    padding-left: 5px;}

.strap {
	color: #009999;
	}

.footer {
    color: #009999;
    margin-left: 10px;
	}

/* end print specials */
}

/* screen-only specials */

@media screen {

.hideprint {display: none;}

#header {
	background: #009999;
    background-image: url('../images/banner.gif');
    background-repeat: no-repeat;
    }

.strap {
    color: #ffffff;
	}

#bottom {
	background: #009999;
}

.footer {
	color: #ffffff;
	background: #009999;
}

body {background: #99cccc;}

h1.header {
    color: #ffcc00;
    }

#middletop {
	background: #ffffff;
    background-image: url('../images/grad90.gif');
    background-repeat: repeat-x;
	}

#middle {
    background: #ffffff;
    background-image: url('../images/grad.gif');
    background-repeat: repeat-y;
    vertical-align: top;
    color: #003366;
	}

#fillet {
	background-image: url('../images/fillet.gif');
    background-repeat: no-repeat;
    position: relative;
	}

#fillet90 {
    background-image: url('../images/fillet90.gif');
    background-repeat: no-repeat;
    position: relative;
	}

#footertop {
    background: #009999;
    background-image: url('../images/grad180.gif');
    background-repeat: repeat-x;
    position: relative;
	}

/* end screen display */
}

.hide {display: none;}

body {
		margin: 0;
		padding: 0;
        text-align: center; /* for IE noncompliance */
		}

#outer {border-collapse: collapse;
		margin: 0;
		padding: 0;
        vertical-align: top;
       	width: 100%;
        max-width: 1024px;
		margin: 0 auto;
        text-align: left;
}

html #outer {
	/* For IE: simulate max-width with IE-proprietary expression() function: */
	width: expression(document.body.clientWidth > 1030 ? "1024px" : "auto");
	}

#header {
/*        background: #009999;
        background-image: url('../images/banner.gif');
        background-repeat: no-repeat;*/
        padding: 0px 15px;
        height: 108px;
}

#left {
        background: #009999;
		vertical-align: top;
        padding: 0;
		margin: 0;
		width: 10em;
        }

#middletop {
        margin: -10px -16px 10px -25px;
}

#middle {
        margin: 0;
        padding: 10px 1em 10px 25px;
        text-align: left;
}

#fillet {
    	height: 20px;
        margin-bottom: -2px;
}

#fillet90 {
        height: 20px;
        padding: 0;
        margin-top: 0px;
}

#footertop {
        margin: -10px -16px 10px -20px;
        padding: 0;
        height: 20px;
}

#menus {
		padding: 6px;
        margin-top: 1em;
}

table.layout {
		margin: 0;
       	width: 100%;
		vertical-align: top;
        border-collapse: collapse;
        }

.layout td {
    vertical-align: top;
    }

table.content {
    vertical-align: top;
    border-collapse: collapse;
	font-size: 0.9em;
    }

.content td{
    vertical-align: top;
    padding: 0 .5em .5em 0;
    }

.content th{
    vertical-align: top;
    text-align: left;
    padding: 0 1em .5em 0;
    font-weight: 700;
    }

table.display {
	border-collapse: collapse;
	font-size: 1em;
    color: #336699;
    border-right: 1px solid #336699;
}

.display th, .display td, .display tbody {
	border-left: solid 1px #336699;
    border-bottom: solid 1px #336699;
	font-size: 1em;
    vertical-align: top;
    text-align: left;
    padding: 4px 6px;
    margin: 4px;
}

.display th {
    text-align: left;
}

.displayhead {
    background: #336699;
    border: solid 1px #336699;
	border-right-color: #ffffff;
    vertical-align: bottom;
    text-align: center;
    padding: 4px 6px;
    margin: 4px;
	font-size: 1em;
    color: #ffffff;
}

/* corrects header border */
.thrule {
	border-right: 1px solid #009999;}


/* text links */
a:link {color: #cc0000;
        text-decoration: none}
a:visited {color: ##8C387B;
           text-decoration: none}
a:hover {color: #21848c;
         text-decoration: underline}

a.external {
	background: url('../images/external.gif') center right no-repeat;
	padding-right: 20px;}

/* top menu bar */

.menuholder {background: #8C387B}


#navlist {
	font-size: 0.9em;
	margin: 0;
    padding: 0;
    background: #8C387B
}

#navlist ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#navlist li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
    text-align: center;
    display: inline;

}
#navlist a {
    float: left;
    text-align: center;
	padding: 3px; /*use to control overall menu height */
    width: 10em;
	border: 1px solid;
	border-color: #eeeeee #000000 #000000 #eeeeee;
	text-decoration: none;
}
#navlist a:link, #navlist a:visited {
	color: #ffffff;
	background-color: #909090;
    }
#navlist a:hover {
	color: #000000;
	background-color: #f7b80d;
}
#set a:link, #set a:visited {
    background-color: #8C387B;
}
#set a:hover, #set a:active {
	color: #ffffff;
    background-color: #b9a7ff;
}
/* end top menu */

.clear {
	clear: both;
    }

#sidemenu{
	font-size: 1em;
    background-color: #009999;
}

#sidemenu a{
    background-color: #000000;
	border-bottom: 1px solid #88d0d0;
    border-right: 1px solid #88d0d0;
	border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
	margin: 5px 0;
	padding: 5px;
	padding-left: 15px;
	display: block;
	color: #ffcc00;
	text-decoration: none;
}

html>body #sidemenu a{
	width: auto;
}

#sidemenu a:hover{
	border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
	border-top: 1px solid #88d0d0;
    border-left: 1px solid #88d0d0;
	background-color: #006666;
	padding: 5px;
	padding-left: 15px;
    color: #ffffff;
}

#sidemenu .selected{
	background-color: #003366;
	background-image: url('../images/menupoint.gif');
	background-repeat: no-repeat;
	background-position: 5 4;
	padding: 5px;
	padding-left: 15px;
	color: #ffffff;
}

/* tabnav */

#tabnav {
	padding-bottom: 24px;
    border-bottom: 1px solid #aaa;
	background: #fff url('../images/greenshadow.gif');
    background-repeat: repeat-x;
    }

#tabnav ul {
    font-size: .8em;
    padding:  0;
    margin: 0;
    white-space: nowrap;
}

#tabnav li {
	float: left;
	list-style-type: none;
	margin-left: 6px;
    text-align: center;
    display: inline;
}

#tabnav a {
    float: left;
    text-align: center;
	padding: 3px; /*use to control overall menu height */
    width: 8em;
    font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
	-webkit-border-top-left-radius: 6px;  /* safari-chrome */
 	-webkit-border-top-right-radius: 6px;  /* safari-chrome */
	-moz-border-radius: 6px 6px 0 0;   /* firefox */
	-o-border-radius: 6px 6px 0 0;   /* opera alt */
	border-radius: 6px 6px 0 0;  /* opera */
}

#tabnav a:link, #tabnav a:visited {
	color: #336699;
    background: #eee;
    }

#tabnav a:hover {
	color: #336699;
    background: #ccc;
}

#tabnav #set a:link, #tabnav #set a:visited {
    color: #339999;
    background: #fff;
    border-bottom: 2px solid #fff;
}

#tabnav #set a:hover, #set a:active {
	color: #336699;
}

/* end tabnav */

.quicklink{
	color:#000080;
	background-color:#e7f3fd;
	width: 9.5em;
}


/* forms */

form p label {float:left;
    width: 20%}

input.formfield {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000080;
    font-size: 1em;
    width: 80%;
    vertical-align: top;
    background: #E0F5FE}

textarea.formfield {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000080;
    font-size: 1em;
    width: 100%;
    vertical-align: top;
    background: #E0F5FE}

input.btn {color: #ffffff;
	background-color: #8C387B;
	border: 1px outset;
	border-color: #eeeeee #000000 #000000 #eeeeee;}

input.btnover {color: #000080;
	background-color: #f7b80d;
	border: 1px outset;
	border-color: #eeeeee #000000 #000000 #eeeeee;}

form p {clear: left;
	margin: 0;
	padding: 8px 0px 0px 0px;}

/* tables */

th {font-family : Trebuchet MS, Helvetica, Arial, sans-serif;
    font-weight:700;}

td {font-family : Trebuchet MS, Helvetica, Arial, sans-serif;}


p {font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
   font-size: 1em;
   line-height: 1.4em;
   margin-bottom: 0px;
}

.logo {float: left;
	border: 0;
    margin-right: 1em;
    margin-top: 3px;
    }

.restore {font-size: 1.0em}

.line {margin-top: 0;
	   border-bottom: 1px solid #009999;
	   padding-bottom: 3px}

.left {margin-left: 0}

.tight {margin: 5px 5px 5px 2px;}

.nsp {margin-top: 0em;
      margin-bottom: 0em;
}

.nsptop {margin-top: 0em;
}

.nspbottom {margin-bottom: 0;
}

/* colours */

.green {color: #009999}

.red {color: #ff0000}

.blue {color: #003366}

.white {color: #ffffff}

.black {color: #000000}

/* features */

.feature {color: #0000b0;
          font-size: 0.8em;
          line-height: 1.2em;
          margin-left: 5px;
          margin-bottom: -10px}

.featurehead {color: #0000b0;
          font-size: 0.9em;
          margin-left: 5px;
          font-weight: 700;
          margin-bottom: 5px}

.indent {margin-left: 30px}

.noindent {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
           color: #000080;
           font-size: 1em;
           vertical-align: middle}

ul {font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 1em;
    line-height: 1.3em;
    margin-right: 15px;
   	margin-left: 0px;
    padding-left: 15px;
    list-style: square url(../images/listdot.gif);
	margin-left: 6px;}

/* try this li {list-style-image:url();} */

ol {font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    margin-right: 15px;
   	margin-left: 15px;
    padding-left: 15px}

/* needs attention for cross-browser working */
li {margin-bottom: 10px}

dl {font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    color: #000080;
    font-size: 1em;
    line-height: 1.3em;
    margin-right: 15px;
   	margin-left: -4px;
    padding-left: 16px}

dt {font-weight: 700}

dd {margin-left: 20px;
	margin-bottom: 20px}

.menuhead {color: #336699;
           font-weight: 700}

.small {font-size: 0.8em;
        margin-top: -1px}

.footer {
	height: 20px;
    font-size: 0.8em;
    padding: 0 15px 0 15px}

h1 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 1.4em;
    font-weight: 700;
}

h1.block {color: #ffffff;
    font-size: 1.2em;
    background: #009999;
    padding: 3px 6px;
}

h1.header {margin: 25px 0 0 0;
    margin-top: 8px;
    padding: 0 0 0 5px;
	font-size: 2.6em;
    }

.logo2 {margin: 0;
	padding: 4px 0;
	float: right;}

.strap {padding-left: 5px;
    font-weight: 700;
	}

h2 {font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
    color: #009999;
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 20px;
}

h3 {font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
    color: #009999;
    font-size: 1em;
    font-weight: 700;
    margin-top: 20px;
}

.pagetop {margin-top: 0}

/* this is h2 equivalent for top of page: */

.pagehead {font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
           color: #009999;
           font-size: 1.1em;
           font-weight: 700;
           margin-bottom: 0px;
           margin-left: 15px}

.pageheadleft {font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
           color: #009999;
           font-size: 1.1em;
           font-weight: 700;
           margin-bottom: -10px}

.data { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        color: #003399;
        font-size: 1em;
        vertical-align: top}

.hang {text-indent: -20px;
       margin-left: 20px}

.blk { margin-left: 30px;
       margin-right: 30px}

.picture {border: 1px solid #990000}

.box {border: 1px solid #009999;
      background-color: #ffffcc;
      padding: 8px}

.redbox {border: 1px solid #ff0000;
      background-color: #ffffcc;
      padding: 8px}

.whitebox {border: 1px solid #336699;
      background-color: #ffffff;
      padding: 8px}

.blackbox {border: 2px solid #000000;
      background-color: #ffffff;
      padding: 8px}

.boxlist {border: 1px solid #336699;
      background-color: #ffffff;
      margin-left: 40px;
      margin-right: 15px;
      line-height: 16px;
      padding: 8px}

.floatright {float: right;
             margin: 0 0 10px 10px}

.floatleft {float: left;
             margin: 0 10px 10px 0}

.floatright2 {float: right}

.floatleft2 {float: left}

/* slideshow */
.image_info {
    display:block;
    font-size:10px;
    color:#660066;
    }

.caption {
    font-size: .9em;
    background-color: #ffffcc;
    padding: 2px;
    border: 1px solid #bbb;
    margin-top: 10px;
    width: 775px;
}

.show_title a {
    font-size: .9em;
    text-decoration:none;
    color:#006699;
}
.image_info a {
    text-decoration:none;
    color:#660066;
}
img {
	border-width: 0;
}
.image {
    margin-bottom:5px;
}
.image img {
    padding:0px;
    border: 1px solid #006699;
    display:block;
    background-color: #fff;
    margin-top: 10px;
    margin-right: 10px;
    width: 640px;
    margin-left: 140px;
}
.navigation, .navigation a {
	text-decoration: none;
    color:#009900;
    margin-top:9px;
    font-weight:bold;
}
.thumbnail_row {
    margin-top: 10px;
    float: left;
    }
.thumbnail_row img {
    border:1px solid #aaa;
    margin-bottom: 5px;
    width: 120px;
}
.thumbnail_center {
    padding:0px;
    border:2px solid #ff0000 !important;
}