html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: normal 0.7em/1.4em arial, verdana, sans-serif; 
	color: black;
	background: white url('header-tile.gif') repeat-x top left;
}

div#container {
	position: relative;
	padding: 0;
	display: inline-block;
	background: white;
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	background: transparent;
}
/*\*/
div#container {
	display: block;
}
/* */

div#header {
	background: white url('header-tile.gif') repeat-x bottom left;
	min-height: 56px;
	position: relative;
	padding-left: 160px;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 150px;
	height: 50px;
}
div#logo span {
	display: none;
}
div#logo a, div#logo a:visited, div#logo a:link {
	display: block;
	width: 150px;
	height: 50px;
	background: transparent url('logo.gif') no-repeat bottom left;
}
div#logo a:hover, div#logo a:active {
	background: transparent url('logo-hover.gif') no-repeat bottom left;
}

#navigation {
	padding: 0;
	height: 56px;
	margin: 0;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 56px;
}

#navigation ul li {
	float: left;
	min-width: 1em;
	margin: 0;
	padding: 0;
}

#navigation ul li a, #navigation ul li a:visited, #navigation ul li a:link {
	display: block;
	height: 56px;
	line-height: 56px;
	padding: 0 0.8em;
	font-weight: bold;
	font-size: 1.1em;
	color: black;
}

#navigation ul li#on, #navigation ul li:hover {
	background: #ff8d57 url('button-on-tile.gif') repeat-x bottom left;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li#on a, #navigation ul li#on a:visited, #navigation ul li#on a:link {
	background: #ff8d57 url('button-on-tile.gif') repeat-x bottom left;
	color: white;
}

div#spaceFix {
	background: white url('header-tile-fix.gif') no-repeat bottom left;
	height: 14px;
	width: 378px;
	position: absolute;
	bottom: 0;
	right: 9px;
}


div#messageBoard {
	background: transparent url('messageBoard.jpg') no-repeat top left;
	height: 183px;
}

div#messageBoard a, div#messageBoard a:link, div#messageBoard a:visited {
	text-decoration: none;
	color: #ff8d57;
	font-weight: normal;
}
div#messageBoard a:hover, div#messageBoard a:active {
	color: #439bb9;
}

div#leftMessage {
	margin: 20px 0 20px 80px;
	float: left;
	width: 530px;
	height: 103px;
	font-size: 28px;
	line-height: 2em;
	text-align: center;
}

div#rightMessage {
	margin: 0 0 0 70px;
	float: left;
	width: 250px;
	height: 153px;
}

div#offerTitle {
	font-size: 2.5em;
	line-height: 1.2em;
	color: #439bb9;
}
div#offerMessage {
	margin: 0 0 0 50px;
	width: 130px;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	font-weight: bold;
}



div#caseStudies {
	background: #3c3e3e url('sub-nav-tile.gif') repeat-x bottom left;
	padding: 0 0 0.5em 0;
	min-height: 10em;
	margin-bottom: 0.5em;
	color: white;
	text-align: justify;
}

div#caseTitle {
	background: #3c3e3e url('caseTitle-tile.gif') repeat-x top left;
	font-size: 1.8em;
	line-height: 1.6em;
	margin-bottom: 5px;
	padding: 0 0.5em;
}

div#caseStudies img {
	float: left;
	margin: 0 0.5em 0.5em 0;
	border: 4px solid white;
}

div#caseStudies a, div#caseStudies a:link, div#caseStudies a:visited {
	font-size: 1.4em;
	color: #ff8d57;
}
div#caseStudies a:hover, div#caseStudies a:active {
	color: #439bb9;
}

div#leftStudy, div#rightStudy {
	float: left;
	width: 47.4%;
	padding: 0 0.8%;
}
div#leftStudy {
	border-right: 1px solid white;
}





#subNavigation {
	padding: 0;
	height: 40px;
	margin: 0 0 10px 0;
	background: #3c3e3e url('sub-nav-tile.gif') repeat-x bottom left;
}

#subNavigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 40px;
}

#subNavigation ul li {
	float: left;
	min-width: 1em;
	margin: 0;
	padding: 0;
}

#subNavigation ul li a, #subNavigation ul li a:visited, #subNavigation ul li a:link {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 0.8em;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
}

#subNavigation ul li#s_on, #subNavigation ul li:hover {
	background: #ff8d57 url('button-on-tile.gif') repeat-x bottom left;
}
#subNavigation ul li a:hover, #subNavigation ul li a:active, #subNavigation ul li#s_on a, #subNavigation ul li#s_on a:visited, #subNavigation ul li#s_on a:link {
	background: #ff8d57 url('button-on-tile.gif') repeat-x bottom left;
	color: white;
}




