/* General structural style declarations  */

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, Helvetica, Sans-serif ;
	font-size: 13px;
	color: #2d3038;
	background-color: #edf1e2;
}

#page {
    width: 1000px;
    margin: 0px auto;
    display: block;
    padding: 0px;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

#page * {
    margin: 0px;
    padding: 0px;
    overflow: visible;
    text-align: left;
}

#page * div {
    float: left;
}

/* General stylising declarations */

h1 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
}

h2 {
    font-size: 17px;
    font-weight: normal;
}

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

h4 {
    font-size: 13px;
    font-weight: bold;
    color: #7F7F7F;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

a:link, a:visited {
    color: #728d22;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

input, select, option {
    font-family:  Arial, Helvetica, Sans-serif ;
	font-size: 10px;
	line-height: 14px;
}

#page #pageContent h1,
#page #pageContent h2 {
    padding-bottom: 15px;
}

#page #pageContent h3,
#page #pageContent h4,
#page #pageContent h5 {
    padding-bottom: 6px;
} 

#page #pageContent ul,
#page #pageContent ol,
#page #pageContent li,
#page #pageContent p {
    padding-bottom: 12px;
    line-height: 19px; 
}

#pageFooter,
#pageHeader,
#pageContent {
    width: 1000px;
    float: left;
    clear: both;
    overflow: hidden;
}

/* Header */

#page .headerLeft {
    width: 231px;
    height: 131px;
    overflow: hidden;
    border-bottom: solid 1px #c7cabe;
}

#page .headerLeft a {
    position: relative;
    top: 46px;
}

#page .headerRight {
    background-color: #9ebf32;
    width: 769px;
    height: 132px;
    overflow: hidden;
}

#page #mainNavigation {
    height: 76px;
    overflow: hidden;
    position: relative;
    top: 56px;
    left: 30px;
}

#page #mainNavigation ul {
    list-style-type: none;
    float: left;
}

#page #mainNavigation ul li {
    float: left;
    height: 75px;
    width: 86px;
    overflow: hidden;
    border-left: solid 1px #9ebf6a;
    border-bottom: solid 1px #9ebf32;
}

#page #mainNavigation ul li.selected {
    border-left: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    background-color: #FFFFFF;
}

#page #mainNavigation ul li a {
    height: 55px;
    width: 64px;
    padding: 3px;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    font-size: 11px;
}

#page #mainNavigation ul li.selected a {
    color: #728d22;
}

/* Footer */

#pageFooter {
    border-top: solid 1px #c7cabe;
    padding: 10px 0px;
}

#page .footerLeft {
    width: 231px;
}

#page .footerLeft span {
    font-weight: bold;
    color: #a0a29b;
    font-size: 11px;
}

#page .footerRight {
    width: 769px;
}

#page #footerNavigation {
    color: #c9ccc0;
}

#page #footerNavigation ul {
    float: left;
    list-style-type: none;
}

#page #footerNavigation ul li {
    list-style-type: none;
    float: left;
    color: #c9ccc0;
    border-right: solid 1px #a0a29b;
    padding-right: 3px;
    margin-right: 3px;
}

#page #footerNavigation ul li.lastItem {
    border: none;
}

#page #footerNavigation ul li a {
    color: #a0a29b;
    line-height: 11px;
    padding-bottom: 2px;
    float: left;
    font-size: 11px;
}

#page #flintLink {
    float: right;
    position: relative;
    bottom: 4px;
}

#page #flintLink a {
    background-image: url(../images/icons/flint-logo.gif);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #a0a29b;
    padding-left: 25px;
    float: left;
    line-height: 21px;
}

#page #flintLink a:hover {
    color: #CC0000;
    text-decoration: underline
}

/* Content Regions */

#page #leftRegion {
    width: 211px;
    padding: 40px 20px 0px 0px;
}

#page .contentMain{
    width: 709px;
    overflow: hidden;
    padding: 40px 30px 0px 30px;
    background-color: #ffffff;
}

#page .bodyRegion {
    padding-bottom: 20px;
    width: 709px;
}

#page .leftContentRegion, #page .leftColumn {
    width: 340px;
}

#page .rightContentRegion, #page .rightColumn {
    float: right;
    width:340px;
}

#page #pageContent.home .leftContentRegion,
#page #pageContent.home .rightContentRegion {
    height: 275px;    
}

/* Modules */

#page .imageLink {
    padding-bottom: 11px;
}

#page .supporterLinks .imageLink {
    padding-right: 12px;
}

#page .seminarFeature {
    border-top: solid 1px #CCCCCC;
    width: 340px;
    overflow: hidden;
    height: 147px;
}

#page .home .seminarFeature {
    height: 260px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#page .home .featureCopy {
    padding: 15px 0px;
    width:125px;
    clear: both;
}

#page .featureCopy {
    padding: 5px 0px;
    width: 200px;
    clear: both;
}

#page .featureImage {
    padding-top: 10px;
}

#page #pageContent .featureCopy h4 {
    padding-bottom: 5px;
}

#page #pageContent .featureCopy h2 {
    padding: 5px 0px;
    color: #728d22;
    font-weight: bold;
}

#page #pageContent.home .featureCopy p {
    color: #7F7F7F;
    font-size: 11px;
    line-height: 15px;
}

#page #pageContent.home .featureCopy p strong {
    color: #000000;
}

#page .featureButton {
    float: left;
    clear: both;
}

/* Supporters */

#page .supportersRegion {
    width: 709px;
    clear: both;
    border-top: solid 1px #CCCCCC;
}

#page .supportersRegion .regionTitle {
    width: 150px;
    height: 116px;
    padding-top: 3px;
}

#page .supporterLinks {
    width: 555px;
    padding: 10px 0px;
    float :right;
}

/* Program */

#page .timetableWrapper th {
    background-color: #9ebf32;
    border-right:  solid 1px #FFFFFF;
}

#page .timetableWrapper td {
    border-right: solid 1px #CCCCCC;
}

#page #pageContent .timetableWrapper .lastCell {
    border-right: none;
}

#page .timetableWrapper th.timetableTitle {
    background-color: #ebf2dd;
    border-bottom: solid 1px #FFFFFF;
    border-right: none;
}

#page #pageContent .timetableWrapper th.timetableTitle h3 {
    padding-left: 10px;
    padding-bottom: 0px;
}

#page #pageContent .timetableWrapper th h5 {
    color: #FFFFFF;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    font-weight: normal;
}

#page #pageContent .timetableWrapper td p {
    font-size: 11px;
    padding: 10px;
    line-height: 14px;
}

/* Product */

#page .productWrapper {
    width: 709px;
    border-top: solid 1px #CCCCCC;
    padding-top: 10px;
    margin-top: 15px;
}

#page .productTitle {
    clear :both;
    padding-bottom: 7px;
}

#page .productTitle h3 {
    font-size: 20px;
}

#page .productTitle h3 span {
    color: #9ebf32;
}

#page .productLeft {
    width: 485px;
}

#page .productLeft div {
    clear: both;
    width: 485px;
}

#page .productLeft .productDesc ul {
    padding-left: 15px;
}

#page .productRight {
    width: 185px;
    float :right;
}

#page .productImgLink {
    float: right;
    clear: both;
    padding-bottom: 5px;
}

#page .productImg {
    float: left;
    clear: both;
}

#page #pageContent .productDesc p,
#page #pageContent .productDesc p strong{
    font-size: 13px;
    line-height: 17px;
}


