/*
-----------------------------------------------
Monmouthshire Building Society
Author:www.imaginet.co.uk 
Version:20 May 2010  
----------------------------------------------- */


/* Global Styles
----------------------------------------------- */

html body {
   font-family: Arial, Verdana, sans-serif;
   color: #000;
   font-size: 62.5%;
   background: #fff;
   }
a img   {
   border:none;
}
h1 {
   font-size:1.6em;
   margin:0 0 0.5em 0;
}
h2 {
   font-size:1.2em;
   margin:0 0 0.8em 0;
}
h3, h4, h5 {
   font-size:1em;
   margin:0 0 1em 0;
}
p {
   margin:0 0 1em 0;
}
hr {
   border-color:#000;
   border-width:1px 0 0 0;
   border-style:solid;
   color:#fff;
}
#validation {
   display:none;
}
div.clear {
   clear:both;
   font-size:0.1em;
}




/* Page structure
----------------------------------------------- */

#left, .header_right, .access, #menu, .navbar, .section_banner, #right, .footright, .pagenav, #breadcrumb {
   display:none;
}


/* Inline Images
----------------------------------------------- */

div.content img {
   max-width:470px;
}
img.left1, img.left2 {
   float:left;
   margin:0 10px 5px 0;
   max-width:250px;
}
img.right1, img.right2 {
   float:right;
   margin:0 0 5px 10px;
   max-width:250px;
}
img.left2, img.right2 {
   border:1px solid #bac4ce;
}
img.none2 {
   float:none;
   border:1px solid #bac4ce;
}
img.none1 {
   float:none;
   border:none;
}


/* Content 
----------------------------------------------- */

ol {
   padding:0 0 0 20px;
}
ol li {
   padding-bottom:1em;
}
ol li a {
   text-decoration:underline;
}
ol.alpha {
   list-style-type:lower-alpha
}


