
/* ------------------------  Restet all -------------------------------------------------------- */

* {margin:0; padding:0;}


/* ------------------------  Body -------------------------------------------------------------- */

body { 
    /*position*/
    margin-left:10px;
    /*shape and colour*/
    /*background-color:#EEEEEE;*/
    /*background-image:url('../images/site/bluegrad.jpg');
    background-repeat:repeat-x;*/ 
    padding: 6px 0 12px 0;   
    /*text*/
    line-height:1.5em;
    font-family:arial,helvetica,sans-serif;
    font-size:18px; 
}

/* ------------------------  Text Defaults ----------------------------------------------------- */

h1 {font-family: "Times new roman"; }
h2 {font-family: Arial, Helvetica, sans-serif; font-size:1.25em; color:#606060; padding-top: 6px; padding-bottom: 6px;}
h3 {font-family: Arial, Helvetica, sans-serif; font-size:1.00em; color:#606060; padding-top: 6px; padding-bottom: 6px;}
h4 {font-family: Arial, Helvetica, sans-serif; font-size:0.75em; font-weight:bold; padding: 0;}
p  {line-height:1.5em; font-size:0.75em; padding-bottom:6px;}
ul, ol {padding-bottom: 6px;}
li {line-height:1.5em ; font-size:0.7em; padding:0px; list-style-position: inside;}
hr {margin-top:6px ; }


/* ------------------------  Page Area Container ----------------------------------------------- */

#container {
    /*position*/
    margin-left:auto;
    margin-right:auto;
    /*shape and colour*/
    width: 888px; 
    background-color:#FFFFFF;
    border:1px solid #000000;
    padding:0px 5px 6px 5px;    
    /*text*/
}

/* ------------------------  Page Header  ------------------------------------------------------ */

/*  Wrapper for Page top elements including Header and Page Top Navigation Links */

#topWrapper {
    /*position*/
    margin:0;
    /*shape and colour*/
	width:auto;
	height: auto;
	padding:0;
    /*text*/
}

/*  Page Top Navigation Links */

#topLinks{
    /*position*/
    float: right;
    /*shape and colour*/
    padding:0;
    /*text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
    color: #000000;
    display:block;
}

#topLinks a, #topLinks a:visited {
    /*position*/
    /*shape and colour*/
    padding-left: 10px;
    padding-right: 10px;    
    /*text*/
    text-decoration:none; 
    color:#000000;
}

#topLinks a:hover, #topLinks a:focus {
    /*position*/
    /*shape and colour*/
    /*text*/
    text-decoration:underline;
}

/* Header Image and H1 text */

#header {
    /*position*/
    clear:both;
    margin-bottom: 0; 
    margin-top:0px;  
    /*shape and colour*/
    height: 60px;        
    background-image:url('../images/site/header.jpg');
    background-position: center ; 
    background-repeat: no-repeat;
    /*border-bottom: solid 1px #000000;*/
    /*text*/
    text-align:left;
    text-indent:-9999px;
    color:#000000;    

}

/* ------------------------  Navigation Vertical Menu  ----------------------------------------- */

#vMenu {
    /*position*/
      clear:both;
      float:left;    
    /*shape and colour*/
      padding-top:6px;    
    /*text*/
}

#vMenu ul li{
    /*position*/
    margin:6px 5px 4px 0px;     
    /*shape and colour*/
    width:200px;    
    padding:0;    
    background-color:#F5E8CB;    
    border-bottom:solid;
    border-bottom-width:2px;
    border-bottom-color:#000000;     
    /*text*/
    list-style:none;
    text-align:center;
    color:#000000;
    font-weight:bold;
}

#vMenu li a:link, #vMenu li a:visited{
    /*position*/
    /*shape and colour*/
    height:30px;
    line-height:2.0em;    
    /*text*/
    text-decoration:none;
    color:#000000;
    display:block;
}

#vMenu li a:hover, #vMenu li a:focus{
    /*position*/
    /*shape and colour*/
    background-color: #800080;    
    /*text*/
    color:#fff;
}

#vMenu li .current{
    /*position*/
    /*shape and colour*/
    background-color: #ffffff;   
    /*text*/
    color:#000000;
}

/* ------------------------  Navigation Horizontal Menu  --------------------------------------- */

