/* General structural style declarations  */

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: Georgia, Times, serif ;
	font-size: 11px;
	color: #000000;
	background-color: #E9E9E9;
}

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

#page #pageHeader,
#page #pageContent 
#page #pageFooter {
    width: 998px;
    float: left;
    clear: both;
}

#page.popUp {
    width: 450px;
    padding-top: 20px;
}

/* 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: 22px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 29px;
}

h2 {
    font-size: 13px;
    font-weight: normal;
    line-height:  24px; 
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #910000;
    font-style:italic;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #686868;
}

h5 {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: #686868;
}

a:link, a:visited {
    color: #1238B4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

select, input {
    font-family: Georgia, Times, serif ;
	font-size: 11px;
	color: #000000;
}

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

#page #pageContent h4,
#page #pageContent h5,
#page #pageContent p,
#page #pageContent ul,
#page #pageContent ol {
    padding-bottom: 7px;
    line-height: 20px;
}

#page #pageContent ul,
#page #pageContent ol,
#page #pageContent p {
    font-size: 13px;
}

#page #pageContent .contentRight ul,
#page #pageContent .contentRight ol {
    padding-left: 15px;
}

/* Header Styles */

/* Search Bar */

#page .headerSearch {
    width: 998px;
    background-color: #910000;
    border-bottom: solid 1px #740000;
    overflow: hidden;
    height: 34px;
}

#page .headerSearchContainer {
    float: right;
    height: 28px;
    padding: 3px 0px;
    position:relative;
    right: 152px;
    top: 1px;
}

#page #searchSubmit {
    display: none;
}

#page .searchKeywordInputWrapper {
    width: 227px;
    border: solid 1px #AD4040;
    float: left;
    position: relative;
    top: 6px;
    left:6px;
}

#page .headerSearchGo a {
    position: relative;
    z-index: 110;
}

#page #searchKeyword {
    background-color: #910000;
    border: none;
    color: #FFFFFF;
    font-size: 12px;
    width: 200px;
}

/* Logos and content */

#page .headerContent {
    width: 998px;
    background-color: #000000;
    border-top: solid 1px #b24d4d;
    height: 100px;
}

#page .headerContentLeft a {
    position: relative;
    top: 31px;
    left: 30px;
}

#page .headerContentLeft a {
    float: left;
}

#page .headerContentRight a.sealLink { 
    float: right;
    position: relative;
    bottom: 24px;
}

#page .headerContentRight a img{
    float: left;
}

#page .headerContentRight .leaderLine {
    float: left;
    position: relative;
    top: 37px;
}

#page .headerContentRight {
    float: right;
    width: 460px;
    position: relative;
    right: 20px;
}

/* Main Nav */

#page .navigation {
    background-color: #000000;
    height: 53px;
    width: 998px;
    overflow: hidden;
}

#page .navigation ul {
    list-style-type: none;
    float: left;
    width: 1000px;
}

#page .navigation ul li {
    list-style-type: none;
    float: left;
    width: 124px;
    margin-right: 1px;
    height: 53px;
    background-image: url(../images/common/nav-item-bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

#page .navigation ul li.selected {
    background-image: url(../images/common/nav-sel-bg.gif);
}

#page .navigation ul li a {
    color: #FFFFFF;
    width: 123px;
    height: 47px;
    line-height: 47px;
    position: relative;
    top: 6px;
    text-align:center;
    float: left;
    overflow: hidden;
}

#page .navigation ul li a:hover {
    text-decoration: underline;
}

#page .navigation ul li a.twoLines {
    width:97px;
    padding: 10px 13px;
    line-height: 13px;
    height: 29px;
}

/* Footer */

#pageFooter {
    height: 49px;
    width: 998px;
    clear: both;
}

#pageFooter .copyright{
    line-height: 47px;
    padding: 0px 18px 0px 0px;
    color: #646464;
}

#pageFooter .footerLinks a,
#pageFooter .footerLinks a span {
    line-height: 47px;
    color: #000000;
}

#pageFooter .logoLinks {
    float: right;
    padding: 10px 24px 0px 0px;
}

#pageFooter .logoLinks a {
    padding-left: 7px;
}

/* Subnav */

#page .subNavWrapper ul{
    float: left;
    clear: both;
    width: 249px;
}

#page .subNavContent {
    width: 211px;
    padding: 13px 0px 0px 29px;
}

#page .subNavWrapper ul li {
     float: left;
    clear: both;
    width: 249px;
    list-style-type: none;
}

#page .subNavWrapper ul li.selected {
    background-image: url(../images/common/subnav-sel-bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-y;
    padding: 5px 0px;
}

#page .subNavWrapper ul li.subChild {
    margin-bottom: 10px;
}

#page .subNavWrapper ul li.firstChild{
    padding-top: 5px;
}

#page .subNavWrapper ul li a {
    padding-left: 15px;
    margin-left: 15px;
    width: 215px;
    float: left;
    background-image: url(../images/icons/double-arrow.gif);
    background-position: 0px 10px;
    background-repeat: no-repeat;
    color: #000000;
    font-size: 13px;
    line-height: 23px;
}

#page #pageContent .subNavWrapper ul li ul {
    width: 200px;
    padding: 0px 0px 6px 15px;
}

#page .subNavWrapper ul li ul li {
    line-height: 18px;
    width: 200px;
}

#page .subNavWrapper ul li ul li.selected {
    padding: 0px;
}

#page .subNavWrapper ul li ul li.selected a {
    font-weight: bold; 
}

#page .subNavWrapper ul li ul li a{
    background-image: url(../images/icons/arrow.gif);
    background-position: 3px 7px;
    background-repeat: no-repeat;
    width: 200px;
    font-size: 11px;
    line-height: 18px;
    color: #1238B4;
    text-decoration: underline;
}

#page .subNavWrapper {
    width: 249px;
}

#page .subNavRegion {
    width: 200px;
    padding-left: 31px;
    clear: both;
}

#page .contentLeft {
    width: 249px;
}

#page #pageContent .contentLeftHeader {
    background-color: #D1D1D1;
    width: 218px;
    padding-left: 31px;
    height: 46px;
    overflow: hidden;
}

#page #pageContent .contentLeftHeader h4 {
    line-height: 46px; 
}

#page .contentRight {
    width: 748px;
    float: right;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    background-color: #FFFFFF;
}

#page .leftRegion,
#page .rightRegion {
    overflow: hidden;
}

/* Standard Tempalte Content Columns and layout */

#page.standard .leftRegion {
    width: 324px;
    float: left;
    padding: 24px 25px 20px 26px;
}

#page.standard .rightRegion {
    width: 373px;
}

#page.standard .fullWidth {
    width: 748px;
}

/* Home page specific */

#page.standard .home .leftRegion {
    padding: 0px 25px 0px 26px;
}

#page.standard .home .rightRegion {
    height: 510px;
    overflow: hidden;
}

#page.standard .home .leftRegion .leftHomeRegion  {
    height: 343px;
    overflow: hidden;
    padding: 24px 0px 0px 0px;
}

/* Wide Left specific */

#page.wideLeft .fullWidth {
    padding: 24px 25px 0px 26px;
}

#page.wideLeft .leftRegion {
    width: 448px;
    float: left;
    padding: 24px 25px 0px 26px;
}

#page.wideLeft .leftRegion .leftFullWidth{
    width: 448px;
    clear: both;
}

#page.wideLeft .rightRegion {
    width: 249px;
    float: right;
}

#page.wideLeft .subLeft {
    width: 219px;
}

#page.wideLeft .subRight {
    width: 219px;
    float :right;
}

