/* --------------------------------------------------------------

   oo-default.css
   * Default styles used within KBroker front ends

-------------------------------------------------------------- */
/* ===================================================================================
     Open Objects CSS Framework - Layout section
     A section to setup the layout of the page as simply as possible

     Think before altering
   =================================================================================== */

/* Percentage width classes
-------------------------------------------------------------- */
#oo-container-full {
  width: 100%;
  margin: 0;
}

.quarterwidth {
  width: 25%;
}

.halfwidth {
  width: 50%;
}

.fullwidth {
  width: 100%;
}


/** Hide all sub-menus at start **/
ul.menu-hover li.depth0 ul { display: none; }

/** Show sub menu on hover **/
ul.menu-hover li.depth0:hover ul,
ul.menu-hover li.depth0 ul li:hover ul,
ul.menu-hover li.depth0 ul li ul li:hover ul { display: block; }

/** Show the selected sub-menu **/
ul.menu-toggle ul.menu-contains-selected { display: block; }


/* Default classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }


.remove			{ display: none; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.fleft			{ float:left; }
.fright			{ float:right; }
.tleft			{ text-align:left; }
.tright			{ text-align:right; }
.centre			{ margin:0 auto; text-align:center; }
.spacer			{ clear:both; }

img  		    { border:none;display:inline }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.oo-clear { display: inline-block; }
.oo-clear:after, .oo-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .oo-clear { height: 1%; }
.oo-clear { display: block; }

/* Hides an element off the screen */
.hideOffScreen {
	margin-left: -2000px;
}

/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

-------------------------------------------------------------- */

/* Fieldsets */
fieldset    { padding:0.5em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { padding:1px; }
input.title               { font-size:1.5em; }

/* Textareas */
/*textarea            { width: 400px; height: 250px; }*/
/*textarea            { border:1px solid #bbb; padding:3px; }*/
/* Select fields */
/*select              { border:1px solid #ccc; width:200px; padding:1px;}*/


/* Buttons */
#oo-page .buttons a, #oo-page .buttons button{
	display: block;
	float: left;
	margin:0 7px 0 0;
	padding: 5px 10px 6px 7px; /* Links */
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 1.2em;
}
#oo-page .buttons button{
	width: auto;
	overflow: visible;
	position: relative;
	padding: 4px 10px 2px 7px; /* IE6 */
}
#oo-page .buttons button[type]{
	padding: 4px 10px 4px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}
#oo-page *:first-child+html button[type]{
	padding: 3px 10px 1px 7px; /* IE7 */
}
#oo-page .buttons button img, #oo-page .buttons a img{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}
#oo-content #searchform input#kbsubmit {
	margin: -4px 0 0 10px;
	font-weight: bold;
	font-size: 1em;
	padding: 2px 4px;
}

/* Success, error & notice boxes for messages and errors. */
#oo-page .error,
#oo-page .notice,
#oo-page .success  	  { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
#oo-page .error    	  { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
#oo-page .notice   	  { background: #FFF6BF; color: #817134; border-color: #FFD324; }
#oo-page .success  	  { background: #E6EFC2; color: #529214; border-color: #C6D880; }
#oo-page .searchnotice   	  { margin: 0 5px;  margin-bottom: 1em; border: 1px solid #F6F6F6; padding: 5px; }
#oo-page .searchnotice a,
#oo-page .searchnotice a:hover { color: #FFF; }
#oo-page .error a  	  { color: #D12F19; }
#oo-page .notice a 	  { color: #817134; }
#oo-page .success a	  { color: #529214; }
#oo-page span.required,
#oo-page label.required {	color: #FE0000; }
#oo-page .validation-advice { color: #FE0000; font-size: 0.9em; }
#oo-page .validation-failed { color: #FE0000; border: 2px solid #FE0000; }

/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]

   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb

-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights
   and vertical margins are automatically calculated from this.
   The percentage is of 16px (0.75 * 16px = 12px). */

body {
	font-size: 75%;
}

