@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), local('DroidSans'), url('http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff') format('woff');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('http://themes.googleusercontent.com/static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff') format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Serif'), local('DroidSerif'), url('http://themes.googleusercontent.com/static/fonts/droidserif/v3/0AKsP294HTD-nvJgucYTaIbN6UDyHWBl620a-IRfuBk.woff') format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url('http://themes.googleusercontent.com/static/fonts/droidserif/v3/QQt14e8dY39u-eYBZmppwTqR_3kx9_hJXbbyU8S6IN0.woff') format('woff');
}
html {
	font-size:63.5%;
	margin: 0;
	padding:0;
}
body {
	min-width:960px;
	font-family:"Droid Sans", sans-serif;
	background-color:#0B304C;
	color:#333;
	margin: 0;
}
/* ------------------------------------ Typography & Structure ------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Sans', sans-serif;
	padding:0.2em 0;
}
h1 { font-size:2.3rem; font-size:23px; margin: 0 0 5px 0px; padding: 0; background: transparent; color: #333; }
h2 { font-size:1.8rem; font-size:18px; margin: 5px 0 5px 0px; padding: 0; background: transparent; color: #333; }
h3 { font-size:1.6rem; font-size:16px; margin: 5px 0 5px 0px; padding: 0; background: transparent; color: #333; }
h4 { font-size:1.3rem; font-size:13px; margin: 5px 0 5px 0px; padding: 0; background: transparent; color: #333; }
h5 { font-size:1.1rem; font-size:11px; margin: 5px 0 5px 0px; padding: 0; background: transparent; color: #333; }
h6 { font-size:1.0rem; font-size:10px; margin: 5px 0 5px 0px; padding: 0; background: transparent; color: #333; }
ol, ul {
	list-style: none;
}
#left-col ul {
	margin: 0 0 0 20px;
	padding: 5px;
}
#left-col ol {
	margin: 0;
	padding: 0 0 0 20px;
}
#left-col ul li ul {
	margin: 0;
	padding:5px 5px 5px 10px;
}
#left-col ul li	{list-style-type: disc; font-size: 1.2rem; font-size: 12px; }
#left-col ol li	{list-style-type: lower-alpha; font-size: 1.2rem; font-size: 12px;}
#left-col ul li ul li, #left-col ol li ol li, #left-col dl dt, #left-col dl dd { font-size: 1.2rem; font-size: 12px; }

img {
	border: 0;
}

p, .address , li { margin: 0; font-size: 1.2em; font-size:1.2rem; padding: 0.5em 0 0.5em 0; line-height: 1.4em; }
.date { background: transparent; color: #999999; font-style: italic; font-size: 0.9em }

label { font-size: 1.2em; }

acronym { 
	border-bottom: 1px dotted #666;
	cursor: help;
	color:#666;
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
blockquote {
	color:#000;
	text-align:center;
	margin: 10px;
	font-size: 23px;
	font-size: 2.3rem;
}
blockquote.large {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 5px 0 10px 0;
	padding: 0;
}
blockquote a {
	display:block;
	font-size:14px;
	font-size:1.4rem;
}
blockquote a:before, .read-more:before {
	content:"\0020\00BB\0020"
}
/* News Ticker */
#news {
	height:100px;
}
#news-ticker {
	height:100px;
	line-height:100px;
}

