/* CSS Document */

#advertisements{
	/*border:1px solid #FFCB81;*/
	border-top:2px solid #CCC;
	text-align:center;
	margin-top:1em;
}

.advertisementImage{
	border:0;
	margin:1em 2em;
}

#categories{
	padding:0;
	text-align:center;
	width:650px;
	margin:20px auto;
}

#categories img{
	border:0;
}

#categories a{
	text-decoration: none;
}

#categories .category{
	height:160px;
	width:160px;
	float:left;
	margin:0;
	padding:0;
}

#suitablebusiness{
	border-top:1px dotted #ccc;
	padding:1em;
	position:relative;
}

.sectionHeading{
	border:1px solid #666;
	color:#fff;
	background-color:#347995;
	padding:0.7em 1em;
	font-size:1.2em;
	font-weight:bold;
}

/**/

.labelField, .errorField {
	padding-left:3em;	
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight:100;
	text-transform:uppercase;
	font-stretch:narrower;
	color:#FFF;
	background-color:#347995;
	padding:0.2em 0.3em;
	margin:1px 0;
}

h2 {
  font-family: verdana, sans-serif;
  font-size: 12px; 
}

h3 {
  font-family: verdana, sans-serif;
  font-size: 13px;
  color: #347995; 
}

h4 {
	font-weight: normal;
  font-family: verdana, sans-serif;
  font-size: 9px; 
  margin-top: 2px;
}

/* styling for hr's within admin section */
hr.admin {
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #27586c;
	background-color: #27586c;
	width: 680px;
	text-align: left; }

/* styling for form fields within admin section */
.adminFormField {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #27586c;
	width: 250px; }

.adminTextFormField {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #27586c;
	width: 246px; }

.adminFormButton {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #27586c;
	width: 250px;
	cursor: hand;
	background-color: #d1e4ec;
	filter: progid:DXImageTransform.Microsoft.Gradient 
      (GradientType=0,StartColorStr='white',EndColorStr='#d1e4ec'); }

/* styles for tables holding various forms within the admin section */
.adminTable {
	font-family: verdana, sans-serif;
	font-size: 11px;
	/*border-top: 1px solid black;
	border-left: 1px solid black;*/ }
.adminTable td {
	/*border-right: 1px solid black; 
	border-bottom: 1px solid black;*/ }

/* black top strip and blue strip with text is a background-image of the body element */
body {
	background-color: #ff9718;
	background-image: url(../art/bg_blue_strip.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin: 0; }

td {
	font-size: 12px;
}


/* apply border model box sizing to mozilla and css3 compliant browsers */
/* this means widths set INCLUDE padding, but not margin, as per IE method of display */
body * {
	box-sizing: border-box;
	-moz-box-sizing: border-box; }

/* table to hold business profiles */
.busPr {
	clear: both;
	width: 100%; }

/* instructional boxes around sample business profile table */
.busPrBreakout {
	border: 1px solid #347995;
	background-color: #d1e4ec;
	padding: 0px;
	position: absolute;
	font-size: 11px;
	text-align: left;
}

.busPrBreakout p{
	margin: 4px;
	margin-top:1px;
}

/* spacer row within this table */
.busPrSpacer td {
	height: 5px; }

/* make business name within the profile slightly larger text than the descriptipn */
.busPrName {
	font-size: 13px; }

/* hack for ie to make padding at right hand side work properly */
.busPr, {
	width: 97% }
	
/* business profile headings */
.busPrTitle {
	color: #ff6600;
	font-family: verdana;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px; }

/* table to hold business profile "about us" nested table */
.busPrAbout {
	width: 100%;
	border: 2px solid black; }

/* header row of bus profile about us nested table */
.busPrAboutHeader {
	background-color: #ffcc99;
	border-bottom: 2px solid black; }

/* for insurance policies and licences table cells within bus profile... */
/* put left, right and bottom border around cells... */
/* NOTE: this style to be applied to <tr>'s of relevant rows */
.busPrAboutInsLic td {
	border-right : 1px solid black;
	border-bottom : 1px solid black; }

/* styling for header rows of ins policies and licences section */
.busPrAboutInsLicHeader td {
	background-color: #ffcc99; 
	font-weight: bold;
	border-top: 1px solid black;
	border-right : 1px solid black;
	border-bottom : 1px solid black; }

/* for mozilla browsers at least, remove left and right borders... */
/* from left-most and right-most column cells respectively */
.busPrAboutInsLic td:first-child {
	border-left: 0; }

.busPrAboutInsLic td:last-child {
	border-right: 0; }

.busPrAboutInsLicHeader td:first-child {
	border-left: 0; }

.busPrAboutInsLicHeader td:last-child {
	border-right: 0; }

/* highlighted text for form fields that failed validation */
.errorField {
	color: #FF0000;
	font-family: verdana;
	font-size: 11px; }

/* contains footer details and bam link */
.footer {
	font-size: 11px;
	padding: 15px 0 15px 0;
	width: 100%; }

/* links in footer */
.footer a {
	color: black;
	text-decoration: none; }

/* underline links in footer when hovering over */
.footer a:hover {
	text-decoration: underline; }

/* style the <td> for form headings */
.formTdHeader {
	background-color: #FFB062;
}
	
/* contains logo and top menu */
.header {
	background-color: black;
	color: white;
	height: 99px;
	position: relative;
	width: 100%; }
	
/* push main logo down 20 pixels so it's vertically centered in black strip */
.header img.mainlogo {
	margin-top: 20px; }

/* position rollover main menu to right hand side of header area, down a bit from page top */
.headerMenu {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 460px; }
		
#headerMenuList li
{
	display: inline;
	list-style-type: none;
}

#headerMenuList a
{
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}	

#headerMenuList a:hover
{
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #ff9900;
	text-decoration: none;
}
	
/* to constrain main content to correct width */
.holder {
	width: 700px; }
	
/* white area including hero image, main text and star logos at bottom */
.main {
	background-color: white;
	padding: 10px 10px 95px 10px;
	background-image: url(../art/stars_bg.gif); 
	background-repeat: no-repeat;
	background-position: bottom left; 
	position:relative;
}

/* hack for ie to make padding at right hand side work properly */
.main p, {
	padding-right: 25px; }

/* default link styles within main content area */
.main a {
	color: #347995; 
	text-decoration: none; 
	text-decoration: underline;}

.main a:visited {
	color: #27586c; 
	text-decoration: underline;}

.main a:hover {
	color: #27586c;
	background-color: #d1e4ec; 
	text-decoration: underline;}

/* Here lies Miles' new menu... */	
div#navcontainer { 
background-color :#FCCA8C;
height:21px;
border-top: 1px solid #e0ede9;
}

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap; }

