Approved@charset "utf-8";


/*** Reset ***/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
  text-decoration: none!important;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*** Layout ***/

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff!important;
    color: #000000;
    font: 12px Arial, sans-serif;
    line-height: 1;
    -webkit-text-size-adjust: none;
}
a{
	color:#5d7e9d;
}
#SearchResults a, #SearchResults a:hover {
  color:#5d7e9d;
  text-decoration: underline;
  /*background: transparent!important;*/
}
/* Link Icons
   ========================================================================== */

section.content a[href$=".pdf"],
section.content a[href$=".PDF"],
section.content a.pdf {
padding: 2px;
padding-left: 20px;
background: url("../images/file-icons/page_white_acrobat.png") no-repeat left center!important;
}
section.content a[href$=".doc"],
section.content a[href$=".DOC"],
section.content a.doc {
padding: 2px;
padding-left: 20px;
background: url("../images/file-icons/page_word.png") no-repeat left center!important;
}
section.content a[href$=".xls"],
section.content a[href$=".XLS"],
section.content a.xls {
padding: 2px;
padding-left: 20px;
background: url("../images/file-icons/page_excel.png") no-repeat left center!important;
}
section.content a[href$=".gz"],
section.content a[href$=".GZ"],
section.content a[href$=".gzip"],
section.content a[href$=".GZIP"],
section.content a[href$=".zip"],
section.content a[href$=".ZIP"],
section.content a.archive {
padding: 2px;
padding-left: 20px;
background: url("../images/file-icons/page_white_zip.png") no-repeat left center!important;
}
section.content a[href$=".exe"],
section.content a[href$=".EXE"],
section.content a.application {
padding: 2px;
padding-left: 20px;
background: url("../images/file-icons/application.png") no-repeat left center!important;
}
#page {
    min-width: 960px;
	font-weight:normal;
}

.container {
    margin: 0 auto;
    width: 960px;
	position:relative;
}

/*** Header ***/

header.main {
	height:129px;
}
#logotyp {
    display: block;
    float: left;
    height: 69px;
    margin-left: -1px;
    margin-top: 33px;
    width: 333px;
}
.header-logo {
    float: left;
    margin-left: 43px;
    margin-top: 29px;
}
.top-nav{
	float:right;
}
.top-nav li {
    display: block;
    float: left;
    margin: 0 5px;
}
.top-nav ul {
	position:relative;
    background: url("../images/top-nav-bg.png") repeat-x;
    border-bottom: 1px solid #9e5a2a;
    border-radius: 0 0 10px;
	-webkit-border-radius: 0 0 10px;
    -moz-border-radius: 0 0 10px;
    border-right: 1px solid #9e5a2a;
    display: block;
    float: left;
    height: 37px;
    list-style: none outside none;
    margin: 0 3px 0 0;
    min-width: 278px;
    padding: 0;
    width: auto;
	behavior: url(PIE.htc);
}
.top-nav-left{
	background:url("../images/top-nav-left.png") no-repeat;
	width:27px;
	height:38px;
	float:left;
}
.top-nav li a {
    color: #fefefd;
    display: block;
    font-size: 13px;
    height: 37px;
    line-height: 35px;
    padding: 0 14px;
    text-decoration: none;
}
input.search {
    background: url("../images/google_custom_search_watermark.gif") no-repeat scroll 16px center;
    border: 1px solid #9e5a2a;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
    border-radius: 10px;
	border: 1px solid #9e5a2a;
    float: right;
    height: 34px;
    line-height: 34px;
    margin-right: 2px;
    margin-top: 27px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 246px;
	behavior: url(PIE.htc);
}

input.search:focus {
    background: none;
}

/*** Nav ***/

/*nav.main ul {
	position:relative;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0 10px;
	width:auto;
	z-index:100;
}
nav.main a {
    color: #fefefd;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 44px;
    padding: 0 16px;
    text-decoration: none;
}
.navigation{
	position:relative;
	height:44px;
	width:100%;
	background: rgb(158,90,42);
	position:relative;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: rgb(146,84,39);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyNTQyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjJkMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(146,84,39) 0%, rgb(75,45,20) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(146,84,39)), color-stop(100%,rgb(75,45,20)));
background: -webkit-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
background: -o-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
background: -ms-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
background: linear-gradient(to bottom,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#925427', endColorstr='#4b2d14',GradientType=0 );
	behavior: url(PIE.htc);
}
.navigation > li {
    float: left;
    padding: 0;
}
.navigation > li.last{
	float:right;
}
.navigation > li:hover{
	background: rgb(212,185,33);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0YjkyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ODc0MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(212,185,33) 0%, rgb(152,116,20) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(212,185,33)), color-stop(100%,rgb(152,116,20)));
background: -webkit-linear-gradient(top,  rgb(212,185,33) 0%,rgb(152,116,20) 100%);
background: -o-linear-gradient(top,  rgb(212,185,33) 0%,rgb(152,116,20) 100%);
background: -ms-linear-gradient(top,  rgb(212,185,33) 0%,rgb(152,116,20) 100%);
background: linear-gradient(to bottom,  rgb(212,185,33) 0%,rgb(152,116,20) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b921', endColorstr='#987414',GradientType=0 );
}
.navigation li.level-1,
.navigation li.level-2{
	position:relative;
	z-index:100;
}
.navigation li.level-1{
	padding-right:10px;
}
.navigation li.level-1 ul a{
	height:37px;
	line-height:37px;
}
.navigation li.level-1 > ul {
    display: none;
    left: -10px;
    position: absolute

}
.navigation li.level-2 > ul{
	display:none;
	left:217px;
	top:0;
	position:absolute;
}
.navigation .level-1 > ul > li{
	background:#997514;
	width:227px;
}
.navigation .level-1 > ul > li:last-child{
	position:relative;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	behavior: url(PIE.htc);
}
.navigation .level-1 > ul > li:hover{
	background:#bea01d;
}
.navigation .level-2 > ul > li{
	background:#bea01d;
	width:227px;
}
.navigation .level-2 > ul > li:last-child{
	position:relative;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	behavior: url(PIE.htc);
}
.navigation .level-2 > ul > li:hover{
	background:#997514;
}
.navigation li.level-1:hover > ul{
	display:block !important;
}
.navigation li.level-2:hover > ul{
	display:block !important;
}
.navigation li.level-1 > a {
    background: url("../images/arrow-level-1.png") no-repeat scroll right center ;
    padding-right: 16px;
}
.navigation li.level-2 > a{
	background:url("../images/arrow-level-2.png") no-repeat 205px center; 

}*/

