/* Reset
================================== */

* {
	margin: 0;
	padding: 0;
	}

img {
	border: none
	}

/* Typography
================================== */

a:hover, a:active { 
	text-decoration: none; 
	}
	
body {
	font-size: 0.75em;
	line-height: 164%;
	}

ul, ol { 
	margin: 0 0 10px 20px;
	}
	
ul ul, ul ol, ol ul, ol ol { 
	margin: 0 0 0 20px;
	}
	
p {
	margin: 0 0 10px 0;
	}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 140%;
	}
	
h1 {
	font-size: 2em; 
	}

h2 {
	font-size: 1.5em;
	letter-spacing: -0.01em;
	}

h3 {
	font-size: 1.3em;
	letter-spacing: -0.01em;
	}
.logininfo {
	font-size: 1.3em;
	letter-spacing: -0.01em;
	color:#F70000;
	}

h4 {
	font-size: 1.18em;
	font-weight: bold;
	}
	
/* Useful
================================== */

.clear-left {
	clear: left;
	}
	
.clear-right {
	clear: right;
	}
	
.clear-both {
	clear: both;
	}
	
.float-left {
	float: left;
	}

.float-right {
	float: right;
	}
	
.photo-left {
	float: left;
	margin-right: 10px;
	}

.photo-right {
	float: right;
	margin-left: 10px;
	}
	
.hr hr {
	display: none;
	}
	
.hr {
	clear: both;
	margin: 10px 0 9px 0;
	height: 1px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
.center {
	margin: 0 auto;
	text-align: center;
	}

/* Structure
================================== */

.main-wrapper {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
	}
	
.header {
	min-height: 105px;
	padding: 0 20px;
	}
	
.header .logo h1 a {
	display: block;
	text-indent: -9999px;
	position: relative;
	}
	
.header .logo h1 a:focus {
	outline: none;
	}
	
.header .strapline {
	text-align: right;
	margin-top: 20px;
	width: 690px;
	}
	
.header .strapline h2 {
	line-height: 100%;
	color: #F70000;
	}
	
.header .strapline h3 {
	line-height: 100%;
	}
	
.header .strapline a {
	text-decoration: none;
	color:  #F70000;
	}
	
.header .strapline a:hover {
	text-decoration: underline;
	}
	
.header .login {
	min-width: 300px;
	position: relative;
	right: -20px;
	margin-top: 4px;
	min-width: 325px;
	max-width: 600px;
	text-align: center;
	}
	
.header .login-inner {
	margin-left: 10px;
	padding: 4px 10px 4px 0;
	}
	
.nav {
	min-height: 30px;
	padding: 0 20px;
	position: relative;
	}
		
.nav ul {
	margin: 0;
	list-style: none;
	line-height: 140%;
	}
	
.nav ul li {
	float: left;
	margin: 3px 4px 0 0;
	}
	
.nav ul li a {
	display: block;
	padding: 5px 9px;
	min-height: 17px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.18em;
	letter-spacing: 0.03em;
	}
	
.content-wrapper {
	padding: 20px;
	}
	
body.introducers .content-wrapper,
body.clients .content-wrapper {
	padding-top: 3.25em; /* to allow room for the sub-menu */
	}
	
.content-wrapper .gutter {
	margin-right: 12px;
	}
	
.content-wrapper .col-1 {
	width: 295px;
	}

.content-wrapper .col-2 {
	width: 600px;
	}
	
.content-wrapper .sidebar a.more {
	display: block;
	text-align: right;
	}
	
.footer {
	min-height: 30px;
	padding: 20px 20px 0 20px;
	text-align: center;
	}
	
.footer ul {
	margin: 0;
	list-style: none;
	}
	
.footer ul li {
	display: inline;
	}
	
.footer ul li a {
	text-decoration: none;
	border-right: 1px solid #C8A7C3;
	padding-right: 5px;
	margin-right: 5px;
	}
	
.footer ul li a.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	}
	
.footer ul li a:hover {
	text-decoration: underline;
	}
	
/* Homepage
================================== */
	
.home p {
	margin-bottom: 5px;
	}
	
