body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

/*      ------ standard fixes ------  */

img {
	border: 0;
}

td {
	vertical-align: top;
	font-size: 11px;
}

div, img, h1, h2, h3, dl, dd, dt, ul, li, form, p {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;	
}

span, a, b {
	background-repeat: no-repeat;
}

ul {
	list-style-type: none;
	list-style-image: none;	
}

h1, h2, h3 {
	font-size: 13px;
	font-weight: normal;
}

/*      ------ remove for dynamic optimisation -------   */

.access, hr {
	display: none;
}

#nav-access, #nav-breadcrumb {
	display: none;
}

/*      ------ links -------   */

a:link { text-decoration: underline; color: #3366CC; }
a:visited { text-decoration: underline; color: #3366CC; }
a:active { text-decoration: underline; color: #3366CC; }
a:hover { text-decoration: underline; color: #333333; background-color: #FFEBC1;}

/*      ------ containers -----------*/

#header, #intro, #content, #footer {
	clear: both;
	width: 100%;
	z-index: 10;
}

#global {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

body {
	background-image: url("http://www.peimf.com/resources/graphics/background_stripes.jpg");
	background-repeat: repeat-y;
	background-position: 800px 0px;	
}

/* ------------ access -------------- */

#breadcrumb {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 100%;
	border-top: solid 4px #FF9900;		
}

#breadcrumb p 
{
	padding: 6px 0px 0px 20px;
}

#access {
	position: absolute;
	top: 25px;
	right: 20px;
	width: 120px;
	text-align: right;
}

/* ----------- header --------------- */

#header 
{
	height: 135px;
}

#branding {
	position: absolute;
	top: 55px;
	left: 20px;
	width: 300px;
}

#branding h2 
{
	font-size: 20px;
	color: #3366CC;	
}

#contact {
	position: absolute;
	top: 60px;
	left: 630px;
	width: 200px;
}

#contact dl {
	font-size: 12px;
}

#contact dl dt {
	float: left;
	clear: both;
	margin: 0px 5px 0px 0px;
}

#contact dl dd {
	float: left;
	width: 160px;
	font-weight: bold;
	color: #6C6C6C;
}

/*      ------ navigation: primary ------- */

#nav-primary {
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav-primary h2 {
	display: none;
}

#nav-primary ul {
	float: left;
	width: 785px;
	padding: 10px 0px 10px 15px;
	font-size: 12px;
	font-weight: bold;
	background-color: #178A17;	
}

#nav-primary ul li {
	float: left;
	margin: 0px 20px 0px 0px;
}

#nav-primary ul li a, #nav-primary ul li span {
	color: #FFFFFF;
	text-decoration: none;
}

#nav-primary ul li a:hover {
	color: #ECECEC;
	background-color: transparent;
}

#nav-primary ul li.members a, #nav-primary ul li.members span {
	color: #FFCC00;
	text-decoration: none;
}

/* ------------- navigation secondary -------- */

#nav-secondary {
	position: absolute;
	top: 295px;
	left: 20px;
	width: 175px;
	font-weight: normal;
}

#nav-secondary h2 {
	display: none;
}

#nav-secondary li {
	margin: 0px 0px 15px 0px;
}

#nav-secondary li.selected {
	font-weight: bold;
}

/* ------------- intro: page/default ------------------ */

body.article #intro-container {
	position: relative;
	float: left;
	width: 800px;
	background-image: url("http://www.peimf.com/resources/graphics/colour_green_1.gif");
	background-repeat: repeat;	
	height: 133px;
}

body.article #intro h1 {
	float: left;
	width: 200px;
	padding: 18px 0px 0px 20px;
}

body.article #intro p {
	float: left;
	clear: left;
	width: 190px;
	padding: 0px 0px 0px 20px;
	font-size: 13px;
	color: #FFFFFF;	
}

body.article #intro img {
	position: absolute;
	top: 0px;
	left: 230px;
}

body.article #intro h1 img {
	position: static;
}

/* ------------- intro: homepage ------------------ */

body.homepage #intro-container {
	position: relative;
	float: left;	
	width: 800px;
	margin: 0px;
	background-image: url("http://www.peimf.com/resources/graphics/colour_green_1.gif");
	background-repeat: repeat;
}

body.homepage #intro img {
	float: left;
}

body.homepage #intro h1 {
	float: left;
	margin: 22px 0px 0px 35px;
}

body.homepage #intro p {
	float: left;
	margin: 6px 0px 0px 35px;
}

body.homepage #intro ul {
	position: absolute;
	top: 130px;
	left: 420px;
}

body.homepage #intro ul li {
	padding-left: 15px;
	background-image: url("http://www.peimf.com/resources/graphics/bullet_arrow_white.gif");	
	background-position: 2px 2px;
}

body.homepage #intro ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

body.homepage #intro ul li.selected a {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}

body.homepage #intro ul li.selected a:hover {
	color: #FFFFFF;
	background-color: transparent;
}


body.homepage #intro ul li a:hover {
	color: #FFCC00;
	background-color: transparent;
}

/* ---------- content -------------- */

#content-container {
	width: 525px;
	padding: 0px 0px 35px 230px;
	overflow: visible;
}

body.article #content-container {
	padding-top: 30px;
}

/* ---------- formatting ----------- */

#content p {
	clear: both;
	padding: 0px;
	margin: 0px 0px 12px 0px;

}

#content p.columns {
	line-height: 130%;
}

#content p.together {
	padding: 0;
	margin: 0px 0px 4px 0px;
}

#content p.intro {
	font-size: 14px;
	color: #777777;
	line-height: 150%;
}

