/***************************************************
     AUTHOR: John Reid IT (for workplacetraining.net)
       DATE: 26/02/2008
  COPYRIGHT: none
 ***************************************************/

/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	margin: 0;  
	text-align: center;
	font: 0.78em verdana, arial, sans-serif;  
	line-height: 170%;
	color: #EEE;
	background: #2a3757 url(../images/bg_body.jpg) repeat-y top center;
}

p { 
	padding-top: 10px !important;
	padding-top: 3px;
	padding-bottom: 10px !important;
	padding-bottom: 3px;
}


a {
	text-decoration:none;
	color: #ffffff;
}

a:visited {
	color: #9da7c7;
}

a:hover {
	text-decoration:none;
	color: #ffffff;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  width: 70%;
}

textarea {
  width: 98%;
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}


h1 {
	clear: both;
	margin: 10px 0;
	font: 700 1.1em verdana, sans-serif;
	color: #ffffff;
	background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}

h1 span {
	display: block;
	padding: 2px;
	background: url(../images/rounded_br.gif) no-repeat bottom right;
}

#sideBar h1 {
	text-align: left;
	background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#sideBar h1 span {
	display: block;
	padding: 2px;
	background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

#content ol li { 
	color: #9BE4FF;
}

#content ol li span {
	color: #EEE;
}

#content ul {
	padding-bottom: 10px;
}

#content ul li {
	list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
	margin: 0;
	background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
	display: block;
	padding: 5px;
	background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
  Layout Element Styles
 ***************************************************/

#header {
	clear: both;
	width: 767px;
	height: 108px;
	margin: 0 auto;
	background: #2a3757 url(../images/bg_header.jpg) repeat-y top center;
	text-align: left;
}

/***************************************************
  Header Menu with logo etc
 ***************************************************/

#logo {
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 173px;
	height: 108px;
}

#title h1 {
	display: inline;
	color:  #ffffff;
	background-color: #2a3757;
	background-image: none;
}

#right_header_bg {
	float: right;
	background: #2a3757 url(../images/right_header_bg.jpg) no-repeat top right;
	width: 594px;
	height: 108px;
}

#menu {
	font: 1.1em verdana, arial, sans-serif;  
	font-weight: bold;
	width: 594px;
	margin: 0 auto;
	text-align: Right;  
}

#menu ul {
	margin: 0;
	padding: 0;
	line-height: normal;  
}

#menu ul li {
	width: 6.8em;
	display: inline;
	float: right;
	padding-top: 4px;  
	list-style: none;
	text-align: center;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	padding-bottom: 2.0em;
	color: #ffffff;
}

#menu ul li a:hover {
	text-decoration:overline;
	color: #ffffff;

	/*text-decoration: underline;
	font-weight: bold;
	color: #ffffff;*/
}

#menu ul li a.active {
	color: black;
}

/***************************************************
 Page Content - "content"
 ---------------------------------------------------
 
 1. Left side text content - "text"
 2. Dropdown image - "center_image"
 3. Right side bar - "sidebar"
 ***************************************************/
 
#content {  
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
}

#text {
  float: left;
  width: 410px !important;
  width: 437px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}

#center_image {
  float: left;
  width: 170px;  
  vertical-align: top;
}

#sideBar {
  float: right;
  width: 145px !important;
  width: 160px;
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
}

/***************************************************
 Quicklink Styles
 ***************************************************/

#quicklinks p {
  padding: 0 5px;
  font: 0.73em verdana, arial, sans-serif;  
  margin-bottom: 0;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#quicklinks img {
  margin-top: -1px;
}

#quicklinks a {
  text-decoration:none;
  color: #ffffff;
}

#quicklinks a:visited {
  color: #9da7c7;
}

#quicklinks a:hover {
	text-decoration:none;
		text-decoration:overline;
	/*font-weight: bold;*/
	color: #ffffff;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  float: left;
  width: 500px;
  padding: 10px 20px;
  color: #ffffff;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
	text-decoration:none;
	float: center;
	height: 34px;  
	margin-left: 30px;
	margin-right: 10px;
}

#footer a:hover {
  color: #ffffff;
}

/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}
