/* HTML TAGS*/
body {
	margin: 10px 0 0 0;
    padding: 0;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
}

p, h1, h2, h3, h4 {
    margin: 0 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 1.6em;
    letter-spacing: .025em;
}

h2 {
    font-size: 1.3em;
    background: #ccc;
    padding: 2px 10px;
}

h3 {
    font-size: 1.2em;
}

ul, li {
    padding: 0;
    margin: 0 0 0 2em;
}

li {
    margin: 0;
}

img {
    border: none;
}

/* global styles */

#wrapper {
    margin: 0 auto;
    width: 985px;
    overflow: hidden;
    padding: 0;
}

* html #wrapper {
    width: 995px;
}

.nopadding {
    margin: 0;
}

.clearLeft {
    clear: left;
}

.clearBoth {
    clear: both;
}

.ie6-clearLeft {
    display: none;
}
* html .ie6-clearLeft {
    display: block;
    clear: left;
}

h1,  h3 {
    color: #fff;
    background: #752641;
}

h1 {
    padding: 3px 10px;
}

.right h2 {
    margin:0;
}

h3 {
    padding: 2px 5px;
}

ul.noBullets {
    padding: 0 0 0 10px;
    margin: 0;
}

ul.noBullets li {
    list-style: none;
}

#mainArticleType-5 h1, #mainArticleType-5 h3 {
    background: #6699FF;
}

#mainArticleType-6 h1, #mainArticleType-6 h3 {
    background: #FF6600;
}

#mainArticleType-7 h1, #mainArticleType-7 h3 {
    background: #66cc33;
}

#mainArticleType-8 h1, #mainArticleType-8 h3 {
    background: #cc0000;
}

#mainArticleType-9 h1, #mainArticleType-9 h3 {
    background: #000099;
}

#mainArticleType-10 h1, #mainArticleType-10 h3 {
    background: #990099;
}

#mainArticleType-11 h1, #mainArticleType-11 h3 {
    background: #ff9933;
}

#mainArticleType-12 h1, #mainArticleType-12 h3 {
    background: #6600cc;
}

#mainArticleType-26 h1, #mainArticleType-26 h3 {
    background: #666666;
}


/* SECTION LINK STYLES */

#mainArticleType-40 a {
    color: #752641;
}

#mainArticleType-5 a {
    color: #6699FF;
}

#mainArticleType-6 a {
    color: #FF6600;
}

#mainArticleType-7 a {
    color: #66CC33;
}

#mainArticleType-8 a {
    color: #CC0000;
}

#mainArticleType-9 a {
    color: #000099;
}

#mainArticleType-26 a {
    color: #666666;
}

#mainArticleType-10 a {
    color: #990099;
}

#mainArticleType-11 a {
    color: #FF9933;
}

#mainArticleType-12 a {
    color: #6600CC;
}

/* HEADER STYLES */

div#header {
	background: #FFFFFF;
    /*padding: 25px 0 25px 0;*/
    height: 105px;
}

* html #header {
    width: 985px;
}

#header div#logo {
    width: 240px;
    height: 56px;
    margin-top: 25px;
    margin-left: 15px;
    display: inline;
    float: left;
}

#header div#logo a {
    display: block;
    padding: 0;
}

#header div#missionStatement {
    float: right;
    margin-top: 45px;
    margin-right: 15px;
}

#header div#missionStatement p {
    margin: 0;
    padding: 0;
    font-size: 1.7em;
    font-weight: bold;
}

div#topNav {
    background-color: #752641;
    color: #fff;
    font-size: 1.1em;
    width: 985px;
    padding: 4px 0;
}

div#topNav p {
    text-align: right;
    margin: 0 15px 0 0;
}

div#topNav  a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

div#topNav a:hover {
    border-bottom: 1px solid dotted;
}

/* MAIN NAV */

#mainNav {
    width: 985px;
    border-top: 10px solid #ebbecf;
    background: #6600cc;
    margin-bottom: 10px;
    overflow: hidden;
}

html[xmlns*=""] body:last-child #mainNav {
    min-height: 34px;
}

#mainArticleType-5 #mainNav {
    border-top-color: #6699FF;
}

#mainArticleType-6 #mainNav {
    border-top-color: #FF6600;
}

#mainArticleType-7 #mainNav {
    border-top-color: #66CC33;
}

