/*-------------------------------------------------------------------*/
@import url("../../CMS.css"); /* CMS Control elements */
/*-------------------------------------------------------------------*/


/*
Default styles - - - - - */
body{
    margin:0;
    padding:0;
    color:#022F50;
    width:100%;
	font-size:62.5%;
	font-family:Arial,Verdana,Helvetica,sans-serif;
}

img{
	border:none;
}

/*text elements*/
h1, h2, h3, h4, h5, h6{
	font-size:160%;
	color:#022F50;
	width:auto;
	display:inline;
	font-weight:bold;
}

h2{
	font-size:150%;
}

h3{
	font-size:140%;
}

h4{
	font-size:130%;
}

h5{
	font-size:120%;
}

h6{
	font-size:110%;
}

p{
	color:#022F50;
	margin:0 0 20px 0;
	font-size:110%;
	line-height:140%;
}

p.Last{
	margin:0;
}

/*links*/
a, a:link, a:visited, a:hover, a:active{
	font-size:100%;
	color:#903439;
	outline:none;
	text-decoration:none;
	cursor:pointer;
}

a:visited{
	color:#C1555A;
}

a:hover{
	text-decoration:underline;
}

/*form elements*/
label{
	float:left;
	cursor:pointer;
	clear:left;
	color:#AAADAF;
	font-size:120%;
	padding:3px 0 3px 0;
}

.NoJavascript label{
	color:#969A9C;
}

.errorMessage{
	clear:both;
	float:right;
	width:100%;
	text-align:right;
}

input{
	background:transparent !important;
	float:right;
	padding:3px;
	clear:right;
	margin:0 0 10px 0;
	border:1px solid #AAADAF;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#555555;
	font-size:100%;
	width:200px;
}

.NoJavascript input:focus{
	border:1px solid #91343A;
}

textarea{
	background:transparent !important;
	float:right;
	padding:3px;
	clear:right;
	margin:0 0 10px 0;
	border:1px solid #AAADAF;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#555555;
	font-size:100%;
	width:200px;
	height:75px;
}

.NoJavascript textarea:focus{
	border:1px solid #91343A;
}

select{
	float:right;
	padding:3px;
	clear:right;
	margin:0 0 10px 0;
	border:1px solid #AAADAF;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#555555;
	font-size:100%;
	width:208px;
}

.NoJavascript select:focus{
	border:1px solid #91343A;
}

a.submitButton, a:link.submitButton, a:visited.submitButton, a:hover.submitButton, a:active.submitButton{
	background:url(../images/SubmitButton.jpg) top left no-repeat;
	cursor:pointer;
	display:block;
	text-align:center;
	color:#FFFFFF;
	float:right;
	clear:both;
	width:106px;
	height:21px;
	border:none;
	padding:7px 0 0 0;
	font-weight:normal;
	margin:0;
	font-size:110%;
}

a:hover.submitButton{
	background-position:bottom left;
	text-decoration:none;
}

.NoJavascript a:hover.submitButton{
	color:#ddd;
}

/*unordered lists*/
ul{
	padding:0;
	margin:0 0 20px 0;
	list-style-type:none;
	min-height:16px;
	clear:both;
}

ul li{
	background:url(../images/Bullet.gif) left 5px no-repeat;
	padding:0 0 0 15px;
	margin:0;
	font-size:110%;
}

/*red style page button*/
ul.buttons{
	height:28px;
	float:left;
	margin:0 10px 0 0;
	clear:none;
}

ul.buttons li{
	background:url(../images/PageButtonsLeft.jpg) left top no-repeat;
	padding:0 0 0 13px;
	width:auto;
	height:28px;
	float:left;
}

ul.buttons li a, ul.buttons li a:link, ul.buttons li a:visited, ul.buttons li a:hover, ul.buttons li a:active{
	background:url(../images/PageButtonsRight.jpg) right top no-repeat;
	padding:7px 13px 0 0;
	display:block;
	text-align:center;
	color:#FFFFFF;
	width:auto;
	height:21px;
	float:left;
}

ul.buttons li a:hover{
	text-decoration:none;
}

.NoJavascript ul.buttons li a:hover{
	color:#ddd;
}

/*cms style page button*/
ul.cmsButtons{
	height:28px;
	float:right;
	margin:0 10px 0 0;
	clear:none;
}

ul.cmsButtons li{
	background:url(../images/CMS_Button_Left.jpg) left top no-repeat;
	padding:0 0 0 15px;
	width:auto;
	height:28px;
	float:left;
}

ul.cmsButtons li a, ul.cmsButtons li a:link, ul.cmsButtons li a:visited, ul.cmsButtons li a:hover, ul.cmsButtons li a:active{
	background:url(../images/CMS_Button_Right.jpg) right top no-repeat;
	padding:7px 15px 0 0;
	display:block;
	text-align:center;
	color:#303030;
	width:auto;
	height:21px;
	float:left;
}

ul.cmsButtons li a:hover{
	text-decoration:none;
	color:#00B2DE;
}


/*
Classes - - - - */
.Clear, .clear{
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;/*ie6 hack to bring size to below 18px*/
	font-size:0;/*ie6 hack to bring size to below 18px*/
}

