﻿@import url("layout.css");
/* Stylesheet for BRD!				*/
/* Colours used and where: 			*/
/* navy: 	#000033 - borders and headings 	*/
/* sky blue: 	#CCCCFF - the word consulting 	*/
/* white: 	#FFFFFF - heading text		*/
/* pink:	#FF3366 - hover colour		*/
/* trial blue:	#3168C5 - trial highlight colour*/
/* grey:	#999999 - grey copyright colour */
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #fff;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: left;
	background-color: #000033;
	padding-left: 10px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	/*padding: 15px 10px;/*15px 10px*/
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	/*padding: 15px 10px;*/
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	/*border: 1px solid black;*/
}
#breakout {
	border: 1px solid #000033;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #ffffff;
	margin-bottom: 0;
}
#masthead h3 {
	color: #ffffff;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000033;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Right Column */
#column_r img {
	border: none;
	vertical-align: text-top;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #ffffff;
}
h2 {
	font-size: x-large;
	color: #000033;
}
h3 {
	font-size: large;
	color: #3168C5;
}
h4 {
	font-size: medium;
	color: #CCCCFF;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}

td {
	font-size: small;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.styleQuestionCol{
	text-align: left;
	vertical-align: top;
}

.styleAnswerCol{
	text-align: right;
	width: 120px;
	vertical-align: top;	
}

fieldset{
	
	margin-bottom: 15px;
}

.riskLow{
	height: 50px;
	vertical-align: middle;
	background-color:green;
	text-align: center;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	border: thin black solid;
}

.riskMedium{
	height: 50px;
	vertical-align: middle;
	background-color: yellow;
	text-align: center;
	text-transform:uppercase;
	font-weight:bold;
	color:black;
	border: thin black solid;	
}

.riskHigh{
	height: 50px;
	vertical-align: middle;
	background-color: red;
	text-align: center;	
	text-transform:uppercase;	
	font-weight:bold;
	color:black;
	border: thin black solid;	
}

.resultsBox{
background-color: #FFFF99;
}