html {
	height: 100%;
}

body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	height: 100%;
}

em {
	font-style: italic;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	min-height: 90px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #4F2700;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
}

h4 {
	color: #825B2E;
	font-family: Helvetica, Tahoma, Arial, sans-serif !important;
	font-weight: bold;
	font-size: 11pt;
	text-transform: none;
	margin: 10px 0 -3px 0;
}

a {
	text-decoration: none;
	color: #fff;
}

strong {
	font-weight: bold !important;
}

.sectionheading {
	font-family: Helvetica, Tahoma, Arial, sans-serif !important;
	font-weight: bold;
	text-transform: none !important;
	color: #25408f;
	font-size: 16pt;
}

.homeheading {
	color: #4F2700;
	font-size: 28pt;
	min-height: 40px !important;
}


.clear {
	clear: both;
	height: 0px;
}

#page {
	width: 930px;
	margin: 0 auto;
	height: auto;
	background-image: url(images/bg_page.gif);
	background-position: 150px left;
	background-repeat: repeat-y;
}

#HeadingBackground {
	background-image: url(images/bg_heading.gif);
	background-position: 190px 150px;
	background-repeat: no-repeat;
}

#headerbox {
	height: 120px;
	background-color: #4F2700;
}

.headerboxlogo {
	margin: 38px 0 0 38px;
}

#topnavigationbox {
	height: 30px;
	background-color: #333;
}

#topnavigationbox li{
	float: left;
	font-size: 9pt;
	font-weight: bold;
	height: 17px;
	margin: 7px 0 0 0;
	padding: 0 10px 0 5px;
	color: #fff;
}

.topnavigationitem {
	border-right: 1px solid #fff;
}

.topnavigationitem_lifeservices a{
	color: #3D72D2;
}

.topnavigationitem_last {
	border: none;
}

.topnavigationitem a {
	color: #FFF;
}

#sidenavigationbox {
	width: 215px;
}

#footerlinks {
	margin: 0;
	padding: 10px 0 10px 320px;
	background-color: #FFF !important;
	height: 30px;
}

#footerlinks a {
	color: #000;
	padding: 3px 10px 0 5px;
}

#footerlinks li{
	float: left;
	font-size: 8pt;
	font-weight: bold;
	height: 17px;
	margin: 10px auto 0 auto;
}

.footerlinksitem{
	border-right: 1px solid #000;
}

#contentbox {
	display: block;
	width: 465px;
	padding: 0 30px 15px 5px;
}

#contentbox h1 {
	margin: 10px 0 10px 0;
}

#contentbox p {
	margin: 10px 0 0 0;
}

#contentbox ul li {
	color: #25408f;
	list-style-type: square;
}

#contentbox ul li span {
	color: #000;
	margin: 0 0 0 -3px !important;
}

#contentbox li {
	margin: 5px 0 0 25px;
}


#contentbox h3 {
	font-weight: bold;
	margin: 10px 0 0 0;
}

#contentbox a {
	color: #3d72d2;
}

.blueheading {
	color: #23408f;

}

.bluelink, .bluelink a, .pdfdownload {
	/* color: #53699C !important; -original colour */
	color: #3d72d2 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wideletterspacing {
	letter-spacing: 2px;
}



/* Main Navigation Menu */

#mainmenu {
	color: #FFF;
	font-size: 8pt;
	margin-top: -2px;
}

#mainmenu a, a:hover, a:visited {
	text-decoration: none;

}

#mainmenu h3, .nosubitems {
	/* main menu colour */
	background-color: #825B2E;
	height: 31px;
	padding: 4px 0 0 5px;
	width: 185px;
	cursor: pointer;
	margin: 2px 0 0 0;
	text-transform: uppercase;
	outline: none;
	display: block;
}

#mainmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainmenu li {
	/*Sub Menu Background Colour*/
	/* background-color: #53699C; - original colour */
	/*background-color: #3d72d2; - Crappy blue*/
	/* sub menu colour off */
	background-color: #EBDED1;
	min-height: 25px;
	line-height: 25px;
	display: block;
	margin: 0 0 2px 15px;
	padding: 2px 0 2px 10px;
	font-size: 8pt;
	outline: none;
	width: 180px;
}



#mainmenu li a {
	/*Sub Menu Text Colour*/
	width: 180px;
	color:#000;
	min-height: 25px;
	display: block;
	outline: none;
	
}



.ui-state-active {
	width: 200px !important;
}

.menuH3-valign {
	line-height: 28px;
}

/* Page Navigation */

#pagelinks {
	background-color: #e0e0ed;
	border-top: 2px solid #25408f;
}

#pagelinks li {
	/*blue box contents*/
	list-style-type: none !important;
	margin: 0;

	padding: 0 0 0 5px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #25408f;
	font-size: 10pt;
	font-weight: bold;
}

#pagelinks a {
	color: #25408f;
}

.PDF-iconandlink {
	margin: 10px 0;
}

/* Page Backgrounds */


.content_marginated {
	margin-top: 220px;
}


#ContentBackground_home {
	background-image: url(images/contentbackground_home.jpg);
	background-position: 190px 150px;
	background-repeat: no-repeat;
}

#ContentBackground-text_home{
	height: 230px;
	margin: 0;
}

#ContentBackground-text_home h3 {
	/* Privately owned, independent, licensed insurance brokers */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt !important;
	font-weight: bold;
	margin: 0;
	color: #FFF;
	padding: 200px 0 0 0;
	text-transform: uppercase;
	text-align:center
}