/*** Nav ***/

nav.main ul {
  position:relative;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0 10px;
  width:auto;
  z-index:100;
}
nav.main a {
    color: #fefefd;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 44px;
    padding: 0 16px;
    text-decoration: none;
}
.navigation{
  position:relative;
  height:44px;
  width:100%;
  background: rgb(158,90,42);
  position:relative;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: rgb(146,84,39);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyNTQyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjJkMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(146,84,39) 0%, rgb(75,45,20) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(146,84,39)), color-stop(100%,rgb(75,45,20)));
background: -webkit-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
background: -o-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
background: -ms-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
background: linear-gradient(to bottom,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
-pie-background: linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
  behavior: url(PIE.htc);
}
.navigation > li {
    float: left;
    padding: 0;
    behavior: url(PIE.htc);
}
.navigation > li.last{
  float:right;
}
.navigation > li:hover{
  background: rgb(212,185,33);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0YjkyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ODc0MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(212,185,33) 0%, rgb(152,116,20) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(212,185,33)), color-stop(100%,rgb(152,116,20)));
background: -webkit-linear-gradient(top,  rgb(212,185,33) 0%,rgb(152,116,20) 100%);
background: -o-linear-gradient(top,  rgb(212,185,33) 0%,rgb(152,116,20) 100%);
background: -ms-linear-gradient(top,  rgb(212,185,33) 0%,rgb(152,116,20) 100%);
background: linear-gradient(to bottom,  rgb(212,185,33) 0%,rgb(152,116,20) 100%);
-pie-background: linear-gradient(top,  rgb(212,185,33) 0%,rgb(152,116,20) 100%);
}
.navigation li.level-1,
.navigation li.level-2{
  position:relative;
  z-index:100;
}
.navigation li.level-1{
  padding-right:10px;
}
.navigation li.level-1 ul a {
    line-height: 17px;
    padding: 10px 16px;
}
.navigation li.level-1 > ul {
    display: none;
    left: -10px;
    position: absolute

}
.navigation li.level-2 > ul{
  display:none;
  left:247px;
  top:0;
  position:absolute;
}
.navigation .level-1 > ul > li{
  background:#997514;
  width:257px;
}
.navigation .level-1 > ul > li:last-child{
  position:relative;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  behavior: url(PIE.htc);
}
.navigation .level-1 > ul > li:hover{
  background:#bea01d;
}
.navigation .level-2 > ul > li{
  background:#bea01d;
  width:257px;
}
.navigation .level-2 > ul > li:last-child{
  position:relative;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  behavior: url(PIE.htc);
}
.navigation .level-2 > ul > li:hover{
  background:#997514;
}
.navigation li.level-1:hover > ul{
  display:block !important;
}
.navigation li.level-2:hover > ul{
  display:block !important;
}
.navigation li.level-1 > a {
    background: url("../images/arrow-level-1.png") no-repeat scroll right center ;
    padding-right: 16px;
}
.navigation li.level-2 > a{
  background:url("../images/arrow-level-2.png") no-repeat 235px center; 

}
/*** Section Slider ***/ 


section.slider {
    overflow: hidden;
    position: relative;
}
section.slider:before {
    background: none repeat scroll 0 0 #99aec1;
    content: "";
    height: 100%;
    margin-top: -22px;
    position: absolute;
    width: 50%;
	z-index: 1;
}
section.slider:after {
    background: none repeat scroll 0 0 #e3e37f;
    content: "";
    height: 100%;
    margin-top: -22px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 1;
}
section.slider .left-color{
	background:url(../images/left.png) no-repeat bottom left scroll;
	width:69px;
	height:100%;
	position:absolute;
	left:-69px;
	z-index:10;
	top:0;
}
section.slider .right-color {
    background: url("../images/right.png") no-repeat scroll right bottom ;
    height: 100%;
    position: absolute;
    right: -70px;
    top: 0;
    width: 70px;
    z-index: 10;
}
/*#shield {
    position: absolute;
    right: 44px;
    top: 58px;
    z-index: 10;
}*/
.nivoSlider {
    z-index:9;
}
.nivo-controlNav {
    bottom: 5px;
    padding: 15px 0;
    position: absolute;
    right: 24px;
    text-align: center;
    z-index: 10;
}
.nivo-controlNav a {
    background: url("../images/slider-control.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 9px;
    text-indent: -9999px;
    width: 9px;
	float:left;
	margin-left:11px;
}
.nivo-caption{
    color: #fff;
	font-size:30px;
}
.nivo-caption {
	background: none;
	opacity:1;
    bottom: 95px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    left: 0;
    overflow: hidden;
    padding:0;
    position: absolute;
    width: 80%;
    z-index: 8;
	behavior: url(PIE.htc);

}
.nivo-caption .mark {
    background: url(../images/caption-bg.png) repeat;
    line-height: 60px;
    padding: 13px 20px 12px 35px;
	    z-index: 10;
		position:relative;
}
.nivo-caption .link a {
    background: url(../images/caption-bg.png);
    color: #fefefd;
    font-size: 14px;
    line-height: 56px;
  padding: 20px;
  padding-left: 40px;
}


/*** Section Main ***/


section.main {
    overflow: hidden;
    padding-bottom: 44px;
    padding-top: 25px;
}
section.main .title {
	position:relative;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	color:#fefefd;
	margin:0;
	behavior: url(PIE.htc);
}
section.main .column-1,
section.main .column-3
{
	width:270px;
	float:left;
}
section.main .column-1{
	margin-right:10px;
	width:269px;
}
section.main .column-2{
	width:399px;
	float:left;
	margin-right:11px;
}
.text-box .title,
.post-it .title{
	text-align:center;
	font-size:18px;
	border:1px solid #9e5a2a;
	height: 42px;
    line-height: 42px;
	background: rgb(213,160,122);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTA3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMDZmNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(213,160,122) 0%, rgb(176,111,66) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(213,160,122)), color-stop(100%,rgb(176,111,66)));
