BODY{
	background-color : White;
	margin : 0 0 0 0;
	text-align : center;
	background-image : url(../gfx/background-repeat.png);
}

A{
	color : #9b1c2d;
	text-decoration : none;
}

A:hover{
	color : #484693;
	text-decoration : underline;
}

I, EM{
	color : #eb9c39;
	font-style : normal;
}

H1{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	margin : 0 0 0.5em 0;
	padding : 0 0 0 0;
	font-size : 160%;
	font-weight : normal;
	color : #9b1c2d;
}
H2{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 125%;	
	font-weight : normal;
	color : #9b1c2d;
}
H3{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 125%;	
	font-weight : normal;
	color : #eb9c39;
}
H4{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 110%;	
	font-weight : normal;
	color : #9b1c2d;
}
H5{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 110%;	
	font-weight : normal;
	color : #eb9c39;
}
H6{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 100%;	
	font-weight : normal;
	color : #9b1c2d;
}
P{
	margin : 0 0 0.7em 0;
	line-height : 18px;
}

Blockquote{
	margin : 0 30px 1em 30px;
	padding : 0;
}

OL{
	margin : 0 25px 1em 25px;
	padding : 0 0 0 0;
}

OL LI{
	list-style : decimal;
	text-align : left;
}

OL LI OL{
	margin : 5px 25px 5px 25px;
}
OL LI OL LI{
	list-style : lower-alpha;
}
UL{
	margin : 0 0 0 0;
	padding : 0 0 1em 0;
}
UL LI{
	margin : 0 0 3px 0;
	padding : 0 0 0 18px;
	background-position : 0px 5px;
	background-repeat : no-repeat;
	list-style : none;
	background-image : url(../gfx/bullet.gif);
	text-align : left;
}

UL LI P{
	color : #333;
}
UL LI UL{
	margin : 0 0 0 0;
	padding : 5px 0 5px 0;
}
UL LI UL LI{
	background-image : url(http://www.slater-harrison.co.uk/assets/gfx/bullet2.gif);
	font-size : 90%;
}

HR{
	background-color : black;
	color : black;
	height : 1px;
	border : none;
}


.clear{
	clear : both;
	font-size : 10%;
	margin : 0;
	height : 1px;
}


#pageBlock{
	margin : 0 auto 0 auto;
	width : 776px;
	background-repeat : repeat-y;
	font-size : 0.9em;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	color : #666;
}

#headerBlock{
	margin : 8px 50px 0 50px;
	height : 115px;
	padding : 0 0 30px 0;
}

#contentBlock{
	text-align : justify;
	margin : 0 35px 0 35px;
	vertical-align : top;
}

#menuBlock{
	margin : 0 13px 20px 13px;	
	background-color : #3b3a87;
	padding : 0px 10px 0 10px;
}
#footer{
	background-color : white;
	background-repeat : no-repeat;
	background-position : 0% 0%;
	padding : 38px 0 0 0;
	margin : 0 0 0 0 ;
	font-size : 75%;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	height : 20px;
}


#updated{
	float : left;
	text-align : left;
	width : 300px;	
	margin : 0 0 0 35px;
	padding : 0 0 0 0;
	color :  #666;
}
#cwn{
	float : right;
	text-align : right;
	width : 300px;	
	margin : 0 35px 0 0;
	padding : 0 0 0 0;
	color :  #666;
}

.dataTable{
	border : 1px solid black;
	border-collapse : collapse;
	margin : 0 0 1em 0;
	width : 100%;
}
.dataTable TH{
	border : 1px solid black;
	border-collapse : collapse;
	padding : 3px 5px 3px 5px;
	font-weight : normal;
	text-align : left;
	background-color : #eb9c39;
	color : white;
}
.dataTable TD{
	padding : 3px 5px 3px 5px;
	font-weight : normal;
	text-align : left;	
	background-color : #f5f5f5;
	border : 1px solid #ccc;
	border-collapse : collapse;
	vertical-align : top;
}