#hMenu {
      /*position*/
      margin-top:6px;
      /*shape and colour*/
      padding:0 5px 0 5px;
      width:878px;
      height:30px;
      background-color:#808080;
      /*text*/
}

#hMenu ul li{
      /*position*/
      margin-left:15px; 
      float:left;
      /*shape and colour*/                 
      width:115px;
      height:30px;
      background-color:#808080;
      padding:0;
      line-height:30px;
      /* border-left-color:#800080;
      border-left:solid;
      border-left-width:1px; */     
      /*text*/  
      text-align:center;
      color:#ffffff;
      font-weight:bold;
      list-style:none;
}

#hMenu li a:link, #hMenu li a:visited{
    /*position*/
    /*shape and colour*/
    /*text*/
    text-decoration:none;
    color:#ffffff;
    display:block;
}

#hMenu li a:hover, #hMenu li a:focus{
    /*position*/
    /*shape and colour*/
    background-color: #ffffff;    
    /*text*/
    color:#303030;
}

#hMenu li .current{
    /*position*/
    /*shape and colour*/
    background-color: #000000;    
    /*text*/
}


/* ------------------------  Page Footer  ------------------------------------------------------ */

#footer {
    /*position*/
	clear: both;    
    /*shape and colour*/
    padding: 0 5px 0 5px;    
    background-color: #808080;
    border-top:solid 1px #808080;
    height:2.5em;     
    /*text*/
    font-size: 0.6em;
    color:#ffffff;
    display:block;
}

.footerLinksLeft {
    /*position*/
   position:relative;
   float:left;    
    /*shape and colour*/
    /*text*/
   text-align:left;
}

.footerLinksRight {
    /*position*/
   position:relative;
   float:right;    
    /*shape and colour*/
    /*text*/
   text-align:right;
}

#footer a, #footer a:visited {
    /*position*/
    /*shape and colour*/
    padding-left: 10px;
    padding-right: 10px;    
    /*text*/
    text-decoration:none; 
    color:#ffffff;
}

#footer a:hover, #footer a:focus {
    /*position*/
    /*shape and colour*/
    /*text*/
    text-decoration:underline;
}

/* ------------------------  Main Page Text  --------------------------------------------------- */

#mainContent {
    /*position*/
  	float: left;    
    margin-right:5px;
    margin-bottom:6px;
    min-height:300px;    
    /*shape and colour*/
	width: 530px;
    padding:6px 0 6px 0;
    /*text*/
    font-family:"Trebuchet MS";
}

#mainContent a, #mainContent a:visited {
    /*position*/
    /*shape and colour*/
    /*text*/
    text-decoration:none; 
    color:#000000;
}

#mainContent a:hover, #mainContent a:focus {
    /*position*/
    /*shape and colour*/
    /*text*/
    color:#000000;
    font-weight: bold;
}

.mainContentItem-wrapper {
    /*position*/
	float: left;
	margin: 0 0 10px 0;    
    /*shape and colour*/
	width: 625px;
	height: auto;
	padding: 0 0 0 0;    
    /*text*/
}

#mainContent ul {list-style-image: url(../images/site/bullet-10-orange.gif); padding: 6px 0 6px 50px} 


/* ------------------------  Right Sidebar Text  --------------------------------------------------- */

#sidebarRight {
    /*position*/
  	float: left;   
    margin-top:6px; 
    margin-right:0px;
    margin-bottom:6px;
    min-height:300px;    
    /*shape and colour*/
	width: 170px;
    padding:0 0 0 0;
    /*text*/
    font-family:"Trebuchet MS";
}

#sidebarRight a, #sidebarRight a:visited {
    /*position*/
    /*shape and colour*/
    /*text*/
    text-decoration:none; 
    color:#ffffff;
}

#sidebarRight a:hover, #sidebarRight a:focus {
    /*position*/
    /*shape and colour*/
    /*text*/
    /*color:orange;
    font-weight: bold;*/
}

.sidebarRightItem-wrapper {
    /*position*/
	float: left;
	margin: 0 0 10px 0;
    /*shape and colour*/
	height: auto;
    width: 170px;
    padding:6px 15px 6px 15px;    
    /*text*/

    font-size:0.8em;
    font-weight:bold;
}