/* Default fonts and colors.
   If you prefer serif fonts, remove the font-family
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

body {
  color: #343434;
  font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  color: #343434;
  font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}


/* Headings
-------------------------------------------------------------- */
#oo-page h1 { font-size: 2em; margin: 0; line-height: 1; font-weight: normal;}
#oo-page h2 { font-size: 1.6em; margin: 0; font-weight: normal;}
#oo-page h3 { font-size: 1.3em; line-height: 1; font-weight: normal;}
#oo-page h4 { font-size: 1.2em; margin: 0; line-height: 1.25; font-weight: normal;}
#oo-page h5 { font-size: 1em; margin: 0;}
#oo-page h6 { font-size: 1em; margin: 0;}

/* Text elements
-------------------------------------------------------------- */
#oo-page p					{ }
#oo-page p.last			{ margin-bottom: 0; }
#oo-page p img.top	{ margin-top: 0; } /* Use this if the image is at the top of the <p>. */

#oo-page ul					{ list-style-type: circle; }
#oo-page ol					{ list-style-type: decimal; }
/*dl				{ margin: 0 0 1.5em 0; }*/
/*dl dt			{ font-weight: bold; }*/
/*dd				{ margin-left: 1.5em;}*/

#oo-page abbr,
#oo-page acronym		{ border-bottom: 1px dotted #666; }
#oo-page address		{ margin-top: 1.5em; font-style: italic; }
#oo-page del				{ color:#666; }

#oo-page a					{ color: #50AE26; text-decoration: none; }
#oo-page a:hover		{ color: #50AE26; text-decoration: underline; }

#oo-page blockquote	{ margin: 1.5em; color: #666; font-style: italic; }
#oo-page strong			{ font-weight: bold; }
#oo-page em,
#oo-page dfn				{ font-style: italic; background: #ffc; }
#oo-page dfn				{ font-weight: bold; }
#oo-page pre,
#oo-page code				{ margin: 1.5em 0; white-space: pre; }
#oo-page pre,
#oo-page code,
#oo-page tt					{ font: 1em 'courier new', 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; }
#oo-page tt					{ display: block; margin: 1.5em 0; line-height: 1.5; }

/* Tables
-------------------------------------------------------------- */
table   { margin-bottom: 1.4em; }
th      { font-weight: bold; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

/* Menus
================================================================================================ */
/** Horizontal Menu **/
ul.hmenu { list-style: none; padding: 0; margin: 0; }
ul.hmenu li {	display: inline; }
/** Vertical Menu **/
ul.vmenu { list-style: none; padding: 0; margin: 0; }
ul.vmenu li { height: 1%; }
/** Hide all sub-menus at page load **/
ul.menu-hover li.depth0 ul { display: none; }
/** Show the selected sub-menu **/
ul.menu-toggle ul.menu-contains-selected { display: block; }


/* Global Styles		[GLB]
================================================================================================ */
body {
	margin: 0;
	background-color: #FFFFFF;
}

/* A div to wrap the content of your page */
#oo-page {
	float: left;
  width: 980px;
  font-size: 1.1em;
}
#oo-wrap { float: left;	border-left: 200px solid #A4A1A3; width: 780px;}

/* Adds a small image after external links */
a[rel="external"] {
   padding-right: 14px;
   background: transparent url(../images/external_link.gif) no-repeat center right;
}
#oo-footer a[rel="external"] {
   padding-right: 0px;
   background-image: none;
}

.viewrecord {
  padding-left: 18px;
  background: transparent url(../images/icons/magnifier.png) no-repeat center left;
}

.printrecord {
  padding: 2px 0pt 0pt 18px;
  background: transparent url(../images/icons/printer.png) no-repeat center left;
}