.Hidden, .hidden{
	visibility:hidden;
	display:none;
}

.FloatLeft{
	float:left;
}

.FloatRight{
	float:right;
}

.Bold, .bold{
	font-weight:bold;
}

.UnorderedList{
	display:block;
	height:auto;
	margin:0 0 20px 0;
}

.Underline{
	text-decoration:underline;
}


/*
Tables - - - - */
table{
	border:none;
	margin:0 0 20px 0;
}

table th{
	font-size:110%;
}

table tr{
	border:none;
}

table tr td{
	border:none;
	vertical-align:top;
	empty-cells:show;
	padding:3px 10px 3px 0;
}


/*
ASP.NET elements - - - - */
.AspNet-RadioButtonList ul{
	margin:0;
}

li.AspNet-RadioButtonList-Item{
	background:none;
	padding:0 10px 0 0;
	float:left;
	width:50%;
}

li.AspNet-RadioButtonList-Item label{
	color:#022F50;
}

li.AspNet-RadioButtonList-Item input{
	border:none;
	width:auto;
}

li.AspNet-RadioButtonList-Item input:focus{
	border:none;
}


/*
Header - - - - */
#Header{
	margin:0 auto;
	padding:0;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:100px;
	overflow:hidden;
	background:#F8F8F8;
}

#Header .Content{
	width:940px;
	height:100px;
	margin:0 auto;
}

/*searching services header*/
.Searching-Services #Header .Content{
	background:url(../images/HeaderSS.jpg) right top no-repeat;
}

/*legal post header*/
.Legal-Post #Header .Content{
	background:url(../images/HeaderLP.jpg) right top no-repeat;
}

/*first post header*/
.First-Post #Header .Content{
	background:url(../images/HeaderFP.jpg) right top no-repeat;
}

/*document-management header*/
.Document-Management #Header .Content{
	background:url(../images/HeaderDM.jpg) right top no-repeat;
}

/*the group header*/
.The-Group #Header .Content{
	background:url(../images/HeaderTG.jpg) right top no-repeat;
}


/*
Top left sub menu - - - - */
.SubMenu{
	float:left;
	height:100px;
	width:225px;
	margin:0;
}

.SubMenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	height:100px;
}

.SubMenu ul li{
	float:left;
	width:47px;
	height:100px;
	margin:0;
	padding:0;
	background:right top no-repeat;
	text-align:left;/*needed for ie6*/
}

/*end li's are thinner*/
.SubMenu ul li.One, .SubMenu ul li.Five{
	width:42px;
}

/*hidden text spans*/
.SubMenu ul li span{
	position:absolute;
	font-size:90%;
	font-weight:bold;
	color:#022F50;
	width:81px;
	height:30px;
	text-decoration:none;
	border-bottom:none;
	line-height:12px;
	background:none !important;
	text-align:center;
	display:none;
}

/*one*/
.SubMenu ul li.One span{
	margin:68px 0 0 -20px;
}

/*two*/
.SubMenu ul li.Two span{
	margin:68px 0 0 -15px;
}

/*three*/
.SubMenu ul li.Three span{
	margin:68px 0 0 -18px;
}

/*four*/
.SubMenu ul li.Four span{
	margin:68px 0 0 -17px;
}

/*five*/
.SubMenu ul li.Five span{
	margin:68px 0 0 -17px;
}

/*span hover*/
.SubMenu ul li a:hover span{
	display:block;
}

/*all submenu links*/
.SubMenu ul li a, .SubMenu ul li a:link, .SubMenu ul li a:visited, .SubMenu ul li a:hover, .SubMenu ul li a:active{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	color:#022F50;
}

/*sub menu one*/
.SubMenu ul li.One, .SubMenu ul li.One a, .SubMenu ul li.One a:link{
	background-image:url(../images/SmallButtonOne.jpg);
}

/*sub menu two*/
.SubMenu ul li.Two, .SubMenu ul li.Two a, .SubMenu ul li.Two a:link{
	background-image:url(../images/SmallButtonTwo.jpg);
}

/*sub menu three*/
.SubMenu ul li.Three, .SubMenu ul li.Three a, .SubMenu ul li.Three a:link{
	background-image:url(../images/SmallButtonThree.jpg);
}

/*sub menu four*/
.SubMenu ul li.Four, .SubMenu ul li.Four a, .SubMenu ul li.Four a:link{
	background-image:url(../images/SmallButtonFour.jpg);
}

/*sub menu five*/
.SubMenu ul li.Five, .SubMenu ul li.Five a, .SubMenu ul li.Five a:link{
	background-image:url(../images/SmallButtonFive.jpg);
}

/*sub menu links*/
.SubMenu ul li a.selected, .SubMenu ul li a:link.selected{
	background-position:right top !important;/*needs !important for ie6 to behave*/
}

.SubMenu ul li a:hover, .SubMenu ul li a:active{
	background-position:center top;
}


/*
Logo - - - - */
#Logo{
	height:100px;
	width:220px;
	margin:0 0 0 370px;
	float:left;
	display:inline;
}