.sidebarRightItem-wrapper li {
    list-style-type:none;
}

.contrast {
    background-color:#000000;
    color:#ffffff;}



/* ------------------------  Left Sidebar Text  --------------------------------------------------- */

#sidebarLeft {
    /*position*/
  	float: left;    
    margin-right:5px;
    margin-bottom:6px;
    min-height:300px;
    /*shape and colour*/
	width: 180px;
    margin-top:6px;	
    padding:6px 5px 6px 5px;
    /*text*/
    font-family:"Trebuchet MS";
}

#sidebarLeft a, #sidebarLeft a:visited {
    /*position*/
    /*shape and colour*/
    /*text*/
    text-decoration:none; 
    color:#000000;
}

#sidebarLeft a:hover, #sidebarLeft a:focus {
    /*position*/
    /*shape and colour*/
    /*text*/
    color:#000000;
    font-weight: bold;
}

.sidebarLeftItem-wrapper {
    /*position*/
	float: left;
	margin: 0 0 10px 0;    
    /*shape and colour*/
	width: 625px;
	height: auto;
	padding: 0 0 0 0;    
    /*text*/
    font-size:1em;
}
    
/* ------------------------  Misc Positioning classes  ----------------------------------------- */

.imageRight {
    /*position*/
   float:right;    
    /*shape and colour*/
   padding-top:6px;
   padding-bottom:6px;
   padding-right:0px;
   padding-left:5px;
   border:0;    
    /*text*/
}
 
.imageLeft {
    /*position*/
   float:left;    
    /*shape and colour*/
   padding-top:6px;
   padding-bottom:6px;
   padding-right:5px;
   padding-left:0px;
   border:0;    
    /*text*/
}

a:hover img { border:1px dotted #c0c0c0; padding-left:0;padding-right:0}
.indent { text-indent:25px; }
.highlight {color:#000000; font-weight:bold; padding-bottom:0;}

/* ------------------------  Div Edge Decoration  ---------------------------------------------- */

/* EXPERIMENTAL */

/*#mainContent blockquote {
    background-color:#DDE0FF;
    }*/


#mainContent blockquote {
    max-width: 520px;
    background:  url(../images/site/fill-pblue-530hor.png) right repeat-y;
    }
#mainContent blockquote:before {
    display: block;
    line-height: 0;
    background: url(../images/site/corner-pblue-490x20-tr.png) top right no-repeat;
    content: url(../images/site/corner-pblue-20x20-tl.png) }
#mainContent blockquote:after {
    display: block;
    line-height: 0;
    background: url(../images/site/corner-pblue-490x20-br.png) bottom right no-repeat;
    content: url(../images/site/corner-pblue-20x20-bl.png) }
    
#mainContent blockquote p,#mainContent blockquote h2,#mainContent blockquote ul   {
    text-align:center ; }  


/* ------------------------  Contact Form  ----------------------------------------------------- */

.contactfieldwrap {	margin-bottom: 10px;}

.contactfield {
    /*position*/
    /*shape and colour*/
	border: #999 1px solid;
    width: 350px; 
	padding: 0px 2px 6px 2px;        
    /*text*/
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.contactlabel {
    /*position*/
	clear: left;	
	float: left;    
    margin: 0px 10px 6px 0px;    
    /*shape and colour*/
	width: 100px;
	padding: 2px 0px 2px 6px;    
    /*text*/
	font-size: 0.8em;
    color: #000000;
    font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

#contactLeftCol {
    /*position*/
  	float: left;   
    margin-top:6px; 
    margin-right:0px;
    margin-bottom:6px;
    min-height:300px;    
    /*shape and colour*/
	width: 80px;
    padding:6px 5px 6px 5px;
    /*background-color:#B6B6B6;*/
    background-color:#ffffff;
    /*text*/
    font-family:"Trebuchet MS";
    color:#000000;
}

#contactRightCol {
    /*position*/
  	float: left;   
    margin-top:6px; 
    margin-right:0px;
    margin-bottom:6px;
    min-height:300px;    
    /*shape and colour*/
	width: 250px;
    padding:6px 5px 6px 5px;
    /*background-color:#B6B6B6;*/
    background-color:#ffffff;
    /*text*/
    font-family:"Trebuchet MS";
    color:#000000;
}