background: -webkit-linear-gradient(top,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
background: -o-linear-gradient(top,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
background: -ms-linear-gradient(top,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
background: linear-gradient(to bottom,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a07a', endColorstr='#b06f42',GradientType=0 );

}
article.text-box{
	margin-bottom:19px;
}
.text-box p {
    color: #666;
    line-height: 18px;
    margin: 16px 0;
}
label {
  color:#666;
  line-height:30px;
}
article.image-box{
	margin-bottom:8px;
}
.image-box .title {
    background: none repeat scroll 0 0 #666;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.colour-block {
	margin-bottom:11px;
}
.colour-block .content-block {
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-weight: normal;
    list-style: none outside none;
    margin: 0;
    padding: 13px 15px 6px;
	height: auto;
	min-height:35px; 
	position:relative;
	behavior: url(PIE.htc);
  line-height: 18px;
}
.colour-block .content-block strong {
  font-size: 12px;
}
.colour-block .content-block li{
	margin-bottom:18px;
}
.colour-block .title {
    font-size: 14px;
    height: 43px;
    line-height: 43px;
    padding-left: 16px;
	padding-right: 16px;
}
.colour-block .title .more {
    color: #fff;
    float: right;
    font-size: 12px;
    line-height: 47px;
}
.colour-block.block-1 .content-block{
	border:1px solid #5d7e9d;
}
.colour-block.block-1 .title{
	background:#5d7e9d;
}
.colour-block.block-4 .content-block{
  border:1px solid #9e5a2a;
}
.colour-block.block-4 .content-block a{
  color: #5d7e9d;
}
.colour-block.block-4 .title{
  text-align:center;
  font-size:18px;
  border:1px solid #9e5a2a;
  height: 42px;
    line-height: 42px;
  background: rgb(213,160,122);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTA3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMDZmNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(213,160,122) 0%, rgb(176,111,66) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(213,160,122)), color-stop(100%,rgb(176,111,66)));
background: -webkit-linear-gradient(top,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
background: -o-linear-gradient(top,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
background: -ms-linear-gradient(top,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
background: linear-gradient(to bottom,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a07a', endColorstr='#b06f42',GradientType=0 );
}
.colour-block.block-2 .title{
	background:#d68312;
}
.colour-block.block-2 .content-block{
	border:1px solid #d68312;
}
.colour-block.block-2 .content-block a{
	color:#d68312;
}
.colour-block.block-3 .title{
	background:#666666;
}
.colour-block.block-3 .content-block a{
	color:#666666;
  line-height: 18px;
}
.colour-block.block-3.hearings {
  margin-top:11px;
}
.colour-block.block-3.hearings strong {
  font-size:13px;
  color:darkred;
}
.colour-block.block-3 .content-block{
	border:1px solid #666666;
}
.colour-block.report-fraud {
    background: url("../images/attention-icon.png") no-repeat scroll 20px center ;
    border: 1px solid #a8211e;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    height: 50px;
    padding-left: 100px;
    padding-top: 37px;
	position:relative;
	behavior: url(PIE.htc);
}
.colour-block.report-fraud a{
	color:#a8211e;
}
.info-block.help {
    background: url("../images/help-icon.png") no-repeat scroll 23px 17px ;
    border: 1px solid #5d7e9d;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	position:relative;
  height: 87px;
	behavior: url(PIE.htc);
}
.info-block.help a {
    color: #5d7e9d;
    display: block;
    line-height: 18px;
    padding-left: 90px;
    padding-top: 26px;
    padding-right:10px;
}
.info-block.additional {
    margin-top: 11px;
    margin-bottom: 11px;
    border: 1px solid green;
  -webkit-border-radius: 10px;
    border-radius: 10px;
  position:relative;
  text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right:10px;
  behavior: url(PIE.htc);
}
.info-block.additional a {
    color: green;
    display: block;
    line-height: 18px;
}
section.recent-posts{
	height:auto;
	overflow:hidden;
}
.recent-posts .title{
	font-size:18px;
	text-align:center;
	position:relative;
	height:44px;
	line-height: 44px;
	background: rgb(146,84,39);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyNTQyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjJkMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(146,84,39) 0%, rgb(75,45,20) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(146,84,39)), color-stop(100%,rgb(75,45,20)));
background: -webkit-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
background: -o-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
background: -ms-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
background: linear-gradient(to bottom,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#925427', endColorstr='#4b2d14',GradientType=0 );

}
.recent-posts article {
    clear: both;
    float: left;
    width: 100%;
}

.recent-posts article p a {
    color: #5D351A;
    /*font-weight: bold;*/
    font-size: 13px;
}
.recent-posts .more {
    clear: both;
    float: left;
    margin: 15px 0 17px;
    overflow: hidden;
}
.recent-posts .status p {
    color: #61391a;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-top: 0;
}
.recent-posts .post-content{
    float: left;
	width:69%;
	padding-top:15px;
	padding-left:16px;
	font-size:11px;
}

.status-icon{
	float:right;
	width:106px;
	height:102px;
}
.status-icon:before {
	content:"";
    height: 80px;
    width: 106px;
	display:block;
}
.status-icon span {
    color: #fff;
    display: block;
    height: 22px;
    line-height: 20px;
    text-align: center;
}

/* Green gavel */

.status.Approved, .status.Granted, .status.Acquitted, .status.Upheld, .status.Confirmed, .status.Not_Contravened {
background: rgb(239,245,223);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjVkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWU5ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(239,245,223) 0%, rgb(222,233,221) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(239,245,223)), color-stop(100%,rgb(222,233,221)));
background: -webkit-linear-gradient(top,  rgb(239,245,223) 0%,rgb(222,233,221) 100%);
background: -o-linear-gradient(top,  rgb(239,245,223) 0%,rgb(222,233,221) 100%);
background: -ms-linear-gradient(top,  rgb(239,245,223) 0%,rgb(222,233,221) 100%);
background: linear-gradient(to bottom,  rgb(239,245,223) 0%,rgb(222,233,221) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5df', endColorstr='#dee9dd',GradientType=0 );

}
.status.Approved .status-icon, .status.Granted .status-icon, .status.Acquitted .status-icon, .status.Upheld .status-icon, .status.Confirmed .status-icon, .status.Not_Contravened .status-icon {
background: rgb(223,235,190);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZWJiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjM2Q4YmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(223,235,190) 0%, rgb(195,216,187) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(223,235,190)), color-stop(100%,rgb(195,216,187)));
background: -webkit-linear-gradient(top,  rgb(223,235,190) 0%,rgb(195,216,187) 100%);
background: -o-linear-gradient(top,  rgb(223,235,190) 0%,rgb(195,216,187) 100%);
background: -ms-linear-gradient(top,  rgb(223,235,190) 0%,rgb(195,216,187) 100%);
background: linear-gradient(to bottom,  rgb(223,235,190) 0%,rgb(195,216,187) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfebbe', endColorstr='#c3d8bb',GradientType=0 );
}
.status.Approved .status-icon:before, .status.Granted .status-icon:before, .status.Acquitted .status-icon:before, .status.Upheld .status-icon:before, .status.Confirmed .status-icon:before, .status.Not_Contravened .status-icon:before {
background:url(../images/status-icon-green.png) no-repeat center center;
}
.status.Approved .status-icon span, .status.Granted .status-icon span, .status.Acquitted .status-icon span, .status.Upheld .status-icon span, .status.Confirmed .status-icon span, .status.Not_Contravened .status-icon span {
background: rgb(148,190,36);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0YmUyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDZmMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(148,190,36) 0%, rgb(32,111,26) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(148,190,36)), color-stop(100%,rgb(32,111,26)));
background: -webkit-linear-gradient(top,  rgb(148,190,36) 0%,rgb(32,111,26) 100%);
background: -o-linear-gradient(top,  rgb(148,190,36) 0%,rgb(32,111,26) 100%);
background: -ms-linear-gradient(top,  rgb(148,190,36) 0%,rgb(32,111,26) 100%);
background: linear-gradient(to bottom,  rgb(148,190,36) 0%,rgb(32,111,26) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94be24', endColorstr='#206f1a',GradientType=0 );
}

/* Amber gavel */
.status.Conditions, .status.Partly_Granted, .status.Partly_Dismissed {
background: rgb(252,242,221);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjJkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmU3ZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(252,242,221) 0%, rgb(246,231,219) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(252,242,221)), color-stop(100%,rgb(246,231,219)));
background: -webkit-linear-gradient(top,  rgb(252,242,221) 0%,rgb(246,231,219) 100%);
background: -o-linear-gradient(top,  rgb(252,242,221) 0%,rgb(246,231,219) 100%);
background: -ms-linear-gradient(top,  rgb(252,242,221) 0%,rgb(246,231,219) 100%);
background: linear-gradient(to bottom,  rgb(252,242,221) 0%,rgb(246,231,219) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf2dd', endColorstr='#f6e7db',GradientType=0 );

}
.status.Conditions .status-icon, .status.Partly_Granted .status-icon, .status.Partly_Dismissed .status-icon{
background: rgb(248,228,186);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZTRiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmQzYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(248,228,186) 0%, rgb(239,211,183) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(248,228,186)), color-stop(100%,rgb(239,211,183)));
background: -webkit-linear-gradient(top,  rgb(248,228,186) 0%,rgb(239,211,183) 100%);
background: -o-linear-gradient(top,  rgb(248,228,186) 0%,rgb(239,211,183) 100%);
background: -ms-linear-gradient(top,  rgb(248,228,186) 0%,rgb(239,211,183) 100%);
background: linear-gradient(to bottom,  rgb(248,228,186) 0%,rgb(239,211,183) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e4ba', endColorstr='#efd3b7',GradientType=0 );
}
.status.Conditions .status-icon:before, .status.Partly_Granted .status-icon:before, .status.Partly_Dismissed .status-icon:before{
background:url(../images/status-icon-orange.png) no-repeat center center;
}
.status.Conditions .status-icon span, .status.Partly_Granted .status-icon span, .status.Partly_Dismissed span{
background: rgb(233,166,24);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5YTYxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMTVlMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(233,166,24) 0%, rgb(193,94,12) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(233,166,24)), color-stop(100%,rgb(193,94,12)));
background: -webkit-linear-gradient(top,  rgb(233,166,24) 0%,rgb(193,94,12) 100%);
background: -o-linear-gradient(top,  rgb(233,166,24) 0%,rgb(193,94,12) 100%);
background: -ms-linear-gradient(top,  rgb(233,166,24) 0%,rgb(193,94,12) 100%);
background: linear-gradient(to bottom,  rgb(233,166,24) 0%,rgb(193,94,12) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9a618', endColorstr='#c15e0c',GradientType=0 );
}