#Logo a, #Logo a:link, #Logo a:visited, #Logo a:hover, #Logo a:active{
	background:url(../images/Logo.jpg) left top no-repeat;
	width:100%;
	height:100%;
	display:block;
}

#Logo a:hover{
	background-position:left bottom;
}

/*non homepage logos*/
.Searching-Services #Logo, .Legal-Post #Logo, .First-Post #Logo, .Document-Management #Logo, .The-Group #Logo, .Terms-Conditions #Logo, .Search-Results #Logo, .defaultLogo #Logo, .Footer #Logo{
	margin:0 0 0 145px;
}

/*searching services logo*/
.Searching-Services #Logo a, .Searching-Services #Logo a:link, .Searching-Services #Logo a:visited, .Searching-Services #Logo a:hover, .Searching-Services #Logo a:active{
	background-image:url(../images/LogoSS.jpg);
}

/*legal post logo*/
.Legal-Post #Logo a, .Legal-Post #Logo a:link, .Legal-Post #Logo a:visited, .Legal-Post #Logo a:hover, .Legal-Post #Logo a:active{
	background-image:url(../images/LogoLP.jpg);
}

/*first post logo*/
.First-Post #Logo a, .First-Post #Logo a:link, .First-Post #Logo a:visited, .First-Post #Logo a:hover, .First-Post #Logo a:active{
	background-image:url(../images/LogoFP.jpg);
}

/*document-management logo*/
.Document-Management #Logo a, .Document-Management #Logo a:link, .Document-Management #Logo a:visited, .Document-Management #Logo a:hover, .Document-Management #Logo a:active{
	background-image:url(../images/LogoDM.jpg);
}

/*the group logo*/
.The-Group #Logo a, .The-Group #Logo a:link, .The-Group #Logo a:visited, .The-Group #Logo a:hover, .The-Group #Logo a:active,
.Footer #Logo a, .Footer #Logo a:link, .Footer #Logo a:visited, .Footer #Logo a:hover, .Footer #Logo a:active{
	background-image:url(../images/LogoTG.jpg);
}


/*
News ticker - - - - */
.newstickerholder{
	float:right;
	width:350px;
	margin:16px 0 9px 0;
	height:14px;
	overflow:hidden;
}

.newsTicker{
	font-size:120%;
	text-align:right;
}

.newsTicker a, .newsTicker a:link, .newsTicker a:visited, .newsTicker a:hover, .newsTicker a:active{
	color:#022F50;
}

.newsTicker span{
	color:#903439;
	margin:0 5px 0 0;
}


/*
Google search - - - - */
.GoogleSearch{
	width:172px;
	height:auto;
	margin:5px 0 0 0;
	padding:0;
	float:right;
}

.GoogleSearch input{
	background:transparent;
	margin:0;
	float:left;
	width:140px;
}

.GoogleSearch a, .GoogleSearch a:link, .GoogleSearch a:visited, .GoogleSearch a:hover, .GoogleSearch a:active{
	background:url(../images/Go.gif) left top no-repeat;
	float:left;
	margin:1px 0 0 5px;
	padding:4px 0 0 0;
	width:19px;
	height:15px;
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
	display:inline;
}

.GoogleSearch a:hover{
	background-position:left bottom;
	text-decoration:none;
}


/*
Tel & fax numbers - - - - */
.TelFax{
	float:right;
	clear:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:120%;
	margin:15px 0 0 0;
	width:250px;
	text-align:right;
}

.TelFax span{
	margin:0 10px 0 0;
}

.TelFax span.Fax{
	margin:0;
}

.TelFax span span{
	margin:0 5px 0 0;
	color:#903439;
}


/*
Banner - - - - */
#Banner{
	background:#02253A;
	margin:0 auto;
	padding:6px 0 6px;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:191px;
	text-align:center;
}

#Banner .Content{
	width:940px;
	height:191px;
	margin:0 auto;
}


/*
Five buttons on homepage - - - - */
.mainmenu{
	background:#022539 url(../images/FiveButtonsBG.jpg) left top repeat-x;
	margin:0 auto;
	padding:0;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:auto;
	font-size:110%;
	border:1px solid #ddd;
	border-bottom:none;
	border-top:none;
}

.mainmenu ul{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	width:805px;
}

.mainmenu ul li{
	float:left;
	width:161px;
	background:none;
	padding:0;
	margin:0;
}

.mainmenu ul li a, .mainmenu ul li a:link, .mainmenu ul li a:visited, .mainmenu ul li a:hover, .mainmenu ul li a:active{
	display:block;
	height:auto;
	width:auto;
	padding:120px 10px 0 35px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}

/*override doc man as that needs more space*/
.mainmenu ul li.Four a, .mainmenu ul li.Four a:link, .mainmenu ul li.Four a:visited, .mainmenu ul li.Four a:hover, .mainmenu ul li.Four a:active{
	padding:120px 10px 0 16px;
}

/*incase no javascript*/
.NoJavascript .mainmenu ul li a, .NoJavascript .mainmenu ul li a:link, .NoJavascript .mainmenu ul li a:visited, .NoJavascript .mainmenu ul li a:hover, .NoJavascript .mainmenu ul li a:active{
	height:132px;
}

