/*blue = 003559
light blue = E3E7EB
brown = 572225*/

body
{
	margin: 0 auto 0 auto;
	background-image: url(/_graphics/ui/background.gif);
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	text-transform: inherit;
	width: 210mm;
	/*font-size: 0.8em;*/
}

/* Deleted relative sizes 
h1 { font-size: 1.4em; }
h2 { font-size: 1em; }
h3 { font-size: 0.9em; }
h4 { font-size: 0.85em; }
h5, h6 { font-size: 0.75em; }
p, ul, ol, td, address, legend { font-size: 0.75em; }
ul ul, ol ol { font-size: 1em; }
td p { font-size: 1em; } */

/* Enabled fixed sizes */
h1 { font-size: 20px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5, h6 { font-size: 12px; }
p, ul, ol, td, address, legend { font-size: 12px; }
ul ul, ol ol { font-size: 1em; }
td p { font-size: 1em; }
p, ul, ol, td { line-height: 1.5em; }

h1, h2, h3, h4, h6, p
{
	margin: 0 0 1em 0;
	font-weight: normal;
}
h2 { font-weight: bold; }
h3 { margin: 0; }

h5.consultant, h5.client, h5.report
{
	text-indent: -1999px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

h5.consultant a, h5.client a, h5.report a
{
	width: 129px;
	height: 29px;
	background-repeat: no-repeat;
	display: block;
	margin: 10px auto 10px auto;
	padding: 0;
	border: none;
}
h5.report a
{
	width: 129px;
	height: 144px;
}

h5.consultant a { background-image: url(/_graphics/ui/consultant_enquiry.gif); }
h5.client a { background-image: url(/_graphics/ui/client_enquiry.gif); }
h5.report a { background-image: url(/_graphics/ui/example_report_icon.gif); }
h5.client a:hover, h5.consultant a:hover, h5.report a:hover
{
	text-decoration: none;
	background-color: transparent;
}

#content p, #content h1, #content h2, #content h3, #content ul, #content li, #content address { color: #003559; }

#wrapper
{
	width: 190mm;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	text-transform: inherit;
	float: left;
}

#header
{ display: none; }

#content
{
	width: 460px;
	float: left;
	padding: 20px;
}

address { font-style: normal; }

table.defaulttable
{
	font-weight: normal;
	margin: 2px 0 2px 0;
	border-color: #003;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}

table.defaulttable tbody td { padding: 4px; }
table.defaulttable tbody tr.odd { background-color: #D9D9F2; }
table.defaulttable tbody tr.even { background-color: #CACAED; }

/*table.defaulttable tbody tr.even:hover, table.defaulttable tbody tr.odd:hover { background-color: #CF3; }*/
table.defaulttable tbody tr.header
{
	background-color: #003;
	color: #FFF;
	padding: 4px;
	border-bottom: 2px #FFF solid;
	font-weight: bold;
	text-align: left;
	text-transform: inherit;
	vertical-align: top;
}

table.defaulttable thead th
{
	background-color: #003;
	color: #FFF;
	padding: 4px;
	border-bottom: 2px #FFF solid;
	font-weight: bold;
	text-align: left;
	text-transform: inherit;
	vertical-align: top;
}

table.defaulttable tfoot th
{
	background-color: #003;
	color: #FFF;
	padding: 4px;
	border-bottom: 2px #FFF solid;
	font-weight: bold;
}

table { border-collapse: collapse; }

#nav, #nav ul { display: none; }

#nav a:link, #nav a:visited, #nav a:active
{
	display: block;
	width: 70px;
	color: #003559;
	text-transform: inherit;
	text-decoration: none;
	border-color: #003559;
	border-width: 1px 0 1px 0;
	border-style: solid;
	background-color: #FFF;
}

#nav a:hover
{
	display: block;
	width: 70px;
	color: #FFF;
	background-color: #003559;
	border-color: #003559;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

#nav li
{
	/* all list items */
	float: left;
	/* width needed or else Opera goes nuts */
}

/* Start of header hiding and link back to homepage */
#header h1
{
	text-indent: -1999px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#header h1 a
{
	display: block;
	width: 100%;
	height: 172px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}

#header h1 a:hover
{
	text-decoration: none;
	background-color: transparent;
}

/* End of header hiding and link back to homepage */
a:link, a:visited, a:hover, a:active
{
	color: #456;
	text-transform: inherit;
	text-decoration: none;
}

#sidebar
{ display: none; }

input, textarea
{
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

#search
{
	width: 199px;
	height: 120px;
	background-color: #FFF;
	float: right;
	text-align: center;
	text-transform: inherit;
	padding: 30px 0 0 0;
	margin: 0 0 30px 0;
}

#search input
{
	border: 0;
	width: 125px;
	padding: 6px 10px 5px 20px;
	color: #666;
	font-size: 11px;
	background: transparent url('/_graphics/ui/bg_search.gif') top right no-repeat;
}

* > #search input { background: transparent url('/_graphics/ui/bg_search.gif') top right no-repeat; }

/*default table style*/
table.default
{
	font-weight: normal;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0 10px 0;
	border-color: #00A19C;
	border-width: 1px;
	border-style: solid;
}

table.default tbody td
{
	padding: 4px;
	text-align: left;
	border-color: #00A19C;
	border-width: 0 0 1px 0;
	border-style: solid;
}

table.default tbody tr.odd { background-color: #C0E8E7; }
table.default tbody tr.even { background-color: #DAF1F1; }
table.default tfoot tr { background-color: #00A19C; }
table.default tfoot th { padding: 4px; }

/* Start of sidebar link styles */

#sidebar ul
{
	font-size: 0.8em;
	/*padding: 0;*/
}

#sidebar ul ul
{
	font-size: 1em;
	/*padding: 0;*/
}

#sidebar ul
{
	/*color: #0E2B8D;*/
	color: #003559;
}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:hover, #sidebar ul li ul li a:active
{
	color: #572225;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active
{
	color: #003559;
	text-transform: inherit;
	text-decoration: none;
}
/* End of sidebar link styles */
img.graph
{
	float: none;
	clear: both;
	display: block;
	margin: 10px auto 10px auto;
}
img.graphic
{
	float: right;
	margin: 0 0 10px 10px;
}
div.clients { float: left; }
