@charset "utf-8";
/* ============================== */
/* ! Layout for desktop version */
/* ============================== */

body{font-family:Arial, Helvetica, sans-serif;  font-size:16px;}
.container{background:#fff}
a{font-weight: normal;text-decoration:none}
.content a:after{ content:" [" attr(href) "] ";color:#CCC }

.buttons a{display:none}
.skiplinks{display:none}

.header{height:100px}
.logo{margin:5px 0 0 10px; width:198px; height:81px}

.headernavcontainer{display:none}

.searchform{display:none}


#mainMenu {display:none}




.crumb{display:none}


.secmenu{display:none}



h1,h2,h3,h4,h5,h6{font-family:Arial, Helvetica, sans-serif;font-weight:bold;}
h1{font-size:150%}
h2{font-size:140%;}
h3{font-size:125%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:100%;}

.home h1{font-size:180%}
.home h2{}
.home .smallertext{font-size:70%}


.content{line-height:140%;background:#fff  !important;}

p{margin:5px 5px 10px 5px}
.whitetext{color:#fff}
.biggertext{font-size:120%}
.smallertext{font-size:85%;line-height:125%}
.captiontext{margin:5px 0 3px 5px}
.figurecaption{color:#666;font-style:italic;font-size:11px;line-height:13px}
.centre{text-align:center}

/*LiISTS*/
dt {font-weight:bold}
dd {margin:0 0 15px 15px}
.content ul{margin:10px 0 10px 25px}
.content ol{margin:0 0 10px 25px;}
.content .bulletlist li{ list-style-image:url(images/bulletpoint.gif);margin:0 10px 2px 0}
.content .linklist li{ list-style-image:url(images/linkbullet.gif);margin:0 10px 5px 0}







/*.whiteBorder{border:1px solid #fff}
.purpleBorder100{border:1px solid #4B2649}
.purpleBorder50{border:1px solid #81667D}
.purpleBorder10{border:1px solid #B6A5B0}
.greenBorder100{border:1px solid #A7AF8A}
.greenBorder10{border:1px solid #B5BD99}
.greyBorder100{border:1px solid #898989}
.greyBorder10 {border:1px solid #C0C0C0}
.borderbottom{ border-bottom: 1px dotted #000000;margin:0 5px 5px }

.purpleBG100{background:#4B2649}
.purpleBG50{background:#81667D}
.purpleBG10{background:#B6A5B0}
.greenBG100{background:#666D41}
.greenBG50{background:#B5BD99}
.greenBG10{background: #E6ECDB}
.greyBG100{background:#898989}
.greyBG30{background:#CCC}
.greyBG10{background:#eee}

.greybox{padding:5px;position:relative; top:5px}*/





img{width:100%;height:auto;border:0; -ms-interpolation-mode:bicubic;}


.footer {padding:10px 0 0 0;background: White url(images/Xfooter_bg.gif) repeat-x; text-align:center;color:#999;font-size:80%;height:100px;margin: 0 auto;}











/* ============================= */
/* ! Layout for mobile version */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

body {

}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4 */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

/* .logo {
background: url(logo2x.jpg) no-repeat;
background-size: 212px 303px;
}*/

}