div#middlewrapper {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: transparent;
}

div#middle {
	margin: 0 216px 0 0;
	padding: 0 1em 1em 0;
	min-height: 250px;
	text-align: left;
	background: white;
}


#middle h1 {
	color: #fe6119;
	font-weight: normal;
	font-size: 2.2em;
	margin: 0;
	padding: 0.4em 0 0.5em 0;
}

#middle h2 {
	color: #fe6119;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0;
	padding: 0.2em 0 0.5em 0;
}

#middle h3 {
	color: #439bb9;
	font-size: 1.4em;
	margin: 0 0 0 0.7em;
	padding: 0.2em 0 0.5em 0;
}
#middle h3 a, #middle h3 a:link, #middle h3 a:visited {
	color: #439bb9;
}
#middle h3 a:hover, #middle h3 a:active {

}

#left {
	float: left;
	width: 200px;
	padding: 0 8px;
	margin: 0 0 0 -216px;
	background-color: #ebefef;
}
#left h3 {
	font-size: 10pt;
	margin: 0 0 0.3em 0;
	padding: 0.3em;
	background: #ff8d57 url('button-on-tile.gif') repeat-x bottom left;
	color: white;
	font-weight: bold;
}
#left ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	background-color: white;
}
#left ul li {
	padding: 5px;
}
#left ul li a, #left ul li a:link, #left ul li a:visited {
	color: #ff8d57;
	font-weight: normal;
}
#left ul li a:hover, #left ul li a:active {
	color: #439bb9;
}




.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #439bb9;
	font-weight: bold;
}
a:hover, a:active {
	color: #ff8d57;
}

p {
	font-size: 1.2em;
	margin: 0.5em 0 1em 0;
	line-height: 1.6em;
	text-align: justify;
}

#footerFix {
	height: 80px;
	clear: both;
}

#footer {
	clear: both;
	position: relative;
	text-align: center;
	margin-top: -80px;
	height: 70px;
	padding: 10px 0 0 0;
	background: white url('footer-tile.gif') repeat-x top left;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 10px auto 0 auto;
}

#footer ul li {
	display: inline;
	margin: 0 2em 0 0;
	padding: 0;
}

#footer ul li a, #footer ul li a:visited, #footer ul li a:link {
	background-color: #fff;
	text-decoration: none;
	border: 0;
}

#footer ul li a:hover, #footer ul li a:active {

}

#copyright {
	font-weight: bold;
	color: #fe6119;
	font-size: 1.2em;
}

.accesskey {
	text-decoration: underline;
}




fieldset.standard {
	padding: 1em;
	margin: 0 0 1em 0;
	border: 1px solid #dad4d4;
	background-color: #f5f5f5;
}
fieldset.standard label {
	display: block;
	width: 23%;
	float: left;
	line-height: 2.3em;
	text-align: right;
	padding: 0 2% 0 0;
	font-weight: bold;
	color: #414040;
	min-height: 2.3em;
}
fieldset.standard div.input_wrapper, fieldset.standard div.input_wrapper_error, fieldset.standard div.input_wrapper_complete {
	width: 74%;
	float: left;
	min-height: 1.9em;
	line-height: 2.3em;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}
fieldset.standard div.input_wrapper_error {
	background-color: #f8c1bf;
	border-color: #bc1d17;
}
fieldset.standard div.input_wrapper_complete {
	background-color: #cff9d6;
	border-color: #7cdd62;
}

fieldset.standard div.input_wrapper div.section, fieldset.standard div.input_wrapper div.section_title, fieldset.standard div.input_wrapper div.section_long {
	float: left;
	width: 90px;
	min-height: 1.9em;
}
fieldset.standard div.input_wrapper div.section_title {
	padding-left: 10px;
	width: 80px;
	font-weight: bold;
	color: #666666;
}
fieldset.standard div.input_wrapper div.section_long {
	width: 160px;
}




.highlight {
	color: red;
}
.highlightbold {
	color: red;
	font-weight: bold;
}

.completed {
	color: green;
}
.completedbold {
	color: green;
	font-weight: bold;
}

