@charset "UTF-8";
body {
	font-family: Georgia, Verdana,Arial,sans-serif; font-size: 0.8em;
	background: url(../images/topBar_bg_br.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
li.mediumLI { /* More space between li lines */
	padding: 4px 8px;
	font-size: 1em;
	line-height: 1.5em;
}
li.largeLI { /* More space between li lines */
	padding: 4px 12px;
	font-size: 1em;
	line-height: 1.5em;
}
ul.moreIndent {
	list-style-type: square;
	margin-left: 50px;
	font-size: 1.1em;
	line-height: 1.5em;
}
.noIndent {
	list-style-type: disc;
	margin-left: 0px;
	padding: 3px;
	font-size: 1.1em;
	line-height: 1.5em;
}
.contentWrapperFab .listIndent150 {
	list-style-type: square;
	margin-left: 150px;
	padding: 10;
	font-size: 1.1em;
	line-height: 1.5em;
}
.contentWrapperFab .listIndent100 {
	list-style-type: square;
	margin-left: 100px;
	padding: 10;
	font-size: 1em;
	line-height: 1.5em;
}
.contentWrapperFab .listIndent50 {
	list-style-type: circle;
	margin-left: 50px;
	padding: 10;
	font-size: 1em;
	line-height: 1.5em;
}
.scrollingStatus {
	height:370px;
	width:670px;
	overflow:auto;
	scrollbar-base-color: #B3B300;
	scrollbar-face-color: #626200;
	scrollbar-arrow-color: #FF0;
}
h1, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	color: #000;
	font-size: 1.7em;
	border-bottom: 1px solid #000;
}

/* JDock Menu */
/*position and hide the menu initially - leave room for menu items to expand...*/
#page {padding-top:20px; padding-bottom:20px; width:auto;}
#menu {width:100%;}
/*dock styling...*/
/*...centre the dock...*/
#menu div.jqDockWrap {margin:0 auto;}
/*...set the cursor...*/
#menu div.jqDock {cursor:pointer;}
/*label styling...*/
div.jqDockLabel {font-weight:bold; font-style:italic; white-space:nowrap; color:#000000; cursor:pointer;}
/* END JDock Menu */

.copyright {
	
}
p.mainEntrance {
	color: #000;
	font-size: 1.7em;
	float: right;
	margin-left: 8px;
	font-weight:800;
	color:#453719;
	margin-top:20px;
}

.buttonEntrance {
	color:#FF3;
}
h2 {
	color: #666;
	font-size: 1.5em;
	line-height: 1.8em;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 2px;
	margin: 0px 15px 5px;
}
p {
	font-size: 1.1em;
	line-height: 1.5em;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for the site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #006;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #000;
}

/* ~~ This fixed width containerFab surrounds all other divs ~~ */

.containerFab {
	width: 970px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/*~~ The search bar is not active at the moment ~~ */
/*
.searchBarDiv {
	height: 50px;
}
#search {
	background: url(../images/searchBar_s1.png) no-repeat;
	height: 23px;
	width: 180px;
	float: right;
	border: 0px none #1E1E1E;
	padding-left: 5px;
	padding-bottom: 2px;
}
#searchArea {
	border: 0px none #000;
	height: 25px;
	width: 185px;
	float: right;
	margin-top: 10px;
}
*/
/*~~ End search bar ~~ */

/*~~ Top screen translation bars ~~ */

.translateBarDiv {
	border: 0px none #000;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: auto;
}
.translateBarDiv a:link {
	color: #FFF;
	text-decoration: none
}
.translateBarDiv a:visited {
	color: #9F0;
	text-decoration: underline;
}
.translateBarDiv a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #FF0;
}
.flagsBarDiv {
	border: 0px none #000;
	height: auto;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	width: auto;
}
/* ~~ The headerFab is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with linked logo. ~~ */

.headerFab {
}
.contentWrapperFab {
	overflow: visible;
	margin-top: 15px;
}
.contentWrapperFab a .more {
	color: #C60;
	background: url(../images/arrow.png) no-repeat left center;
	padding-left: 8px;
}
.contentLiteracy {
	width: 930px;
}

/* ~~ Sidebar without a background image ~~ */

.sidebarpub {
	float: right;
	width: 295px;
	padding-right: 0;
	padding-left: 0px;
	height: auto;
}
.sidebarpub h1 {
	text-align: center;
	border-bottom: 0px;
	color: #333;
}
.sidebarpub h3 {
	text-align: left;
	border-bottom: 1px solid #CCC;
	color: #030;
	padding: 0 px;
	font-weight: bold;
	margin: 0 px;
	font-size: 10px;
}
.sidebarpub .allCenter {
	text-align: center;
}
.sidebarpub .alert {
	color: #900;
}
.sidebarpub.hiliteText {
	color: #900;
}
.bodyFab {
	float: left;
	width: 660px;
	/*margin-right:10px;*/
}
.bodyFab .extraPadding {
	padding-left: 15px;
}
.footerContainerFab {
	background: #453719 url(../images/bottomBar_br.gif) repeat-x scroll 0px 0px;
	bottom: 0px;
	/*	position: fixed;*/

	height: auto;
	width: 100%;
	padding-bottom:10px;
}
/* ~~ The footerFab styles ~~ */

.footerFab {
	padding: 15px 0 10px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .containerFab to understand where the columns end and contain them */
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: bottom;
	text-align: center;
	height: 35px;
}
.footerContainerFab .footerFab p {
	color: #FFF;
	line-height: 1.2em;
}
.footerFab a:link {
	color: #FF0;
	text-decoration: none
}
.footerFab a:visited {
	color: #9F0;
	text-decoration: underline;
}
.footerFab a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #FF0;
}

/* pages center.html anb centerfr.html */
.content3col {
	float: left;
	width: auto;
	background: #EADCAE;
	padding: 10px 0;
	height: 90px;
}
.contentCenterFab {
	width: auto;
	padding-left: 100px;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .containerFab) if the .footerFab is removed or taken out of the .containerFab */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thumbnail {
	float: left;
	width: 75px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
}

#FlashID {
	visibility:visible;
	overflow: visible;
	z-index: 5;
}