.mainmenu ul li a:hover{
	text-decoration:none;
	background-position:right top !important;/*needs !important so javascript mouseleave will work*/
	background-repeat:no-repeat;
}

.mainmenu ul li span{
	font-weight:normal;
	display:block;
	margin:7px 0 0 0;
	font-size:90%;
	color:#dddddd;
} 

/*One*/
.mainmenu ul li.One a, .mainmenu ul li.One a:link, .mainmenu ul li.One a:visited, .mainmenu ul li.One a:hover, .mainmenu ul li.One a:active{
	background-image:url(../images/ButtonOne.jpg);
}

/*Two*/
.mainmenu ul li.Two a, .mainmenu ul li.Two a:link, .mainmenu ul li.Two a:visited, .mainmenu ul li.Two a:hover, .mainmenu ul li.Two a:active{
	background-image:url(../images/ButtonTwo.jpg);
}

/*Three*/
.mainmenu ul li.Three a, .mainmenu ul li.Three a:link, .mainmenu ul li.Three a:visited, .mainmenu ul li.Three a:hover, .mainmenu ul li.Three a:active{
	background-image:url(../images/ButtonThree.jpg);
}

/*Four*/
.mainmenu ul li.Four a, .mainmenu ul li.Four a:link, .mainmenu ul li.Four a:visited, .mainmenu ul li.Four a:hover, .mainmenu ul li.Four a:active{
	background-image:url(../images/ButtonFour.jpg);
}

/*Five*/
.mainmenu ul li.Five a, .mainmenu ul li.Five a:link, .mainmenu ul li.Five a:visited, .mainmenu ul li.Five a:hover, .mainmenu ul li.Five a:active{
	background-image:url(../images/ButtonFive.jpg);
}


/*
Hidden homepaage sub-menus - - - - */
.subMenus{
	margin:0 auto;
	padding:0;
	width:805px;
	position:relative;
}

.subMenus ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:161px;
	float:left;
	overflow:hidden;
	position:absolute;
}

.subMenus ul li{
	float:none;
	width:161px;
	background:none;
	padding:0;
	margin:0;
}

.subMenus ul li a, .subMenus ul li a:link, .subMenus ul li a:visited, .subMenus ul li a:hover, .subMenus ul li a:active{
	display:block;
	height:auto;
	width:auto;
	padding:2px 0pt 2px 38px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}

.subMenus ul li a:hover{
	text-decoration:none;
}

.subMenus ul li a, .subMenus ul li a:link, .subMenus ul li a:visited, .subMenus ul li li a:hover, .subMenus ul li a:active{
	background:url(../images/BlockArrow.gif) 25px 7px no-repeat;
	display:block;
	width:123px;
	height:100%;
	padding:0;
	margin:0;
	padding:2px 0 2px 38px;
	clear:both;
	font-size:110%;
	color:#9FA894;
	font-weight:bold;
}

.subMenus ul li a:hover{
	color:#FFFFFF;
	font-weight:bold;
}


/*
Main content - - - - */
#main_content{
	background:#EBEBEB;
	margin:0 auto;
	padding:0;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:auto;
}

#main_content .Header{
	background:#903439;
	width:100%;
	height:7px;
	margin:0;
	padding:0;
	overflow:hidden;/*ie6 hack to bring size to below 18px*/
	font-size:0;/*ie6 hack to bring size to below 18px*/
}

#main_content .Content{
	width:940px;
	min-height:286px;
	height:auto !important;
	height:286px;
	margin:0 auto;
	padding:0;
}

#main_content .Footer{
	width:100%;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;/*ie6 hack to bring size to below 18px*/
	font-size:0;/*ie6 hack to bring size to below 18px*/
	clear:both;/*act as a clearer*/
}


/*
Left section - - - - */
.LeftSection{
	float:left;
	width:940px;
}


/*
Breadcrumbs - - - - */
#Breadcrumbs{
	width:100%;
	display:block;
	clear:both;
	height:auto;
	margin:9px 0 5px 5px;
	text-align:left;
}

#Breadcrumbs a, #Breadcrumbs a:link, #Breadcrumbs a:visited, #Breadcrumbs a:hover, #Breadcrumbs a:active{
	color:#903439;
}

#Breadcrumbs ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#Breadcrumbs ul li{
	padding:0;
	margin:0 5px 0 0;
	background:none;
	float:left;
}


/*
Left menu - - - - */
.LeftMenu{
	float:left;
	width:226px;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 10px 0;
	display:inline;
	font-size:80%;
}

.LeftMenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.LeftMenu ul li{
	background:url(../images/LeftMenuBG.jpg) left bottom repeat-x;
	height:auto;
	padding:5px 0 5px 5px;
	float:none;
	margin:0;
}

.LeftMenu ul li a, .LeftMenu ul li a:link, .LeftMenu ul li a:visited, .LeftMenu ul li a:hover, .LeftMenu ul li a:active{
	display:block;
	color:#022F50;
	font-size:110%;
	padding:0;
	width:100%;
	height:100%;
	margin:0;
}

.LeftMenu ul li a:hover{
	text-decoration:none;
}

.NoJavascript .LeftMenu ul li a:hover{
	color:#6D7A87;
}

