/*  
CSS Styles: Goulburn Region Preschool Association
Description: Global CSS Styles
Version: 1.00
Author: Broady
Author URI: http://www.broadyswebdesign.com
*/

body { font:normal 12px Arial, Helvetica, sans-serif; color:#000; text-align:left; margin:0; height:100%; min-height:100%; background:#dee7ed url(../img/bkg_body.jpg) repeat-x; }
html { height:100%; margin-bottom:1px; }

* html body { height:100%; }
img { border:none; }
#container { width:790px; text-align:center; margin:auto; }

* {
	margin: 0;
	padding: 0;
}


body.contentpane { /* Printable Page */
	width: auto;
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #5A5A5A;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #3f89c3;
	text-decoration: underline;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}

/* Heading */
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../img/bullet-list.gif) no-repeat 22px 6px;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	padding:10px;
}

fieldset a {
	font-weight: bold;
}

legend {
	color: #3f89c3;
	text-decoration: none;
	font-size: 18px;
	padding:0 5px;
}

hr {
	border: 0;
	height: 1px;
	background: url(../img/seperator.gif) repeat-x;
}

a img {
	border: none;
}

td, div {
	font-size: 12px;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #F4A94F;
	background: #F2F2F2;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../img/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
 
.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #5A5A5A;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #CC0000;
	background: url(../img/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #0821ef;
	background: url(../img/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #D79546;
	background: url(../img/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #F2F2F2;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

textarea {
	width: 300px;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	color: #5A5A5A;
}

html>body .button {
	padding: 0 5px;
}

.inputbox {
	border: 1px solid #D8D9DB;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #C0C0C0;
}

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 5px;
	font-size: 1.2em;
	color: #3f89c3;
	text-transform: uppercase;
}

div.module {
	margin-bottom: 8px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../img/box-br.gif) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../img/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	padding: 0;
	background: url(../img/box-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 9px 15px 15px;
	background: url(../img/box-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* MODULE HILITE GREEN
--------------------------------------------------------- */
div.module-blue h3,
div.module-green h3,
div.module-orange h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0 0 5px;
}

div.module-green {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../img/box-br-green.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-green a {
	color: #FFFFFF;
}

div.module-green div {
	padding: 0;
	background: url(../img/box-bl-green.gif) no-repeat bottom left;
}

div.module-green div div {
	padding: 0;
	background: url(../img/box-tr-green.gif) no-repeat top right;
}

div.module-green div div div {
	padding: 9px 15px 15px;
	background: url(img/box-tl-green.gif) no-repeat top left;
}

/* MODULE HILITE BLUE
--------------------------------------------------------- */
div.module-blue {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../img/box-br-blue.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-blue a {
	color: #FFFFFF;
}

div.module-blue div {
	padding: 0;
	background: url(../img/box-bl-blue.gif) no-repeat bottom left;
}

div.module-blue div div {
	padding: 0;
	background: url(../img/box-tr-blue.gif) no-repeat top right;
}

div.module-blue div div div {
	padding: 9px 15px 15px;
	background: url(../img/box-tl-blue.gif) no-repeat top left;
}

/* MODULE HILITE ORANGE
--------------------------------------------------------- */
div.module-orange {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../img/box-br-orange.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-orange a {
	color: #FFFFFF;
}

div.module-orange div {
	padding: 0;
	background: url(../img/box-bl-orange.gif) no-repeat bottom left;
}

div.module-orange div div {
	padding: 0;
	background: url(../img/box-tr-orange.gif) no-repeat top right;
}

div.module-orange div div div {
	padding: 9px 15px 15px;
	background: url(../img/box-tl-orange.gif) no-repeat top left;
}

#ja-leftcol div.module-blue,
#ja-leftcol div.module-green,
#ja-leftcol div.module-orange, 
#ja-rightcol div.module-blue,
#ja-rightcol div.module-green,
#ja-rightcol div.module-orange {
	width: 100%;
	float: left;
	clear: both;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_seperator {
	display: block;
	height: 20px;
	background: url(../img/seperator.gif) repeat-x center;
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 90%;
}

table.contentpaneopen {
	border: none;
	width:95%;
	margin:auto;
	
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 18px;
	background: url(../img/arrow-off.gif) no-repeat 7px 7px;
}

table.contenttoc th {
	padding: 1px 4px;
	background: #0821ef;
	color: #FFFFFF;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin: 0 0 15px;
	font-size: 2em;
	line-height: normal;
	padding: 2px 0 3px;
	background: url(../img/seperator.gif) repeat-x bottom;
	color: #0821ef;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1.5em;
}

.contentheading {
	font-size: 1.7em;
	color: #3f89c3;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
	color: #0821ef;
}

a.readon {
	text-decoration: none;
	padding-left: 15px;
	background: url(../img/readon-blue.gif) left center no-repeat;
	font-weight: bold;
	color: #0821ef;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none!important;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding-bottom: 10px;
	line-height: 10px;
}

.modifydate {
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #8F8F8F;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
}

.pagenavbar {
	padding-left: 14px;
	background: url(../img/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../img/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #0821ef;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url(../img/seperator.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url(../img/seperator.gif) repeat-x bottom;
}

.smallgrey {
	font-size:10px;
	color:#666;
}

.grey {
	font-size: 12px;
	color: #666;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	border: 1px solid #FFFFFF;
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-header,
#ja-topstory,
#ja-spotlight,
#ja-container,
#ja-footer {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	background-color: #fff;
}

.wide #ja-header,
.wide #ja-topstory,
.wide #ja-spotlight,
.wide #ja-container,
.wide #ja-footer {
	width: 950px;
	background-color: #fff;
}

.auto #ja-header,
.auto #ja-topstory,
.auto #ja-spotlight,
.auto #ja-container,
.auto #ja-footer {
	width: 90%;
}

#ja-containerwrap {
	border: 1px solid;
}

#ja-container {
	padding: 0 0 10px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	text-align: left;
	line-height: normal;
	background: url(../img/header-bg.gif) top left no-repeat;
	background-color: #fff;
}

#ja-header h1 {
	font-size: 2em;
	height: 115px;
	border-bottom: 1px solid #FFFFFF;
}

#ja-header h1 img {
	margin-top: 13px;
	float: left;
}

#ja-usertoolswrap {
	padding: 5px 0 0 0;
	height: 25px;
	line-height: 25px;
	float: right;
	padding-left: 28px;
	
}

#ja-usertools {
	padding: 0 10px 0 4px;
	float: left;
	display: block;
	font-size: 11px;
	height: 25px;
	
}

