/*              JBVisions Styles               */
/* -------------------------------------------
                 Global Styles
---------------------------------------------- */
html, body {background-color:#fff;
	font-family:sans-serif;
	color:#555;
	margin:0; padding:0; border:0;
}
body {font-size:62.5%;
}

/* ----------------------------------------------
    Faux columns to hold the side border images
    - outer1 holds the left border image
    - outer2 places the right border image
    For small screen devices these are removed
    - container holds the entire page content
------------------------------------------------- */

#outer1 {
	border: 0 none; width:94%; margin:auto;
	background-image: none;
	background-color:#fff;
	color:#ffc
}
#outer2 {
	border: 0 none; width:100%; margin:auto;
	background-image: none;
}

#container {
	border: 0; width:100%; margin:auto;
}

/* ----------------------------------------------
    Navigation for accessibility at the top
------------------------------------------------- */
#barcontainer {display:none;}

/* ---------------------------------------------
    The heading block with picture and text
------------------------------------------------ */
#headtext { background-color:#444;
	color:#fff;
	font-family:sans-serif;
	padding:0;
	margin: 0;
	width: 100%;
	height: 120px;
	clear:both;
	overflow:hidden;
}

#headtext h1, #headtext h2 { 
	border-bottom:2px solid #ccc;
}

#headtext h1 {
	text-indent:3px;
	color:#ccc;
	background-color:inherit;
	font-size:250%;
	font-weight:bold;
	padding: 2%;
	margin:0;
	letter-spacing:normal;
}

#headtext h2 {
	color:#fc6;
	background-color:inherit;
	font-size:150%;
	text-indent:3px;
	background-image:none;
	background-position: right top;
	background-repeat:no-repeat;
	margin:0;
}
#headtext img {margin:0;}
/* ----------------------------------------
     The horizontal navigation bar
------------------------------------------- */
#hnavbar {display:none;
}
/* ---------------------------------
    This is the main content block 
   --------------------------------- */
#contentblock {color:#555;
	background-color:#fff;
	width:100%;
	clear:both;
	margin: 1% auto 0% auto;
}
/* ---------------------------------
    This is the left inner content
   --------------------------------- */
.blurbbox {float:none;
    color: #555;
	background-color:inherit;
    font-size:12pt;
	font-family:sans-serif;
	border:1px solid #ca2;
	background-image:url('../access/images/ofadeborder.jpg');
	background-position: left bottom;
	background-repeat:repeat-x;
	width:100%;
	padding:0;
	margin: 0;
	text-align:justify;
	overflow:hidden;
}

.blurbbox p {padding: 0 3% 0 3%;
}
.blurbbox h1, .blurbbox h2, .blurbbox h3 {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:24pt;
	letter-spacing:normal;
	color:#555;
	background-color:#fff;
	border-bottom:2px solid #ccc;
	background-image: url('../access/images/backgrounds/osmalleye.gif');
	background-position: 99% 1% ;
	background-repeat:no-repeat;
	margin:6% 2% 2% 2%;
}
/* css3 allows the uri to appear in the printed document */
.blurbbox a[href^="/"]:after {
  content: " (http://www.jbvisions.co.uk" attr(href) ") ";
   }

#contentstart { color: #333;
	background-color:#fff;
}

/* ----------------------------------
    This is the right content column 
   ---------------------------------- */
#rightbar {display:none;}


/* -----------------------------
    footer
-------------------------------- */

#footer {
	display:none;
}