/* Red gavel */
.status.Penalty, .status.Dismissed, .status.Prohibited, .status.Administrative_Penalty, .status.Contravened, .status.Partial_Contravention, .status.Remedies_Only {
background: rgb(252,235,235);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(252,235,235) 0%, rgb(242,222,222) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(252,235,235)), color-stop(100%,rgb(242,222,222)));
background: -webkit-linear-gradient(top,  rgb(252,235,235) 0%,rgb(242,222,222) 100%);
background: -o-linear-gradient(top,  rgb(252,235,235) 0%,rgb(242,222,222) 100%);
background: -ms-linear-gradient(top,  rgb(252,235,235) 0%,rgb(242,222,222) 100%);
background: linear-gradient(to bottom,  rgb(252,235,235) 0%,rgb(242,222,222) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcebeb', endColorstr='#f2dede',GradientType=0 );

}
.status.Penalty .status-icon, .status.Dismissed .status-icon, .status.Prohibited .status-icon, .status.Administrative_Penalty .status-icon, .status.Contravened .status-icon, .status.Partial_Contravention .status-icon, .status.Remedies_Only .status-icon {
background: rgb(248,215,215);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZDdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWMyYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(248,215,215) 0%, rgb(233,194,193) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(248,215,215)), color-stop(100%,rgb(233,194,193)));
background: -webkit-linear-gradient(top,  rgb(248,215,215) 0%,rgb(233,194,193) 100%);
background: -o-linear-gradient(top,  rgb(248,215,215) 0%,rgb(233,194,193) 100%);
background: -ms-linear-gradient(top,  rgb(248,215,215) 0%,rgb(233,194,193) 100%);
background: linear-gradient(to bottom,  rgb(248,215,215) 0%,rgb(233,194,193) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d7d7', endColorstr='#e9c2c1',GradientType=0 );

}
.status.Penalty .status-icon:before, .status.Dismissed .status-icon:before, .status.Prohibited .status-icon:before, .status.Administrative_Penalty .status-icon:before, .status.Contravened .status-icon:before, .status.Partial_Contravention .status-icon:before, .status.Remedies_Only .status-icon:before {
	background:url(../images/status-icon-red.png) no-repeat center center;
}
.status.Penalty .status-icon span, .status.Dismissed .status-icon span, .status.Prohibited .status-icon span, .status.Administrative_Penalty .status-icon span, .status.Contravened .status-icon span, .status.Partial_Contravention .status-icon span, .status.Remedies_Only .status-icon span{
background: rgb(232,121,121);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4Nzk3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOTIxMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(232,121,121) 0%, rgb(169,33,30) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(232,121,121)), color-stop(100%,rgb(169,33,30)));
background: -webkit-linear-gradient(top,  rgb(232,121,121) 0%,rgb(169,33,30) 100%);
background: -o-linear-gradient(top,  rgb(232,121,121) 0%,rgb(169,33,30) 100%);
background: -ms-linear-gradient(top,  rgb(232,121,121) 0%,rgb(169,33,30) 100%);
background: linear-gradient(to bottom,  rgb(232,121,121) 0%,rgb(169,33,30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87979', endColorstr='#a9211e',GradientType=0 );
}

.post-it article{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	min-height:28px;
	height:auto;
	margin-bottom:1px;
	padding-top:29px;
	position:relative;
	line-height: 18px;
	padding: 29px 10px 20px;
	behavior: url(PIE.htc);
}
.post-it article:before{
	background:url(../images/pin.png) no-repeat;
	content:"";
	display:block;
	position:absolute;
	width:17px;
	height:17px;
	top:6px;
	right:7px;
}
.post-it article a{
	color:#a8211e;
	position:relative;
  font-weight: bold;
  font-size: 13px;
}
.post-it .post-1{
	margin-top:8px;
	border:1px solid #d0ffff;
	background: rgb(235,255,255);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(235,255,255) 0%, rgb(208,255,255) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(235,255,255)), color-stop(100%,rgb(208,255,255)));
