html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
body {font:14px/1.231 arial,helvetica,clean,sans-serif;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*------------COLOURS----------------
#002E54 DARK BLUE
#8CA1B2 BLUE TINT
#E67D00 ORANGE
#4B4B4D MID GREY
Font size guide:
123.1% =16px , 116% = 15px 108% = 14px, 100% = 13px,  93% = 12px, 
-------------------------------------*/
/*================ global links=======================*/
a {	color:#8CA1B2;}
a:visited {	color:#8CA1B2;}
a:hover {	color:#E67D00;}
a:active {	color:#E67D00;}
/*================ fonts     =======================*/
div#printhead {display:none;}
#main-content p, #main-content ul {line-height:1.5em; font-size:85%; margin-bottom:1.2em; color:#4B4B4D;}
#main-content ul ul {font-size:100%; padding-left:15px; margin-bottom:0;}
h1 {font-size:108%; font-weight:bold;margin-bottom:1.0em; color:#4B4B4D; text-transform:uppercase;}
h2 {font-size:100%; font-weight:bold;margin-bottom:1.0em; color:#4B4B4D}
h3 {
font-size:93%; 
margin-bottom:.2em; 
color:#4B4B4Dl; 
text-transform:uppercase;
}

h1 sup {
display:inline;
font-size:77%;
vertical-align:text-top;
}
/*------------------------------------------------------*/
body {
	background-color: #fff;
}
#horizon {
	/*this helps to vertically align the container*/
	background-color: transparent;
	position: absolute;
	/*top: 50%;*/
	left: 0px;
	width: 100%;
	height: 1px;
	display: block;
}
#content {
	/*this horizontally aligns the box*/
	background-color: #fff;
	margin-left: -490px; /* 1/2 of 'a' */
	position: absolute;
	top: 25px; /*fixed*/
	/*top: -257px;  1/2 of 'b' */
	left: 50%;
	width: 960px; /* x2 of 'a' */
	height: 514px; /* x2 of 'b' */
}
div#crown {
	background:#fff url('../images/head-cap.jpg') no-repeat top left;
	height:74px;
}
/*================ navigation ======================*/
ul#nav {
	text-transform:uppercase;
	font-size:88%;
	color:#002E54;
	padding-top:45px;
	padding-left:10px;
}
ul#nav li {
	display:inline;
	margin-right:1.0em;
}
ul#nav li a {
	color:#002E54;
	text-decoration:none;
	padding-left:10px;
}
ul#nav li a:hover {
	color:#E67D00;
	background:url(../images/nav-arrow.gif) no-repeat left center;
}
/*============== sub content ==========================*/
div#sub-content {
	width:275px;
	min-height:320px; /*this powers the height of the webpage*/
	float:left;
	padding-top:20px;
}
	

#sub-content h3, #sub-content h4 {
	color:#002E54;
	text-transform:uppercase;
	font-size:93%;
	margin-left:20px;						/*---------this aligns heading with menu*/
}


#sub-content ul {
	margin-top:10px;
	font-size:83%;
	margin-left:12px;						/*-------- this moves and aligns menu*/
}
#sub-content ul li {
	margin:.3em 0 .3em 0;
	_height:1%;
}
#sub-content ul li a, #sub-content ul li a:visited {
	text-decoration:none;
	color:#8CA1B2;
	padding-left:8px;						/*<------ this adds room for the '>' bullet*/
	display:block;
	}
#sub-content ul li a:hover {
	color:#E67D00;
    background:url(../images/nav-arrow.gif) no-repeat 0px 2px;
}
#sub-content ul li.selected a, #sub-content ul li.selected a:hover
{
color:#002E54;
cursor:default;
background: url(../images/nav-arrow.gif) no-repeat 0px 2px; 
}



body#home-page div#main-content 	 {margin-top:29px;} /* align top with sub-content text HOME PAGE ONLY*/
/*page indicators for menus*/
body#home-page ul#nav li#home a, 
body#services-page ul#nav li#services a, 
body#team-page ul#nav li#team a, 
body#legal-page ul#nav li#legal a, 
body#our-history-page ul#nav li#our-history a,
body#client-care-page ul#nav li#client-care a,
body#legal-topics-page ul#nav li#legal a,
body#newsletter-page ul#nav li#news a,
body#client-care-page ul#nav li#client-care a,
body#contact-page ul#nav li#contact a {
	background:url(../images/nav-arrow.gif) no-repeat left center;
	cursor:default;
}
div#logo {
	height:150px;
	width:293px;
	float:left;
	margin-right:6px;
}
div#banner {
	background:url(../images/body-repeat.jpg) repeat-y top right; 
	height:150px;
	width:650px;
	float:right;
	position:relative;
	padding-right:10px;
}