ul#navlist li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	background-color: #FCCA8C;
	/*border-bottom: 1px solid #e0ede9;*/ }

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 4px 7px;
	color: #347995;
	border-right: 1px dashed #d1e3db;
	text-decoration: none; }

#navlist li:last-child {
	padding: 5px 7px 4px 0; }

ul#navlist li a.here {
	color: #000000;
	background-color: #347995; }

#navlist a:hover {
	color: #FFFFFF;
	background-color: #FF9718; }
	
/*styling for numbers on About page*/
.number {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 1px;
}
	

/* orange coloured headings */
.orangeTitle {
	color: #ff6600;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 6px 0; }

/* orange colouring to apply to any text */
.orange {
	color: #ff6600; }

/* style for table holding details on get a quote page */
.quoteTable {
	width: 100%;
	border: 1px solid #27586c;
	position:relative;
}
.quoteTable td{
	padding:0.2em 1em;
}
/* styling for form fields within get a quote section */
.quoteFormField {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #27586c;
	background-color: #F1F7F9;
	width: 270px; }
	
.quoteFormFieldShort {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #27586c;
	background-color: #F1F7F9;
	width: 100px; }

select.quoteFormField {
	width: 270px;
	background-color: #F1F7F9; }

.quoteFormButton {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #27586c;
	width: 100px;
	cursor: hand;
	background-color: #d1e4ec;
	filter: progid:DXImageTransform.Microsoft.Gradient 
      (GradientType=0,StartColorStr='white',EndColorStr='#d1e4ec'); }	


/* style to use on various tables within trades ans services section */
.regFee {
	border-left: 1px solid black;
	border-top: 1px solid black; }

.regFee td {
	border-right : 1px solid black;
	border-bottom : 1px solid black; }

.regFeeHeader td {
	background-color: #ffcc99; }

/* put white line spacing above blue main title image */
.titlestrip {
	margin-top: 1px; }
	
/* right aligned back to top links */
.top {
	font-family: verdana, sans-serif;
	font-size: 10px;
  	color: #ff6600;
  	text-align: right;
  	margin-right: 15px;
}

/* styles to format nav buttons (list) at top of trades pages */
#tradeMenu {
	width: 130px;
	padding: 0;
	margin: 1px 15px 5px 0;
	float: left; 
	position:relative;}
	
#tradeMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none; } 

#tradeMenu li {
	padding: 0;	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8B8B8A;
	margin: 0; }

#tradeMenu li a {
	display: block;
	padding: 2px;
	font-weight: bold;
	border-left: 2px solid #fd883a;
	border-right: 2px solid #fd883a;
	background-color: #ffcc99;
	color: #ff6600;
	text-decoration: none;
	width: 100%; }

html>body #tradeMenu li a {
	width: auto; }

#tradeMenu li a:hover {
	border-left: 2px solid #f5ba80;
	border-right: 2px solid #f5ba80;
	background-color: #fddab8; }

#tradeMenu ul li a.here {
	border-left: 2px solid #f5ba80;
	border-right: 2px solid #f5ba80;
	background-color: #fddab8; }
	
ul#whyjoin {
	list-style-image: url(../art/dotpoint.gif);
	padding-right:25px;
}

.leftborder {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	vertical-align: top;
}

.rightborder {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: top;
}

.leftbottomborder {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: top;
}

.rightbottomborder {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: top;
}

#businessDisplayBox
{
	border: 0;
	margin: 4px 0px 12px 0px;
	padding: 4px;
	position:relative;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}