.LeftMenu ul li.active{
	color:#903439;
}

.LeftMenu ul li.active span{
	font-size:110%;
}


/*
Inner pages main copy - - - - */
.MainCopy{
	width:699px;
	float:left;
	margin:4px 0 0 15px;
	text-align:left;
	overflow:hidden;
	display:inline;
	padding:0 0 10px 0;
}

.MainCopy h1{
	font-size:170%;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	display:block;
	width:100%;
}

.MainCopy h2, .MainCopy h3, .MainCopy h4, .MainCopy h5, .Content .MainCopy h6{
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
	width:100%;
	text-transform:uppercase;
	display:block;
}


/*
Newslist - - - - */
.newsList{
	margin:0;
	padding:0;
	clear:both;
}

.newsList ul{
	width:100%;
	margin:0 0 10px 0;
	padding:0;
}

.newsList ul li{
	padding:3px 0 3px 0;
	background:none;
	margin:0 0 10px 0;
	display:block;
	clear:both;
	width:100%;
}

.newsList ul li:hover{
	background:#E6E6E6;
}

.newsList h1, .newsList h2, .newsList h3, .newsList h4, .newsList h5, .newsList h6{
	font-size:120%;
	border-bottom:1px solid #ddd;
	display:block;
	padding:0 !important;
	margin:0 0 5px 0;
	color:#903439 !important;
}

.newsList p{
	margin:0 0 5px 0;
}

.newsList p.date{
	clear:both;
	font-size:90%;
}

.newsList a, .newsList a:link, .newsList a:visited, .newsList a:hover, .newsList a:active{
	font-size:90%;
	color:#903439;
}


/*
Document downloads - - - - */
ul.documentsList{
	width:100%;
	margin:0 0 10px 0;
	padding:0;
}

ul.documentsList li{
	padding:0;
	background:none;
	margin:0;
	display:block;
	clear:both;
	width:100%;
}

ul.documentsList li:hover{
	background:#E6E6E6;
}

ul.documentsList p{
	margin:0 0 5px 0;
}

ul.documentsList p.documentHeading{
	display:block;
	clear:both;
}

ul.documentsList a, ul.documentsList a:link, ul.documentsList a:visited, ul.documentsList a:hover, ul.documentsList a:active{
	color:#903439;
	font-size:100%;
	margin:0 0 3px 0;
	padding:0 12px 0 0;
	background:url(../images/BlockArrowBlue.gif) 279px 4px no-repeat;
	width:100%;
	display:block;
	border-bottom:1px solid #ccc;
	text-align:right;
}

p.documentHeading a, p.documentHeading a:link, p.documentHeading a:visited, p.documentHeading a:hover, p.documentHeading a:active{
	border:none;
	font-size:120%;
	background:none;
	padding:0;
	display:inline;
	color:#022F50;
}


/*
Left column - - - - */
.LeftCol{
	width:341px;
	float:left;
	overflow:hidden;
}

.LeftCol.TwoColumn{
	width:549px;
}


/*
Center column - - - - */
.CenterCol{
	width:135px;
	float:left;
	overflow:hidden;
	height:auto;
	margin:3px 0 0 15px;
}

.CenterCol img{
	border:none;
	padding:0;
	margin:0 0 20px 0;
	display:block;
}


/*
Right column - - - - */
.RightCol{
	width:193px;
	float:left;
	margin:3px 0 0 15px;
	display:inline;
	overflow:hidden;
}


/*
Advert - - - - */
a.Advert, a:link.Advert, a:visited.Advert, a:hover.Advert, a:active.Advert{
	background:#FAFAFA url(../images/AdvertBG.jpg) left bottom no-repeat;
	width:189px;
	margin:0;
	padding:0;
	border:2px solid #fff;
	display:block;
	font-size:140%;
	text-align:center;
	line-height:200%;
}

a:hover.Advert{
	background:#EEEEEE url(../images/AdvertBG.jpg) right bottom no-repeat;
	text-decoration:none;
}

/*spans*/
a.Advert .header, a:link.Advert .header, a:visited.Advert .header, a:hover.Advert .header, a:active.Advert .header{
	background:#91343A url(../images/AdvertHeader-SS.jpg) left top no-repeat;
	height:auto;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	font-size:90%;
	padding:2px 10px 2px 10px;
	display:block;
	clear:both;
	margin:0;
	line-height:normal;
}

a.Advert .body, a:link.Advert .body, a:visited.Advert .body, a:hover.Advert .body, a:active.Advert .body{
	padding:20px 15px 30px 15px;
	display:block;
}

/*searching services advert*/
.Searching-Services a.Advert span.header, .Searching-Services a:link.Advert span.header, .Searching-Services a:visited.Advert span.header, .Searching-Services a:hover.Advert span.header, .Searching-Services a:active.Advert span.header{
	background-image:url(../images/AdvertHeader-SS.jpg);
}

/*legal post advert*/
.Legal-Post a.Advert span.header, .Legal-Post a:link.Advert span.header, .Legal-Post a:visited.Advert span.header, .Legal-Post a:hover.Advert span.header, .Legal-Post a:active.Advert span.header{
	background-image:url(../images/AdvertHeader-LP.jpg);
}