#imagebox {
	width: 215px;
	height: 100%;
}

#imagebox_home {
	width: 215px;
	min-height: 360px;
	background-image: url(images/bg_imagebox_coloursquares.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#imagebox_addressbox {
	margin: 400px 0 0 0;
	width: 170px;
	padding: 5px;
	background-color: #bea282;
}

#imagebox_pullout {
	font-weight: bold;
	color: #4F2700;
	padding: 5px;
}

/* Quick Links */

#quicklinksbox {
	width: 205px;
	height: 100%;
	padding: 0 5px 0 5px;
	background-image: url(images/bg_quicklinks_business.gif);	
	background-repeat: no-repeat;
}

#quicklinksbox-4block {
	width: 205px;
	height: 100%;
	padding: 0 5px 0 5px;
	background-image: url(images/bg_quicklinks_business.gif);	
	background-repeat: no-repeat;
}

#quicklinksbox-4block h2 {
	color: #FFF;
	margin: 310px 0 10px 0;
	font-family: Helvetica, Tahoma, Arial, sans-serif !important;
	font-weight: bold;
	font-size: 14pt;
	text-transform: none;
}

#quicklinksbox-4block a {
	color: #825B2E;
	margin: 10px 0 0 0;
	display: block;
}

.quicklinksbox-business {
	background-image: none !important;
	background-image: url(images/bg_imagebox_about.gif) !important;	
	background-repeat: no-repeat;
}

.quicklinksbox-motorvehicle {
	background-image: none !important;
	background-image: url(images/bg_motorvehicle.gif) !important;	
	background-repeat: no-repeat;
}

.quicklinksbox-horticulture {
	background-image: none !important;
	background-image: url(images/bg_horticulture.gif) !important;	
	background-repeat: no-repeat;
}

.quicklinksbox-vending {
	background-image: none !important;
	background-image: url(images/bg_vending.gif) !important;	
	background-repeat: no-repeat;
}

.quicklinksbox-contractors {
	background-image: none !important;
	background-image: url(images/bg_contractors.gif) !important;	
	background-repeat: no-repeat;
}

.quicklinksbox-water {
	background-image: none !important;
	background-image: url(images/bg_water.gif) !important;	
	background-repeat: no-repeat;
}

.quicklinksbox-personal {
	background-image: none !important;
	background-image: url(images/bg_personal.gif) !important;	
	background-repeat: no-repeat;
}

#quicklinksbox a {
	/* Quick links text color */
	color: #25408F;
	margin: 10px 0 0 0;
	display: block;
}

#quicklinksbox h2 {
	color: #fff;
	margin: 220px 0 10px 0;
	font-family: Helvetica, Tahoma, Arial, sans-serif !important;
	font-weight: bold;
	font-size: 14pt;
	text-transform: none;
}

#quicklinksbox-industry {
	width: 205px;
	padding: 0 5px 0 5px;
	margin: 0;
}


#quicklinksbox-industry a {
	color: #825B2E;
	margin: 10px 0 0 0;
	display: block;
}

#quicklinksbox-industry h2 {
	margin: 20px 0 10px 0;
	font-family: Helvetica, Tahoma, Arial, sans-serif !important;
	font-weight: bold;
	font-size: 14pt;
	text-transform: none;
}


.quicklink-moreinfo {
	float: right;
	margin: 30px 5px 0 5px;
	width: 200px !important;
}

.quicklink-moreinfo h4 {
	margin: 0 0 5px 0;
}

.quicklink-moreinfo p a{
	color: #825B2E;
}

.quicklink-linespacer {
	line-height: 30px;
}

.moreinfobox-negative-margin{
	margin: -100px 0 0 0;
}

/* More Information Content blocks */

#moreinfo_quote {
	border-bottom: 2px solid #25408F;
}

#moreinfo_quote a {
	color: #060;
}

a.backtotop {
	margin: 10px 0 10px 395px;
	display: block;
	color: #25408F !important;
}

/* Form Styles */

#form_text {
	border-top: 2px solid #25408F;
	margin: 10px 0 20px 0;
}

.error {
	color: #ff0000;
}

p.error {
	line-height: 25px;
	margin: 5px 0 0 0;
	padding: 0 0 0 7px;
	display: block;
	background-color: #ffbfbf;
}

#form-contact {
	width: 465px;
	background-color: #CCC;
	margin: 25px 0;
	padding: 0;
	height: auto;
}

#form-contact input {
	height: 22px;
}

#form-contact p {
	margin: 0;
}

.label {
	margin: 0;
	padding: 0 0 0 10px;
	width: 150px;
	text-align: left;
	color: #fff;
	line-height: 35px;
	background-color: #666;
}

.formfield {
	margin: 5px 0 0 5px;
}

.note-center {
	margin: 0;
	padding: 0px 5px 0 0px;
	font-size: 8pt;
	float: center;
}

.note-left {
	margin: 0;
	padding: 8px 5px 0 10px;
	font-size: 8pt;
	float: left;
}

.note-right {
	margin: 0 0 0 10px;
	padding: 8px 5px 0 0;
	font-size: 8pt;
	float: right;
}

.input-group {
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
	height: 35px;
}

.input-group-comments {
	border-top: 1px solid #fff;
	height: 115px;
}

.input-group-comments .label {
	height: 115px;
}

.button-group {
	margin: 0;
	padding: 10px 0 0 165px;
	background-color: #fff;
	width: 300px;
}