#ja-usertools span {
	float: left;
	margin-right: 30px;
	display: block;
}

#ja-usertools .masthead {
	float: left;
}

#ja-usertools img {
	padding: 5px 2px 0;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	width: 120px;
	float: left;
	display: block;
	margin-top: 2px;
}
 
#ja-usertools div.search {
	padding-left: 20px;
	background: url(../img/icon-search.gif) no-repeat center left;
}

#ja-usertools .inputbox {
	border: none!important;
	width: 100px;
	background: none;
	color: #8F8F8F;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* TOP NAVIGATION
----------------------------------------------------------- */
#ja-topnav-wrap {
	background: url(../img/topnav-left.gif) top left no-repeat #3f89c3;
	height: 29px;
	display: block;
	padding-left: 30px; 
	margin: 0 2px;
	
}

#ja-topnav {
	background: url(../img/topnav-right.gif) top right no-repeat #3f89c3;
	float: right;
	text-align: right;
	height: 29px;
	line-height: 29px;
	padding: 0 5px;
	display: block;
	width:100%;
}

#ja-topnav #mainlevel-nav {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
	display: block;
	float: right;
}

#ja-topnav ul#mainlevel-nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-topnav ul#mainlevel-nav a {
	display: block;
	float: right;
	padding: 0 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-topnav ul#mainlevel-nav a:hover {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	width: 162px;
	clear: both;
	float: left;
	border-bottom: 5px solid #C0C0C0;
}

#ja-mainnav a {
	font-size: 10px;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 4px;
	display: block;
	color: #5A5A5A;
	text-decoration: none;
	background: url(../img/seperator.gif) repeat-x bottom;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	background: url(../img/seperator.gif) repeat-x bottom;
	color: #5A5A5A;
	text-decoration: none;
}

a.sublevel {
	padding: 3px 4px 3px 15px;
	display: block;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}

#ja-leftcol #active_menu, #ja-rightcol #active_menu {
	color: #5A5A5A;
	text-decoration: none;
}
/*End: Default Joomla! Menu  */

/* BANNER
--------------------------------------------------------- */
#ja-topstory {
	margin: 10px auto;
}

#ja-banner {

	width: 585px;

	border: 1px solid #666;

}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-botslwrap {
	border-bottom: 1px solid #C0C0C0;
	padding: 20px 0;
	clear: both;
}

#ja-botsl {
}