.read-more {
	display:block;
	font-size:13px;
	font-size:1.3rem;
	border-top:1px dotted #ccc;
	padding:0.5em 0;
	margin-top:10px;
}
/* ----------- Table ----------- */
a {
	background: transparent;
	color: #0B304C;
	text-decoration: underline;
}
a:hover  {
	background: transparent;
	color: #030368;
	text-decoration: none;
}
#search-box {
	margin:0;
	padding:0;
	position:absolute;
	top:120px;
	right:25px;
}
#SearchForm_SearchForm {
	margin: 0;
	padding:0;
	border:0;
	position:relative;
}
#SearchForm_SearchForm label {
	display: none;
}
#SearchForm_SearchForm input.tb {
	color:#fff; 
	background-color:#061E31;
	border:0;  
	padding:0.3em;	
	outline:0;
	border:1px solid rgba(200, 200, 200, 0.2);
	margin:0;
}
#SearchForm_SearchForm input.submit {
	width:26px;
	height:26px;
	position:absolute;
	top: 0px;
	right: 3px;
	background:url('/themes/maintheme/images/web/search.png') top left no-repeat;
	text-indent:-9999px;
	border: 0;
	cursor:pointer;
}
#wrapper {
	margin:10px auto;
	width:920px;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 2px 5px #000000;
	-webkit-box-shadow: 0px 2px 5px #000000;
	-ms-box-shadow: 0px 2px 5px #000000;
	box-shadow: 0px 2px 5px #000000;
	padding:20px;
	position:relative;
}
#header {
	position:relative;
}
.logins {
	position:absolute;
	top:25px;
	right:0;
}
.logins li {
	float:left;
	display:inline;
	padding:0 0 0 20px;
	font-size: 1.7rem;
	font-size: 17px;
}
.logins li a {
	text-decoration:none
}
.logins li a:hover {
	text-decoration:underline
}
#transition {
	margin: 0;
	 width: 920px;
	 height: 275px;
	 overflow: hidden;
}
#social-media {
	padding:0;
	margin:0;
	position:absolute;
	top:35px;
	right:0;
}
#social-media li {
	padding:0;
	margin:0;
	display:inline
}
#social-media a {
	display:block;
	background-image:url('/themes/maintheme/images/web/social.png');
	width:24px;
	height:24px;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	margin-left:2px;
}
#social-media li a.icon-r {
	background-position:0 0
}
#social-media li a.icon-f {
	background-position:-24px 0
}
#social-media li a.icon-t {
	background-position:-48px 0
}
#social-media li a.icon-y {
	background-position:-72px 0
}
#social-media li a.icon-l {
	background-position:-96px 0
}
#tpl_headmenu {
	margin:10px 0;
	background: #0b304d;
	background: -moz-linear-gradient(top, #476175 0%, #0b304d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #476175), color-stop(100%, #0b304d));
	background: -webkit-linear-gradient(top, #476175 0%, #0b304d 100%);
	background: -o-linear-gradient(top, #476175 0%, #0b304d 100%);
	background: -ms-linear-gradient(top, #476175 0%, #0b304d 100%);
	background: linear-gradient(top, #476175 0%, #0b304d 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#476175', endColorstr='#0b304d', GradientType=0 );
}
#tpl_headmenu ul li {
	margin:0;
	padding:0;
	color:#fff;
	position:relative;
	display:inline-block;
	float:left;
	font-size: 13px;
	font-size: 1.3rem;
	z-index: 20;
}
#tpl_headmenu ul li a {
	display:block;
	margin:0;
	padding:10px 15px;
	text-decoration:none;
	color:#ffffff;
}
#tpl_headmenu ul li a:hover {
	color:#FF0;
	text-decoration:none;
}
#tpl_headmenu ul li a.section, #tpl_headmenu ul li a.current {
	color:#FF0;
}
#tpl_headmenu ul ul, #tpl_headmenu ul li:hover ul ul, #tpl_headmenu ul ul li:hover ul ul {
	display:none;
}
#tpl_headmenu ul li:hover ul, #tpl_headmenu ul ul li:hover ul, #tpl_headmenu ul ul ul li:hover ul {
	display:block;
}
#tpl_headmenu ul li ul {
	position: absolute;
	left: 10px;
	top: 35px;
	background-color: #0B304C;
	color: #ffffff;
	padding: 0;
	width: 200px;
	margin: 0;
	display: none;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}
