﻿body
{
	font-family: Verdana;
	padding: 0;
	margin: 0 auto;
	text-align:center;
	background: #fff url(images/sky-top-gradient.png) repeat-x;
}

#ContentWrapper
{
	width: 770px;
	margin: 0 auto;
}

.HeadlineDiv
{
	height: 140px;
}

#BodyCopy ul, #BodyCopy ol
{
/*
	list-style-image: url(images/green-tick.png);
	list-style-position: inside;
*/
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

#BodyCopy ul li, #BodyCopy ol li
{
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-left: 37px;
}

#BodyCopy ol li
{
	background-image: url(images/bullet.png);
	background-position: 15px 0px;
}

#BodyCopy ul li
{
	background-image: url(images/green-tick.png);
	background-position: 15px 3px;
}

#BodyCopy
{
	font-family: Arial,Verdana,Trebuchet MS,Sans-serif;
	font-size: 14px;
	line-height: 22px;
}

#StaffProfile
{
	font-size: 12px;
	line-height: 12px;
}

p
{
	margin-bottom: 10px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

#Footer
{
	margin-top: 20px;
	padding: 10px;
	background-color: #654;
	color: #fff;
}

#Footer a
{
	color: #fff;
}

h1, .h1
{
	line-height: 28px;
	letter-spacing: -2px;
	font-size: 32px;
	font-weight: bold;
	font-family:arial;
	margin-bottom: 15px;
}

h2, .h2
{
	font-size: 25px;
	font-weight: bold;
	font-family:arial;
	margin-bottom: 30px;
	font-style: italic;
}

h3, .h3
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}

#Header
{
	background-image: url(images/bad-credit-remortgage-guild-gradient-background.png);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #26d;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	height: 86px;
}

#Header imgf
{
	margin-bottom: 8px;
	padding-bottom: 4px;
}

#Header divf
{
	padding: 5px 0 8px;
	vertical-align: middle;
}

#Navigation
{
	background-color: #222;
	white-space: nowrap;
	text-align: center;
	padding: 10px 0;
	margin: 0;
}

#Navigation ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#Navigation li
{
	padding: 0;
	margin: 0;
	display: inline;
}

#Navigation a
{
	color: #fff;
	margin: 0;
	padding: 10px 4px 10px 4px;
}

#Navigation a span
{
	color: #fff;
	font-weight: bold;
}

#Navigation a:hover span
{
	color: #fff;
	text-decoration: underline;
}

#Navigation a:hover
{
	cursor: pointer;
}

#Navigation .Current a span
{
	color: #fff;
}

#Navigation .Current a
{
	background: url(images/current-tab-highlight.gif) no-repeat bottom center;
	cursor: default;
	text-decoration: none;
}

#Navigation .Current a:hover span
{
	text-decoration: none;
}

#Navigation .Current a:hover
{
	cursor: default;
}