/***hillgrafford.co.uk  css ***/

/* default font sizes */
	/* hack for IE to display the right font size */
	
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input, label { 
	font: small Arial, Helvetica, sans-serif; 
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	}
input {
	font-size: 12px;
	}
img {
	border: none
	}

/* default font size for each element */
h1 	{
  font-size: medium;
	}
h2 	{
  font-size: medium;
	}
h3 	{
	font-size: x-small;
	}
h4 	{
	font-size: small;
	}
p{
  font-size: 12px;
  }

/*** element styles ***/
h1, h2 , p {
	color: black;
	}
p {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
h1, h2 {
	font-weight: bold;
	}
h1  {
	text-transform: capitalize;
	margin-top: 0px;
	padding-top: 0px;
	}

/* link color and hovers*/	
a {
  color: #0000EE;
  }
a:hover {
  color: #996;
  }

 
/*** structural ***/
body {
  text-align: center;
  background: #000 url(../images/bg.gif) repeat-x top center;
  }
  
#wrapper { 
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 740px;
  
  }
  
#header {
	position: relative;
	width: 738px;
	height: 96px;
	background: black url(../images/logo.gif) no-repeat 0 0;
	border: solid 1px white;
	}
#header object {
	position: absolute;
	top: 0;
	right: 0;
	}
#menu {
	position: relative;
	height: 1.4em;
	width: 700px;
	background-color: #996;
	margin: 0px;
	padding: 0 0 0 40px;
	}
	
#topinfo {
	position: absolute;
	top: 145px;
	left: 197px;
	}

#main {
	position: relative;
	width: 736px;
	height: 100%;
	min-height: 450px;
	padding: 0px 0 10px 0;
	position: relative;
	margin: 0px;
	border: solid white 2px;
	background: white url(../images/text_bg.gif) repeat-y 0 0; 
	}

#textbox {
	position: relative;
	width: 530px;
	margin: 0px 0px 6em 0px;
	
	}
	
#footnote {
	position: absolute;
	bottom: 10px;
	left: 27px;
	margin: 0px;
	padding: 0px;
	border-left: solid #996 20px;
	}
#sidebar {
	width: 185px;
	padding-left: 10px;
	padding-right: 5px;
	
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
	
	}
#footer {
	position: relative;
	width: 740px;
	height: 50px;
	background: #000 no-repeat 0 0;
	}
span#disclaimer p{
	font-size: 10px;
	color: white;
	text-align: center;
	margin-top: 3px;
	margin-left: 150px;
	}

/*** element styles ***/
/***menu***/
#menu li {
	list-style: none;
	margin: 2px 10px 0 0;
	float: left;
	}
#menu li a {
	text-decoration: none;
	font: 14px times, georgia, serif;
	color: white;
	}
#menu li a span{
	vertical-align: sub;
	margin-right: 10px;
	}
#menu li a:hover {
	text-decoration: none;
	font: 14px times, georgia, serif;
	color: black;
	}
#menu li a:hover span{
	color: white;
	}
	
/*** submenu ***/
ul.submenu {
	margin-bottom: 150px;
	padding-right: 0px;
	margin-right: 0px;
	}
.submenu li {
	list-style: none;
	margin-right: 10px;
	float: left;
	font: 14px times, georgia, serif;
	}
.submenu li a {
	text-decoration: underline;
	font: 14px times, georgia, serif;
	}
/***loggedin***/
#loggedin p {
	color: white;
	}
/***textbox***/
#textbox p, #textbox h2 , #textbox form, #newsposts, #textbox  h3, #textbox  ul{
	width: 425px;
	margin-left: 55px;
	}
#textbox form form, #textbox form h3, #textbox form p {
	margin-left: 0;
	}
	
#textbox h1 {
	color: white;
	margin-top: 20px; 
	margin-bottom: 20px;
	font: bold large Times, TimesNR, serif;
	margin-left: 55px;
	}

#textbox ul {
	font-size: small;
	width: 390px;
	}

#textbox {
	margin-bottom: 120px;
	}
/***image replacement***/
  
 #textbox h1.imghead {
	margin: 0px;
	padding: 201px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:201px;
	}
 #textbox h1.imghead_home {
	padding: 236px 0 0 0;
	height /**/:236px;
	}
	


/***footnote***/

#footnote h3 {
	margin-left: 20px;
	width: 380px;
	font-size: 12px;
	}
#footnote img {
	margin-left: 50px;
	margin-top: 10px;
	}

/***footer***/
#footer {
	color: white;
	font-size: xx-small;
	}
 #footer span {
	position: absolute;
	top: 3px;
	left: 40px;
	}
 #footer a {
	position: absolute;
	top: 3px;
	right: 10px;
	color: white;
	}
/***forms***/

form label, form span {
	display: block;
	margin-top: 10px;
	}

#verticalForm fieldset  { 
	
	display: block;
	width: 400px;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	border: none;
}

#verticalForm .radio {
	width: 5em;
	margin: 0.5em 0 1em 0;
}

#verticalForm input.radio  {
	float: left;
	width: auto;

}

#verticalForm label.radio  {
	font-weight: normal;
}

#verticalForm input {
	display: block;
	width: 15em;
}

#verticalForm input {
	width: 5em;
	}
	
