/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

.popupcontainer{
display: none;
		background: #282828;
		position:absolute;
    top:0px;
    left:0px;
    margin: auto;
 		width: 99%;
 		height: 99%;
 		padding: 10px 10px 10px 10px;

filter:alpha(opacity=98);
	-moz-opacity:0.98;
	-khtml-opacity: 0.98;
	opacity: 0.98;
}

  .popup {
		display: none;
		background: #282828;
		position:absolute center;
    top:20px;
    margin: auto;
 		width: 70%;
 		height: 95%;
		border: 0px solid #CAAE90;
		padding: 10px 10px 10px 10px;
		z-index: 10;
				}
				
        h4 { 
	color:#075181;
	font-size:170%; 
	font-weight:bold; 
	margin: 5px 0 5px 0px; 
	padding:0 0 0 30px; 
	float: right;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

hr { border: 0; height: 1px; color: #eee; background-color: #eee; }

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin: auto;
}

/* main container */
#main{width: 780px;}

/* links above the logo / footer */
#links, #footer
{ padding: 10px 21px 0px 19px;
  width: 720px;
  height: 26px;
  font-size: 94%;
  text-transform: capitalize;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ width: 760px;
  height: 100px;
  text-align: left;
}

#logo h1
{ margin: 0px;
  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
}

/* navigation menu */
#menu
{ height: 42px;
  width: 760px;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  font-weight: bold;
  padding: 5px 68px 0px 69px;
  text-transform: capitalize;
} 

/* main content */
#content
{ width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: right;
  padding: 16px 0px 15px 0px;
}

.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 25px 0px;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: capitalize;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{padding: 14px 8px 8px 19px;}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 512px;
  float: left;
  padding: 12px 3px 15px 19px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: capitalize;
  font-weight: normal;
}

/* PDF document links */
#column2 a[href$='.pdf']{
background:transparent url(pdf-document.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
}
#column2 a[href$='.pdf']:hover {
background:transparent url(pdf-document.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
border-bottom: 0px;
font-weight:bold;
}
 
/* Excel Documents links */
#column2 a[href$='.xls'], #column2 a[href$='.xlsx'], #column2 a[href$='.csv'], #column2 a[href$='.xlw'], #column2 a[href$='.xlt']{ 
background:transparent url(page_excel.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
border-bottom: 0px;
}
 #column2 a[href$='.xls']:hover, #column2 a[href$='.xlsx']:hover, #column2 a[href$='.csv']:hover, #column2 a[href$='.xlw']:hover, #column2 a[href$='.xlt']:hover {
background:transparent url(page_excel.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
font-weight:bold;
}
 /* Zip files links */
 #column2 a[href$='.zip'], #column2 a[href$='.rarx'], #column2 a[href$='.7z']{ 
background:transparent url(compress.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
border-bottom: 0px;
}
 #column2 a[href$='.zip']:hover, #column2 a[href$='.rar']:hover, #column2 a[href$='.7z']:hover{
background:transparent url(compress.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
font-weight:bold;
}
 
 
/* Word Document Links */
#column2 a[href$='.doc'], #column2 a[href$='.rtf'], #column2 a[href$='.wps'], #column2 a[href$='.txt'], #column2 a[href$='.TXT']{ 
background:transparent url(page_word.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
border-bottom: 0px;
}
#column2 a[href$='.doc']:hover, #column2 a[href$='.rtf']:hover, #column2 a[href$='.wps']:hover, #column2 a[href$='.txt']:hover, #column2 a[href$='.TXT']:hover {
background:transparent url(page_word.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
font-weight:bold;
}
 
/* images Document Links */
#column2 a[href$='.gif'], #column2 a[href$='.jpg'], #column2 a[href$='.jped'], #column2 a[href$='.png']{
background:transparent url(gif.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
border-bottom: 0px;
} 
#column2 a[href$='.gif']:hover, #column2 a[href$='.jpg']:hover, #column2 a[href$='.jped']:hover, #column2 a[href$='.png']:hover {
background:transparent url(gif.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
font-weight:bold;
} 
 
/* mailto: links */
#column2 a[href^="mailto:"],
#column2 a[href^="mailto:"]:hover {
background:transparent url(mailto.png) center left no-repeat;
display:inline-block;
padding-left:25px;
line-height:17px;
border-bottom: 0px;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover
{ padding: 0px;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px dashed;
}

.sidebaritem a:hover{border-bottom: 1px solid;}

/* additional colour scheme selections */
#colour{margin: 0px 0px 20px 0px;}

#colour a, #colour a:hover{border: 0px;}


.orange
{ background: #FFFFFF url(orange.png) no-repeat left center;
  color: #FF9C21;
  padding: 0px 40px 0px 20px;
}
