	/*----------------------------------------------------------
Layout Style Sheet

version: 1
Date: September 2006 - Updated 21st Jan 2010.
author: Graham CopeKoga
copyright: Graham CopeKoga and The Clinical Audit Support Centre
email: grachan@me.com
website: http://www.clinicalauditsupport.com
----------------------------------------------------------*/
   
/* -- Rules -- */  
p.access {
	display: none;
}

/* -------------*/

/* -- Body -- */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px; 
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #000;
	line-height: 1.5em;
	background: #f1f1f1; 
}
/*----------------*/

/* -- Wrapper Start -- */
#wrapper {
position: relative;
width: 760px;
margin: 0 auto;
padding: 0;
text-align: left;
background: url(../i/wrapper.gif) top center repeat-y;
}
/* -- Wrapper End -- */

/* Header 
---------------------------------------------------------- */
#header {
background-repeat: no-repeat;
height: 160px;
width: 760px;
padding: 0;
margin: 0px;
border-bottom: 3px solid #fff;
background: #fff url(../i/header.jpg) no-repeat top right;
}

#header h1 a {
margin: 0;
position: absolute;
top: 0;
left: 0;
width: 160px;
height:157px;
background: url(../i/logo.png) no-repeat top right;
text-indent: -9000px;
text-decoration:none;
border-bottom:none;
}

#header h1 a:hover {
display: block;
height: 157px;
background: url(../i/logo_hover.png) no-repeat top right;
}

/* -- main-body Start -- */
#main-body { 
float: left;
width: 480px;
}

/* -- Content Start -- */
#content {
width: 500px;
margin: 10px 0;
padding: 0 20px;
}

#content p {
text-align: justify; 
}

/* -- Sidebar Start -- */
#sidebar {
width: 220px;
float: right;
padding: 0;
margin: 0; 
}

#sidebar h3 {
text-indent:10px;
padding: 5px 0;
margin: 10px 30px 0 0;
text-transform: uppercase;
font-weight: normal; 
font-size: 13px;
margin-bottom: 3px;
color: #f2f0e8;
background: #c6beb1;
}

#sidebar p {
padding:0;
margin: 0 35px 0 0;
line-height: 18px;
font-weight : normal;
font-size: 11px; 
margin-bottom: 3px;
text-align: justify;
}

/* -- Footer Start -- */
#footer {
position: relative;  /* Needed for Safari */
clear: both;
background: url(../i/footer.gif) no-repeat top;
color: #000;
width: 760px;
height: 110px;
margin: 0 auto;
padding: 0;
}

#footer p {
margin: 0;
padding: 25px 0 10px 0;
color: #000;
text-align: center;
font-weight: bold;
font-size: 10px;
line-height: 18px;
text-decoration: none;
}

#footer span {
margin: 3px;
}

/* -- Links Styles Start --*/
a:link {
font-weight : normal; 
color: #2E5BC0;
text-decoration: none;
border-bottom: 1px black dotted;
}

a:visited {
font-weight : normal; 
color: #2E5BC0;
text-decoration: none;
}
  
a:hover {
font-weight : normal; 
color:#fff; 
text-decoration: none;
background-color:#0066FF; 
border-bottom: none;
}

/* -- Link Styles End -- */


/* -- Images -- */
img {
border: 0;
padding: 0;
display: block;
margin-bottom: 5%;
margin-top: 5%
}

img.right {
float: left;
margin: 1px 6px 5px 0;
border: none;
padding: 5px;
}
/* -- Image End --*/

/* -- Headers Start -- */
h2 {
font-weight: bold;
font-size: 18px;
}

h3 {
font-weight: bold;
font-size: 16px;
}


h4 {
font-weight: bold;
font-size: 14px;
}

h5 {
font-weight: bold;
font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
font-family: helvetica, arial, verdana, sans-serif;
color: #0066FF;
}

h4.title {
font-family: helvetica, arial, verdana, sans-serif;
font-weight: bold;
font-size: 14px;
color: #000000;
}
/* -- Headers End -- */

ul.no_bullets {
list-style: none;
text-align: justify;
}

/* -- Back to Top -- */
p.btt {
display: block;
text-align: left;
background: url(../i/backtotop.gif) no-repeat 0 50%;
padding-left: 18px;
}

/* Icons
---------------------------------------------------------- */
a.rss {
font-weight: bold;
padding:5px 0 5px 20px;  
background: url(../i/feed.gif) no-repeat 0 50%;
padding-left: 20px;
}

a.mp3 {
font-weight: bold;
padding:5px 0 5px 20px;  
background: url(../i/music.gif) no-repeat 0 50%;
padding-left: 20px;
}

a.itunes {
font-weight: bold;
padding:5px 0 5px 20px;  
background: url(../i/plus.gif) no-repeat 0 50%;
padding-left: 20px;
}

a.rss:hover{
background: url(../i/feed-hover.gif) no-repeat 0 50%;
color:#666666;
}

a.mp3:hover {
background: url(../i/music-hover.gif) no-repeat 0 50%;
color:#666666;
}

a.itunes:hover {
background: url(../i/plus-hover.gif) no-repeat 0 50%;
color:#666666;
}

/* -- Breadcrumbs -- */
#breadcrumbs {
margin: 0;
font-size: 11px;
color: #000;
padding-left: 20px;
padding-top: 10px;
}

