/* General stylising declarations */

body {
	font-family: Tahoma, Arial, Helvetica, Sans-serif ;
	font-size: 12px;
	color: #4E5259;
	background-color: #2E2E33;
}

body #page {
    background-color: #2E2E33;
}

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

#page h2 {
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 12px;
    color: #8D8E91;
}

#page h3 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 12px;
}

#page h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #2E2E33;
}

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

#page p strong {
    color: #2E2E33;
}

#page p {
    padding-bottom: 17px;
    line-height: 18px;
}

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

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

/* Nav Styles */ 

#pageHeader {
    background-image: url(../images/common/nav-strip.gif);
    background-position: 0px bottom;
    background-repeat: repeat-y;
    background-color: #2E2E33;
}

#pageHeader ul {
    list-style-type: none;
}

#pageHeader ul li div {
    background-image: url(../images/common/nav-bg.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#pageHeader ul li.leftEdge div {
    background-image: url(../images/common/nav-left-edge-bg.gif);
}

#pageHeader ul li.rightEdge div {
    background-image: url(../images/common/nav-right-edge-bg.gif);
}

#pageHeader ul li div.hover {
    background-image: url(../images/common/nav-bg-sel.gif);
}

#pageHeader ul li.leftEdge div.hover {
    background-image: url(../images/common/nav-left-edge-bg-sel.gif);
}

#pageHeader ul li.rightEdge div.hover {
    background-image: url(../images/common/nav-right-edge-bg-sel.gif);
}

/* specific nav styles styles */

#pageHeader ul li.leftEdge#about .selected {
    background-image: url(../images/common/nav-bg-about.gif);
}

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

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

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

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

#pageHeader ul li a {
    font-weight: bold;
    font-size: 14px;
    line-height: 46px;
    color: #FFFFFF;
}

#pageHeader ul li a:hover  {
    text-decoration: none;
}

/* Footer styles */

#page #pageFooter a {
    color: #FFFFFF;
}

/* Main page Styles - Home */

#pageContent.home {
    background-image: url(../images/common/home-bg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#pageContent.home h1 {
    font-weight: normal;
    font-size: 42px;
    line-height: 45px;
    color: #55BDFF;
}

#pageContent.home h1 strong {
    font-weight: normal;
    color: #FFFFFF;
}

/* Footer styles */

#page #pageFooter {
    color:#6D6D71;
    font-size: 11px;
}

#page #pageFooter .copyRight {
    font-weight: bold;
    padding-right: 4px;
}

#page #pageFooter a {
    color:#6D6D71;
    text-decoration: underline; 
}

/* Page Content Styles */

.contentMain ul {
    list-style-type: none;
    background-image: url(../images/common/list-dot.gif);
    background-repeat: repeat-x;
    background-position:0px bottom;
}

.contentMain ul li {
    background-image: url(../images/common/list-dot.gif);
    background-repeat: repeat-x;
    background-position:0px top;
}

#page .contentMain {
    background-color: #FFFFFF;
}

#page #contentBodyShadow {
    background-image: url(../images/common/body-shadow.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/* About Styles */

#page .services .contentHeaderRight, #page .about .contentHeaderRight { 
    background-image: url(../images/common/about-placeholder.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/* Case Studies */

#page .studies .contentHeaderRight {
    background-image: url(../images/common/view-studies-tab.gif);
    background-repeat: no-repeat;
    background-position: right bottom;    
}

#page .pdfList {
    width: 270px;
    background-image: none;
}

#page .pdfList li {
    border-top: solid 1px #D5D5D6;
    background-image: none;
    color: #C12253;
}

#page .pdfList li a {
    color: #C12253;
    background-image: url(../images/icons/pdf-icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#page .contentMainRight .caseStudies {
    background-color: #EAEAEA;
    width: 300px;
}

#page .contentMainRight .caseStudies hr {
    border: none;
    border-top: solid 1px #D0D1D4;
    border-bottom: solid 1px #FFFFFF;
}

#page .contentMainRight .caseStudyBottom {
    background-image: url(../images/common/case-strip-bottom.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#page .linksList {
    background-image: none;
}

#page .linksList li {
    border-bottom: solid 1px #D5D5D6;
    background-image: none;
}

#page .linksList li h4 {
    line-height: 13px;
}

#page .linksList li a {
    line-height: 13px;
} 