/*=======================================*/
/* UL LISTS with special graphics... */
/* Use: <li id=``goldstar``>Text here</li>*/
/*=======================================*/
#goldstar {
	list-style: square;
	list-style-image: url(../../assets/images/goldstar.gif);
}
#greenstar {
	list-style: square;
	list-style-image: url(../../assets/images/bullets/greenstar.gif);
}
#bluestar {
	list-style: square;
	list-style-image: url(../../assets/images/bullets/bluestar.gif);
}
#purplestar {
	list-style: square;
	list-style-image: url(../../assets/images/bullets/purplestar.gif);
}
#pinkstar {
	list-style: square;
	list-style-image: url(../../assets/images/bullets/pinkstar.gif);
}
#yellowball {
	list-style: square;
	list-style-image: url(../../assets/images/bullets/yellow.gif);
	font-size: 12px;
	line-height: 20px;
}
#yellowballnormal {
	list-style: square;
	list-style-image: url(../../assets/images/bullets/yellow.gif);
	font-size: 12px;
	line-height: 18px;
}
/* BLOG TABLE OF CONTENT */
#yellowballTOC {
	list-style: square;
	list-style-image: url(../../assets/images/bullets/yellow.gif);
	font-size: 12px;
	line-height: 20px;
	margin-top:0px;
	margin-bottom:0px;
}

/* DATA NEWS - NOT USED FOR NOW*/
.newsTitle {
	color:#42068c;
	font-size: 1.3em;
	line-height: 1.7em;
	text-align:center;
}
.newsImage {
	padding:0px;
}
.newsDescription {
	color:#000000;
	text-align:left;
}