/* Header		[HDR]
================================================================================================ */
#oo-header {
	border-left: 200px solid #A4A1A3;
	background-color: #FFFFFF;
  height: 160px;
  padding-left: 35px;
	padding-right: 35px
}
#oo-header .site-logo {
	float: left;
}
#oo-header #headersearchform {
	float: right;
	background: transparent url(../images/search_bckgrnd-gf.gif) no-repeat center top;
	height: 63px;
	padding-left: 10px;
	padding-top: 77px;
	width: 184px;
}
#oo-header #headersearchform label {
	display: block;
	color: #FFFFFF;
	padding-bottom: 8px;
	font-size: 1.2em;
}
#oo-header #headersearchform input.general {
	margin-right: 5px;
	width: 130px;
}
#oo-header .browsealoud {
	position: absolute;
	top: 50px;
	left: 0;
	width: 180px;
	color: #FFFFFF;
	z-index: 1;
	text-align: right;
	font-size: 1.1em;
}
#oo-header .navdate {
	position: absolute;
	top: 140px;
	left: 0;
	width: 180px;
	color: #FFFFFF;
	z-index: 1;
	text-align: right;
	font-size: 1.1em;
}
#oo-header #fontcontrols {
	position: absolute;
	top: 5px;
	left: 780px;
	color: #FFFFFF;
	width: 200px;
}
#oo-header #fontcontrols span {
}
#oo-header #fontcontrols a {
	display: inline;
}

/* Content wrapper		[CNT]
================================================================================================ */
#oo-wrap .oo-sidebar-left {
	float: left;
	width: 100%;
}
#oo-content {
	padding: 30px 35px 0 35px;
}
#oo-content h2.page-title {
	color: #50AE26;
	padding: 2px 0;
	_position: relative;
}
#oo-content .to-top-link {
	font-size:0.9em;
	padding-top:5px;
	text-align:right;
}
#oo-content .hit-links {
	padding: 5px;
}
#oo-content .disability-link {
	width: 300px;
	font-size: 0.9em;
}

/* Breadcrumb		[BRD]
================================================================================================ */
#breadcrumb {
	background: #F7F7F7;
	padding: 5px;
}

/* Messages	[MSG]
================================================================================================ */
#oo-content .message {
	clear: both;
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #cccccc;
}


/* Sidebar Menu		[SBM]
================================================================================================ */
#oo-sidebar-left	{ float: left; margin-left: -200px;}
#oo-sidebar-right	{ float: right; }
#oo-sidebar-left.oo-sidebar		{ width: 200px; }
#oo-sidebar-right.oo-sidebar	{ width: 200px; }
#oo-sidebar-left .oo-padding	{ padding: 20px; }
#oo-sidebar-right .oo-padding	{	padding: 0 10px; }
#oo-sidebar-left { background-color: #A4A1A3; }
#oo-wrap .oo-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #A4A1A3;
}
#oo-wrap .oo-sidebar ul li {
	padding: 0;
	text-align: right;
	margin-bottom: 10px;
}
#oo-wrap .oo-sidebar ul li a {
	display: block;
	_height: 22px; /* fix for IE */
	background: #FFFFFF url(../images/nav-gf.gif) no-repeat left top;
	color: #333333;
	min-height:22px;
	padding-right:7px;
	padding-top:5px;
	text-decoration:none;
	width:153px;
}
#oo-wrap .oo-sidebar ul li a:hover {
	background-position: left bottom;
	color: #FFFFFF!important;
	text-decoration: none;
}
#oo-wrap .oo-sidebar ul li a:visited {
	color: #333333;
	text-decoration: none;
}
#oo-wrap .oo-sidebar ul li a.selected {
	background-position: left bottom;
	color: #FFFFFF!important;
	text-decoration: none;
}
#oo-wrap .oo-sidebar ul li img {
	margin-top: -5px;
}

#oo-wrap .oo-sidebar ul.additional-links li a {
	background: #FFFFFF url(../images/nav-gf.gif) no-repeat left bottom;
	color: #FFFFFF!important;
}
#oo-wrap .oo-sidebar ul.additional-links li a:hover {
	background-position: left top;
	color: #333333!important;
}

