*{
	padding:0;
	margin:0;
}


body{
	font:normal 10px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color:#e9e3db;
	color:#000;
}
img{
	border:0;	
	behavior:url(iepngfix.htc);
}
h1{
	font:bold 30px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#f37321;
	margin-bottom:15px;
}
h2{
	font:bold 18px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#993c21;
	margin-bottom:10px;
}
h3{
	font:bold 16px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#f37321;
}
h4{
	font:bold 12px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#993c21;
}
h5{
	font:bold 9px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#000;
}
h6{
	font:bold 9px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#993c21;
}
hr{
	height:0;
	border:0;
	border-bottom:1px dotted #c1c2c4;		
	margin:9px 0;
}
.wrapper{
	width:937px;
	margin:0 auto;
}
.page{
	border:4px solid #fff;	
	margin-top:28px;
	background:#d3632e url(images/page-bg.gif) 0 17px repeat-y;
	position:relative;
}
* html .page{background:#d3632e url(images/page-bg.gif) 0 24px repeat-y;}
*:first-child+html .page{background:#d3632e url(images/page-bg.gif) 0 24px repeat-y;}
.page .logo{
	position:absolute;
	top:21px;
	left:26px;
}
.page .topbar{
	width:928px;
	height:30px;
	background:#d3632e url(images/topbar-bg.gif) 0 0 no-repeat;
}
.page ul.topnav{
	list-style:none;
	position:absolute;
	top:9px;
	right:235px;
}
.page ul.topnav li{
	float:left;
	margin:0 3px;
	color:#fff;
	font-size:9px;
}
.page ul.topnav li a{
	color:#fff;
	text-decoration:none;
}
.page ul.topnav li a:hover{
	text-decoration:underline;
}
.page .search{
	position:absolute;
	top:9px;
	right:18px;
	width:180px;
	height:13px;
	color:#fff;
	font-size:9px;
	font-weight:bold;
	background:url(images/search-bg.gif) right 0 no-repeat;
}
.page .search input.searchfield{
	width:120px;
	height:14px;
	border:0;
	position:absolute;
	background:none;
	right:21px;
	top:0;
	font-size:9px;
}
.page .search input.submitbutton{
	width:21px;
	height:14px;
	border:0;
	position:absolute;
	top:0;
	right:0;
	background:none;
}


ul.tab-nav{
	position:absolute;
	left:219px;
	top:127px;
	list-style:none;
	z-index:999; /* need this especially for FF */
}
* html ul.tab-nav{top:131px;}
ul.tab-nav li{
	float:left;
	margin-right:12px;
}
ul.tab-nav li a{
	position:relative;
	display:block;
	float:left; /* IE6 */
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:19px;
	background:url(images/tab-nav-left0.gif) 0 0 no-repeat;
	padding-left:12px;
	padding-top:5px;
	
}
ul.tab-nav li a:hover, ul.tab-nav li a.selected{
	background:url(images/tab-nav-left1.gif) 0 0 no-repeat;
}
ul.tab-nav li a span{
	display:block;
	position:absolute;
	cursor:pointer;
	top:0;
	right:-12px;
	width:12px;
	height:24px;
	background:url(images/tab-nav-right0.gif) 0 0 no-repeat;
}
ul.tab-nav li a:hover span{
	background:url(images/tab-nav-right1.gif) 0 0 no-repeat;
} 

ul.main-nav{
	position:absolute;
	top:166px;
	left:18px;
	list-style:none;
	border-right:0;	
}
*:first-child+html ul.main-nav{margin-top:6px;}
ul.main-nav li{
	background:url(images/main-nav-shadow-left.png) 0 0 repeat-y;
	behavior:url(iepngfix.htc);
	width:178px;
}
ul.main-nav li a{
	border-left:1px solid #fff;
	display:block;
	background:#993c21 url(images/main-nav-standard-bg.gif) top right no-repeat;
	text-decoration:none;
	color:#f37321;
	font-size:12px;
	font-weight:bold;
	margin-left:7px;
	height:23px;
	padding:10px 0 0 20px;
}
*:first-child+html ul.main-nav li a{height:24px;padding-top:9px;}
* html ul.main-nav li a{height:24px;padding-top:9px;}
ul.main-nav li.sub a
{
	background:#993c21 url(images/main-nav-standard-bg-sub.gif) top right no-repeat;
}
ul.main-nav li.sub a:hover, ul.main-nav li.sub a.highlighted
{
	color:#fff;
	background:#993c21 url(images/main-nav-hover-bg-sub.gif) top right no-repeat;
}
ul.main-nav li.first a{
	border-top:1px solid #fff;
}
ul.main-nav li a:hover, ul.main-nav li a.highlighted{
	background:#b54f27 url(images/main-nav-hover-bg.gif) top right no-repeat;
	color:#fff;
}
ul.main-nav li a.alast{
	border-bottom:0;
	background:#993c21 url(images/main-nav-standard-last-bg.gif) top right no-repeat;
}
ul.main-nav li a:hover.alast{
	background:#993c21 url(images/main-nav-hover-last-bg.gif) top right no-repeat;
}
ul.main-nav li.shadow-top{
	background:url(images/main-nav-shadow-top.png) top right no-repeat;
	behavior:url(iepngfix.htc);	
	position:absolute;
	height:6px;
	width:178px;
	top:-6px;
	right:0;
	font-size:0; /* ie6 fix */
}
ul.main-nav li.shadow-btm{
	border-top:1px solid #fff;
	width:171px;
	height:15px;
	margin-left:7px;
	background:url(images/main-nav-shadow-btm.png) 0 0 no-repeat;
	behavior:url(iepngfix.htc);
}

ul.main-nav li ul
{
	margin:0;
	padding:0;
	list-style:none;
}
ul.main-nav li.sub ul li a
{
	color:#F1AB7B;
	background-image:none;
	background-color:#993c21;
}
ul.main-nav li.sub ul li a:hover, ul.main-nav li.sub ul li a.highlighted
{
	background:#993c21 url(images/sub-nav-hover-bg.gif) top right no-repeat;
}
ul.main-nav li.sub ul li.last a
{
	background:#993c21 url(images/sub-nav-standard-bg-last.gif) top right no-repeat;
}
ul.main-nav li.sub ul li.last a:hover, ul.main-nav li.sub ul li.last a.highlighted 
{
	background:#993c21 url(images/sub-nav-hover-bg-last.gif) top right no-repeat;
}

.main-wrapper{
	padding:121px 5px 0 18px;	
	margin-left:178px;
	position:relative;
}
.heading-txt{
	position:absolute;
	font-size:20px;
	color:#fff;
	top:38px;
	right:40px;
	width:390px;
	line-height:28px;
	text-align:right;
}
.main{	
	background:url(images/main-bg.gif) 0 0 repeat-y;
	min-height:590px;
	padding:22px 28px 40px 15px;
	line-height:16px;
}
*:first-child+html .main{margin-top:0;}	
* html .main{margin-top:-4px;height:590px;}	
.main .content{
	margin-right:195px;	
	width:487px;
}

.main p, .mceContentBody p{ /* standardise frontend & rich text editor Paragraph tag */
	margin-bottom:10px;	
	line-height:14px;
}
.main ul{
	margin-left:15px;
	margin-bottom:10px;
}
.main ol{
	margin-left:18px;
	margin-bottom:10px;
}
.main .this-page{
	float:right;
	width:182px;
	
}
.main .this-page .top{
	width:182px;
	height:9px;
	font-size:0; /* ie6 */
	background:url(images/thispage-top.jpg) 0 0 no-repeat;
	
}
.main .this-page .mid{
	padding:0 13px 0 8px;
	width:161px;
	background:url(images/thispage-mid.jpg) 0 0 repeat-y;
	
}
.main .this-page .mid-txt{
	background:#fff;
	padding:8px 11px;
	
}

/* the p is causing problems in lists so make it 0 */
.main .this-page .mid-txt .normal p{
	padding:0;	
	margin:0;	
}
.main .this-page .mid-txt ul li{
	padding-bottom:5px;	
}
.main .this-page a.printpage{
	background:url(images/printpage.gif) 0 2px no-repeat;	
	padding-left:15px;
	color:#252525;
	text-decoration:none;
	font-size:9px;
}
.main .this-page a.emailpagelink{
	background:url(images/emailpagelink.gif) 0 2px no-repeat;	
	padding-left:15px;
	color:#252525;
	text-decoration:none;
	font-size:9px;
}
.main .this-page a.emailpagelink:hover, .main .this-page a.printpage:hover{
	text-decoration:underline;
}

.main .this-page .mid-txt .thispage{
	background:#993c21;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px;
	
}
.main .this-page .btm{
	width:182px;
	height:15px;
	margin-bottom:18px;
	background:url(images/thispage-btm.jpg) 0 0 no-repeat;
	
}
.main a.readmore{
	text-decoration:none;
	font-size:9px;
	color:#f37321;
}
.main a.readmore:hover{
	text-decoration:underline;
}
.main-btm{
	width:727px;
	height:14px;
	margin-bottom:10px;
	background:url(images/main-shadow-bg.png) 0 0 no-repeat;
	behavior:url(iepngfix.htc);	
}
.thumbnails{
	margin-bottom:18px;
	height:132px;
}
.thumb-bg{
	width:154px;
	height:132px;
	position:relative;
	float:left;
	background:url(images/thumb-bg.gif) 0 0 no-repeat;
}
.thumb-bg a.thumb{
	width:138px;
	height:118px;
	padding:6px 0 0 8px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:#993c21;
	border:1px solid #f47421;
	position:absolute;
	top:0;
	left:0;
	display:block;
	text-decoration:none;
}
.thumb-bg a.thumb:hover{
	text-decoration:underline;	
}
.thumb-bg img{
	position:absolute;
	left:8px;
	bottom:8px;
}
.content .checklist{
	float:right;
	width:189px;
	margin-right:1px;
	line-height:11px;
}
.content .checklist .top{
	width:189px;
	height:8px;
	font-size:0; /* ie6 */
	background:url(images/checklist-top.gif) 0 0 no-repeat;
	
}
.content .checklist .mid{
	width:167px;
	padding:0px 14px 10px 8px;
	background:url(images/checklist-mid.gif) 0 0 repeat-y;
	
}
.content .checklist .btm{
	width:189px;
	height:6px;
	background:url(images/checklist-btm.gif) 0 0 no-repeat;
	
}
.content .checklist ul{
	margin:0;
	padding-bottom:10px;
	font-size:9px;
	list-style:none;	
}
.content .checklist ul li{
	margin-bottom:6px;
	padding-left:16px;
	background:url(images/chkbox-untick.gif) 0 0 no-repeat;
}
.content .checklist ul li.ticked{
	background:url(images/chkbox-tick.gif) 0 0 no-repeat;
}
.content .checklist ul li a
{
	text-decoration:none;
	color:#000;
}
.content .checklist ul li a:hover
{
	text-decoration:underline;
}
.content-txt{
	width:270px;	
}
.content-txt img{
	padding:5px;	
}

/* Inspection form*/
ul.inspectionform
{
	list-style:none;
	margin:0;
	padding:0;
}
ul.inspectionform li
{
	margin-bottom:5px;
}
ul.inspectionform li label
{
	width:150px;
	float:left;
	margin-top:3px;
}
ul.inspectionform li input.textfield
{
	width:260px;
}
ul.inspectionform li select
{
	width:165px;
}
ul.inspectionform li input.submit
{
	margin-left:150px;
}
.required
{
	color:red;
}

ul.inspectionform ul.notes
{
	list-style:disc;
	color:#666;
	padding-top:10px;
	font-size:9px;
}
ul.inspectionform ul.inspectiontype-list
{
	margin:0;
	padding:0;
	list-style:none;
}
ul.inspectionform ul.inspectiontype-list label
{
	float:none;
	width:auto;
	padding-right:5px;
}
ul.inspectionform ul.inspectiontype-list label i
{
	color:#666;
}
ul.inspectionform ul.inspectiontype-list li .inspectiontype-item
{
	display:none;
	background:#e3e3e3;
	padding:5px;
	margin:5px 0 0 17px;
	color:#222;
}
ul.inspectionform ul.inspectiontype-list li ul.requiredinfo-textfield
{
	margin:0;
	padding:0;
	list-style:none;
}
/*ul.inspectionform ul.inspectiontype-list li ul.requiredinfo-textfield label
{
	float:left;
	min-width:115px;
}
* html ul.inspectionform ul.inspectiontype-list li ul.requiredinfo-textfield label
{
	width:115px;
}*/
ul.news-list, ul.faq-list{
    list-style:none;
    margin:0;
    padding:0;
}
ul.news-list li{
    margin-bottom:15px;
    clear:left;
}
ul.news-list li a{
    float:left;        
}
.pdficon{
    height:18px;
    float:left;
    padding-left:20px;
    margin-left:5px;
    background:url(images/pdf_s.gif) 0 -1px no-repeat;
}
ul.faq-list li{
    margin-bottom:15px;
}
ul.faq-list li h6{
    margin-bottom:5px;
}
ul.faq-list li h6 a{
    font:bold 12px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#993c21;
    text-decoration:none;
}
ul.faq-list li h6 a:hover{
    text-decoration:underline;
}
/* footer styles */
.footer{
	background-color:#e9e3db;	
	height:30px;
}
.footer ul.footernav{
	list-style:none;	
	margin:8px 0 0 3px;
	float:left;
}
.footer ul.footernav li{
	float:left;
	color:#b3b1b0;
	padding:0 4px;
	font-size:9px;
}
.footer ul.footernav li a{
	color:#363636;
	text-decoration:none;
}
.footer ul.footernav li a:hover{
	text-decoration:underline;
}
.footer ul.copyright{
	list-style:none;	
	margin:8px 3px 0 0;	
	float:right;
}
.footer ul.copyright li{
	float:left;
	color:#363636;
	padding:0 4px;
	font-size:9px;
}
.footer ul.copyright li a{
	color:#363636;
	text-decoration:none;
}
.footer ul.copyright li a:hover{
	text-decoration:underline;
}

/*
TOOLTIP Styles
*/
a.tooltip {
	position:relative;
	z-index:24; 
	border-bottom:1px dashed #d70d0d;
	color:#000;
	text-decoration:none;
}
a.tooltip:hover {
	z-index:25; 
	background-color:#fdf58e;
}
a.tooltip dfn {
	display: none;
}
a.tooltip:hover dfn { /*the span will display just on :hover state*/
	/*display:block;*/
	position:absolute;
	top:2.5em; 
	left:-1em; 
	width:220px;
	padding:4px 4px 4px 4px;
	border:1px dashed #F37421;
	background-color:#fdf58e; 
	color:#111;	
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

ul.glossary{
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
}
ul.glossary li{
	background:url(images/listitem.gif) 0 6px no-repeat;
	text-transform:capitalize;	
	font-weight:bold;
	padding-left:9px;	
	font-size:12px;
	color:#993C21;
}
*:first-child+html ul.golssary li{background-position:0 5px;}
* html ul.golssary li{background-position:0 5px;}
ul.glossary li .normal{
	text-transform:none;
	font-weight:normal;	
	font-size:10px;
	color:#000;
}

/* settings */
.bold{font-weight:bold;}
.color1{color:#464647;}
.color2{color:#f37321;}
.color3{color:#993c21;}
.color4{color:#666;}
.size1{font-size:9px;}
.size2{font-size:13px;}
.size3{font-size:11px;}
.margin1{margin:0 12px;}
.margin2{margin-left:20px;}
.margin3{margin-bottom:0;}
.margin4{margin-bottom:10px;}
.margin5{margin:0 5px 5px 0;}
.padding1{padding-top:5px;}
.fleft{float:left;}
.clear{clear:both;}


/* mce styles */
.mceContentBody{background-color:white;}
.mceContentBody ul{margin-left:15px;}
.mceContentBody ol{margin-left:17px;}
* html .mceContentBody ol{margin-left:21px;}
*:first-child+html .mceContentBody ol{margin-left:21px;}