#ja-botsl .ja-box {
	float: left;
	overflow: hidden;
}


#ja-botsl .ja-box h3 {
	color: #0821ef;
	margin-bottom: 5px;
	font-size: 1.2em;
	text-indent: 3px;
	text-transform: uppercase;
}

#ja-botsl .ja-box div.moduletable {
}

#ja-botsl .ja-box ul {
	padding: 0;
	margin: 0!important;
}

#ja-botsl .ja-box li {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#ja-botsl .ja-box a {
	color: #8F8F8F;
}

#ja-botsl .ja-box li a {
	padding: 4px;
	background: url(../img/seperator.gif) left bottom repeat-x;
	width: 90%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
}

#ja-botsl .ja-box li a:hover,
#ja-botsl .ja-box li a:active,
#ja-botsl .ja-box li a:focus {
	color: #5A5A5A;
	text-decoration: none;
}

#ja-botsl .ja-box td {
	padding: 0;
}

#ja-botsl .ja-box  .article_seperator {
	display: none;
}

#ja-botsl .box-ended {
	margin-right: 0!important;
	float: right;
}

#ja-spotlight {
	margin: 10px auto 0;
	font-size: 12px;
}

#ja-spotlight .ja-box {
	float: left;
	overflow: hidden;
}

#ja-spotlight .ja-box h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
	text-indent: 3px;
}

#ja-spotlight .ja-box div.moduletable {
}

#ja-spotlight .ja-box ul {
	padding: 0;
	margin: 0!important;
}

#ja-spotlight .ja-box li {
	padding: 0;
	margin: 0;
	background: none;
}

.box-centered {
	text-align: center!important;
}

.box-centered div.moduletable,
.box-centered div.module-orange,
.box-centered div.module-green,
.box-centered div.module-blue {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: left;
}

#ja-spotlight .box-ended div.moduletable,
#ja-spotlight .box-ended div.module-orange,
#ja-spotlight .box-ended div.module-green,
#ja-spotlight .box-ended div.module-blue {
	margin-right: 5px!important;
	float: right;
}

.box-fulled div.moduletable,
.box-fulled div.module-orange,
.box-fulled div.module-green,
.box-fulled div.module-blue {
	width: 100%!important;	
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	margin-left: 1px;
}

#ja-pathway img {
	display: none; /* DO NOT SHOW PATHWAY DEFAULT ARROW */
}

#ja-pathway a {
	padding-right: 22px;
	background: url(../img/slash.gif) no-repeat center right;
}

#ja-pathway a:hover, #ja-pathway a:active {
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
	margin: 5px 0;
}

#ja-mainbody {
	float: left;
	width: 80%;
}

#ja-content {
	width: 99%;
	margin: auto;
	padding: 0 10px 0 5px;
	text-align:left;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody-fl #ja-content {
	float: left;
	width: 97.5%;
}

#ja-mainbody-fr{
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-content {
	float: right;
	width: 100%;
	padding: 10px;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 25%;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: right;
	width: 20%;
	margin: 10px 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	border-top: 1px solid #dedede;
	padding: 5px 0 0 0;
}

#ja-bottomline {
	float: left;
	padding: 10px 5px 30px;
	color: #8F8F8F;
}

#ja-bottomline a {
	color: #8F8F8F;
}


#ja-cert {
	padding: 20px 5px 30px;
	float: right;
}

#ja-cert a {
	padding-left: 5px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* JA CoolAds Module */
#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ja-coolads-container {
	overflow: hidden;
	margin-right: 5%;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}

















/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-size: 11px;
}

.transMenu.top .items {
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}

/* each TR.item is one menu item */
.transMenu .item {
	border: none;
	color: #5A5A5A;
	text-decoration: none;
	text-transform: none; /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	cursor: pointer;
	font-weight: normal;
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color: #FFFFFF;
	background: #C0C0C0;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left: 10px;
}

/* ----------------------------------------------------------------
- Added classes by Khanh - 050629
- Style and mark-up improved by Hieu Nguyen & Ha Le Viet - 060718
-------------------------------------------------------------------*/
.transMenu .item#active, .transMenu .item#active:hover {
	background: #0821ef;
	color: #FFFFFF!important;
	font-weight: bold; /* -moz-opacity: .6;
	filter: alpha(opacity=60); */
}

/* For first level menu.*/
#ja-transmenu {
	margin: 0;
}

#ja-transmenu li {
	margin: 0;
	padding: 0;
	background: none;
}