div#page {
	background:transparent url(../images/body-repeat.jpg) top left repeat-y;
}
div#main-content {
	width:550px;
	float:right;
	margin:19px 60px 25px 0;
	overflow:hidden;
	display:inline;
}
div#footer {
	clear:both;
	background-color:#002E54;
	width:950px;
	color:#fff;
	text-transform:uppercase;
	min-height:30px;
}
div#page div#footer p {
	padding-top:10px;
	font-size:66%; /*this will only affect IE and Safari*/
	text-align:center;
}
div#footer-cap {
	background:#fff url(../images/footer.jpg) no-repeat bottom left;
	height:31px;
}
/*================ home page     =======================*/
body#home-page div#main-content p,
body#our-history-page div#main-content p
{
padding-left:180px;	
}


/*================ services pages    =======================*/
body#services-page div#main-content a{color:#8CA1B2;}
body#services-page div#main-content a:hover {color:#E67D00;}


/*================ team pages    =======================*/
body#team-page div.first {margin-left:15px; _margin-left:0;}
body#team-page div#main-content a{color:#8CA1B2;}
body#team-page div#main-content a:hover {color:#E67D00;}
div#head-shot img{
margin-top:3px;
border:1px solid #878889;
float:left;
}
div#info-team-col
{
margin-left:175px;
}
div#info-team-col h1 
{
	padding-left:10px;
	background:url(../images/nav-arrow.gif) no-repeat 2px 4px;
	text-transform:uppercase;
}

body#team-page div#main-content h3 {
color:#4B4B4D;
}
div#sub-team h4.clicker a  {
color:#4B4B4D;
text-decoration:none;
}
div#sub-team h4.clicker a:hover {
color:#E67D00;
}
/*================ meet the team =======================*/

body#team-page div#sub-content h4  {
color:#4B4B4D;
margin-left:10px;
margin-top:10px;
padding-left:10px;
text-transform:none;
}

body#team-page div#sub-content h4:hover {
cursor:pointer;	
color:#E67D00;
}
/*================ useful classes=======================*/
.lightheading {
	color:#8CA1B2;
}

h1 .lightheading {
	color:inherit;
	font-weight:normal;
}
.clear {
	clear: both;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.emphasis-bullet
{
padding-left:15px;
background:url(../images/nav-arrow.gif) no-repeat 2px 6px;
}

.bullet-list, .bullet-list ul 
{
	list-style:disc;
	list-style-position:outside;
	margin-left:15px;
}
.half 
{
	width:44%;
	margin-right:2%;
	float:left;
}
ul .pdf , ol .pdf {
padding-bottom:2px;	
margin-bottom:2px;
}


.pdf {
background:transparent url(../images/icon_pdf.gif) no-repeat scroll 0 0;
padding-left:20px;
}
.ext-link {
background:transparent url(../images/icon_external.gif) no-repeat scroll 0 0;
padding-left:20px;
}

.selected {
display:block !important;
}

div#sub-team ul.selected {
display:block !important;
}



#imagecaption {
	width: 160px;
	float: left; 
	margin-right: 10px;
	padding: 0;
	display: block;
	text-align: right;
	
}
#imagecaption img {
	display: block;
}
#imagecaption span{ 
	font-size: 0.9em;
	font-style: italic;
}

#history {
	 margin-left: 180px;
 }
/*================ client care =======================*/
div#client-care p {
	clear:both;	
}

div#client-care li {
	list-style: none;	
}

span.label {
display:block;
float:left;
width:25px;
clear:left;
}
span.description {
display:block;
float:left;
width:520px;
}

div#client-care address {
font-size:93%;
margin-bottom:10px;
padding-left:25px;
text-align:left;
color:#4B4B4D;
}
div#client-care p {
float:left;
width:100%;
}
 .indent {
margin-left:25px;	 
}
/*================ Legal Topics ======================*/

body#legal-topics-page #main-content li {
	margin-bottom:10px;
}


#main-content ul
{
margin: 0px;
padding: 0px;
}



#main-content li
{
margin: 0px;
display:block;
padding: 0px 0px 0px 0px;
list-style:none;
}