.alternativeCell{
	background-color : ;
}

.noDisplay{
	display : none;
}





TABLE.fieldGroup{
	font-size : 90%;
	margin : -2px 0 1em -2px;
	background-color : white;
	width : 100%; 
}


TABLE.fieldGroup A{
    color : black;
}

TABLE.fieldGroup TH{
	border : 1px solid black;
	background-color : #256b94;
	color : white;
	padding : 2px 5px 2px 5px;
	text-align : left;
	font-weight : bold;
}

TABLE.fieldGroup TH A{
    color : white;
}

TABLE.fieldGroup TH A:hover{
    color : white;
}

TABLE.fieldGroup TD{
	border : 1px solid #999;
}

TABLE.fieldGroup TD.checkbox{
	text-align : center;
}

TABLE.fieldGroup Label{
	display : block;
	background-color : #e5e5e5;
	padding : 2px 5px 2px 5px;
	color : black;
}
TABLE.fieldGroup Label.requiredInfo{
	background-image : url(../gfx/required-bgi.gif);
	background-position : 100% 50%;
	background-repeat: no-repeat;
}


TABLE.fieldGroup INPUT{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	background-color : white;
	border : hidden;
	border-width : 0px;
	margin : 1px 5px 1px 5px;
	padding : 0 0 0 0;
	width : 95%;
}

TABLE.fieldGroup textarea{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	background-color : white;
	margin : 1px 0 1px 0;
	padding : 0 0 0 5px;
	width : 99%;
	border : none;

}

TABLE.fieldGroup SELECT{
	width : 100%;
	border : hidden;
	border-width : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	margin : 0;
}

TABLE.fieldGroup Option{
	overflow : hidden;
}

TABLE.fieldGroup INPUT.checkbox{
	width : auto;
	margin : 1px 0 0 0;
	padding : 0;

}
TABLE.fieldGroup TD.checkbox{
	text-align : center;
}
TABLE.fieldGroup TD.checkbox Input{
	width : auto;
	margin : 1px 0 0 0;
	padding : 0;
}


TABLE.fieldGroup TD.columnCentered, .columnCentered{
	text-align:  center;
}
TABLE.fieldGroup TD.columnJustify, .columnJustify{
	text-align:  justify;
}
TABLE.fieldGroup TD.columnRight, .columnRight{
	text-align:  right;
}





/*   WT inserted formating  */


.formInput{
	border : 1px solid black;
	background-color : #ccc;
	padding : 1px 1% 1px 1%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.requiredInfo{
	background-image : url(../gfx/required.gif);
	background-repeat : no-repeat;
	background-position : 100% 0%;
	padding : 0 25px 0 0;
}

.long, .full{
	width : 98%;
}

.formBox{
	background-color : #f5f5f5;
	width : 100%;
	margin : 0 0 1em 0;
	border : 1px solid #ccc;
}

.search_error_block{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #9b1c2d;
	text-align : center;
	margin : 10px 0px 0px 0px;
	padding : 10px 10px 0 10px;

}



#searchPageCriteria{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	padding : 10px 12px 10px 12px;
	margin : 0 0 3px 0;
}

#searchResultsData{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	margin : 0 0 1em 0;
	padding : 3px 12px 3px 12px;
}
#resultsFound{
	text-align : right;	
	float : right;
	width : 25%;
}

#noResultsFound{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	margin : 0 0 1em 0;
	padding : 10px 12px 10px 12px;
	text-align : center;
}




.instructions{
	font-size : 90%;
	color : #9b1c2d;
}

#searchData{
	float : left;
	width : 70%;
}

#q{
	border : 1px solid black;
	padding : 2px 4px 2px 4px;
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 3px 0 3px;
}

#searchPageSubmit{
	background-color : #ccc;
	border : 1px solid black;
	padding : 3px 4px 1px 4px;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1;
}