#ja-transmenu li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 43px;
	line-height: 25px;
	padding-left: 15px;
	background: url(../img/bullet-menu.gif) no-repeat left bottom #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	white-space:nowrap;
	color: #000;
}

#ja-transmenu li a:hover {
	color: #3f89c3;
	background: url(../img/bullet-menu.gif) no-repeat left top #FFFFFF;
}



a.havechild-mainlevel-trans {
	background: url(../img/arrow-off2.gif) center right no-repeat;
}

a.havechild-mainlevel-active-trans,
a.havechild-mainlevel-active-trans:active {
	background: url(../img/bullet-menu.gif) no-repeat left top #FFFFFF;
	color: #000;
	font-weight: bold;
}

a.jahover {
	background: url(../img/bullet-menu.gif) no-repeat left top #FFFFFF;
	color: #0821ef;
}

a.jahover-active {
	background: url(../img/bullet-menu.gif) no-repeat left top #FFFFFF;
	color: #0821ef;
	font-weight: bold;
}

a.mainlevel-trans {
}

a.mainlevel-trans:hover,
a.mainlevel-trans:active {
	color: #0821ef;
	background: url(../img/bullet-menu.gif) no-repeat left top #FFFFFF;
}

a.mainlevel-active-trans,
a.mainlevel-active-trans:hover,
a.mainlevel-active-trans:active {
	background: url(../img/bullet-menu.gif) no-repeat left top #FFFFFF;
	color: #0821ef;
	font-weight: bold;
}


.searchLink{
	clear: both;
	float: left;
	text-decoration: underline;
}
.searchText{
	clear: both;
	float: left;
	text-align: left;
	width: 90%;
	padding: 5px 0px 5px 0px;
}
.searchAddress{
	clear: both;
	float: left;
	text-align: left;
	padding-bottom: 25px;
}

#slogan {
	float:left;
	text-align:left;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	}
	
.center {
	text-align: center;
	margin: auto;
}

#mainbg {
	background-color: #fff;
	margin: 0 auto;
	width: 850px;
}

.moduletable-blue {
	color: #fff; 
}

.newsletter {
	font-size: 12px;
}

.newsletter h3 {
	color: #3f89c3;
}

/* New Styles */
#home-mainnav {
	width: 240px;
	clear: both;
	float: left;
	border-bottom: 5px solid #C0C0C0;
	margin-right: 10px;
}

#home-mainnav a {
	color: #3f89c3;
	font-size: 16px;
	white-space: nowrap;
	font-weight:bold;
}

#home-mainnav td {
	padding:5px 0;
}

#homemenu li {
	margin: 0;
	padding: 0;
	background: none;
}

#homemenu li a {
	/*margin: 0;
	padding: 5px 0;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #3f89c3;
	font-size: 16px;
	white-space: nowrap;
	font-weight:bold;
	*/
	margin: 0;
	padding: 0;
	display: block;
	/*height: 43px;*/
	line-height: 25px;
	padding-left: 15px;
	background: url(../img/bullet-menu.gif) no-repeat left bottom #FFFFFF;
	text-decoration: none;
	/*text-transform: uppercase;*/
	white-space:nowrap;
	color: #fff;
	font-weight:bold;
}

#homemenu li a:hover {
	/*color: #3f89c3;
	text-decoration: underline;
	*/
	color: #3f89c3;
	background: url(../img/bullet-menu.gif) no-repeat left top #FFFFFF;
}

#homemenufront li {
	margin: 0;
	padding: 0;
	background: none;
}

#homemenufront li a {
	margin: 0;
	padding: 5px 0;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #3f89c3;
	font-size: 16px;
	white-space: nowrap;
	font-weight:bold;
}

#homemenufront li a:hover {
	color: #3f89c3;
	text-decoration: underline;
	
}
#maincontent {
	float: left;
}

/* Postcode Search */
label {  }
label.error { font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px; background: transparent url(../img/cancel.png) no-repeat scroll left; }
input.text-input { margin:4px;padding:2px 0;}

#message { }
#message h2	{ font-size:150%;color:#000; }
#message p { color:#000; font-weight:bold; margin:6px 0px; }
#checkmark { position:relative; top:-46px; left:-60px; }

.postcode { color:#3f89c3; font-size:14px;}
.red { color:#F00; }

.maphead { font-size: 1.7em; color: #3f89c3; margin-bottom: 2px; }
.mapborder { border:1px solid #8c8c8c; }
.maptext { font-size:9px; color:#666; }

/* Image tooltip*/
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