/* Static		[STC]
================================================================================================ */
#staticwrapper {
	padding: 5px 10px;
	background-color: #F7F7F7;
}

/* Start Page		[STR]
================================================================================================ */
#startwrapper {
	width: 100%;
}
#startwrapper .channel-wrapper {
  width: 33%;
  float: left;
}
#startwrapper .channel {
  margin-bottom: 20px;
  margin: 0 auto;
  display: table;
}
#startwrapper .channel a {
	display: block;
	background: transparent url(../images/bubble_outline-gf.gif) no-repeat left top;
	color: #999999;
	height: 176px;
	margin: 0px 0px 15px;
	padding: 9px 0px 0px 10px;
	text-align: left;
	width: 184px;
	text-decoration: none;
 	font-size: 1.1em;
}
#startwrapper .channel a:hover {
	background-position: left bottom;
}
#startwrapper .channel img {
	margin-top:25px;
	border: none;
}
#startwrapper .channel {
  padding: 2px 0;
  margin: 0;
 	color: #999999;
 	font-size: 1.2em;
}
#startwrapper .channel a:hover {
	color: #FFFFFF;
}

/* Search tabs
================================================================================================ */
#search-tabs {
	border-bottom:0px solid #50AE26;
}
#search-tabs {
	clear: both;
	height: 1%; /* Fixes bug in IE which adds a line-height between all links within in unordered list */
}
#search-tabs li {
	float: left;
}
html>body #search-tabs li a {
	width: auto;
}
#search-tabs li a {
	display: block;
	padding: 3px 10px;
	margin: 0 3px -2px 0;
	border-color: #50AE26;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
	color: #50AE26;
	text-decoration: none;
	font-weight: bold;
}
#search-tabs li a:hover {
	background-color: #50AE26;
	text-decoration: none;
	color: #FFF;
}
#search-tabs li strong {
	display: block;
	padding: 3px 10px;
	margin: 0 3px -2px 0;
	border-color: #50AE26;
	border-style: solid;
	border-width: 2px;
	border-bottom-color: #50AE26;
	background-color: #50AE26;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#search-tabs li strong span {
	color: #FFF;
}
.tabmessage {
}

/* Search	form atoz
================================================================================================ */
#searchform-atoz  {
	background-color: #fff;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  padding: 5px 0;
  border:#50AE26 2px solid;
}
#searchform-atoz .atoz {
	padding: 5px 2px;
}
#searchform-atoz .atoz ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: yellow;
}
#searchform-atoz .atoz li {
	float: left;
	margin: 0 1px;
	padding: 1px;
	background-color: #FFFFFF;
}
#searchform-atoz .atoz li a {
	display: block;
	float: left;
	border: 1px solid #50AE26;
	padding: 4px 0;
	width: 20px;
	text-align: center;
}
#searchform-atoz .selected a {
	background-color: #50AE26;
	color: #FFF;
}

/* Search	form	[SRC]
================================================================================================ */
form#searchform {
	background-color: #fff;
  margin-bottom: 15px;
  float: left;
  width:100%;
  padding: 5px 0;
  border:#50AE26 2px solid;
}

.searchformchildcare {
  background-color: #fff !important;
  color:#333 !important;
  border-color:#50AE26 !important;
}

#searchform .searchsection.search {
	padding-left: 5px;
	float: left;
	width: 270px;
}
#searchform .searchsection.childcaresearch,
#searchform .searchsection.schoolsearch {
	padding-left: 5px;
	float: left;
	width: 700px;
}
#searchform .searchfield label,
#searchform legend{
	color: #333;
	font-size: 0.8em;
	font-weight: normal;
}
#searchform .searchfield input {
	font-size: 1em;
}
#searchform .searchfield input.general {
	font-size: 1em;
	width: 260px;	
}
#searchform .childcare {
	width: 695px;
	margin: 1em 0 0;
	float: left;
	border: none;
}
#searchform .childcare div{
	clear: both;
	border: 1px solid #50AE26;
	margin: 3px 0;
	padding: 3px;
}
#searchform .childcare label {
	width: 170px;
	float: left;
}
#searchform  .submit-button {
	float: left;
}