/*first post advert*/
.First-Post a.Advert span.header, .First-Post a:link.Advert span.header, .First-Post a:visited.Advert span.header, .First-Post a:hover.Advert span.header, .First-Post a:active.Advert span.header{
	background-image:url(../images/AdvertHeader-FP.jpg);
}

/*document-management advert*/
.Document-Management a.Advert span.header, .Document-Management a:link.Advert span.header, .Document-Management a:visited.Advert span.header, .Document-Management a:hover.Advert span.header, .Document-Management a:active.Advert span.header{
	background-image:url(../images/AdvertHeader-DM.jpg);
}

/*the group advert*/
.The-Group a.Advert span.header, .The-Group a:link.Advert span.header, .The-Group a:visited.Advert span.header, .The-Group a:hover.Advert span.header, .The-Group a:active.Advert span.header{
	background-image:url(../images/AdvertHeader-TG.jpg);
}


/*
Collapsible content - - - - */
#ToggleSwitches{
	width:auto;
	padding:0 0 10px 0;
	font-size:120%;
}

.collapsable{
	border:1px solid #999999;
	padding:3px;
	position:relative;
	margin:0 0 10px 0;
}

.collapsable .header{
	font-size:130%;
	font-weight:bold;
	padding:0 10px 0 0;
}

.collapsable p{
	margin:0 0 10px 0;
}

.OpenCloseHolder{
	padding:5px 0 5px 0;
	font-size:110%;
}

.OpenCloseHolder a, .OpenCloseHolder a:link, .OpenCloseHolder a:visited, .OpenCloseHolder a:hover, .OpenCloseHolder a:active{
	background:url(../images/CollapseIcon.jpg) left top no-repeat;
	display:block;
	width:12px;
	height:12px;
	position:absolute;
	top:3px;
	right:3px;
}

.OpenCloseHolder a:hover{
	background-position:left bottom;
}

.OpenCloseHolder a.RotateButton, .OpenCloseHolder a:link.RotateButton, .OpenCloseHolder a:visited.RotateButton, .OpenCloseHolder a:hover.RotateButton, .OpenCloseHolder a:active.RotateButton{
	background-position:right top;
}

.OpenCloseHolder a:hover.RotateButton{
	background-position:right bottom;
}


/*
Savings calculator - - - - */
.postageCalculator .AspNet-RadioButtonList ul{
	width:100%;
	border-top:1px solid #903439;
	border-bottom:1px solid #903439;
	float:none;
	margin:0 0 10px 0;
	padding:5px 0 5px 0;
	clear:both;
}

.postageCalculator .AspNet-RadioButtonList ul li{
	width:176px;
	float:none;
	padding:0;
	margin:3px 0 3px 4px;
}

.postageCalculator .AspNet-RadioButtonList ul li label{
	float:none;
}

.postageCalculator .AspNet-RadioButtonList ul li input{
	margin:0;
	float:right;
}

/*small print*/
.smallprint{
	float:right;
	margin:0;
}

.FinalSavings{
	float:left;
	margin:0 10px 0 4px;
	padding:8px 0 0 0;
	font-size:120%;
	color:#903439;
}

/*table*/
table.letterTypes{
	float:left;
	margin:0;
	border-spacing:0px;
	width:549px;
}

table.letterTypes tr.header{
	background:#903439;
}

table.letterTypes th{
	color:#FFFFFF;
	padding:4px 10px 4px 2px;
}

table.letterTypes tr td{
	vertical-align:bottom;
	padding:0 10px 0 4px;
}

/*finale row*/
table.letterTypes tr.calculatorVolumes{
	border-top:1px solid #903439;
}

table.letterTypes tr.calculatorVolumes td{
	color:#903439;
	font-size:120%;
	height:30px;
	padding:1px 10px 3px 4px;
}

/*make final value more noticable*/
table.letterTypes tr.calculatorVolumes td.firstpostsaving{
	font-weight:bold;
	font-size:140%;
}

/*inputs smaller*/
table.letterTypes tr td input{
	margin:0;
	width:40px;
	float:none;
}

/*admin edit table*/
table.letterTypesAdmin{
	float:left;
	margin:0 0 20px 0;
	border-spacing:0px;
	width:549px;
	border-bottom:1px solid #903439;
}

table.letterTypesAdmin tr.AspNet-GridView-Header{
	background:#903439;
}

table.letterTypesAdmin th{
	color:#FFFFFF;
	padding:4px 10px 4px 2px;
}

table.letterTypesAdmin td{
	white-space:nowrap;
}

table.letterTypesAdmin tr td input{
	width:90px;
	float:left;
	clear:left;
	margin-top:19px;
}

table.letterTypesAdmin tr td.mailCosts label{
	/*margin-top:-19px;*/
	font-size:100%;
	color:#777;
}

table.letterTypesAdmin tr td.mailCosts input{
	margin-top:0;
}

table.letterTypesAdmin tr td.mailCosts .errorMessage{
	margin-top:-2px;
	text-align:left;
	white-space:normal;
}

table.letterTypesAdmin tr td.mailOptions .editMailOptions{
	padding-top:23px;
}

