/* This CSS Document is Copyright (C) PathwayUK 2006-present. All Rights Reserved.
   Author: Sam Bisset (admin@bungo.co.uk)
*/


/* Basic sitewide elements */
body {
background: #fff url(../images/body_bg.png) repeat-y bottom left;
color: #000;
font: small Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
text-align: left;
}

a:link {text-decoration: none; color: #00f; border-bottom: 1px dotted #00f;}
a:hover {text-decoration: none; color: #0000ee; border-bottom: 1px solid #0000ee;}
a:visted {text-decoration: none; color: #00f;}

/* Now specifying styles for the various DIV elements */
#container {
width: 700px;
height: 100%;
margin: 0px auto 0px auto;
text-align: left;
background: transparent;
}

#header {
width: 250px;
height: 150px;
text-align: center;
float: right
}

.header-image {
border: 0;
}

#bar {
	margin-top: 10px;
	margin-left: 10px;
	width: 430px;
	font-size: 120%;
	text-align: left;
	float: left;
	left: 259px;
	top: -1px;


}

#content {
float: right;
width: 440px;
margin-right: 20px;
}

#sidebar {
float: left;
width: 131px;
margin: 0;
padding: 5px;
min-height: 200px;
text-align: left;
}

#footer {
	clear: both;
	width: 678px;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: x-small;
	font-family: "Font 1", Arial, sans-serif;
}

/* Specific Paragraph and Text Styles */
.navbar { /*the styles for the <ul> element used in 'navigation.html' */
	list-style: none;
	text-align: left;
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
}

.introduction { /* used in place of the blockquote on training.asp */
margin: 0;
padding-left: 25px;
color: #555;
}

h1 {display: none;}
#bar2 {
	margin-top: 10px;
	margin-left: 10px;
	width: 690px;
	font-size: 120%;
	text-align: left;
	float: left;
	left: 259px;
	top: -1px;
	height: 20px;
	background-color: #99CCFF;
}
