/* Gwyn George Partnership Printer Friendly Stylesheet */
/* http://www.ggplaw.co.uk */
/* Created 04/10/06 */
/* Author: Mark Williams of Essential Business Communications Ltd */
/* Website: http://www.ebcltd.co.uk */

/* Setup global properties */
* {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
font-size: 10pt;
font-family: Arial, Verdana, "san-serif";
color: #333333;
}

/* Body styling */
body {
width: 98%;
margin: 0px 0px 20px 0px;
padding: 0px;
line-height: 16pt;
}

#wrapper {
width: 100%;
}

#content {
width: 100%;
margin: 0px;
padding: 0px;
border: 0;
clear: both;
text-align: justify;
}

p {
line-height: 20px;
margin-bottom: 15px;
}

/* Heading styles */

h1 {
margin-bottom: 14px;
font-size: 16pt;
color: #333333;
border: 0px;
width: 100%;
}

h2 {
margin-bottom: 15px;
font-size: 12pt;
font-weight: bold;
color: #666666;
border-bottom: 1px solid #CCCCCC;
width: 100%;
}

h3 {
margin-bottom: 15px;
font-size: 11pt;
font-weight: bold;
color: #999999;
}

/* Link styles */

a:link, a:visited, a:active, a:hover {
color: #999999;
}

/* Basic Unordered List */

ul.basicList, ol.basicList {
list-style-image: url(../images/list_bullet.gif);
margin-left: 10px;
padding-left: 10px;
margin-bottom: 20px;
}

ul.basicList li, ol.basicList li {
line-height: 20px;
margin: 10px 0px 10px 10px;
float: none;
}

ul.basicList li ul, ol.basicList li ul {
padding: 15px 0px 10px 20px;
}

/* Hide non printable elements */

#top,
#banner,
#rightBox,
#footer,
#footer ul,
#left,
#menu,
#greyStrip,
#headerpics,
#open_quote,
#close_quote,
img,
hr,
.staffbox {
display: none;
}

/* Hide top of page links */

.topLink,
a.topLink:link,
a.topLink:visited,
a.topLink:active,
a.topLink:hover { 
display: none;
}

/* Convert box to hold addresses on contact page to span width of page when printing */

#rightBox {
margin: 0px;
padding: 0px;
width: 100%;
float: none;
border: 0px;
}

.branchInfo {
	background: transparent;
	border-bottom: 2px solid #333;
	padding: 10px 0px;
	margin-bottom: 20px;
}

.branchInfo img {
	display: none;
}