#searchform  input.submit {
	margin: -2px 0 0 5px;
}
#searchform  .search-links {
	float: right;
	padding: 10px;
}
#searchform  .search-links a, #searchform  .search-links a  {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 1.2em;
}

/* Search	form category	[SRCC]
================================================================================================ */
#searchform .searchsection.search .searchfield.category {
	margin-top: 5px;
	clear: left;
}
#searchform .searchsection.search .searchfield.category select {
	width: 200px;
	font-size: 0.9em;
}

/* Search	form spatial	[SRCS]
================================================================================================ */
#searchform .searchsection.location {
	float: left;
}
#searchform .searchsection.location .searchfield.location {
}
#searchform .searchsection.location .searchfield.distance {
	margin-top: 5px;
	clear: left;
}
#searchform .searchsection.location .searchfield.distance select {
	width: 100px;
	font-size: 0.9em;
}
#searchform .location-selector a.location {
	float: left;
	padding: 10px;
}
#searchform .childcaresearch .location {
	width: 350px;
}
#searchform .childcaresearch .distance {
	width: 350px;
	float: right;
}
/* Results Common	[RES]
================================================================================================ */
#resultswrapper {
	padding: 0;
	margin-bottom: 25px;
}
#resultswrapper .onehit {
	clear: both;
	margin-bottom: 15px;
	padding: 10px;
	color: #333333;
	border-bottom: 2px solid #50AE26;
	background-color:#F6F6F6;
}
#resultswrapper .onehit .hit-section {
	padding: 5px 0;
}
#resultswrapper .onehit .sectiontitle {
  font-size: 1.4em;
}
#resultswrapper .onehit dl {
	margin: 0;
	border-bottom: 1px dotted #cccccc;
}
#resultswrapper .onehit dl.no-label {
	border: none;
}
#resultswrapper .onehit dl.no-label dt {
	display: none;
}
#resultswrapper .onehit dl.no-label dd {
	margin-left: 0;
}
#resultswrapper .onehit dl dt {
	float: left;
	padding: 5px 0;
	width: 150px;
}
#resultswrapper .onehit dl dd {
	margin-left: 150px;
	padding: 5px 0;
	_height: 1%; /* fix for IE6 */
}
#resultswrapper .onehit img.hit-image {
	float: right;
	margin: 0 5px;
	padding: 2px;
	max-width: 150px;
	max-height: 150px;
	border: 1px solid #cccccc;
}

#resultswrapper .onehit dl dd .pdf {
  padding: 2px 0pt 0pt 18px;
  background: transparent url(../images/pdf.gif) no-repeat center left;
}
#resultswrapper .onehit dl dd .doc {
  padding: 2px 0pt 0pt 18px;
  background: transparent url(../images/doc.gif) no-repeat center left;
}

/* Hits		[HIT]
================================================================================================ */
#resultswrapper .onehit.hit.last {
	border-bottom: none;
}
#resultswrapper .onehit.hit h3.hit-title {
	margin: 0;
	position: relative;
}
#resultswrapper .onehit.hit h3.hit-title a {
	text-decoration: none;
}
#resultswrapper .onehit.hit .viewrecord {
  margin-right: 10px;
}

/* View		[VEIW]
================================================================================================ */
#resultswrapper .onehit.view h3.section-title {
	margin: 0;
	border-bottom: 1px solid #50AE26;
	color: #50AE26;
	font-weight: bold;
	font-size: 1em;
}

/* Results summary		[RES]
================================================================================================ */
#resultswrapper .resultssummary  {
	float: left;
  margin-bottom: 5px;
}