#mainArticleType-8 #mainNav {
    border-top-color: #CC0000;
}

#mainArticleType-9 #mainNav {
    border-top-color: #000099;
}

#mainArticleType-26 #mainNav {
    border-top-color: #666;
}

#mainArticleType-10 #mainNav {
    border-top-color: #990099;
}

#mainArticleType-11 #mainNav {
    border-top-color: #FF9933;
}

#mainArticleType-12 #mainNav {
    border-top-color: #6600CC;
}

#mainNav ul {
    padding: 0;
    margin: 0;
}

#mainNav li {
    float: left;
    list-style: none;
}

#mainNav li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
}

html[xmlns*=""] body:last-child #mainNav li a {
    padding: 10px 14px
}

#mainNav li.nav-5 a {
    background: #6699ff;
}

#mainNav li.nav-6 a {
    background: #ff6600;
}

#mainNav li.nav-7 a {
    background: #66cc33;
}

#mainNav li.nav-8 a {
    background: #cc0000;
}

#mainNav li.nav-9 a {
    background: #000099;
}

#mainNav li.nav-10 a {
    background: #990099;
}

#mainNav li.nav-11 a {
    background: #ff9933;
}

#mainNav li.nav-12 a {
    background: #6600cc;
}

#mainNav li.nav-26 a {
    background: #666666;
}


/* Left nav */

#left {
    clear: both;
    width: 200px;
    float: left;
    padding-right: 10px;
}

* html #left {
   margin-right: -3px;
}

#leftNav ul {
    padding: 0;
    margin: 0 0 10px 0;

}

#leftNav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

#leftNav ul li a {
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #752641;
}


#leftNav ul.level1 li a {
    background: #ebbecf;
    padding-left: 15px;
}

#languages {
    margin-top: 15px;
    background-color: #e2e1dc;
    padding-top: 10px;
}

#languages div {
    margin-left: 42px;
}

#mainArticleType-5 #leftNav ul.level1 li a, #mainArticleType-5 .summary {
    background: #BFD5FF;
}

#mainArticleType-6 #leftNav ul.level1 li a, #mainArticleType-6 .summary {
    background: #FFB27F;
}

#mainArticleType-7 #leftNav ul.level1 li a, #mainArticleType-7 .summary {
    background: #D1EFC2;
}

#mainArticleType-8 #leftNav ul.level1 li a, #mainArticleType-8 .summary {
    background: #FF9F9F;
}

#mainArticleType-9 #leftNav ul.level1 li a, #mainArticleType-9 .summary {
    background: #8F90FF;
}

#mainArticleType-10 #leftNav ul.level1 li a, #mainArticleType-10 .summary {
    background: #CF67CF;
}

#mainArticleType-11 #leftNav ul.level1 li a, #mainArticleType-11 .summary {
    background: #FFD6AF;
}

#mainArticleType-12 #leftNav ul.level1 li a, #mainArticleType-12 .summary {
    background: #D8C2EF;
}

#mainArticleType-26 #leftNav ul.level1 li a, #mainArticleType-26 .summary {
    background: #BFBFBF;
}

#leftNav ul.level1 li a:hover, #leftNav ul.level1 li.current a {
    background: #EFB3CB;
}

#mainArticleType-5 #leftNav ul.level1 li a:hover, #mainArticleType-5 #leftNav ul.level1 li.current a {
    background: #9FC2FF;
}

#mainArticleType-6 #leftNav ul.level1 li a:hover, #mainArticleType-6 #leftNav ul.level1 li.current a {
    background: #FF9F5F;

}

#mainArticleType-7 #leftNav ul.level1 li a:hover, #mainArticleType-7 #leftNav ul.level1 li.current a {
    background: #BDEFA4;

}

#mainArticleType-8 #leftNav ul.level1 li a:hover, #mainArticleType-8 #leftNav ul.level1 li.current a {
    background: #FF7F7F;

}

#mainArticleType-9 #leftNav ul.level1 li a:hover, #mainArticleType-9 #leftNav ul.level1 li.current a {
    background: #6F71FF;

}

#mainArticleType-10 #leftNav ul.level1 li a:hover, #mainArticleType-10 #leftNav ul.level1 li.current a {
    background: #CF4DCF;

}

#mainArticleType-11 #leftNav ul.level1 li a:hover, #mainArticleType-11 #leftNav ul.level1 li.current a {
    background: #FFC68F;


}