#tpl_headmenu ul ul li {
	color:#ffffff;
	margin:0;
	padding: 0;
	white-space: normal;
}
#tpl_headmenu ul ul li a {
	white-space: normal;
	padding:4px 4px 4px 7px;
	height: 1%;
	margin:0;
	border:none;
	color:#ffffff;
	width: 189px;
}
#tpl_headmenu ul ul li a:hover, #tpl_headmenu ul ul li a.subitems.selected, #tpl_headmenu ul ul li a.selected {
	background-color: transparent;
	color:#FF0;
}
#tpl_headmenu ul ul li a.subitems {
	background: transparent;
	background-image:url('/themes/maintheme/images/web/arr.png');
	background-position:center right;
	background-repeat:no-repeat;
}
#tpl_headmenu ul li ul li ul {
	left:200px;
	top:0px;
	display:none;
	position:absolute;
}
cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}
.quarter  {
	float:left;
	display:block;
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	background: #0B304C;
	color:#fff;
	font-size:20px!important;
	font-size:2rem!important;
	line-height:20px;
	letter-spacing:1px;
	width:125px;
	height:62px;
	margin-right:13px;
	font-family:"Droid Serif", Georgia, serif;
	position:relative;
	padding:15px 10px 0 85px; 
	text-align:center;
	overflow:hidden;
	text-decoration:none;
	z-index: 10;
}
.quarter:hover {text-decoration: underline; color:#ffc; background-color: #0B304C; opacity:0.7;}
.quarter img { position:absolute; top: 0px; left:0; border: 1px solid #999999 }
.last-quarter { margin-right:0; }

.third {
	float:left;
	display:inline;
	width:253px;
	padding:10px 20px;
	margin-right:17px;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	min-height:320px;
	height:auto;
}
.inner-shadow {
	-webkit-box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
}

.footer-style {
	background-color:#fff;
	border:1px solid #eee;
	width:253px;
	min-height:280px;
	height:auto;
}
* html .third {
	height:320px
}
* html .footer-style {
	height:280px;
}
.last-third {
	margin-right:0;
}
.quote {
	position:absolute;
	top:166px;
	left:20px;
	z-index:5;
	*z-index:-1;
}

/* ----------- breadcrumbs ----------- */
#breadcrumbs {
	border: 1px solid #eee;
	background: #ffffff;
	margin: 0;
	padding: 0 10px 0 5px;
}
#breadcrumbs p {
	margin: 0;
	padding: 3px;
}
/* ----- news ticker ----- */

#main-content {
	padding: 5px 0px 5px 0px;
	margin: 0;
}
#left-col {
	float:left;
	display:inline;
	width:605px;
}
#right-col {
	float:right;
	display:inline;
	background-color: #fffffff;
	color: #000000;
	width:295px;
}
#right-col .content-box {
  margin-bottom: 10px;
  border: 1px solid #eee;
}
#right-col .content-box h2 {
    padding: 5px 5px 5px 10px;
	margin: 0;
	font-size: 2.0rem;
	font-size: 20px;
}
#right-col .content-box ul {
	margin: 0;
    padding: 0px;
}
#right-col .content-box ul li {
	list-style-type: none;
}
#right-col .news ul li {
	padding: 3px 5px 3px 15px;
	margin: 0 0 0 15px;
	background-image:url('/themes/maintheme/images/web/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#right-col .news ul li a {
  text-decoration: underline;
}
#right-col .news ul li a:hover {
  text-decoration: none;
}

#right-col .menu ul {
   margin: 0;
    padding: 0;
}
#right-col .menu ul li {
	display: block;
	height: 1%;
	margin: 0 0 0 15px;
	padding: 0 5px 0 5px;
	background-image:url('/themes/maintheme/images/web/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#right-col .menu ul li a {
    display: block;
    padding: 3px 5px 3px 10px;
    text-decoration: none;
}
#right-col .menu ul li a:hover {
	text-decoration: underline;
}
#right-col .menu ul li a.current, #right-col .menu ul ul li a.current {
	text-decoration: underline;
}
#right-col .menu ul ul li {
    border: medium none;
    display: block;
    height: 1%;
    margin: 0 0 0 15px;
    padding: 0;
	background-position: 0 7px;

}
#right-col .menu ul ul li a {
    background-position: left 7px;
    margin: 0;
    padding: 3px 5px 3px 15px;
	font-size: 0.9em;
}
#right-col .menu ul ul ul li a {
    background-position: left 7px;
    margin: 0;
    padding: 5px 5px 5px 15px;
	font-size: 0.9em;
}
#right-col .hrt-event {
	margin: 5px 0px 5px 0;
	padding: 5px 5px 0 5px;
	border-top: 1px dotted #CCC;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #CCC;
}

