
/* HTML TAGS*/
body {
	margin: 10px 0 0 0;
    padding: 0;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #000000;
}

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;
}

p{
	font-size: 100%;
}

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;
	background: #ffffff;
}

* 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: #5e2061;
    background: #ffffff;
}

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: #ffffff;
}

#mainArticleType-6 h1, #mainArticleType-6 h3 {
    background: #ffffff;
}

#mainArticleType-7 h1, #mainArticleType-7 h3 {
    background: #ffffff;
}

#mainArticleType-8 h1, #mainArticleType-8 h3 {
    background: #ffffff;
}

#mainArticleType-9 h1, #mainArticleType-9 h3 {
    background: #ffffff;
}

#mainArticleType-10 h1, #mainArticleType-10 h3 {
    background: #ffffff;
}

#mainArticleType-11 h1, #mainArticleType-11 h3 {
    background: #ffffff;
}

#mainArticleType-12 h1, #mainArticleType-12 h3 {
    background: #ffffff;
}

#mainArticleType-26 h1, #mainArticleType-26 h3 {
    background: #ffffff;
}


/* SECTION LINK STYLES */

#mainArticleType-40 a {
    color: #652667;
}

#mainArticleType-5 a {
    color: #652667;
}

#mainArticleType-6 a {
    color: #652667;
}

#mainArticleType-7 a {
    color: #652667;
}

#mainArticleType-8 a {
    color: #652667;
}

#mainArticleType-9 a {
    color: #652667;
}

#mainArticleType-26 a {
    color: #652667;
}

#mainArticleType-10 a {
    color: #652667;
}

#mainArticleType-11 a {
    color: #652667;
}

#mainArticleType-12 a {
    color: #652667;
}

/* HEADER STYLES */

div#header {
	background: #FFFFFF;
    /*padding: 25px 0 25px 0;*/
    height: 420px;
}

* html #header {
    width: 985px;
	height: 560px;
}



#header div#leftContainer { 
width: 310px;
height: 120px;
float: left;
}

.iconstrip {
	height: 40px;
	width: 220px;
	margin: 20px 0px 0px 10px;
}

/* Search form */

.searchForm {
	width:285px;
	height: 50px;
    padding: 0px;
    margin: 0px 0px 10px 10px;
	float:left;
}

.searchForm input {
float: left;
width: 140px;
}

input[type=submit] {
	width: 105px; 
	float: left; 
	margin-left: 10px;
	background-color: #cccccc;
	border: 1px solid #000000;
}

#logo {
    width: 240px;
    height: 122px;
    margin-right: 15px;
    float: right;
	background-color: #996000;
}

.logo a {
    display: block;
    padding: 0;
}

#header div#headerphoto {
	width: 985px;
    height: 258px;
    display: inline;
	z-index: -1

}

/*


#advert2 {
width: 320px;
height: 150px;
background-color: #00ae4d;
color: #ffffff;
opacity:0.8;
z-index: 1;
position: absolute;
left: 245px;
top: 220px;
padding: 10px 10px 10px 10px;

}


#advert2 a {
	text-decoration:none;
	color: #00ae4d;
	
}

.titlead2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-color: white;
	text-align: left;
	float: left;
	font-weight: bold;
}

.subad2{
font-family: Arial, Helvetica, sans-serif;
font-color: #fffffff;
font-size: 16px;
text-align: left;
float: left;
}

.linkblockad2{
	width: 300px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	float: left;
	margin-top: 15px;
	text-decoration:none;


	}
	
	*/
	
div#topNav {
	background-color: #ffffff;
	color: #000000;
	font-size: 1.1em;
	width: 985px;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float:left;
}

div#topNav p {
	color: #652667;
	text-align: left;
	margin-left: 10px;

}

div#topNav  a {
    color: #652667;
    font-weight: bold;
   	text-decoration: none;
}

div#topNav a:hover {
    border-bottom: 1px solid #652667;
}

/* MAIN NAV */

#mainNav {
    width: 985px;
    border-top: 5px solid #000000;
    background: #000000;
    margin-bottom: 10px;
    overflow: hidden;
}

html[xmlns*=""] body:last-child #mainNav {
    min-height: 34px;
}

#mainArticleType-5 #mainNav {
    border-top-color: #652667;
}

#mainArticleType-6 #mainNav {
    border-top-color: #652667;
}

#mainArticleType-7 #mainNav {
    border-top-color: #652667;
}

#mainArticleType-8 #mainNav {
    border-top-color: #652667;
}

#mainArticleType-9 #mainNav {
    border-top-color: #652667;
}

#mainArticleType-26 #mainNav {
    border-top-color: #652667;
}

#mainArticleType-10 #mainNav {
    border-top-color: #652667;
}

#mainArticleType-11 #mainNav {
    border-top-color: #652667;
}

#mainArticleType-12 #mainNav {
    border-top-color: #652667;
}

#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: #000000;
}

#mainNav li.nav-6 a {
    background: #000000;
}

#mainNav li.nav-7 a {
    background: #000000;
}

#mainNav li.nav-8 a {
    background: #000000;
}

#mainNav li.nav-9 a {
    background: #000000;
}

#mainNav li.nav-10 a {
    background: #000000;
}

#mainNav li.nav-11 a {
    background: #000000;
}