.compulsory {
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

select {
	border: 1px solid #bdd2d6;
}

textarea.standard, textarea.standard_error, textarea.standard_complete {
	width: 98%;
	height: 94px;
	padding: 3px;
	background: white;
	border: 1px solid #bdd2d6;
	line-height: 1.3em;
}
textarea.standard_error {
	background: #f8c1bf;
	border-color: #bc1d17;
}
textarea.standard_complete {
	background: #cff9d6;
	border-color: #7cdd62;
}

input.standard_variable, select.standard_variable, input.standard_variable_error, select.standard_variable_error, input.standard_variable_complete, select.standard_variable_complete {
	border: 1px solid #bdd2d6;
	background: white;
	padding: 4px 3px;
}
input.standard, select.standard, input.standard_error, select.standard_error, input.standard_complete, select.standard_complete {
	width: 240px;
	border: 1px solid #bdd2d6;
	background: white;
	padding: 4px 3px;
}
select.standard, select.standard_error, select.standard_complete {
	width: 248px;
	padding: 3px 3px;
}
input.standard_variable_error, select.standard_variable_error, input.standard_error, select.standard_error {
	background: #f8c1bf;
	border-color: #bc1d17;
}
input.standard_variable_complete, select.standard_variable_complete, input.standard_complete, select.standard_complete {
	background: #cff9d6;
	border-color: #7cdd62;
}

input.button {
	border: 1px solid #1e6a96;
	background: #1e6a96;
	font-weight: bold;
	color: white;
	padding: 4px;
}
input.button:hover {
	color: white;
	background: #004f7d;
}


/* Captcha links ------------------------------------------------------------------------ */
img.standard_captcha {
	float: left;
	width: 200px;
	height: 60px;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #bdd2d6;
}

a.audio_captcha, a.audio_captcha:link, a.audio_captcha:visited {
	display: block;
	float: left;
	margin: 28px 0 0 10px;
	min-width: 30px;
	min-height: 30px;
	background: transparent url('audio-captcha-off.gif') no-repeat top left;
}
a.audio_captcha:hover, a.audio_captcha:active {
	background: transparent url('audio-captcha-on.gif') no-repeat top left;
}
a.audio_captcha span {
	display: none;
}



/* System Messages --------------------------------------------------------------------------------- */

div.message, div.error {
	margin: 10px 0 10px 0;
	padding: 0.3em 1em;
	font-weight: bold;
	color: #1d9804;
	background-color: #cff9d6;
	border: 1px solid #7cdd62;
	line-height: 1.5em;
}
div.error {
	color: #bc1d17;
	background-color: #f8c1bf;
	border-color: #bc1d17;
}
div.message ul, div.error ul {
	margin: 0;
	padding: 0.1em;
	list-style: none;
}
div.message ul li, div.error ul li {
	padding: 0.3em 0;
}
div.error ul li span.num {
	font-weight: bold;
}




ul.spaced, ol.spaced, ul.nested, ol.nested {
	margin: 0 0 10px 0;
}
ul.spaced li, ol.spaced li, ul.nested li, ol.nested li {
	line-height: 1.6em;
	padding: 3px 0;
	text-align: justify;
}

ul.spaced li, ol.spaced li {
	font-size: 1.2em;
}
ul.nested li, ol.nested li {
	font-size: 0.9em;
}


div#breadcrumbs {
	text-align: right;
}


div.caseStudy {
	padding: 1em;
	margin: 0 0 1em 0;
	border: 1px solid #dad4d4;
	background-color: #f5f5f5;
}

div.caseStudy h2 a, div.caseStudy h2 a:link, div.caseStudy h2 a:visited {
	text-decoration: none;
	color: #ff8d57;
	font-weight: normal;
}
div.caseStudy h2 a:hover, div.caseStudy h2 a:active {
	color: #439bb9;
}

div.caseStudy img {	
	border: 4px solid white;
	margin: 0;
	padding: 0;
}

div.rightPic {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #dad4d4;
	padding: 0;
}

div.leftPic {
	float: left;
	margin: 0 0.5em 0.5em 0;
	border: 1px solid #dad4d4;
	padding: 0;
}



/* General Table ------------------------------------------------------------------------------------------ */
table.standard {
	border-collapse: collapse;
	width: 100%;
}
table.standard tr td {
	border: 1px solid #cfcfcf;
	padding: 5px;
	background-color: #ebefef;
	vertical-align: top;
}

table.standard tr.text_centre td {
	text-align: center;
}

table.standard tr.title td {
	background: #81bcd0 url('table-tile.gif') repeat-x bottom left;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: white;
	font-weight: bold;
	border-bottom: 0;
	border: 1px solid #81bcd0;
}

table.standard tr.subTitle td {
	background: white url('header-tile.gif') repeat-x bottom left;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #ff8d57;
	font-weight: bold;
	border-bottom: 0;
}

ul.tableSpaced {
	line-height: 1.6em
}
