  /* CSS Document one 
beyond seeking.com
October 2007*/     	
 

/* top elements */
* { 
	padding: 0; margin: 0;
}
/*Roy if you want to change the colour of the outside background then this is where you do it*/
body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.6em Verdana, Tahoma, sans-serif;
	color: #000000;
	background: #000000;
	text-align: center;	
}

/* links within the main text */
a {
	color: #527b7b;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #527b7b;
	background-color: inherit;	
	text-decoration: underline;
}

/* headings within the text */
h1,h2, h3 {
	font: normal 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #447766;	
}
h1 { font-size: 1.6em;} 
h2 { font-size: 1.4em; text-transform:uppercase; font-weight: bold;}
h3 { font-size: 1.3em; font-weight: bold; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}
/*lists not used at the moment*/
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #ffffff;
}

/* images this is to put a border around them and place them on the page */
img {
	border: 3px solid #555555;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

/* this is for putting in quotes or blocks of text*/
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #ffffff;	
	font: bold 1em Verdana, Sans-serif;   
}


/*	 Layout or the page(s) */
#wrap {
	background: #ffffff; 
	margin: 20px auto 0 auto;	
	text-align: left;
  	border-color: #304848;
	border-style: solid;
	border-width: 1px 1px 5px 1px;	
}	
#wrap, #footer-wrap {
	width: 84%;
}

/* header */
#header {
	position: relative;
	height: 110px;	
	background: #7F8082 url(images/heading.jpg) repeat-x 0% 100%;
	border-bottom: 5px solid #444;		
}
#header h1#logo {
	position: absolute;
	top: 5px; left: 20px;
	margin: 0; padding: 0;
	font: bolder 45px "Times New Roman";
	letter-spacing: -2px;
	color: #C8672C;	
}

/* content-wrap */
#content-wrap {
	clear: both;
	margin: 0; padding: 0;			
}

/* box */
.box {
	margin: 10px 15px;			
	border: 1px solid #304848;	 	
	background-color: #ffffff;	
}

/* main */
#main {
	margin: 0 0 0 230px;		
	padding-top: 20px;
}
#main .box {
	margin-left: 0;
}

/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0;
	padding-top: 20px; 	
}
/*sidebar navigtation*/
#sidebar ul.sidemenu {
	margin: 0 0 0 15px; padding: 0;	
	background: #bbccaa;		
	border-top: 5px solid #304848;
	border-bottom: 5px solid #304848;
}
#sidebar ul.sidemenu li {
	display: inline;
	list-style: none;		
}
#sidebar ul.sidemenu li a {
  display: block;	
  padding: 5px 10px 5px 15px;   
  text-decoration: none;
  color: #304848;
  font-weight: bold;  
} 
#sidebar ul.sidemenu li a:hover {
  color: #ffffff;
  background: #304848; 
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #C8672C; 
}
/*return to top*/
a.end {
	font: 7pt Verdana;
	color: #527b7b;
	background-color: inherit;
	text-decoration: underline;
}
a.end:hover {
	font: 7pt Verdana ;
	color: #527b7b;
	background-color: inherit;	
	text-decoration: underline;
} 

/* Footer */
#footer-wrap { 
	clear: both; 
	color: #527B7B; 
	margin: 0 auto; 
	padding: 0; 
	font-size: 88%;
}
#footer-wrap a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #527B7B;
}
#footer-wrap .footer-left{
	float: left;
	width: 65%;	
}
#footer-wrap .footer-right{
	float: right;
	width: 30%;			
}

/* menu tabs */
#header ul {
	position: absolute;
	top: 20px; right: 20px;
	margin:0; padding: 0;
   list-style:none;
	font: bold 1.3em  'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	height: 2.3em;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float: left;
   margin:0;
   padding:3px 10px 2px 10px;
   text-decoration:none;	
	color: #bbccaa;
}
#header a:hover {
	border-top: 5px solid #527B7B;	
}
#header #current a {
   color: #ffffff;
	border-top: 5px solid #FFF;
}
/* end menu tabs */

/*links across bottom of page*/
#moreLinks{
	clear:both;
	font-size: 7pt;
	padding: 0px 10px 10px 10px;
	margin-left: 20px;
}
#moreLinks a:link{color:#527b7b;}
#moreLinks a:hover{color:#527b7b; }

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear {	clear: both; }
.gray  {	color: #A0A0A0; }
.comments { 
	text-align: right; 
	padding: 7px 15px;
	margin: 20px 15px 15px 15px;
	background: #0A1646;	 
}

.imgcenter{
display:inline;
margin: 5px 0 5px 200px;
}