background: -webkit-linear-gradient(top,  rgb(235,255,255) 0%,rgb(208,255,255) 100%);
background: -o-linear-gradient(top,  rgb(235,255,255) 0%,rgb(208,255,255) 100%);
background: -ms-linear-gradient(top,  rgb(235,255,255) 0%,rgb(208,255,255) 100%);
background: linear-gradient(to bottom,  rgb(235,255,255) 0%,rgb(208,255,255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebffff', endColorstr='#d0ffff',GradientType=0 );

}
.post-it .post-2{
	margin-bottom:2px;
	border:1px solid #e3f5aa;
	background: rgb(243,251,220);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZmJkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2Y1YWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(243,251,220) 0%, rgb(227,245,170) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(243,251,220)), color-stop(100%,rgb(227,245,170)));
background: -webkit-linear-gradient(top,  rgb(243,251,220) 0%,rgb(227,245,170) 100%);
background: -o-linear-gradient(top,  rgb(243,251,220) 0%,rgb(227,245,170) 100%);
background: -ms-linear-gradient(top,  rgb(243,251,220) 0%,rgb(227,245,170) 100%);
background: linear-gradient(to bottom,  rgb(243,251,220) 0%,rgb(227,245,170) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fbdc', endColorstr='#e3f5aa',GradientType=0 );
}
.post-it .post-3{
	border:1px solid #feff9b;
	background: rgb(255,255,214);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZmOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,255,214) 0%, rgb(254,255,155) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,214)), color-stop(100%,rgb(254,255,155)));
background: -webkit-linear-gradient(top,  rgb(255,255,214) 0%,rgb(254,255,155) 100%);
background: -o-linear-gradient(top,  rgb(255,255,214) 0%,rgb(254,255,155) 100%);
background: -ms-linear-gradient(top,  rgb(255,255,214) 0%,rgb(254,255,155) 100%);
background: linear-gradient(to bottom,  rgb(255,255,214) 0%,rgb(254,255,155) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffd6', endColorstr='#feff9b',GradientType=0 );

}
.calendar p{
	color:#666666;
	line-height:18px;
}
span.feed {
  background:url("../../../event_calendar/images/feed.png") 0% 0 no-repeat transparent;
  font-size:12px;
  padding:0 0 3px 20px;
}
#live-calendar-widget table.calendar {
  width:290px;
}

#live-calendar-widget table.calendar button, #live-calendar-widget table.calendar input, #live-calendar-widget table.calendar optgroup, #live-calendar-widget table.calendar select, #live-calendar-widget table.calendar textarea {
  color: #5D351A;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
}
#live-calendar-widget .calendar tbody td.hasEvent {
  background-image:url("../images/dot.gif") !important;
  background-position:80% 20px !important;
  background-repeat:no-repeat !important;
  border:1px solid #980F0F !important;
}
#live-calendar-widget .calendar tbody td.hasEvent a {
  color:#980F0F!important;
  font-weight:bold;
}
#Form_CalendarFilterForm select, #Form_CalendarFilterForm input {
  padding: 5px;
  color: #5D351A;
  font-weight: bold;
}
#Form_CalendarFilterForm input.action {
  margin-top: 15px;
}
#Form_CalendarFilterForm fieldset {
  padding: 0px;
}
#Form_CalendarFilterForm div.fieldgroup label {
  width: 100%!important;
}
#Form_CalendarFilterForm {
  margin-bottom:30px;
}
/*** Content Page ***/
section.content {
	width:655px;
	float:left;
  line-height: 20px;
}
section.fullwidth {
  width:100%!important;
}