/* Page browser		[PBR]
================================================================================================ */
#resultswrapper .pagebrowse {
	float: left;
}
#resultswrapper .pagebrowse ul.pagination {
	list-style: none;
	padding: 0;
	margin: 0;
}
#resultswrapper .pagebrowse ul.pagination li {
	float: left;
	text-align: center;
}
#resultswrapper .pagebrowse span, #resultswrapper .pagebrowse a {
	display: block;
	padding: 2px 3px;
	font-size: 1.1em;
	width: 20px;
}
#resultswrapper .pagebrowse a.page,
#resultswrapper .pagebrowse span.page-selected,
#resultswrapper .pagebrowse a.first-page,
#resultswrapper .pagebrowse a.previous-page{
	border-right: 1px solid #000000;
}
#resultswrapper .pagebrowse a.last-page {
	border-left: 1px solid #000000;
}

#resultswrapper .pagebrowse span.first-page-off,
#resultswrapper .pagebrowse .previous-page-off,
#resultswrapper .pagebrowse .next-page-off,
#resultswrapper .pagebrowse .last-page-off {
	color: #CCCCCC;
}
#resultswrapper .pagebrowse span.first-page-off,
#resultswrapper .pagebrowse .previous-page-off {
	border-right: 1px solid #cccccc;
}
#resultswrapper .pagebrowse .next-page-off,
#resultswrapper .pagebrowse .last-page-off {
	border-left: 1px solid #cccccc;
}

/* Entry form	[ENT]
================================================================================================ */
#inputwrapper {
	position: relative;
	margin: 10px 0;
	padding: 5px 10px;
	background-color: #F7F7F7;
}
#inputwrapper .hit-section {
	padding: 5px 0;
}
#inputwrapper .hit-section-sub {
	padding: 5px 0;
}
#inputwrapper h3.section-title {
	margin: 0;
	border-bottom: 1px solid #343434;
	font-weight: bold;
	font-size: 1.2em;
}
#inputwrapper h4.section-title {
	margin: 0;
	border-bottom: 1px solid #343434;
	font-weight: bold;
	font-size: 1em;
}
#inputwrapper dl {
	margin: 0;
	border-bottom: 1px dotted #cccccc;
}
#inputwrapper dl.no-label {
	border: none;
}
#inputwrapper dl.no-label dt {
	display: none;
}
#inputwrapper dl.no-label dd {
	margin-left: 0;
}
#inputwrapper dl dt {
	float: left;
	padding: 8px 0;
	width: 150px;
}
#inputwrapper dl dd {
	float: left;
	margin: 0;
	padding: 5px 0;
}
#inputwrapper dl dd.fieldtip {
	float: right;
	width: 280px;
	text-align: right;
	font-size: 0.8em;
}
#inputwrapper .formkey {
	float: right;
}

/* Footer		[FTR]
================================================================================================ */
#oo-footer {
	border-left: 200px solid #A4A1A3;
	background-color: #FFFFFF;
	color: #333333;
	clear: both;
	height: auto !important;
	padding-top: 10px;
}
#oo-footer .oo-padding {
  background: transparent url(../images/footer_bckgrnd.gif) no-repeat left top;
  margin-left: 35px;
}
#oo-footer .footer_links {
	padding-bottom: 50px;
}
#oo-footer #footer_links-left{

}
#oo-footer #footer_links-right{
	float: right;
}
#oo-footer .copyright {
	display: block;
	padding-top: 20px;
}
#oo-footer a,
#oo-footer a:link,
#oo-footer a:active		{
	color: #333333;
	text-decoration: none;
}
#oo-footer a:visited	{ color: #333333; text-decoration: none; }
#oo-footer a:focus, #oo-footer a:hover {
	text-decoration: underline;
}

/* News Ticker		[TIK]
================================================================================================ */
#newsticker {
	position: relative;
	font-size: 1.1em;
}
#newsticker ul {
	list-style: none;
	min-height: 2.4em;
	padding: 2px 0;
	margin: 2px 0 5px 0
}
* html #newsticker ul {
	height: 2.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("images/icons/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
#newsticker span {
	float: left;
	padding-top: 2px;
}

.pkhlogo{
	padding-top:30px;
}