dl{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

dt{
	margin : 0 0 5px 0;
	padding : 0 0 0 0;
}

dd{
	margin : 0 0 5px 35px;
	padding : 0 0 0 0;	
}

dl A{
	color : #9b1c2d;
	text-decoration : none;
}

dl A:hover{
	color : #9b1c2d;
	text-decoration : underline;
}

.numbering{
	font-weight: bold;
	padding : 0 0 0 12px;
	width : 23px;
	display : block;
	float : left;
	font-size : 90%;
	text-align : left;
}

dd.extras{
	font-size : 90%;
}


#pagination{
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	text-align : center;
	padding : 4px 0 4px 0;
	margin : 0 0 0 0;
}
#paginationLayout{
	
}
#pagination Table#paginationLayout TD{
	Padding : 0 3px 0 3px;
}

#pagination A{
	color : black;
	text-decoration : none;
	border : 1px solid #ccc;
	display : block;
	Padding : 0 4px 0 4px;
}
#pagination A:hover{
	color : #9b1c2d;
	text-decoration : none;
	background-color : #f5f5f5;
	border : 1px solid black;
}

#pagination .currentPage{
	border : 1px solid #ccc;
	display : block;
	Padding : 0 4px 0 4px;
	color : black;
	border : 1px solid #9b1c2d;
}

.clear{
	height : 1px;
	font-size : 5%;
	clear : both;
}

#searchResultsNo{
	
}
#siteSearch{
	display : none;
}

#captchaTable{
	width : 100%;
	margin : 0 0 1em 0;
	text-align : left;
}

#captchaTable td.requiredInfo{
	background-image : url(../gfx/required.gif);
	background-repeat : no-repeat;
	background-position : 100% 0%;
	padding : 0 16px 0 0;
}

.captchaImage{
	border : 1px solid black;	
	margin : 10px 0 0 0 ;
}
.captchaInput{
	border : 1px solid black;
	padding : 1px 3px 1px 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0 3px 1px 0;
	background-color : #f5f5f5;
	color : #9b1c2d;
	width : 460px;
}

.freeText{
	border : 1px solid black;
	background-color : #f5f5f5;
	width : 60%;
	margin : 0 0 0 45px;
	padding : 2px 5px 2px 5px;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size :100%;
}
.optionLabel{
	padding : 0 0 0 25px;
	margin : 0 0 0 0;
	display : block;
}
.optionLabel Label{
	color : #9b1c2d;
	display : inline;
}

.surveyTable{
	border : 1px solid black;
	border-collapse : collapse;
	margin : 0 0 1em 0;
	width : 100%;
}
.surveyTable TH{
	border-collapse : collapse;
	border : 1px solid black;
	padding : 3px 5px 3px 5px;
	font-weight : bold;
	background-color : #e5e5e5;
	vertical-align : top;
	font-size : 90%;
}
.surveyTable TD{
	border-collapse : collapse;
	border : 1px solid black;
	padding : 3px 5px 3px 5px;
	font-weight : normal;
	background-color : #f5f5f5;
	vertical-align : top;
}

.noshow{
	display : none;
}



.RadMenu.RadMenu_Default
{
	border: none;
	background-image : none;
	text-align: left;
	background-color : #3b3a87;
	color : white;
}

.RadMenu.RadMenu_Default LI
{
	background-image : none;
	padding : 0;
	margin : 0;
}
.RadMenu.RadMenu_Default .rmText
{
	padding: 2px 10px 2px 15px;
}

.RadMenu.RadMenu_Default .rmLink{
	cursor : pointer;
	color: white;
}

.RadMenu.RadMenu_Default .rmLink .rmText
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 11px;
}


.RadMenu.RadMenu_Default .rmLink:hover,
.RadMenu.RadMenu_Default .rmFocused,
.RadMenu.RadMenu_Default .rmExpanded
{
	background-color : transparent;
	color: white;
}