#breadcrumbs span{
font-weight: bold;
color: #000;
}

#breadcrumbs a:hover {
font-weight: normal; 
color: #ffffff; 
text-decoration: none;
background-color:#0066FF; 
border-bottom: none;
}

/* ---All Forms--- */

textarea {
width: 400px;
height: 100px;
}

fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #666666;
background: #fff;
}

legend {
font-weight: bold;
}

label {
display: block;
}

input {
width: 200px;
}

input.submit {
width: auto;
}

input:focus, textarea:focus {
background: #ffc; 
}

.required {
color:#760000;
}

/* ---All Forms--- */

.hide {
display: none;
}

/* -- Nav -- */
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px; 
font-family: Verdana, Tahoma, Arial, sans-serif;
}

#navcontainer ul a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 20px;
border-bottom: none;
}

#navcontainer li.first a {
height: 30px;
line-height: 30px;
}

#navcontainer a:hover, .selected a {
background-position: right bottom;
color: #FFFFFF;
border-bottom: none;
}

#navcontainer li {
display: inline; /* Removes large gaps in IE/Win */ 
}
#home #navcontainer .nav a,
#community #navcontainer .nav a,
#community #navcontainer .networks a,
#community #navcontainer .share a,
#community #navcontainer .jobs a,
#community #navcontainer .enews a,
#aboutus #navcontainer .nav a,
#aboutus #navcontainer .nav a,
#aboutus #navcontainer .nav a,
#aboutus #navcontainer .ruthven a,
#aboutus #navcontainer .ashmore a,
#aboutus #navcontainer .nijjar a,
#aboutus #navcontainer .criteria a,
#services #navcontainer .nav a,
#training #navcontainer .nav a,
#ask #navcontainer .nav a,
#partnerships #navcontainer .nav a,
#news #navcontainer .nav a,
#news #navcontainer .six a,
#news #navcontainer .seven a,
#news #navcontainer .eight a,
#contact #navcontainer .nav a,
#membership #navcontainer .nav a,
#publications #navcontainer .nav a,
#podcasc #navcontainer .nav a,
#what_is #navcontainer .nav a,
#testimonials #navcontainer .nav a,
#archive #navcontainer .nav a,
#resources #navcontainer .nav a,
#sitemap #navcontainer .nav a,
#copyright #navcontainer .nav a,
#accessibility #navcontainer .nav a,
#links #navcontainer .national a,
#links #navcontainer .software a,
#links #navcontainer .nav a {
background-position: right bottom;
color: #fff;
cursor: default;
}

#navcontainer li.software a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.national a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.subnav a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.criteria a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.ashmore a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.nijjar a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.ruthven a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.six a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.seven a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.eight a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.networks a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.jobs a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.share a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.enews a {
display: block;
width: 216px;
height: 29px;
line-height: 29px;
color: #000000;
text-decoration: none;
background: #fff url(../i/pixy-rollover.gif) no-repeat left bottom;
text-indent: 35px;
border-bottom: none;
}

#navcontainer li.subnav a:hover, .selected a {
background-position: right bottom;
color: #;
border-bottom: none;
}

.pdf {
background: url(../i/pdflink.gif) no-repeat right top;
padding-right: 20px;
line-height: 18px;
}

.word {
background: url(../i/wordlink.gif) no-repeat right top;
padding-right: 20px;
line-height: 18px;
}

.external {
background: url(../i/externallink.png) no-repeat right top;
padding-right: 15px;
}

.vcard {
background: url(../i/vcard.jpg) no-repeat left top;
padding-left: 30px;
}

.box {
width: 500px;
background: url(../i/div_bottom.gif) no-repeat left bottom;
}

.box h2 {
margin: 0;
padding: 6px 8px 4px 10px;
font-size: 130%;
color: #333;
background: url(../i/h3_bg.gif) no-repeat left top;
padding-top: 5%; 
}

.box p {
padding-left: 5%;
padding-right: 5%;
padding-bottom: 3%;
}

span.date {
color:#666666;
}

#login {
margin: 0;
padding: 5px 20px 5px 0;
font-size: 90%;
color: #fff;
text-align: right;
background:url(../i/login_bg.gif) repeat-x top left;
}

#login a:link,  #login a:hover,  #login a:visited {
color: #fff;
}

#login span {
display: block; 
float: right; 
}

#podcast {
background-color:#eeeeee;
margin-bottom: 2%;
}

.podcast-inner {
padding: 5px 10px 15px 10px;
}

object {
padding: 10px 0 15px 0;
}

#podcast p {
padding: 0;
}

#podcast .podcast-inner .badgecorner { 
position: absolute; 
right: 0; 
top: 0; 
margin: 0; 
padding: 0; 
border: none; 
float: right; 
z-index: 1000;
} 

span#countdown1 {
font-family: helvetica, arial, verdana, sans-serif;
color: #0066FF;
font-weight: bold;
font-size: 12px;
}

/* twitter
---------------------------------------------------------- */

#twitter_div {
padding-left: 40px;
background: url(../i/twitter_icon.png) no-repeat left;
height: 40px; /* height of icon */
color: #fff;
line-height: 1.6;
}

#twitter_update_list {
background:url(../i/twitterbg.png) no-repeat top left;
padding:10px 10px 10px 30px;
list-style: none;
}