p.view {
	position:absolute;
	bottom:10px;
	left:10px;
	font-size:12px;
	font-size:1.2rem
}
/* --- news/event boxes --- */
.news-event {
	padding:10px 0
}
.news-event h2 {
	font-size:12px;
	font-size:1.2rem
}
.news-event .date {
	font-size:11px;
	font-size:1.1rem
}
/* ------------------------------------ MISC Classes & ID's ------------------------------------ */
.float-right {float:right; display:inline;}
.float-left {float:left; display:inline;}
.half-width {width:47%; margin:1em;}
.image-margin {margin:0.5em 1em; border:3px solid #ac4c7f}
strong {font-weight:bold}
.grey {color:#666}
.clr {clear:both}
.flr { float: right }
.fll	{float: left }
.ifr { float: right; margin: 5px 0 5px 5px; }
.ifl { float: left; margin: 5px 5px 5px 0px; }
.chr
{
	clear: both
}
.divchr
{ 
	clear: both; 
	padding: 1px; 
	height: 5px; 
	font-size: 1px;
}
.clrnomargin
{
	clear: both; 
	padding: 0px; 
	height: 0px; 
	font-size: 0px;
}
hr {
    border-color: #dadada;
    border-right: medium none;
    border-style: dotted none none;
    border-width: 1px medium medium;
    color: #333333;
    height: 1px;
    margin: 0.35em 0;
}
.no-border{border:0}
.relative-home-img {
	margin:10px;
	float:right;
}
.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}
.center {
	text-align: center;
}
.pagenavigation {
	text-align: center;
}
#PageNumbers {
	text-align: center;
	font-size: 1.4em;
}
.googlemap {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.view-more {
  text-align: right;
}
/* 
----------------------
to-top dibber
----------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url('/themes/maintheme/images/web/ui.totop.png') no-repeat left top;
}
#toTopHover {
	background:url('/themes/maintheme/images/web/ui.totop.png') no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}
#associates {
	padding: 0 15px 0 15px;
}
/* Invisible left hotspot */
div.scrollingHotSpotLeft {
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url("/themes/maintheme/images/web/pk-big_transparent.gif");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url("/themes/maintheme/images/cursors/cursor_arrow_left.cur"), url("/themes/maintheme/images/cursors/cursor_arrow_left.cur"),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
	background-image: url("/themes/maintheme/images/web/pk-arrow_left.gif");				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight {
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url("/themes/maintheme/images/web/pk-big_transparent.gif");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url("/themes/maintheme/images/cursors/cursor_arrow_right.cur"), url("/themes/maintheme/images/cursors/cursor_arrow_right.cur"),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
	background-image: url("/themes/maintheme/images/web/pk-arrow_right.gif");
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 80px;
}
div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}
#makeMeScrollable{
	height:80px;
	position: relative;
	overflow:hidden;
	background-color: #ffffff;
	width: 100%; 
	margin: 0px; 
	padding: 10px 0 10px 0; 
	border:0;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
	
#makeMeScrollable div.scrollableArea * {
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#makeMeScrollable div.scrollableArea img {
	margin: 0 15px;
}
/* ------------------------------
	events
   ------------------------------ */