#verticalForm label {
	display: block;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size:
}

#verticalForm label.first {
	padding-top: 1em;
}

#verticalForm select {
	display: block;
}
/***page styles***/

/***news***/
#newsposts  {
	background-color: #f3f1d9;
	margin-top: 25px;
	margin-bottom: 120px;
	padding: 1px 10px 10px 10px;
	width: 410px;
	}
	
#newsposts h3 {
	font-size: large;
	font-weight: bold;
	margin: 10px 0 -10px 0;
	text-transform: uppercase;
	color: #cccc99;
	}
#newsposts p, #newsposts h4 {
	width: 380px;
	}
	
#newsposts h4 {
	margin: 20px 0 10px;
	padding: 0;
}	

#newsposts p {
	margin: 5px 0 5px 10px;
	}



.byline {
	font-size: smaller;
	font-weight: normal;
	}
/***contact***/
.atsign {
	margin-bottom: -4px;
	}

/*** newsfeeds ***/
#sidebar h3  {
	font-size: large;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	color: #cccc99;
	}
h1#morenewsheader {
	font-size: large;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin: 20px 0 20px 55px;
	text-transform: uppercase;
	color: white;
	
	}
#sidebar a { 
	  color: #996;
	  }
#sidebar a:hover {
	color: #cc9
	}
#sidebar a#morenews {
	text-align: right;
display: block;
	font-size: 12px;
	margin-bottom: 5px;
	}

#sidebar p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
	}
/*** case studies ***/

.casestudy_img {		
	float: right;
	border: solid 2px #938555;
	margin: 15px 40px 10px 10px;
	}
	
/*** newsletter signup ***/
#signup {
	position: relative;
	margin-top: 30px;
	padding: 0px;
	height: 90px;
	padding: 1px;
	background-color: #cc9;
	}

#signup h2 {
	margin: 10px 0 0 5px;
	padding: 0px;
	padding-top: 1px;
	font: bold small arial, helvetica, sans-serif;
	color: white;
	background-color: #cc9;
	}
#signup form {
	margin: 0;
	padding: 0;
	}
#news_button {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	}

#news_email {
	margin: 5px 0 0 5px;
	width: 170px;
	}
	

/*** newsletter page ***/

#newsletter_form input {
	width: 300px;
	}
#newsletter_form label.radio {
	width: 300px;
	}
	
#newsletter_form label.radio input {
	width: auto;
	}
#newsletter_form input.submit {
	width: 100px;
	}
.smallprint {
	font-size: smaller;
	}
	
/***contact page ***/

#confirmation  p{
	color: white;
	text-align: center;
	font-size: larger;
	}
	
/*** Banners ***/

#banners {
	width: 425px;
	margin-left: 55px;
	margin-top: 20px;
	}
#banners  img#competition_banner{
	margin-left: 50px;
	}

div#myOnPageContent {
	display: none;
	}
	
#TB_ajaxContent div#pension_review {
	width: 400px;
	height: 550px;
	border: 2px solid black;
	background-color: black;
	
	}
#TB_ajaxContent div#pension_review p{
	color: white;
	margin: 10px 30px 10px 30px;
	width: 360px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	
	}
#TB_ajaxContent div#pension_review  ul {
	color: #a39161;
	margin-left: 45px;
	margin-right: 20px;
	width: 360px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	}
#TB_ajaxContent div#pension_review ul li{
	margin-bottom: 7px;
	}
	
#TB_ajaxContent div#pension_review  ul span{
	color: white;
	}
#TB_ajaxContent div#pension_review h3 {
	color: white;
	margin-left: 0;
	margin-top:-4px;
	padding-left: 20px;
	padding-top: 5px;
	background: #a39161;
	font-family: times, serif;
	font-size: 30px;
	height: 80px;
	width: 380px;
	letter-spacing: 1px;
	}
#TB_ajaxContent div#competition_overlay a , #TB_ajaxContent div#pension_review a {
	color: #a39161;
	}
	
div#competition_overlay_content {
	display: none;
	}
	
#TB_ajaxContent div#competition_overlay {
	width: 400px;
	height: 550px;
	border: 2px solid black;
	background-color: black;
	
	}
#TB_ajaxContent div#competition_overlay p{
	color: white;
	margin: 10px 30px 10px 30px;
	width: 340px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	
	}

#TB_ajaxContent div#competition_overlay  h3 {
	color: white;
	margin-left: 0;
	margin-top:0;
	padding-left: 45px;
	padding-top: 25px;
	background: #a39161;
	font-family: times, serif;
	font-size: 38px;
	height: 120px;
	width: 355px;
	letter-spacing: 1px;
	
	}
#TB_ajaxContent div#competition_overlay p#competition_smallprint {
	font-size: 10px;
}

div#editorial_box {
	display: none;
	}
	
#TB_ajaxContent div#editorial_content h1 {
	font-size: 300%;
	font-family: "Georgia", serif;
	font-weight: normal;
	text-transform: none;
	margin: 20px 0 20px 0;
}

#TB_ajaxContent div#editorial_content h2 {
	font-size: 120%
}

#TB_ajaxContent div#editorial_content p {
	margin-top: 5px;
	margin-bottom: 5px;
}