.RadMenu.RadMenu_Default .rmGroup
{
	border: 1px solid #242350;
	border-bottom : none;
	background-color : #e5e5e5;
	background-color : #b5d1d2;
	color : black;
	background-image : none;
}

.RadMenu.RadMenu_Default .rmGroup .rmLink
{
	text-decoration: none;
	color: black;
	border-bottom : 1px solid #242350;
}
.RadMenu.RadMenu_Default .rmGroup .rmLink .rmText
{
	font: normal 11px Arial, sans-serif;
}

.RadMenu.RadMenu_Default .rmGroup .rmLink:hover,
.RadMenu.RadMenu_Default .rmGroup .rmFocused,
.RadMenu.RadMenu_Default .rmGroup .rmExpanded
{
	cursor : pointer;
	color: white;
	background: #9b1c2d;
}

.RadMenu.RadMenu_Default .rmHorizontal .rmItem {
	border : none; 
	background-image : url(../gfx/menu-seperator.gif); 
	background-position : 0px 7px;
	background-repeat : no-repeat;
	
}

.RadMenu.RadMenu_Default .rmHorizontal .rmFirst {
	background-image : none;
}

.RadMenu.RadMenu_Default .rmHorizontal .rmLast { 
	border-right: 0;

}

.RadMenu.RadMenu_Default .rmVertical .rmItem {
	background-image : none; 
}
.RadMenu.RadMenu_Default .rmVertical .rmLast {
	background-image : none; 
}

.RadMenu.RadMenu_Default .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(http://www.slater-harrison.co.uk/assets/css/Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu.RadMenu_Default .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(http://www.slater-harrison.co.uk/assets/css/Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}


.swatch{
	float : left;
	width : 120px;
	overflow : hidden;
	margin : 0 8px 1em 0;
	border : none;
}

.swatch IMG{
	border : 1px solid black;
	width : 120px;
	height : 90px;
	margin : 5px;
}
.swatch .IDcode{
	color : #9b1c2d;
	padding : 0 0 0 3px;
}
.swatch .IDname{
	color : black;
	padding : 0 0 0 3px;
	text-align : left;
}

.swatch .IDspecial{
	text-align : right;
	padding : 0 2px 0 0;
}
.swatch .IDspecial IMG{
	border : none;
	width : auto;
	height : auto;
	margin : 0 3px 0 3px;
}

.imageRight{
	margin : 0 0 5px 2.5em;
	float : right;
}
.legend{
	width : 100%;
}

.legend TD.icon{
	width : 100px;
}


.rangeSelector{
	float : left;
	width : 160px;
	overflow : hidden;
	margin : 0 9px 1em 0;
	border : 1px solid black;
	border-collapse : collapse;
}
.rangeSelector TH{
	border : 1px solid black;
	border-collapse : collapse;
	padding : 1px 5px 1px 5px;
	font-weight : normal;
	text-align : center;
	background-color : #eb9c39;
	background-color : #9b1c2d;
	color : white;
	font-size : 90%;
}

.rangeSelector TD{
	border : 1px solid black;
	border-collapse : collapse;
	padding : 0;
	font-weight : normal;
	text-align : center;
}
.rangeSelector IMG{
	border : none;
}

.releaseDate, .summarySubtitle{
	color : #eb9c39;
}

.summaryTitle{
	color : #666;
	font-size : 120%;
}


.question{
	margin : 0 0 1em 0;
}

.question Label{
	color : black;
	margin : 0 0 1px 0;
	padding : 0 25px 0 0;
	position : relative;
	font-weight : normal;
}

.required{
	position : absolute;
	right : 5px;
	top : 0px;
}

.question .TextFormat{
	display : block;
	background-color : #ececf4;
	padding : 1px 4px 1px 4px;
	color : black;
	border : 1px solid black;
	width : 98%;
	font-size : 90%;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
}

.floatRight{
	float : right;
	margin : 3px 0 10px 20px;
	clear : right;
}