#content ul {
	margin: 0px 0px 15px 0px;
}

#content ul li {
	padding-left: 15px;
	background-image: url("http://outline.auburnclient.co.uk/resources/graphics/bullet_disc.gif");
	background-position: 2px 4px;	
}

#content ol li 
{
	background-image: none;
}

#content ul.features li {
	float: left;
	width: 200px;	
	padding-right: 10px;
}

#content p.link {
	padding-left: 15px;
	background-image: url("http://outline.auburnclient.co.uk/resources/graphics/bullet_disc.gif");
	background-position: 2px 4px;	
}

#content dl dd {
	margin: 0px 0px 0px 30px;
	color: #666666;
}

#content dl dd.large {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 15px 0px;
}

#content h2 {
	margin: 20px 0px 8px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #178A17;
}

#content h3 {
	margin: 10px 0px 8px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#content div.item {
	border-bottom: dashed 1px #666666;
	padding: 0px 0px 20px 0px;
}

#content div.item p.link {
	font-weight: bold;
}

#content img {
	display: inline;
}

#content img.link {
	border: 1px;
	border-color:#006699;
	margin: 10px 0px 20px 0px;
}

/* --------- content: homepage ------------ */

body.homepage #content-container {
	margin: 0px;
	padding: 0px;
	width: 900px;
}

body.homepage #content div.columns {
	float: left;
	width: 100%;
}

body.homepage #content div.columns div {
	float: left;	
	width: 380px;
	padding: 15px 0px 0px 20px;
}

body.homepage #content p {
	line-height: 130%;
}

body.homepage #content h2 {
	font-weight: normal;
	font-size: 22px;
	color: #178A17;
}

body.homepage #content h2 b {
	font-weight: normal;
	color: #7F7F7F;
}

/* --------- content: directory ------------ */

#directory-index #content hr {
	clear: both;
	display: block;
	margin: 10px 0px 0px 0px;
	border: solid 1px #FFFFFF;
}

#directory-index #content div.item {
	float: left;
	width: 225px;
	height: 290px;
	border: solid 1px #ECECEC;
	background-color: #F5F5F5;
	margin: 0px 10px 10px 0px;
	padding: 10px;
}

#directory-index #content div.item h2 {
	margin: 0px;
	font-size: 13px;
	color: #333333;
	font-weight: bold;	
}

#directory-index #content div.item dl {
	font-size: 11px;
}

#directory-index #content div.item dt {
	padding: 0px;
	margin: 8px 0px 0px 0px;
	font-weight: normal;
	color: #999999;
}

#directory-index #content div.item dd {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
}

#directory-index #content div.feature {
	float: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;	
	border: solid 1px #178A17;
	background-color: #E7F3E7;
	color: #666666;
}

#directory-index #content div.feature img.main {
	float: left;
	width: 178px;
	margin-right: 10px;
}

#directory-index #content div.feature div {
	float: right;
	width: 310px;
	padding: 8px 15px 0px 0px;
}

#directory-index #content div.feature h2 {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

#directory-index #content div.feature p {
	font-size: 11px;
	margin: 6px 0px 0px 0px;
	line-height: 150%;
}

/* ---------- Related: adverts ---------------- */

#related {
	position: absolute;
	top: 295px;
	left: 20px;
	width: 175px;
}

#related h2 {
	margin: 0px 0px 6px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #178A17;
}

#related p {
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	color: #777777;
	line-height: 130%;
}

/* ---------- Navigation: global ---------------- */

#nav-global {
	position: absolute;
	top: 62px;
	left: 550px;
}

#nav-global ul {
	float: left;
	width: 200px;
}

#nav-global li {
	float: left;
	padding: 0px 20px 0px 0px;
}

#nav-global a:link, #nav-global a:visited {
	color: #666666;
}

/* ---------- footer ----------- */

#footer {
	font-size: 11px;
}

#footer #footer-container {
	position: relative;
	float: left;
	width: 775px;
	padding: 25px 0px 25px 25px;
	background-color: #E7F3E7;
}

#footer-summary {
	width: 700px;
}

#footer-summary dl {
	float: left;
}

#footer-summary dl dd.overview, #footer-summary dl dd.address {
	clear: both;
	width: 100%;
}

#footer-summary dl dd, #footer-summary dl dt {
	float: left;
	padding: 0px 20px 5px 0px;
	margin: 0px;
}

/* --------- Alert: content -------- */

#alert-content #alert-content-container {
	float: none;
	width: 500px;
	background-color: #FFFFAA;
	border: dashed 1px #CCCCCC;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

body.homepage #alert-content #alert-content-container {
	width: 420px;
}

#alert-content div h2 {
	margin-top: 0px;
}

#alert-content ul {
	margin-bottom: 0px;
}

#rates {
background-image:url(../graphics/bg/rates-bg.gif);
background-repeat:no-repeat;
background-position: 0px 0px;
width: 500px;
height: 176px;
margin-bottom: 15px;
}

#rates table {

}

#rates table th {
text-align: left;
color: #FFFFFF;
padding: 12px 0px 15px 5px;
margin: 0px 0px 20px 0px;
}

#rates table td {
text-align: left;
padding: 5px 0px 2px 5px;
margin: 0px 0px 5px 0px;
border-left: 1px dashed #CCCCCC;
border-bottom: 1px dashed #CCCCCC;
height: 15px;
}

#rates table td.last {
border-bottom: none;
margin: 10px 0px 5px 0px;
padding-top: 10px;
}

img { behavior: url(/resources/png/iepngfix.htc) }