html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, small, strong, strike, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

h1 {
    margin-bottom: 5px;
    font-size: 16px;
	font-weight:bold;
}

h1 span.position {
    font-size: 14px;
    color: #999;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 5px;
}

h2, h3, h4, h5, h6 {
    font-size: 13px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

p {
    margin: 0;
    padding: 0;
}

td, tr {
height:100%;
}

table {
height:240px;
}

.peoplehr {
	margin:0px;
	margin-right:2px;
	padding:0px;
	border-bottom:1px solid #999;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

.peoplehr2 {
	margin-top:-1px;
	margin-bottom:5px;
	margin-right:2px;
	padding:0px;
	border-bottom:1px solid #999;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

a {
 color:#000000;
 text-decoration:underline;
 }
 
 a:hover {
 color: #666666;
 text-decoration:none;
 }

#full_width_header {
    /* The grey / silver bar that goes along the top */
    width: 100%;
    height: 122px;
    background-image: url('images/topbar.jpg');
}

#fixed_width_header {
    /* This is the component of the header with a fixed width */
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#top_header {
    /* Accessibility, sitemap links etc container */
    height: 20px;
    margin-right: 40px;
	padding-top:3px;
}

#top_links {
    /* paragraph tag that contains the accessibility and sitemap links etc */
    font-size: 11px;
    display: block;
    float: right;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
}

#top_links a {
    /*A top link a tag */
    text-decoration: none;
    color: #333333;
}
#top_links a:hover {
    /*A top link a tag */
    text-decoration: underline;
    color: #000000;
}

#logo {
    /* JCA groups logo */
    float: left;
    border: none;
	margin-top:17px;
}

#primary_navigation {
    /*Fairly self explanatory */
    float: right;
    width: 731px;
    margin: 0px;
	margin-top:17px;
    padding: 0px;
    list-style: none;
}

#primary_navigation li {
    margin: 0px;
    padding: 0px;
    float: left;
    font-size: 13px;
}

#primary_navigation li a {
    width: 121px;
    display: block;
    text-align: center;
    height: 80px;
    line-height: 110px;
    text-decoration: none;
    color: #666666;
    overflow: hidden;
    background-image: url('images/menuoff_new.jpg');
}

#primary_navigation li a:hover {
    color: #333333;
    background-image: url('images/menuover_new.jpg');
}

#primary_navigation li a.activenav {
    color: #000000;
    background-image: url('images/menuover_new.jpg');
	font-weight:bold;
	cursor:default;
}

#primary_navigation li.right_end a {
    width: 125px;
    background-image: url('images/right-menuoff_new.jpg');
}

#primary_navigation li.right_end a:hover {
    color: #333333;
    background-image: url('images/right-menuon_new.jpg');
}
#primary_navigation li.right_end a.activenav {
    color: #000000;
    background-image: url('images/right-menuon_new.jpg');
	font-weight:bold;
	cursor:default;
}

#fixed_width_area {
    /* centralised area of site, 960px wide */
    width: 960px;
    background-image: url('images/main.jpg');
    background-position: right;
    background-repeat: repeat-y;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:-2px;
    position: relative;
    left: 1px;
    top: -2px;
    padding: 0;
}

#left {
    /* left side of border */
    margin-top: 10px;
    width: 230px;
	height:375px;
    float: left;
    overflow: hidden;
}

#left p {
    /* If the left side contains a paragraph it needs to have 25 px of space each side */
    margin-left: 25px;
    margin-right: 25px;
    padding: 0;
    font-size: 12px;
    color: #666666;
    text-align: right;
}

#secondary_navigation {
    /*Fairly self explanatory */
    float: right;
    width: 230px;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    list-style: none;
}

#secondary_navigation li {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    width: 230px;
}

#secondary_navigation li a {
    width: 229px;
    height: 22px;
    line-height: 22px;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #666666;
    overflow: hidden;
    background-image: url('images/submenu.jpg');
    background-position: right;
    background-repeat: no-repeat;
}

#secondary_navigation li a span {
    display: block;
    margin-right: 25px;
}

#secondary_navigation li a:hover {
    color: #333333;
    background-image: url('images/submenuover.jpg');
    background-position: right;
    background-repeat: no-repeat;
}

#secondary_navigation li a.activenav {
    color: #000000;
    background-image: url('images/submenuover.jpg');
    background-position: right;
    background-repeat: no-repeat;
	font-weight:bold;
	cursor:default;
}

#secondary_navigation li a.activenav2 {
    color: #000000;
    background-image: url('images/submenu.jpg');
    background-position: right;
    background-repeat: no-repeat;
	font-weight:bold;
	cursor:default;
}