#mainArticleType-12 #leftNav ul.level1 li a:hover, #mainArticleType-12 #leftNav ul.level1 li.current a {
    background: #C8A4EF;

}

#mainArticleType-26 #leftNav ul.level1 li a:hover, #mainArticleType-26 #leftNav ul.level1 li.current a {
    background: #9F9F9F;
}



#leftNav ul.level1 li a:hover, #leftNav ul.level1 li.current a {
    background: #EFB3CB;
}

#leftNav ul.level2 {
    display: none;
}

#leftNav ul.level1 ul.level2 li a {
    background: #d2d2d2;
    margin-left: 15px;
}

#leftNav ul.level1 ul.level2 li a:hover,
#leftNav ul.level1 ul.level2 li.current a {
    background: #BFBFBF;
}

/* Search form */

.searchForm form {
    padding: 0;
    margin: 0 0 10px 0;
    background: #a0a0a0;
}

.searchForm form p {
    margin: 0;
    padding: 0 0 7px 0;
}

*:first-child+html .searchForm form p {
   overflow: hidden;
}

* html .searchForm form p {
    border: #A0A0A0 solid 1px;
}

.searchForm form p label {
    display: block;
    color: #333;
    background: #e0e0e0;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 5px 5px 15px;
    margin-bottom: 10px;
}

.searchForm form p input {
    display: block;
    margin: 0 0 3px 15px;
    font-size: 1.1em;
}

.searchForm form p input#searchTerm {
    width: 162px;
    padding: 3px 0 3px 3px;
    border: 1px solid #666;
}

.searchForm form p input.submit {
    font-weight: bold;
}

#left .pictureLink img {
    border: 3px solid #6f1d3a;
    margin: 0 0 7px 0;
}

#mainArticleType-40 .pictureLink img {
    border: #752641 3px solid;
}

#mainArticleType-5 .pictureLink img {
    border: #6699FF 3px solid;
}

#mainArticleType-6 .pictureLink img {
    border: #FF6600 3px solid;
}

#mainArticleType-7 .pictureLink img {
    border: #66CC33 3px solid;
}

#mainArticleType-8 .pictureLink img {
    border: #CC0000 3px solid;
}

#mainArticleType-9 .pictureLink img {
    border: #000099 3px solid;
}

#mainArticleType-12 .pictureLink img {
    border: #6600CC 3px solid;
}

#left .rss {
    background: #d2d2d2;
    padding-bottom: 15px;
}

#left .rss p {
    background: #752641;
    color: #fff;
    padding: 2px 15px;
}

* html #left .rss p {
    height: 1%;
}

#left .rss ul {
    padding: 0 0 0 15px;
    margin: 0;
    min-height: 40px;
}

#left .rss li {
    list-style: none;
}

#left .rss li a {
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
    background: url("images/rss-onGrey.gif") no-repeat left top;
    color: #0b48bd;
    text-decoration: none;
}

#left .rss li a:hover {
    text-decoration: underline;
}


/* RIGHT */

.right {
    float: right;
    width: 220px;
    margin-left: 10px;

}

* html .right {
    margin-left: 7px;
    padding-right: 10px;
}

.right h4, .summary h4 {
    color:#752641;
    font-size:1em;
    padding:0;
    margin:0;
}

.summary {
    background-color:#ebbecf;
    padding:10px;
    margin: 0 0 10px 0;
}

.summary a {
    color:#752641;
    font-weight:bold;
}

.summary-gallery {
    background-color:#6699ff;
    padding:10px;
    margin: 0 0 10px 0;
    color:#000;
}

.summary-gallery a {
    color:#000;
    font-weight:bold;
}

/*  CONTENT */

.content {
    display: table;
    width: 545px;
}

* html .content {
    display: block;
    width: 544px;
    padding: 0;
    margin-left: 200px;
    overflow: hidden;
}


*:first-child+html .content {
    height: 1%;
}

.homepageTemplate .content {
    width: 775px;
}

* html .homepageTemplate .content {
    /*width: 768px;
    overflow-x: hidden;*/
}


.content .left {
    float: left;
    margin-right: 10px;
}

.content .right {
    width: auto;
}

* html .content {
    margin-right: 7px;
}

.content .main {
    display: table
}

* html .content .main {
    height: 1%;
}

