/* -------------------------------------------------------------------------------- */
/* 							Base appearance for key tags 							*/
/* -------------------------------------------------------------------------------- */

ul, li, p, h1, h2, h3, h4, h5, form {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#2F2F2F
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #133286;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 5px;
}

h2 {
	color: #002E88;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 8px;
}

a {
	color: #0059B2;
}

#completePage {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo {
	float: left;
}

/* -------------------------------------------------------------------------------- */
/* 							Header area, including navigation						*/
/* -------------------------------------------------------------------------------- */

#header {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 75px;
	background-image: url(/i/header/curve.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #133286;
}

#header ul {
	display: block;
	margin: 0px;
	padding: 27px 0px 0px;
	text-align: right;
	float: right;
	width: 400px;
}

#header li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

#header a {
	color: #FFFFFF;
	font-weight: normal;
}

/* -------------------------------------------------------------------------------- */
/* 							Business-area navbar	 								*/
/* -------------------------------------------------------------------------------- */

#navbar {
	margin-bottom: 30px;
}

#primaryNavbar {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navbar li, #primaryNavbar li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* -------------------------------------------------------------------------------- */
/* 							Page footer area and navbar								*/
/* -------------------------------------------------------------------------------- */

#pageFooter {
	background-image: url(/i/global/footer_bg.gif);
	width: 760px;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}

#pageFooter ul {
	list-style-type: none;
	margin: 0px;
	padding: 1px 0px 0px;
	text-align: center;
}

#pageFooter li {
	display: inline;
	padding-right: 8px;
	padding-left: 7px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
}

#pageFooter p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #666666;
}

/* -------------------------------------------------------------------------------- */
/* 							'Contact Me' form		 								*/
/* -------------------------------------------------------------------------------- */

/* #contactMe' background image and colour are set in the per-section files */
#contactMe {
	overflow: hidden;
	width: 760px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	height: 405px;
}

/* '#contactMeInner' background image is set in the per-section files */
#contactMeInner {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: repeat-x;
	background-position: top;
}

/* '#contactMe h2' text colour is set in the per-section files */
#contactMe h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	
}

#contactMe p {
	font-size: 11px;
	padding-bottom: 5px;
}

#contactMe label {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	padding-top: 6px;
	padding-left: 45px;
	margin-left: 0px;
	width: 145px;
}

#contactMeEmployees1 h3	{
	color: #4C4C4C;
	padding-top: 10px;
	padding-left: 45px;
	margin-left: -20px;
	font-weight: normal;
}

#contactMeEmployees1, #contactMeEmployees2 {
	margin-left: 20px;
}
#contactMeEmployees1 label, #contactMeEmployees2 label {
	width: 125px;
}

#contactMe #employees1, #contactMe #employees2	{
	width: 120px;
}

#contactMeEmployees2 {
	margin-bottom: 10px;
}

#contactMe input.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #A5A696;
	width: 335px;
	margin: 3px 0px 11px;
	padding: 2px 0px;
	clear: right;
}

#contactMe textarea.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #A5A696;
	width: 335px;
	margin: 3px 0px 11px;
	padding: 0px;
	float: left;
}


/* 'Contact me' form privacy policy area */

#contactMe div.privacyPolicy {
	padding-top: 20px;
}

#contactMe div.privacyPolicy p {
	color: #595959;
	font-size: 11px;
	padding-bottom: 5px;
	line-height: 14px;
}

#contactMe div.privacyPolicy h3 {
	color: #404040;
	font-size: 11px;
	line-height: 14px;
}

/* 'Contact me' form error message styling */

#contactMe span.errorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 45px;
	padding: 0px 0px 15px 0px;
	line-height: 12px;
	color: #DA0036;
}

#contactMe input.textField {
	margin: 3px 0px 5px;
}

/* Buttons */

#contactMeCancel {
	text-align: left;
	padding-top: 9px;
}

#contactMeSend {
	padding-top: 9px;
	text-align: right;
	padding-right: 172px;
	padding-bottom: 22px;
}

/* -------------------------------------------------------------------------------- */
/* 							Basic error message styling for all forms				*/
/* -------------------------------------------------------------------------------- */

span.errorMessage {
	display: none;
}

.error .errorMessage {
	display: block;
}


/* -------------------------------------------------------------------------------- */
/* 							Contact Me box											*/
/* -------------------------------------------------------------------------------- */

#contactMeBox {
	text-align: center;
	background-image: url(/i/global/contact_me_box-white.gif);
	background-repeat: no-repeat;
}

.standaloneContactMeButton {
	margin-top: 10px;
}

.sentWidth	{
	width: 365px;
}

/* -------------------------------------------------------------------------------- */
/* 							Content area columns									*/
/* -------------------------------------------------------------------------------- */

#mainContentArea {
	padding-right: 15px;
	padding-left: 15px;
}

/* -------------------------------------------------------------------------------- */
/* 							Side navigation bars									*/
/* -------------------------------------------------------------------------------- */

#sideNavbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sideNavbar li {
	padding: 2px 0px 3px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* '#sideNavbar h2' Colour is set per-section */
#sideNavbar h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 15px;
	
}
#secondaryContentArea {
	padding-right: 15px;
	padding-left: 15px;
}
#tertiaryContentArea {
	padding-right: 15px;
	padding-left: 15px;
}
.informationTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D996;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.informationTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D996;
	padding-bottom: 3px;
	background-color: #EFF1D8;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
#pageFooter p.first {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding-top: 15px;
	color: #666666;
}
#mainContentArea li {
	padding-bottom: 5px;
}
#contactMeBox h2 {
	padding-top: 0px;
}
.small {
	font-size: 11px;
	line-height: 15px;
}
#xmiReview {
	background-color: #E3F3FA;
	border: 1px dotted #42B0E8;
	padding: 8px 10px 2px;
	clear: both;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
#xmiReview h2 {
	margin: 0px;
	padding: 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D96D3;
	font-weight: bold;
}
.toBeReviewed {
	font-weight: bold;
	color: #FF00FF;
}
#pageFooter {
	clear: both;
}
.insurerInfo {
	padding-top: 10px;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}
ol.alpha {
	list-style-type: lower-alpha;
}
.informationTable {
	margin-bottom: 20px;
	border: none;
	margin-top: 10px;
}
#mainContentArea ul {
	margin-bottom: 15px;
	margin-left: 15px;
}
#makeAclaim {
	height: 98px;
	width: 190px;
	background-image: url(/i/global/make_a_claim_border.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 10px;
}
#makeAclaim h2 img {
	margin-bottom: 9px;
	padding: 0px;
}
img#posterImage {
	margin-bottom: 10px;
}
#xmiReview .approved {
	color: #b2002c;
}
.clearBoth {
	clear: both;
}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 11px;
}
body #pageFooter p#xmiCredit  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
}
.showDetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 5px;
}