#main_content_area {
    /* Main content area...  on the right hand side of the border.  */
    text-align: left;
    width: 730px;
	height:400px;
    padding: 0px;
	margin:0px;
    float: right;
    overflow: hidden;
}

#main_content_area2 {
    /* Main content area...  on the right hand side of the border.  */
    text-align: left;
    width: 730px;
		height:400px;

    padding: 0;
    overflow: hidden;
}

.clear-both {
    /* Ensure that the containing div expands to fit any content that may have been floated, above this div */
    clear: both;
    height: 1px;
}

#content_start {
    /* Horizontal rule at the top of the page */
    width: 705px;
    background-color: #DCE6E8;
    height: 1px;
    margin: 0px;
    padding: 0px;
    margin-right: 4px;
    overflow: hidden;
}

.right_wide_content, .left_wide_content {
    width: 400px;
    margin-top: 20px;
    /* stops IE doubling margins */
    display: inline;
	overflow:auto;
	height: 370px;
	padding-right:10px;
}

.left_wide_content {
    float: left;
    margin-left: 25px;
	    /* stops IE doubling margins */
    display: inline;
}

.left_top_content {
    float: left;
    margin-left: 25px;
	    /* stops IE doubling margins */
    display: inline;
	width:250px;
	padding: 25px 0px 0px 0px;
}

.right_top_content {
    float: right;
    margin-left: 0px;
	    /* stops IE doubling margins */
    display: inline;
	width:250px;
	padding: 25px 0px 0px 0px;
}


.right_full_content, .left_full_content {
    width: 677px;
    margin-top: 20px;
    /* stops IE doubling margins */
    display: inline;
	overflow:auto;
	height: 370px;
}

.right_full_content li, .left_full_content li,.right_wide_content li, .left_wide_content li {
list-style:none;
background-image:url(images/bullet.gif);
background-repeat:no-repeat;
background-position:left top;
margin-left:-30px;
padding: 3px 0px 3px 30px;
}

.left_full_content {
    float: left;
    margin-left: 25px;
	/* stops IE doubling margins */
    display: inline;
}


.right_wide_content {
    float: right;
    margin-right: 27px;
	/* stops IE doubling margins */
    display: inline;
}

.left_wide_content p, .right_wide_content p, .left_full_content p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.left_wide_content ul, .left_wide_content ol, .right_wide_content ul, .right_wide_content ol,.left_full_content ul,.left_full_content ol {
    margin-left: 30px;
	margin-top:0px;
}

.right_narrow_content, .left_narrow_content {
    width: 210px;
    /* stops IE doubling margins */
    display: inline;
}

.right_narrow_content {
    float: right;
    margin-right: 2px;
}

.left_narrow_img {
    padding-top: 20px;
}

.left_narrow_content {
    float: left;
    margin-left: 2px;
}

.right_narrow_img {
    margin: 0;
    padding: 0;
    border: none;
}

.person_information {
    background-color: #CEDCDE;
    float: right;
    border-bottom: 1px solid #FFFFFF;
    width: 210px;
    margin-top: -4px;
	font-size:11px;
}

.person_information p {
    margin: 15px;
    color: #666;
}

.person_information a {
    color: #666;
	text-decoration:none;
}
.person_information a:hover {
    color: #000000;
	text-decoration:underline;
}

.fading_vertical_background {
    background-image: url('images/fading_vertical_background.jpg');
    background-repeat: repeat-x;
    height: 40px;
    width: 210px;
    overflow: hidden;
    clear: both;
}
#footer {
background-image:url(images/bottom-bar.jpg);
background-repeat:repeat-x;
}

.footer_image {
    background-image: url('images/london.jpg');
    background-position: top center;
    background-repeat: no-repeat;
	margin:auto;
	margin-left:228px;
    padding: 0px;
	height:100px;
}

.subhead {
	font-weight:bold;
	font-size:13px;
	padding-bottom:10px;
}

.bold {
	font-weight:bold;
	font-size:12px;
}
.bold14 {
	font-weight:bold;
	font-size:14px;
}
#quote {
text-align:center;
height: 240px;
}
.quote {
padding:0px 120px 0px 120px;
font-size:14px;
line-height: 19px;
font-weight:bold;
text-align:center;
}

#bottomaddress {
	position: absolute;
	bottom: 15px;
    padding: 0;
	width:203px;
}
.address {
	font-size:11px;
	text-align:right;
	line-height:15px;
}
#base {
width:960px;
margin:auto;
height:40px;
padding-top:5px;
}
.copyright {
margin-left:238px;
font-size:11px;
width:250px;
text-align:left;
float:left;
}
.basemenu {
width: 425px;
float: right;
font-size:11px;
text-align:right;
padding-right:10px;
}

.overflow {
overflow:hidden;
}

/* ie6 fix for the content dropping down */