.banner {
    background: url("../images/banner.jpg") no-repeat scroll 0 0 ;
    height: 167px;
    position: relative;
    z-index: 9;
}
.staff {
  background: url("../images/about-staff-banner.jpg") no-repeat scroll 0 0!important;
}
.banner h2 {
    color: #fefefd;
    float: left;
    font-size: 36px;
    margin: 58px 0 0 35px;
    text-shadow: 1px 1px 24px #000;
}
.banner .text {
    color: #fff;
    float: right;
    font-size: 16px;
    line-height: 18px;
    margin-right: 34px;
    margin-top: 56px;
    text-align: right;
    text-shadow: 1px 1px 24px #000;
    width: 420px;
}
.breadcrumbs {
    list-style: none outside none;
    margin: 3px 0 20px;
    padding: 0;
    width: 100%;
	overflow:hidden;
}
.breadcrumbs li{
	float:left;
	color:#666666;
	line-height:18px;
}
.breadcrumbs li.separator{
	margin:0 8px;
}
section.content h1 {
    color: #513016;
    font-size: 36px;
    margin-bottom: 22px;
    margin-top: 21px;
}
section.content p{
	color:#666;
	line-height:18px;
  font-weight:normal;
}
section.content h2 {
    color: #997514;
    font-size: 30px;
    margin-bottom: 10px;
}
section.content h3 {
    color: #6e401e;
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 0;
    line-height: 30px;
}
section.content h4 {
    /*color: #666666;
    font-size: 16px;
    margin-top: 0;*/
    /*border-bottom: 1px solid #9e5a2a;*/
    color: #5d351a;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 20px 0 15px;
    text-align: left;
    width: 100%;
}
section.content ul {
    color: #666666;
}
/*
section.content table {
    margin-bottom: 28px;
    margin-top: 31px;
    width: 100%!important;
}
section.content table th{
	border-right:1px solid #9e5a2a;
	border-top:1px solid #9e5a2a;
	padding-left:10px;
  padding-right:10px;
	text-align:left;
	color:#513016;
	 line-height: 42px;
	background: rgb(255,238,226);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWVlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGQxYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,238,226) 0%, rgb(232,209,191) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,238,226)), color-stop(100%,rgb(232,209,191)));
background: -webkit-linear-gradient(top,  rgb(255,238,226) 0%,rgb(232,209,191) 100%);
background: -o-linear-gradient(top,  rgb(255,238,226) 0%,rgb(232,209,191) 100%);
background: -ms-linear-gradient(top,  rgb(255,238,226) 0%,rgb(232,209,191) 100%);
background: linear-gradient(to bottom,  rgb(255,238,226) 0%,rgb(232,209,191) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee2', endColorstr='#e8d1bf',GradientType=0 );
}
section.content table .th-1{
	width:27px;
	padding-left:14px;
}
section.content table .th-2 {
    width: 89px;
}
section.content table .th-3 {
    width: 89px;
}
section.content table .th-4 {
    width: 299px;
}
section.content table th:first-child{
	border-left:1px solid #9e5a2a;
}
section.content table td {
    border-right: 1px solid #9e5a2a;
    color: #666;
    height: 39px;
    padding-left: 10px;
    padding-right: 10px;
}
section.content table td:first-child {
    border-left: 1px solid #9e5a2a;
    padding-left: 14px;
}
section.content table tr:first-child td {
    border-top: 1px solid #9e5a2a;
}
section.content table tr{
	border-bottom:1px solid #9e5a2a;
}
*/

/* NEW TABLE */
#table {
    border: 1px solid #9e5a2a;
  margin-top: 20px;
  margin-bottom: 28px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
#table table, section.content table {
    border-collapse: unset;
    border-spacing: 0;
    width: 100%;
}
#table th, section.content table th {
  border-right:1px solid #9e5a2a;
  border-bottom:1px solid #9e5a2a;
  padding-right:10px;
  padding-left:10px;
  text-align:left; 
  color:#513016;
  line-height: 42px;
  position:relative;
  background: rgb(255,238,226);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWVlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGQxYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,238,226) 0%, rgb(232,209,191) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,238,226)), color-stop(100%,rgb(232,209,191)));
background: -webkit-linear-gradient(top,  rgb(255,238,226) 0%,rgb(232,209,191) 100%);
background: -o-linear-gradient(top,  rgb(255,238,226) 0%,rgb(232,209,191) 100%);
background: -ms-linear-gradient(top,  rgb(255,238,226) 0%,rgb(232,209,191) 100%);
background: linear-gradient(to bottom,  rgb(255,238,226) 0%,rgb(232,209,191) 100%);
-pie-background: linear-gradient(top,  rgb(255,238,226) 0%,rgb(232,209,191) 100%);
behavior: url(PIE.htc);
}

#table .th-1, section.content table .th-1{
  width:27px;
  padding-left:14px;
}
#table .th-2, section.content table .th-2 {
    width: 89px;
}
#table .th-3, section.content table .th-3 {
    width: 89px;
}
#table .th-4, section.content table .th-4 {
    width: 299px;
}
#table th:first-child, section.content table th:first-child{
  -webkit-border-top-left: 10px;
  border-top-left-radius: 10px;
}
#table th:last-child, section.content table th:last-child{
  -webkit-border-top-right: 10px;
  border-top-right-radius: 10px;
  border-right:none;
}
#table td, section.content table td {
    border-right: 1px solid #9e5a2a;
  border-bottom: 1px solid #9e5a2a;
    color: #666;
    /*height: 39px;*/
    padding: 10px;
}
#table tbody tr:last-child td, section.content table tbody tr:last-child td{
  border-bottom: none;
}
#table tbody tr:last-child th, section.content table tbody tr:last-child th{
  border-bottom: none;
  -webkit-border-bottom-left: 10px;
  border-bottom-left-radius: 10px;
}
#table tbody tr td:last-child, section.content table tbody tr td:last-child{
  border-right: none;
}
#table td:first-child, section.content table td:first-child{
    padding-left: 14px;
}

section.content .post-it article {
    margin-bottom: 11px;
    padding-left: 33px;
    text-align: left;
}