#mainNav li.nav-12 a {
    background: #000000;
}

#mainNav li.nav-26 a {
    background: #000000;
}


/* 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: #5e2061;
}


#leftNav ul.level1 li a {
    background: #ffffff;
    padding-left: 15px;
}



#mainArticleType-5 #leftNav ul.level1 li a, #mainArticleType-5 .summary {
    background: #ffffff;
}

#mainArticleType-6 #leftNav ul.level1 li a, #mainArticleType-6 .summary {
    background: #ffffff;
}

#mainArticleType-7 #leftNav ul.level1 li a, #mainArticleType-7 .summary {
    background: #ffffff;
}

#mainArticleType-8 #leftNav ul.level1 li a, #mainArticleType-8 .summary {
    background: #ffffff;
}

#mainArticleType-9 #leftNav ul.level1 li a, #mainArticleType-9 .summary {
    background: #ffffff;
}

#mainArticleType-10 #leftNav ul.level1 li a, #mainArticleType-10 .summary {
    background: #ffffff;
}

#mainArticleType-11 #leftNav ul.level1 li a, #mainArticleType-11 .summary {
    background: #ffffff;
}

#mainArticleType-12 #leftNav ul.level1 li a, #mainArticleType-12 .summary {
    background: #ffffff;
}

#mainArticleType-26 #leftNav ul.level1 li a, #mainArticleType-26 .summary {
    background: #ffffff;
}

#leftNav ul.level1 li a:hover, #leftNav ul.level1 li.current a {
    background: #ffffff;
}

#mainArticleType-5 #leftNav ul.level1 li a:hover, #mainArticleType-5 #leftNav ul.level1 li.current a {
    background: #ffffff;
}

#mainArticleType-6 #leftNav ul.level1 li a:hover, #mainArticleType-6 #leftNav ul.level1 li.current a {
    background: #ffffff;

}

#mainArticleType-7 #leftNav ul.level1 li a:hover, #mainArticleType-7 #leftNav ul.level1 li.current a {
    background: #ffffff;

}

#mainArticleType-8 #leftNav ul.level1 li a:hover, #mainArticleType-8 #leftNav ul.level1 li.current a {
    background: #ffffff;

}

#mainArticleType-9 #leftNav ul.level1 li a:hover, #mainArticleType-9 #leftNav ul.level1 li.current a {
    background: #ffffff;

}

#mainArticleType-10 #leftNav ul.level1 li a:hover, #mainArticleType-10 #leftNav ul.level1 li.current a {
    background: #ffffff;

}

#mainArticleType-11 #leftNav ul.level1 li a:hover, #mainArticleType-11 #leftNav ul.level1 li.current a {
    background: #ffffff;


}

#mainArticleType-12 #leftNav ul.level1 li a:hover, #mainArticleType-12 #leftNav ul.level1 li.current a {
    background: #ffffff;

}

#mainArticleType-26 #leftNav ul.level1 li a:hover, #mainArticleType-26 #leftNav ul.level1 li.current a {
    background: #ffffff;
}



#leftNav ul.level1 li a:hover, #leftNav ul.level1 li.current a {
    background: #ffffff;
}

#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;
}




#left .pictureLink img {
margin: 0 0 7px 0;
}



#left .rss {
    background: #d2d2d2;
    padding-bottom: 15px;
}

#left .rss p {
    background: #5e2061;
    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;
}

.leftad1 {
	width: 196px;
	height: 77px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.leftad2 {
	width: 196px;
	height: 77px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.leftad3{
	width: 196px;
	height: 77px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.leftad4{
	width: 196px;
	height: 77px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.leftad5{
	width: 196px;
	height: 77px;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* RIGHT */

.right {
    float: right;
    width: 220px;
    margin-left: 10px;
	clear: right;

}

.right h1{
padding-top: 5px;
padding-bottom: 5px;
background: #652667;
color: #fff; 
}

.news{
border-left: 1px solid #652667;
border-right: 1px solid #652667;
}

* html .right {
    margin-left: 7px;
    padding-right: 10px;
}

.right h4, .summary h4 {
    color:#5e2061;
    font-size:1em;
    padding:0;
    margin:0;
}

.summary {
    background-color:#ffffff;
    padding:10px;
    margin: 0 0 10px 0;
	border-bottom: 1px solid #87888a;
	
}

.summary a {
    color:#5e2061;
    font-weight:bold;
}

.summary-gallery {
    background-color:#6699ff;
    padding:10px;
    margin: 0 0 10px 0;
    color:#000;
	float:right;
}

.summary-gallery a {
    color:#000;
    font-weight:bold;
}

#twitterFeed {
margin: 0px 10px 20px 0px;
}

/*  CONTENT */

.content {
    display: table;
    width: 545px;
	margin: auto;
}

.content p {
font-size: 120%;
}

* 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;
	float: right;
}

* 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:#5e2061;
    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: #c7b1c8;
    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: #5e2061;
}

#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: #5e2061;
}

#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: #c7b1c8;
}

#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: #5e2061;
    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;
}

/*Custom CSS Form */
form{
margin: auto;
background: #cccccc;
}

label{
width: 200px;
background: #cccccc;
}

input{
}

input checkbox{
float: right;
}