/*cms form underneath above table*/
.cmsForm{
	border-bottom:1px solid #903439;
	padding:0 0 3px 0;
	margin:0 0 10px 0;
}


/*
Address - - - - */
.Address{
	margin:22px 0 0 0;
}

.Address span{
	margin:0 0 3px 0;
	display:block;
	clear:both;
}

.Address span span{
	display:inline;
	margin:0;
	clear:none;
}

.Address span.Bold{
	float:none;
	margin:0 5px 0 0;
	color:#903439;
}

.Address span.Clear{
	float:none;
	display:block;
}

.Address h1, .Address h2, .Address h3, .Address h4, .Address h5, .Address h6{
	margin:0 0 2px 0;
	float:none;
	clear:both;
	display:block;
}

.Address p{
	margin:0 0 20px 0;
	clear:both;
}

.Address a, .Address a:link, .Address a:visited, .Address a:hover, .Address a:active{
	color:#022F50;
}

.Address a:visited{
	color:#03497C;
}


/*
Find legal post members - - - - */
.Search{
	background:#E9EEF0 url(../images/SearchBG.jpg) left top repeat-x;
	width:189px;
	min-height:259px;
	height:auto !important;
	height:259px;
	margin:0;
	padding:0;
	border:2px solid #fff;
}

.Search .Heading{
	background:#91343A url(../images/AdvertHeader-LP.jpg) left top no-repeat;
	height:19px;
	width:100%;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	font-size:120%;
	padding:3px 0 0 0;
}

.Search .Copy{
	text-align:left;
	padding:8px;
}

.Search .Copy h1, .Search .Copy h2, .Search .Copy h3, .Search .Copy h4, .Search .Copy h5, .Search .Copy h6{
	font-size:120%;
	float:left;
	clear:both;
	margin:0 0 5px 0;
	width:100%;
}

.Search .Copy p{
	font-size:100%;
	margin:0 0 5px 0;
}

.Search .Copy label{
	font-size:110%;
	float:left;
	clear:both;
	margin:0 0 1px 1px;
	padding:0;
	font-weight:bold;
}

.Search .Copy input{
	float:none;
	clear:none;
	margin:0 0 5px 0;
	width:166px;
	font-size:90%;
}

.Search .Copy select{
	float:none;
	clear:none;
	margin:0 0 5px 0;
	width:100%;
	font-size:90%;
}

.Search .Copy input.SearchBttn{
	background:#91343A url(../images/BlockArrow.gif) 5px 5px no-repeat !important;
	width:85px;
	display:block;
	color:#FFFFFF;
	border-bottom:1px solid #AAADAF;
	margin:0;
	padding:2px 0 0 20px;
	text-transform:uppercase;
	float:right;
	cursor:pointer;
}

.Search .Copy input:hover.SearchBttn, .Search .Copy input.SearchBttn.hover{
	background:#6F282E url(../images/BlockArrow.gif) 5px 5px no-repeat !important;
	text-decoration:none;
}


/*
Find legal post members results - - - - */
ul.searchResults li{
	padding:0 0 0 15px;
	margin:0 0 10px 0;
	background-image:url(../images/BlockArrowBlue-reversed.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
}

.NoJavascript ul.searchResults li:hover{
	background-color:#E6E6E6;
	background-position:right 4px;
}

ul.searchResults li span{
	clear:both;
	display:block;
	margin:3px 0 0 0;
}


/*
Find legal post members results details - - - - */
.companyDetails span{
	display:block;
	font-size:120%;
	margin:0 0 3px 0;
}

.companyDetails .clear{
	height:10px;
}

.companyDetails h2{
	background:transparent url(../images/BlockArrowBlue.gif) 332px 4px no-repeat;
	border-bottom:1px solid #DDDDDD;
	color:#903439 !important;
	display:block;
	font-size:120%;
	margin:0pt 0pt 5px;
	padding:0 5% 0 0 !important;
	width:95%
}

.companyDetails .buttons{
	float:right;
	margin:0;
}


/*
Sitemap - - - - */
ul#siteMap{
	margin:0;
	overflow:hidden;
}

ul#siteMap ul{
	margin:3px 0 0 0;
}

ul#siteMap ul ul {
	margin:3px 0 20px 0;
}

ul#siteMap li{
	background:url(../images/BlockArrowBlue-reversed.gif) left 4px no-repeat;
	font-size:120%;
}

ul#siteMap li li{
	background:url(../images/BlockArrowBlue-reversed.gif) left 4px no-repeat;
	font-size:100%;
	margin:0 0 3px 0;
}

ul#siteMap li li li{
	background:url(../images/Bullet.gif) left 5px no-repeat;
}

ul#siteMap span{
	color:#903439;
}


/*
Bottom section - - - - */
#BottomSection{
	background:url(../images/BottomSecBG.jpg) left top repeat-x;
	margin:0 auto;
	padding:0;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:auto;
	font-size:110%;
	overflow:hidden;
	color:#DDDDDD;
	text-align:left;
}

#BottomSection .Content{
	width:940px;
	margin:0 auto;
	padding:10px 0 10px 0;
}

.Block{
	float:left;
	margin:0;
	padding:0 10px 0 10px;
}