section.content form fieldset input, section.content form input, section.content form fieldset select, section.content form fieldset textarea, .Actions input, .LoginBox input {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; 
  padding: 10px!important;
  border: 1px solid #9e5a2a;
}
.LoginBox fieldset {
  border:none;
  padding:0px;
}
.LoginBox .middleColumn {
  margin-top:10px;
  margin-bottom:10px;
}
.LoginBox .middleColumn input {
  width:300px;
}
section.content form .Actions input, #SphinxSearchForm_SphinxSearchFormFilter input, .Actions input {
  font-size: 13px;
  font-weight: bold;
  color: #fff!important;
  background-color: #9e5a2a;
}
section.content .gmap {
  background-color: #fff!important; 
  width: 450px!important;
  float: right;
  height: 370px;
  border: 1px solid #9e5a2a;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; 
  padding:10px;
}
section.content .gmap iframe {
  width: 450px!important;
}

section.content .required {
  color: darkred;
  font-weight: bold;
}
/*** Aside ***/

aside.sidebar {
    float: left;
    margin-right: 35px;
    margin-top: 1px;
    width: 270px;
}
aside.hideme {
    display:none;
}
.sidebar .title{ 
	text-align:left;
	font-size:18px;
	border:1px solid #9e5a2a;
	height: 42px;
    line-height: 42px;
	padding-left: 22px;
	background: rgb(213,160,122);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTA3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMDZmNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(213,160,122) 0%, rgb(176,111,66) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(213,160,122)), color-stop(100%,rgb(176,111,66)));
background: -webkit-linear-gradient(top,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
background: -o-linear-gradient(top,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
background: -ms-linear-gradient(top,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
background: linear-gradient(to bottom,  rgb(213,160,122) 0%,rgb(176,111,66) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a07a', endColorstr='#b06f42',GradientType=0 );

}
.submenu{
	margin:0;
	padding:0;
	list-style:none;
	border-left:1px solid #9e5a2a;
	border-right:1px solid #9e5a2a;
	border-bottom:1px solid #9e5a2a;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px; 
	padding: 0 0 5px;
	margin: 0 0 27px;
}
.submenu ul {
    list-style: none outside none;
    padding-left: 14px;
}
.submenu ul li {
    border-bottom: medium none;
    line-height: 30px;
}
.submenu li {
    border-bottom: 1px solid #9e5a2a;
    line-height: 39px;
    padding-left: 22px;
}
.submenu li:last-child{
	border-bottom:none;
}
.submenu li a {
    color: #513016;
    display: block;
    font-size: 14px;
}
.submenu li.current {
    font-weight: bold;
}
.submenu li.link {
    font-weight: normal!important;
}


/*** Calendar ***/
.vevent .dtstart {
    border: 0 none;
    display: inline;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.vevent div.details {
    border-left: 1px solid #9e5a2a;
    margin-right: 0;
    padding-left: 15px;
    width: 490px!important;
}
.AddCalendar {
margin-top:5px!important;
padding:4px;
height:20px;
line-height:20px;
}
 .ui-tooltip, .arrow:after {
background: #5d7e9d;
border: none;
}
.ui-tooltip {
padding: 10px 20px;
color: #fff;
border-radius: 10px;
font: bold 12px Arial, Sans-Serif;
width:140px;
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 0px;
margin-left:-2px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 0;
}
.arrow:after {
content: "";
position: absolute;
left: 0px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(40deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}
 .ui-tooltip.ui-corner-all{
    border-bottom-right-radius: 10px;
	border:none;
}
 .ui-tooltip.ui-corner-all {
    border-bottom-left-radius: 0;
}
 .ui-tooltip.ui-corner-all{
    border-top-right-radius: 10px;
}
 .ui-tooltip.ui-corner-all{
    border-top-left-radius: 10px;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0;
    width: 100%;
}
.ui-datepicker {
    display: none;
    padding:0;
    width: 19.5em;
}
.ui-widget-content {
    color: #fefefd;
}
.ui-widget {
    font-family:Arial,sans-serif;
    font-size: 12px;
}
.ui-widget-content {
    border: 1px solid #6d3e1d;
    color: #fefefd;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 10px;
}

.ui-datepicker-header.ui-corner-all{
    border-bottom-right-radius: 0;
}
.ui-datepicker-header.ui-corner-all{
    border-bottom-left-radius: 0;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0.4em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
}
.ui-datepicker th {
    border: 0 none;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
	background:#9e5a2a;
}
.ui-datepicker .ui-datepicker-prev {
    left: 30px;
}
.ui-datepicker .ui-datepicker-next {
    right: 30px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff;
    border: 1px solid #666666;
    color: #5d7e9d;
    font-weight: normal;
}
.ui-datepicker-today a.ui-state-default{
    background: #fff9bf;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 7px;
    text-align: left;
    text-decoration: none;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: 1;
}
.ui-state-disabled span.ui-state-default{
	background: #ffeee2;
	color:#5d351a;
}
.ui-datepicker td {
    border: 0 none;
    padding: 1px;
    position: relative;
}
.event:before {
    background: url("../images/event-icon.png") repeat scroll 0 0 ;
    bottom: 5px;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 5px;
    width: 4px;
}
.event .ui-state-default{
	color:#980f0f;
	font-weight:bold;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none;
	background: none;
	font-weight: normal;
	color: #212121;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}

/*** Form styles ***/

.mollom-captcha {
  padding:0px;
  padding-top:15px;
  background-color:#FFF;
}
#Form_Form_EditableTextField6 {
  width:100%;
  height:150px;
}
#Form_Form {
  margin-top:30px;
  clear:left;
}
#Form_Form fieldset {
  width:100%;
}
#Form_Form fieldset input {
  min-width: 350px;
}
#Form_Form fieldset textarea {
  width: 100%;
}
#Form_SearchForm {
  margin-bottom:20px;
  width:425px;
  background-color:#fef4ed;
  padding:20px;
  float:left;
  border: 1px solid #9e5a2a;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; 
  
}
#Form_SearchForm fieldset, #Form_Form fieldset {
  border: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