*:first-child+html .content .main {
    height: 1%;
}

.content img {
    margin-bottom: 10px;
}

.caption {
    color:#752641;
    font-style:italic;
}

.greyBox {
    background-color:#ccc;
    padding:10px;
}

.greyBox p {
    font-size:1.1em;
    font-weight:bold;
    margin:0;
}

#image-nav {
    text-align:center;
}

#image-nav a, #image-nav a:hover {
    text-decoration:none;
    color: #fff;
}

#image-gallery li {
    display: inline;
    margin: 0 2px;
}

/* Document Link */

.documentLinkWrapper {
    clear: both;
}

.documentLink {
    background: #ebbecf;
    float: left;
    width: 240px;
    margin: 10px 10px 10px 0;
    padding: 10px;
    display: table;
}

* html .documentLink {
    margin-right: 7px;
    height: 1%;
}

*:first-child+html .documentLink {
    margin-right: 7px;
    height: 1%;
}

a.doclink {
    display: block;
    padding: 2px 2px 2px 20px;#
    background-position: left center;
    background-repeat: no-repeat;
}

a.pdf {
    background-image: url("content/images/fileicons/pdf.gif");
}

.sitemapSection h2 {
    clear: left;
    margin-top: 20px;
    color: #fff;
}

.sitemapSection a:visited {
    color: #333;
}

.sitemapSection a:hover {
    text-decoration: none;
}

#sitemap-40 h2 {
    background: #752641;
}

#sitemap-5 h2 {
    background: #6699FF;
}

#sitemap-6 h2 {
    background: #FF6600;
}

#sitemap-7 h2 {
    background: #66CC33;
}

#sitemap-8 h2 {
    background: #CC0000;
}

#sitemap-9 h2 {
    background: #000099;
}

#sitemap-26 h2 {
    background: #666666;
}

#sitemap-10 h2 {
    background: #990099;
}

#sitemap-11 h2 {
    background: #FF9933;
}

#sitemap-12 h2 {
    background: #6600CC;
}

#sitemap-40 a {
    color: #752641;
}

#sitemap-5 a {
    color: #6699FF;
}

#sitemap-6 a {
    color: #FF6600;
}

#sitemap-7 a {
    color: #66CC33;
}

#sitemap-8 a {
    color: #CC0000;
}

#sitemap-9 a {
    color: #000099;
}

#sitemap-26 a {
    color: #666666;
}

#sitemap-10 a {
    color: #990099;
}

#sitemap-11 a {
    color: #FF9933;
}

#sitemap-12 a {
    color: #6600CC;
}

#sitemlip-40 li {
    color: #EBBECF;
}

#sitemlip-5 li {
    color: #6699FF;
}

#sitemlip-6 li {
    color: #FF6600;
}

#sitemlip-7 li {
    color: #66CC33;
}

#sitemlip-8 li {
    color: #CC0000;
}

#sitemlip-9 li {
    color: #000099;
}

#sitemlip-26 li {
    color: #666666;
}

#sitemlip-10 li {
    color: #990099;
}

#sitemlip-11 li {
    color: #FF9933;
}

#sitemlip-12 li {
    color: #6600CC;
}

.sitemapSection ol {
    clear: left;
    padding-left: 30px;
    margin: 0;
}
.sitemapSection li {
    float: left;
    width: 150px;
    padding-right: 20px;
    height: 35px;
}


 /* FOOTER */

#footer {
    margin-top: 10px;
    background: #74253A;
    color: #fff;
    font-weight: bold;
    padding: 3px 15px;
}

* html #footer {
    border-top: 10px solid #fff;
}

*:first-child+html #footer {
    border-top: 10px solid #fff;
}

#footer p {
    padding: 0;
    margin: 0;
}

#footer p a {
    color: #fff;
    text-decoration: underline;
}

#footer p a:hover {
    text-decoration: none;
}

/* WEBDECK AND X-STANDARD STYLES */

img.ssg-image-alignleft,.summary img, .summary-gallery img {
   float: left;
   margin: 0 10px 10px 0;
}

.ssg-display-table {
    display: table;

}

* html .ssg-display-table {
    height: 1%;
}

*:first-child+html .ssg-display-table {
    height: 1%;
}

img.ssg-image-alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.page-number {
    font-weight: bold;
    margin-right: 4px;
}