.home .login-wrapper h2 {
	margin-bottom: 7px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
		
.home .login-wrapper {
	width: 275px;
	padding: 10px;
	margin-bottom: 20px;
	}
	
.home .login-form .form-row {
	min-height: 1em;
	margin-bottom: 10px;
	}
	
.home .login-form .form-row.button {
	margin: 0;
	text-align: right;
	}
	
.home .login-form .form-row.button input {
	padding: 3px 10px;
	border: none;
	font-weight: bold;
	font-size: 1em;
	}
	
.home .login-form .form-row label {
	font-weight: bold;
	width: 6em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	}
	
.home .login-form .form-row input {
	width: 150px;
	} 
	
.home .login-form .form-row.button input {
	width: auto;
	} 
	
/* Forms
================================== */
/* CSS to tidy up the old form mark-up
in the new template */

.form table {
	font-size: 98%; /* Make all text a fraction smaller */
	}
	
.form table .border-left {
	border-left: 1px solid #f6f6f6;
	padding: 0 10px;
	}

.form table .first {
	border: none;
	padding-left: 0;
	}
	
.form table .last {
	padding-right: 0;
	}
	
table h1 {
	font-size: 1.3em;
	}
	
/** Temporary tracking style **/

.TrackBlock1 {
}

.TrackBlock2 {
	background-color: #FCF5CA;
}

.TrackBlock3 {
	background-color:#FCF5CA;
}

.TrackBlock4 {
	background-color:#FFE844;
}

.TrackBlock5 {
	background-color:#d6d6d6;
}

.Highlight {
	COLOR:  #001E99;
	MARGIN-TOP: 0pt;
	FONT-WEIGHT: bold;
	MARGIN-BOTTOM: 0pt;
}

.Highlight A {
	COLOR:  #001E99;
	MARGIN-TOP: 0pt;
	FONT-WEIGHT: bold;
	MARGIN-BOTTOM: 0pt;
	text-decoration: underline;
}

TH {
	BORDER-RIGHT: #ffffff;
	BORDER-TOP: #ffffff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	BORDER-LEFT: #ffffff;
	COLOR: #032FA8;
	background-color: #FFE844;
	TEXT-ALIGN: center
}

.findquote {
	background-color: #FCF5CA;
}



.sectionwrapper
{
	border-top:solid 1px #f6f6f6;
	border-left:solid 1px #f6f6f6;
	border-right:solid 1px #f6f6f6;
	padding-top:10px;
}
.sectionfullwrapper
{
	border:solid 1px #f6f6f6;
	padding-top:10px;
}
.sectionbottomwrapper
{
	border-bottom:solid 1px #f6f6f6;
	padding-top:5px;
	padding-bottom:1px;
}


/* Case management
================================== */

.summary
{
	line-height: 1.2em;
}

.filter-wrapper 
{
	border: solid 1px #DCDCDC;
	}
.alt
{ background-color: #FCF5CA;
}
.filter-wrapper	.sales-summary,
.filter-wrapper	.purchase-summary,
.filter-wrapper	.filters {
	min-height: 10em;
	padding: 6px;
	}

.filter-wrapper	.notes-summary {
	min-height: 11em;
	padding: 10px 10px 1px 10px;
	}
.filter-wrapper	 .summary-wrapper {
	width: 65%;
	}
	
.filter-wrapper	.sales-summary,
.filter-wrapper	.purchase-summary {
	width: 30%;
	}
	
.filter-wrapper	.filters {
	width: 31.5%;
	padding-right: 0;
	}
	
.filter-wrapper	.filters {
	}
	
.filter-wrapper	.filters h3 {
	margin-bottom: 10px;
	font-size: 10pt;
	}
	
.filter-wrapper	.filters .filter-row {
	margin-bottom: 10px;
	}
	
.filter-wrapper	.filters .filter-row label {
	display: inline-block;
	width: 35%;
	text-align: right;
	margin-right: 5px;
	}
	
.filter-wrapper	.filters .filter-row select {
	width: 60%;
	}
	
.filter-wrapper	.summary-wrapper ul {
	margin: 0;
	}
	
.filter-wrapper	.summary-wrapper ul li {
	list-style: none;
	background: #E8E6D7;
	padding: 2px 2px;
	font-weight: bold;
	line-height: 1.2em;
	
	}

.filter-wrapper	.summary-wrapper ul li.alt {
	background-color: #FCF5CA;
	}

.summary-wrapper ul li a {
	display: inline-block;
	width: 200px;
	}
	
.filter-wrapper	.summary-wrapper ul li span a {
	width: auto;
	}
	
.filter-wrapper	.summary-wrapper h4 {
	margin-bottom: 5px;
	}
	
.keyword-wrapper .or .inner,	
.keyword-wrapper .keyword .inner {
	min-height: 1.2em;
	
	}
.inner h3
{ font-size: 11pt;
	padding:0px;
	margin: 0px;}
	
.keyword-wrapper .or .inner,
.keyword-wrapper .keyword .inner {
	padding: 10px;
	}
	
.keyword-wrapper .or {
	background: #B5AD7B;
	color: #FFF;
	text-transform: uppercase;
	margin: 10px 0 0;
	width: 9%;
	border-right: 1% solid #fff;
	text-align: center;
	}
	
.keyword-wrapper .keyword {
	width: 89%;
	background: #E1DFCC;
	margin-top: 10px;
	}
	
.keyword-wrapper .keyword input.text-field {
	margin: 0 5px;
	width: 40%;
	border: 1px solid #787661;
	padding: 3px;
	}
	
.keyword-wrapper .keyword .button {
	margin-left: 10px;
	}
	
.results-wrapper .title-wrapper {
	border-top: 1px solid #B5AD7B;
	border-bottom: 1px solid #B5AD7B;
	margin: 10px 0;
	padding: 5px 0;
	}
	
.results-wrapper .title-wrapper p {
	margin: 0;
	}
	
.results-wrapper .results table {
	width: 100%;
	}
	
.results-wrapper .results th,
.results-wrapper .results td {
	padding: 5px;
	border-right: 1px solid #fff;
	}
	
.results-wrapper .results th {
	background:#FFE844;
	color: #032FA8;
	font-weight: bold;
	font-size: 10pt;
	}
	
.results-wrapper .results th a {
	color: #FFF;
	}
	
.results-wrapper .results tr {
	}

.results-wrapper .results tr.alt {
	background:  #FCF5CA;
	}
	
.results-wrapper .results td.overdue,
.results-wrapper .results td.due {
	font-weight: bold;
	}
	
.results-wrapper .results td.overdue {
	text-transform: uppercase;
	color: #000000;
	}
	
.results-wrapper .results th .help {
	background: url(../../images/andrewgrant/icon-help.gif) no-repeat;
	text-indent: -9999em;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 0.2em;
	left: 0.1em;
	}
	
.alert-wrapper {
	padding-bottom: 10px;
	}
	
.alert {
	background: #FFF5CC;
	padding: 10px;
	}
	
.alert ul {
	margin: 10px 0 0 0;
	}
	
.alert ul li {
	display: inline;
	margin-right: 10px;
	}
	
.alert ul li a {
	color: #000000;
	font-weight: bold;
	}