.Block a, .Block a:link, .Block a:visited, .Block a:hover, .Block a:active{
	text-decoration:underline;
	color:#DDDDDD;
}

.Block a:hover{
	text-decoration:none;
}

.Block.One{
	width:222px;
	padding:0 5px 0 0;
}

.Block.Two{
	width:249px;
}

.Block.Three{
	width:232px;
	padding:0 4px 0 10px;
}

.Block.Four{
	width:182px;
	padding:0;
}

.Block h1{
	background:url(../images/BlockArrow.gif) 5px 2px no-repeat;
	display:block;
	font-size:110%;
	padding:0 0 10px 20px;
	margin:0;
	line-height:11px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}

.Block h2{
	background:none;
	display:block;
	color:#FFFFFF;
	font-size:100%;
	padding:0 0 3px 20px;
	margin:0;
	line-height:10px;
	font-weight:bold;
	text-align:left;
}

.Block p{
	color:#DDD;
	font-size:90%;
	padding:0 0 0 20px;
	margin:0;
	text-align:left;
}

/*block one*/
.Block #Articles h2{
	display:block;
	float:left;
	margin:0;
	padding:3px 0 0 21px;
	width:60%;
	height:17px;
}

.Block #Articles p{
	float:right;
	width:30%;
	height:20px;
	padding:0;
	margin:0;
}

.Block ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.Block ul li{
	background:none;
	margin:0 0 9px 20px;
	padding:0;
}

span.MoreLink a, span.MoreLink a:link, span.MoreLink a:visited, span.MoreLink a:hover, span.MoreLink a:active{
	float:right;
}

/*block two*/
.Block.Two input{
	background:#FFFFFF !important;
	float:none;
	clear:none;
	margin:5px 0 0 0;
	width:150px;
	float:left;
	height:14px;
}

a.Register, a:link.Register, a:visited.Register, a:hover.Register, a:active.Register{
	background:#91343A url(../images/BlockArrow.gif) 3px 8px no-repeat;
	width:auto;
	height:16px;
	display:block;
	color:#FFFFFF;
	border-bottom:1px solid #08202E;
	margin:5px 0 0 7px;
	padding:6px 4px 0 12px;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	font-size:90%;
}

a:hover.Register{
	background-color:#6F282E;
}

/*block three*/
a.Adobe, a:link.Adobe, a:visited.Adobe, a:hover.Adobe, a:active.Adobe{
	background:url(../images/AdobeReader.png) top left no-repeat;
	width:auto;
	height:17px;
	display:block;
	margin:0;
	padding:5px 0 0 25px;
	font-size:90%;
	text-decoration:none;
}

a:hover.Adobe{
	background-position:bottom left;
	text-decoration:none;
}

/*block four*/
.Block.Four img{
	padding:2px 10px 10px 0;
	float:left;
}

.Block.Four a, .Block.Four a:link, .Block.Four a:visited, .Block.Four a:hover, .Block.Four a:active{
	display:block;
	margin:1px 0 0 0;
}

/*document downlaods section*/
.documentDownloads h2{
	background:url(../images/BlockArrow.gif) 5px 2px no-repeat;
	display:block;
	font-size:110%;
	padding:0 0 10px 20px;
	margin:0;
	line-height:11px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}

.documentDownloads h2 a, .documentDownloads h2 a:link, .documentDownloads h2 a:visited, .documentDownloads h2 a:hover, .documentDownloads h2 a:active{
	color:#FFFFFF !important;
}


/*
T&Cs - - - - */
#TCs{
	background:#011C2C;
	margin:0 auto;
	padding:2px 0 0 0;
	width:99% !important;
	width:1024px;
	max-width:1024px;
}

#TCs .Content{
	width:940px;
	margin:0 auto;
}

#TCs ul{
	float:right;
	margin:0;
}

#TCs ul li{
	background:none;
	float:left;
}

#TCs ul li a, #TCs ul li a:link, #TCs ul li a:visited, #TCs ul li a:hover, #TCs ul li a:active{
	color:#FFFFFF;
}

#TCs ul li span{
	color:#FFFFFF;
}


/*
Footer - - - - */
#Footer{
	background:#91343A;
	margin:0 auto;
	padding:0;
	width:99% !important;
	width:1024px;
	max-width:1024px;
	height:27px;
	color:#FFFFFF;
	font-size:100%;
	overflow:hidden;
	border:1px solid #ddd;
	border-top:none;
}

#Footer a, #Footer a:link, #Footer a:visited, #Footer a:hover, #Footer a:active{
	font-size:110%;
	color:#FFFFFF;
}

#Footer .Content{
	width:940px;
	height:27px;
	margin:0 auto;
}

#Footer .Content .Copyright{
	float:left;
	padding:8px 10px 0 0;
}

#Footer .Content .Address{
	float:left;
	padding:8px 0 0 0;
}

#Footer .Content .ContactDetails{
	float:right;
	padding:7px 0 0 0;
}

#Footer .Content .ContactDetails .Tel{
	padding:0 10px 0 0;
}

#Footer .Content .ContactDetails .Fax{
	padding:0 10px 0 0;
}