#SphinxSearchForm_SphinxSearchFormFilter {
  margin-bottom:20px;
  width:425px;
  background-color:#fef4ed;
  padding:20px;
  float:right;
  border: 1px solid #9e5a2a;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; 
  clear:right;
}
#SphinxSearchForm_SphinxSearchFormFilter ul {
  padding-left: 0px;
  list-style: none;
}
#Filters {
  font-size:12px;
  text-align:left;
}

/*** Search results ***/
ul#SearchResults {
  list-style:none;
  line-height:18px;
  margin:0px;
  padding:0px;
  margin-top:20px;
}
ul#SearchResults li {
  margin-bottom:15px;
  padding:15px;
}
ul#SearchResults span { font-size:12px;}

ul#SearchResults li.DecidedCase, ul#SearchResults li.DecidedCaseHolder {
  background:#fffcf5 url('../images/search/decidedcase.jpg') repeat-x bottom left;
  border:1px solid #ecd08e;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; 
}
ul#SearchResults li.DecidedCase span, ul#SearchResults li.DecidedCaseHolder span {
  color:#a97a0c;
}
ul#SearchResults li.File {
  background:#fefdee url('../images/search/file.jpg') repeat-x bottom left;
  border:1px solid #d8d859;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; 
}
ul#SearchResults li.File span {
  color:#636411;
}
ul#SearchResults li.Page, ul#SearchResults li.HomePage,ul#SearchResults li.CollectionPage,ul#SearchResults li.ErrorPage, ul#SearchResults li.RedirectorPage, ul#SearchResults li.UserDefinedForm, ul#SearchResults li.Folder {
  background:#f4fbff url('../images/search/page.jpg') repeat-x bottom left;
  border:1px solid #76c3de;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; 
}
ul#SearchResults li.Page span, ul#SearchResults li.HomePage span,ul#SearchResults li.CollectionPage span,ul#SearchResults li.ErrorPage span, ul#SearchResults li.RedirectorPage span, ul#SearchResults li.UserDefinedForm span, ul#SearchResults li.Folder span {
  color:#41798c;
}
ul#SearchResults li.Calendar,ul#SearchResults li.CalendarEvent {
  background:#f5fff4 url('../images/search/calendarevent.jpg') repeat-x bottom left;
  border:1px solid #8ce183;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; 
}
ul#SearchResults li.Calendar span,ul#SearchResults li.CalendarEvent span {
  color:#569c4c;
}
ul#SearchResults li.Folder,ul#SearchResults li.ErrorPage {
  display:none;
}
ul#SearchResults h3 {
  margin-bottom:5px;
  font-size: 12px;
}
#PageNumbers {
  margin-top:30px;
  text-align:center;
  font-size:12px;
}
#PageNumbers a {
  padding:0px 3px;
}
#PageNumbers a.prev, #PageNumbers a.next {
  font-weight:bold;
}
.SearchLink {
  display:block;
  color:green;
}
.date {
  color:#8B0000 !important;
  font-weight:normal;
}

/*** Footer ***/

footer.main {
	clear:both;
	color:#fff;
}
footer a {
  color:#ffffcc;
}
footer.main .container{
	overflow:hidden;
	padding-bottom: 25px;
  margin-bottom: 25px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
  background: rgb(146,84,39);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyNTQyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjJkMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgb(146,84,39) 0%, rgb(75,45,20) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(146,84,39)), color-stop(100%,rgb(75,45,20)));
  background: -webkit-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
  background: -o-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
  background: -ms-linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
  background: linear-gradient(to bottom,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
  -pie-background: linear-gradient(top,  rgb(146,84,39) 0%,rgb(75,45,20) 100%);
    behavior: url(PIE.htc);
/*background: rgb(75,45,20);*/
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2U4ZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
/*background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(75,45,20) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(75,45,20)));
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(75,45,20) 100%);
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(75,45,20) 100%);
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(75,45,20) 100%);
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(75,45,20) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4b2d14',GradientType=0 );
	behavior: url(PIE.htc);*/
}
footer.main .column-left {
    float: left;
    margin-left: 16px;
    margin-top: 13px;
    text-align: left;
    width: 300px;
}
footer.main .column-left ul {
    list-style: none outside none;
    margin: 0 0 55px;
    padding: 0;
}
footer.main .column-left li {
    margin-bottom: 6px;
}
footer.main .column-left ul .title {
    display: block;
    font-size: 18px;
    margin-bottom: 25px;
}
.footer-logos img{
	margin-right:10px;
}
footer.main .column-center{
	float:left;
	text-align:center;
	width:323px;
}
footer.main .column-center p {
    line-height: 18px;
    margin-bottom: 18px;
    margin-top: 12px;
}
footer.main .column-right {
    float: right;
    line-height: 18px;
    margin-right: 18px;
    margin-top: 12px;
    text-align: right;
    width: 300px;
}
footer.main .column-right p{
	margin-bottom:18px;
}
footer.main .column-right strong {
    display: block;
    font-weight: 900;
    margin-bottom: 18px;
}
.sponsors {
  bottom:-200px;
  position:relative;
  text-align:center;
  display:none;
}

/* LOGIN FORM AND FORGOTTEN PASSWORD */

#Login {
font-family: Arial,Tahoma,sans-serif;
font-size:12px;
background: #FFFFFF url('../images/login/bg.gif');  
}

#Login #MemberLoginForm_LoginForm, 
#Login #MemberLoginForm_LostPasswordForm {
padding-top:17px;
}

#Login h1.LoginHeading {
width:550px;
margin:0 auto;
margin-top: 30px;
background-color:#9e5a2a;
padding:15px 10px 15px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
border: 1px solid #9e5a2a;
-webkit-border-top-right: 10px;
-webkit-border-top-left: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}

#Login .LoginBox {
width: 550px;
min-height:150px;
margin: 0 auto;
padding:10px;
background: #FFFFFF url('../images/login/login.gif') no-repeat 97% top;
border: 1px solid #9e5a2a;
border-top:0px;
-webkit-border-bottom-right: 10px;
-webkit-border-bottom-left: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

#Login .LoginBox p {
display:none;
}

#Login .LoginBox a {
color:#152c6b;
}

#Login .LoginBox .middleColumn {
padding:0!important;
}

#Login .LoginBox p#ForgotPassword {
margin-top:17px;
margin-left:2px;
padding-bottom:17px;
display:block;
}