.hrt-event {
	margin: 5px 10px 5px 0;
	padding: 5px 5px 0 5px;
	border: 1px dotted #ccc;
}
.hrt-event h2 {
	color:#047F99; 
	background:none!important;
	width:auto!important;
	font-size:1.3em;
	padding:0;
	text-indent:0;
	height:auto;
	line-height:1.2em;

}
.hrt-event p {
	padding: 0 0 5px 0;
	margin: 0;
}
.hrt-content {
	margin: 0 0 0 60px;
}
.hrt-cont {
	margin: 0 0 0 0px;
}
p.view-more {
	float:right;
	display:inline;
	padding: 5px 10px 5px 0;
}
.hrt-date {
	width:50px;
	height:40px;
	overflow:hidden; 
	background:url('/themes/maintheme/images/web/event-date.jpg') top left no-repeat #F6F6F6;
	text-align:center;
	float:left;
	display:inline;
	margin: 0px 10px 0 0;
	color:#000;
	font-size: 1.1em;
	padding-top:2px;
	color: #ffffff;
	font-weight: bold;
}
.hrt-date span {
	font-size:1.4em;
	padding: 5px 0 0 0;
	display:block;
	color:#333;
	font-weight: normal;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.scroll-pane {
	width: 280px;
	height: 250px;
	overflow: auto;
	margin:0;
	padding:0;
	margin-left:-5px !important;
}
.jspContainer
{
    overflow: hidden;
    position: relative;
	height: 500px;
}
.jspPane
{
    position: absolute;
}
.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #ccc;
}
.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ccc;
}
.jspVerticalBar *, .jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}
.jspCap
{
    display: none;
}
.jspHorizontalBar .jspCap
{
    float: left;
}
.jspTrack
{
    background: #ccc;
    position: relative;
}
.jspDrag
{
    background: #246C9E;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}
.jspArrow
{
    background: #999;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrow.jspDisabled
{
    cursor: default;
    background: #999;
}
.jspVerticalBar .jspArrow
{
    height: 5px;
}
.jspHorizontalBar .jspArrow
{
    width: 5px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
    outline: none;
}
.jspCorner
{
    background: #999;
    float: left;
    height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}
.simple-menu li:before {
	content:"\0020\00BB\0020"
}
.simple-menu li {
	padding:0.3em;
}

/* 
---------------------------------------
ticker
---------------------------------------
*/
#ticker {
	color: #000;
	height:35px;
	margin: 0 0 7px 0;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	font-weight: bold;
}
ul#news2 {
	line-height:35px;
	padding: 0;	
	margin: 3px 0 0 10px;
}
ul#news2 li {list-style: none;}
ul#news2 a {text-decoration: none; color: #0B304C}
ul#news2 a:hover {text-decoration: underline;}


.quick-links {
	float: right;
	display: inline;
}

.tt-wrapper {
	padding: 0;
	width: 455px;
	height: 63px;
	margin: 0;
}
.tt-wrapper li {
	float: left;
}
.tt-wrapper li .tt-prosp {
	background-position: 0px 0px;
}
.tt-wrapper li .tt-ofsted {
	background-position: -65px 0px;
}
.tt-wrapper li .tt-sform {
	background-position: -130px 0px;
}
.tt-wrapper li .tt-moodle {
	background-position: -195px 0px;
}
.tt-wrapper li .tt-email {
	background-position: -260px 0px;
}
.tt-wrapper li .tt-rm {
	background-position: -325px 0px;
}
.tt-wrapper li .tt-ri {
	background-position: -390px 0px;
}
.tt-wrapper li a {
	display: block;
	width: 65px;
	height: 63px;
	margin: 0;
	outline: none;
	background: transparent url("/themes/maintheme/images/web/social-header-2.png") no-repeat top left;
	text-indent: -9000px;
	position: relative;
	text-decoration: none;
}
.tt-wrapper li a span:hover {
	text-decoration: underline;
	color: #030368;
	background: tranparent;
}
.tt-wrapper li a span {
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 5px;
	left: 50%;
	margin-left: -60px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #0B304C;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	bottom: -25px;
}