/* --- set all margins and paddings to 0 for consistency --- */

* {
	margin: 0;
	padding: 0;
}

/* --- elements --- */

body {
	color: #555;
	font-size: 76%;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff url(../images/background_diagstrip.gif) repeat-x top;
}
h1, h2, h3, h4, h5, h6 {
	color: #6d93ad;
	margin: .5em 0;
}
h1 {
	visibility: hidden;
	font-size: 2.0em;
}
h2 {
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 0.5em;
	background: url(../images/heading_underline_dotted.gif) repeat-x bottom;
	font-size: 2em;
	margin-bottom: 0;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #F16667; }
a:active { color: #222; }
a:visited { color: #f03; }
a:hover { color: #999; }


/* site structure */

div#doc-container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#doc-header {
	background: transparent url(../images/header_bar_background.gif) no-repeat top;
	width: 760px;
	height: 111px;
	margin-top: 30px;
}
div#doc-header p {
	visibility: hidden;
}
div#doc-content {
	border-bottom: 1em solid #fff;
}
div#doc-footer {
	clear: both;
	text-align: right;
	padding-right: 40px;
	margin-bottom: 2em;
	background: url(../images/footer_background.gif) no-repeat right;
}
div#doc-footer p {
	font-size: 0.9em;
	padding: 1em 0;
	color: #888;
}	
div#doc-content-main {
	margin-right: 20px;
	width: 519px;
	float: right;
}
div#doc-sidebar {
	background: #fff url(../images/navbar_right_line.gif) no-repeat top right;
	width: 201px;
	float: left;
}

ul#top-level-navigation {
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
	margin-bottom: 300px;
}
ul#top-level-navigation li {
	display: block;
	border-bottom: 1px solid #ccc;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	color: #5c7b91;
	display: block;
	padding: 0.5em 10px;
	text-decoration: none;
	background: url(../images/navbar_arrow_background.gif) no-repeat 134px -166px;
}
ul#top-level-navigation li a:hover {
	color: #f16667;
	background: url(../images/navbar_arrow_background.gif) no-repeat 134px 14px;
}


br.clear {
	display: block;
	clear: both;
}

/* bespoke content formatting */

div.home-introduction {
	float: left;
	width: 319px;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}
div.home-introduction p, div.page-introduction p {
	color: #F16667;
	font-size: 1.15em;
	line-height: 1.83em;
}
div.page-introduction {
	width: 519px;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}

div.home-definitions {
	float: left;
	margin: 10px 0 0 20px;
	width: 178px;
	border: 1px solid #ccc;
	background: #ebebeb;
}
div.home-definitions p {
	font-size: 0.8em;
	padding: 0 8px;
}
div.brian-woodall {
	width: 180px;
	float: right;
	text-align: center;
	margin: 1em 0 70px 20px;
}
div.brian-woodall img {
	display: block;
}
div.brian-woodall p {
	margin: 0.3em;
	color: #78A1BE;
	font-weight: bold;
}

div.business-development {
	width: 250px;
	float: left;
}
div.people-development {
	width: 250px;
	float: left;
	margin-left: 19px;
}
div.business-development ul, div.people-development ul {
	margin: 1em;
}
div.business-development h3, div.people-development h3 {
	background: url(../images/heading_underline_dotted.gif) repeat-x bottom;
	padding-bottom: 1em;
}



/* table formatted dl */

dl.table-display {
	width: 100%;
	margin: 1em 0;
	padding: 0;
}

dl.table-display dt {
	width: 45%;
	float: left;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
	font-size: 0.9em;
	color: #999;
}

/* commented backslash hack for mac-ie5 \*/
dt {
	clear: both;
}

dl.table-display dd {
	float: left;
	width: 55%;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
}

/* form stuff */

label {
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
}
input, textarea {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 0.3em;
}
input {
	width: 167px;
}
input.validate-error {
	color: #F16667;
	padding: 0.3em 35px 0.3em 0.3em;
	width: 136px;
	border: 1px solid #F16667;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
	
}
textarea.validate-error {
	color: #F16667;
	padding: 0.3em;
	border: 1px solid #F16667;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
}
input.button {
	font-size: 1em;
	font-family: verdana, Arial, Helvetica, sans-serif;
	width: auto;
	color: #000;
	margin-right: 10px;
}
span.required {
	color: #F16667;
	font-style: italic;
}
img.captcha {
	margin-bottom: 0.5em;
	border: 1px solid #A5ACB2;
}

img.diagram {
	display: block;
	margin: 2em auto 1em auto;
}

/* user prompts */

div.user-message {
	background: #F16667;
	border: 1px solid darkred;
	margin: 1em 0;
	padding: 1px 1em;
	color: #fff;
}
div.user-message h3 {
	color: #fff;
	margin-top: 0.8em;
}

/* miscellaneous */


img.introductory-picture {
	display: block;
	margin-top: 1em;
}

ul.content-styled {
	margin: 1em 2em;
	list-style: none;
}
ul.content-styled li {
	margin: 0.5em 0;
	padding-left: 18px;
	background: url(../images/list_bullet_content-styled.gif) no-repeat 0 0.3em;
}

table.stylised-table {
	width: auto;
	margin: 1em 0;
}
table.stylised-table tr {

}
table.stylised-table tr td, table.stylised-table tr th {
	padding: 0.4em 1em;
}
table.stylised-table tr th {
	color: #b44c4d;
	background: #efcccc;
	border: 1px solid #f16667;
	text-align: right;
}
table.stylised-table tr td {
	background: #eee;
	border: 1px solid #ccc;
}

div.address {
	color: #999;
	text-align: right;
	width: 680px;
	margin: -1em auto 2em auto;
}