/*----------------------------------------
/* homepage image */

#homeImageTB {
	width: 480px;
	height: 240px;
	border: 8px solid #f0f0f0;
}
#homeImageTB td {
	width: 480px;
	height: 240px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	vertical-align: top;
}

#homeImageTB #caption {
	background-image: url(images/imgs/imgCaption.png);
	background-repeat: repeat;
	height: 1.5em;
	padding: 0.3em 0.3em 0.3em 0.6em;
}
#homeImageTB #caption h5 {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#homeImageTB #caption.right h5 {
	text-align: right;
	padding-right: 0.5em;
}

/*----------------------------------------
/* colOne decoration */

.open #colOne * {
   background-position: center center;
}

.open #colOne #aboutIcon {
	background-image: url(images/imgs/icons/icon10.jpg);
}

.open #colOne #newsIcon {
	background-image: url(images/imgs/icons/icon02.jpg);
}

.open #colOne #publicationsIcon {
	background-image: url(images/imgs/icons/icon03.jpg);
}

.open #colOne #linksIcon {
	background-image: url(images/imgs/icons/icon04.jpg);
}

.open #colOne #postsIcon {
	background-image: url(images/imgs/icons/icon06.jpg);
}

.open #colOne #resourcesIcon {
	background-image: url(images/imgs/icons/icon01.jpg);
}

.open #colOne #adminIcon {
	background-image: url(images/imgs/icons/icon07.jpg);
}

.open #colOne #staffintranetIcon {
	background-image: url(images/imgs/icons/icon07.jpg);
}

.open #colOne #studintranetIcon {
	background-image: url(images/imgs/icons/icon07.jpg);
}


/*----------------------------------------------------------------*/
/*---------------------layout_css---------------------------------*/
/*----------------------------------------------------------------*/

/*----------------------------------------*/
/*  masthead and header DIVs             */


body {
	text-align: center;
	background-color: #FAFAFA;
}

.wrapper {
	width: 76.8em;
	margin: auto;
}

#accountMenu {
	height: 1.6em;
	padding: 0.3em 0.3em 0.3em 0em;
	background-image: url(images/imgs/bgnd_accountMenu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#intranet #accountMenu {
	height: 1.6em;
	padding: 0.3em 0.3em 0.3em 0em;
	background-image: url(images/imgs/bgnd_accountMenu_intranet.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}


#accountMenu .wrapper {
	text-align: right;
}
#accountMenu .wrapper #status {
	float: left;
}


#masthead {
	background-image: url(images/imgs/bgnd_masthead.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#intranet #masthead {
	background-image: url(images/imgs/bgnd_masthead_intranet.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#masthead .wrapper {
	width: 76.8em;
	background-image: url(images/imgs/fake_logo.gif);
	background-position: 100% 45%;  /* far right & down from top */
	background-repeat: no-repeat;
	overflow: visible;
}


#header h1 {
   display: none;
}

#header {
	height: 7.0em; /* height for compliant browsers incl. IE7 */
	padding: 0em;
	margin: 0em;
	background-image: url(images/imgs/site_title_bilingual.jpg);
	background-repeat: no-repeat;
	background-position: 1% 95%;
}

#intranet #header {
	height: 6.0em; /* height for compliant browsers incl. IE7 */
	padding: 0em;
	margin: 0em;
	background-image: url(images/imgs/site_title_intranet.jpg);
	background-repeat: no-repeat;
	background-position: 1% 75%;
}


/*-- re-align wrappers and logo for IE 
*html #accountMenu .wrapper {
	margin-right: -6.0em;
}

*html #masthead .wrapper {
	margin-right: -6.0em;
	background-image: url(images/imgs/fake_logo.gif);
	background-position: 90% 45%;  
	background-repeat: no-repeat;
}
--*/

.clear {
	clear: left;
}
.clearboth {
	clear: both;
}

#catMenu {
	padding: 0.7em 0em 0.3em 0.5em;
	margin: 0em 0em 0em 0em;  /* margin-bottom for compliant browsers incl. IE7 */
	height: 2.2em;
	border: 0px;
	background-image: url(images/imgs/bgnd_catmenu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#intranet #catMenu {
	background-image: url(images/imgs/bgnd_catmenu_intranet.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*--- IE customization ---*/
* html #catMenu {
	height: 3.0em;
}

#content {
/*	background-image: url(images/imgs/bgnd_content.jpg);
	background-position: top;
	background-repeat: repeat-x; */
	margin: 0;
	padding: 0.8em 0em 0em 0em;
	border: 0;
}

/*----------------------------------------
/* footer DIVs layout
/*---------------------------------------*/

#footer_clear { 
  clear: both;
  height: 2.5em;
}

#footer { 
  clear: both;
  padding: 1.5em 1.0em 1.5em 1.0em;
}

#footer_wrapper {
	padding: 0px;
   margin: 0 auto; 
	width: 76.8em;
	text-align: left;
}

#footer_content {
	float: right;
	width: 30.0em;
	border: 1px solid #CACACA;
	background-image: url(images/imgs/bgnd_bttm.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 3.0em;
}

#footer_content .inner {
	padding: 1.0em 2.0em;
	background-image: url(images/imgs/bgnd_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: transparent;
}

#footer_content p {
	text-align: justify;
	padding.bottom: 0.3em;
}

#footer_content span.copy {
	float: right;
	display: inline;
	margin-top: -1.3em;
}

#footer #sponsor { 
   float: left;
	padding: 0.8em;
	width: 41.6em;
	vertical-align: baseline;
}

#footer #sponsor p {
	text-align: left;
	margin-bottom: 0.5em;
}

/*----------------------------------------
/* open page customization 
/*---------------------------------------*/

.open #colOne {
	width: 17%;
	float: left;
	display: inline;
	text-align: left;
	overflow: visible;
}

.open #colTwo {
	width: 82%;
	float: right;
	display: inline;
}

.open #mainContent {
	width: 62%;
	float: left;
	height: 100%;
	display: inline;
	overflow: hidden;
}

.open #mainContent .spacer {
	height: 5.0em;
}

#pagination {
	margin-top: 5.0em;
	margin-bottom: -7.0em;
}

.open #secondaryContent {
   width: 28%; 
   float: right;
	display: inline;
}

/*---- IE6 customization ----*/

*html .open #mainContent {
	width: 62%;
}

*html .open #secondaryContent {
   width: 28%; 
}



/*----------------------------------------
/* colOne decoration */

.open #colOne .sectionIcon {
	height: 180px;
	width: 100%;
	border: 1px solid #D3D3D3;
	padding: 1px;
}


.open #colOne #sectionTitle {
	width: 100%;
	border: 1px solid #A9A9A9;
	background-color: #D7DAEF;
	margin-top: 0.5em;
}

#intranet .open #colOne #sectionTitle {
	width: 100%;
	border: 1px solid #A9A9A9;
	background-color: #DEDFEF;
	margin-top: 0.5em;
}


/*----------------------------------------
/* more page customization 
/*---------------------------------------*/

.more #colOne {
	display: none;
	width: 0px;
	height: 0px;
	float: left;
	overflow: hidden;
}

.more #colTwo {
	width: 100%;
	clear: both;
}

.more #mainContent {
	width: 62%;
	float: left;
	height: 100%;
	display: inline;
	overflow: hidden;
}

.more #mainContent .spacer {
	height: 7.0em;
}

.more #secondaryContent {
   width: 28%;
	margin-left: 0.5em; 
   float: right;
	display: inline;
}

/*---- about more page customization --*/
.more.about #secondaryContent {
	width: 28%;
	margin-left: 0.5em;
	float: right;
	display: none;
}

/*---- IE6 customization ----*/

*html .more #mainContent {
	width: 62%;
}

*html .more #secondaryContent {
   width: 28%; 
}


/*----------------------------------------
/* colOne content layout
/*---------------------------------------*/

/*#colOne {
   padding-top: 0em;
}*/

/*----------------------------------------
/*  mainContent content layout
/*--------------------------------------*/

#mainContent {
   padding-top: 0em;
   padding-bottom: 2.0em;
	padding-left: 1.5em;
	padding-right: 2.0em;
}

#mainContent p {
	padding-bottom: 0.5em;
}

#mainContent .breadcrumb {
	padding-bottom: 0.5em;
}

#mainContent .readmore {
	text-align: right;
	padding: 0.3em 0.3em 0.3em 0;
	margin-left: 10.0em;
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}

#mainContent .readmore a {
	line-height: 1.6em;
	padding: 0 0 0 1.5em;
	background: url(images/imgs/arrow_bright.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#mainContent img {
	border: 1px solid #ccc;
	padding: 0.2em;
	margin: 1.0em 1.0em 1.0em 0em;
	float: left;
}
#mainContent #arrowup {
   padding-top: 0em;
   padding-bottom: 0.5em;
	float: right;
	vertical-align: baseline;
}
#mainContent #arrowup img {
	border: none;
}
#mainContent #arrowup span {
	display: none;
}


/*----------------------------------------
/*  secondaryContent content layout
/*--------------------------------------*/

#secondaryContent p {
	padding-bottom: 0.5em;
}

#secondaryContent .readmore {
	text-align: right;
	padding-bottom: 0.3em;
	margin-left: 2.0em;
	margin-bottom: 0.5em;
}

#secondaryContent .readmore a {
	line-height: 1.6em;
	padding: 0 0 0 1.5em;
	background: url(images/imgs/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#secondaryContent .spacer {
	height: 1.0em;
	border-bottom: 1px dotted Gray;
	text-align: center;
}


/*----- flash highlight and related boxes ------*/

.more #secondaryContent,  .open #secondaryContent #flashbox, .open #secondaryContent #highlight, .open #secondaryContent #related {
	background-image: url(images/imgs/bgnd_bttm.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fffff;
	border: 1px solid #cccccc;
	padding: 1px;
}

.more #secondaryContent .inner,  .open #secondaryContent #flashbox .inner, .open #secondaryContent #highlight .inner, .open #secondaryContent #related .inner {
	background-image: url(images/imgs/bgnd_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: transparent;
    padding-top: 0.8em;
    padding-bottom: 1.5em;
	padding-left: 1.1em;
	padding-right: 1.1em;
}

/*----- search box ------*/

.open #secondaryContent #searchbox {
	background-image: url(images/imgs/bgnd_bttm.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fffff;
	border: 1px solid #cccccc;
	padding: 1px;
}

.open #secondaryContent #searchbox .inner {
	background-image: url(images/imgs/bgnd_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: transparent;
    padding-top: 1.8em;
    padding-bottom: 1.5em;
	padding-left: 1.1em;
	padding-right: 1.1em;
	line-height: 1.6em;
}

/* separation space below */
.open #secondaryContent #flashbox, .open #secondaryContent #searchbox {
	margin-bottom: 1.0em;
}

/*----- search box in flashbox ------*/
#flashbox #simplesearch {
	padding-top: 1.0em;
	margin-top: 0.6em;
	border-top: 1px dotted #bbb;
}


/*----------------------------------------
/*  flash item layout */

#secondaryContent #flashbox .readmore {
	text-align: right;
	font-weight: bold;
	border-bottom: 0px none;
	padding-bottom: 0.3em;
	margin-left: 2.0em;
	margin-bottom: 0.5em;
}

/*----------------------------------------
/*  related entries layout */

#secondaryContent #related {
	padding: 0;
}

/*-------------------------------------
/* 	ifx box
/*------------------------------------*/

.ifxElement {
	width: 95%;
	background-color: transparent;
	margin: 0px 0px 3px 0px;
	text-align: center;
	overflow: hidden;
	display: none;
}

#ifxMap{
}

#ifx_outer {
	padding: 0em 0.5em 0.5em 0.5em;
}

#ifx_inner {
	background-color: #E8EEEE;
	padding: 1.0em;
}

.ifx_colOne, .ifx_colTwo, .ifx_colThree {
	float: left;
	width: 26%;
	padding: 0.5em;
	text-align: left;
	margin-left: 2.0em;
}

.ifx_divider {
	margin: 0.8em 3.5em 0.8em 0em;
}

.ifx_colOne, .ifx_colTwo {
	margin-right: 1.0em;
}

#ifxMap h3 {
	padding: 0 0 0.3em 0;
	font-size: 1.1em;
}

#ifxMap ul li a {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-left: 0.5em;
	padding: 0 0 0 1.2em;
	background: url(images/imgs/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 0% 65%;
}

/*---- use GIF for IE6 ----*/
*html #ifxMap ul li a {
	font-size: 1.1em;
	background: url(images/imgs/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0% 5%;
}


/*------------------------------------------
/* layout Colours
/*-----------------------------------------*/

#wrapper {
	border: 0px dotted #D3D3D3;
}

/* borders for compliant browsers incl. IE7  - currently switched off */
.open #mainContent {
   background-color: transparent; 
   border-right: 0px dotted #d3d3d3;
   border-left: 0px dotted #d3d3d3;
}

.more #mainContent {
   background-color: transparent; 
   border-right: 0px dotted #d3d3d3;
}

/* borders for IE6 */
* html .open #mainContent {
   border-right: 0px solid #d3d3d3;
   border-left: 0px solid #d3d3d3;
}

* html .more #mainContent {
   border-right: 0px solid #d3d3d3;
}

#footer {
	border: 1px solid #A9A9A9;
	background-color: #D7DAEF;
}

#intranet #footer {
	border: 1px solid #A9A9A9;
	background-color: #DEDFE9;
}

.home #footer {
	background-image: url(images/imgs/bgnd_top_line_dark.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: transparent;
	border: none;
}

#footer #sponsor {
	background-color: #fff;
	border: 1px solid #D3D3D3;
}


/*------------------------------------------
/* homepage
/*-----------------------------------------*/

.home #rowOne p, .home #rowTwo p, .home #rowThree p {
	text-align: left;
	letter-spacing: 0.1em;
}

.home #catMenu {
	padding: 7px 0px 3px 5px;
	margin: 0px 0px 0px 0px;
}

.home #content {
	padding: 1px 0 0 0;
	margin: 0;
}

.home #rowOne {
	height: 26.0em;
	margin: -3px 0px 0px 0px;
	padding: 0em 1.0em 1.0em 1.0em;
	border-bottom: 1px solid #A9A9A9;
	background-color: #DEDFF7;
}

.home #rowOne .colOne {
	width: 30.0em;
	float: left;
	padding: 0.3em 0 0 0;
}

.home #rowOne .colTwo {
	float: right;
	border: 1px solid #344079;
}


.home #rowOne .readmore, .home #rowTwo .readmore, .home #rowThree .readmore {
   text-align: right;
	padding: 0 0.5em 1.0em 0;
	margin-top: 0.5em;

}

.home #rowOne .readmore a, .home #rowTwo .readmore a, .home #rowThree .readmore a {
	line-height: 1.6em;
	padding: 0 0 0 1.5em;
	background: url(images/imgs/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.home #rowTwo, .home #rowThree {
/*	height: 27.0em; */
	background-color: transparent;
	clear: both;
	padding: 1.0em 0 0 0;

}

.home #rowTwo .colOne, .home #rowTwo .colTwo, .home #rowTwo .colThree, .home #rowThree .colOne, .home #rowThree .colTwo, .home #rowThree .colThree {
	width: 29%;
	float: left;
	display: inline;
	padding: 0.5em 1.1em 0.5em 1.1em;
	background-image: url(images/imgs/bgnd_bttm_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: transparent;
}

.home #rowTwo .readmore, .home #rowThree .readmore {
   text-align: right;
	padding: 0em 0em 1.0em 0em;
}

.home #rowTwo .colOne, .home #rowThree .colOne {
	margin: 0 1.6em 0 0;
}

.home #rowTwo .colTwo, .home #rowThree .colTwo {
	margin: 0 1.6em 0 0;
}

.home #rowTwo .colThree, .home #rowThree .colThree {
}

/*---- customize for IE 
*html .home #rowTwo .colOne, *html .home #rowTwo .colTwo, *html .home #rowThree .colOne, *html .home #rowThree .colTwo  {
	margin: 0 2.2em 0 0;
}----*/

.home #footer_clear {
  clear: both;
  height: 6.0em;
}
.home #rowThree {
	margin: 1.0em 0.5em;
}

/*---------------------------------------
/*------- Links page customization -----
/*-------------------------------------*/

.linksreadmore {
   line-height: 1.8em;
}

#links #mainContent p.breadcrumb {
	margin-bottom: 0.8em;
}



/*----------------------------------*/
/*   Blank page layout
/*---------------------------------*/

.blank #colOne {
	display: none;
	width: 0px;
	height: 0px;
	float: left;
	overflow: hidden;
}

.blank #colTwo {
	width: 100%;
	clear: both;
}

.blank #mainContent {
	width: 66.0em;
	float: left;
	height: 100%;
	display: inline;
	overflow: hidden;
	background-color: transparent;
	border: dotted #c3c3c3;
	border-width: 0 1px 0 1px;
}

.blank #mainContent img {
	border: none;
	border-width: 0;
	padding: 0;
	margin: auto;
}

/* IE6 customization using star hack - removes ugly dashed line */

* html .blank #mainContent {
	border: solid #c3c3c3;
	border-width: 0 1px 0 1px;
}


.blank #mainContent .spacer {
	height: 7.0em;
}

.blank #mainContent .spacerreturn {
	height: 10.0em;
}

.blank #secondaryContent {
	display: none;
	width: 0px;
	height: 0px;
	float: right;
	overflow: hidden;
}

/*----------------------------------------------------------------*/
/*---------------------links_css---------------------------------*/
/*----------------------------------------------------------------*/


/*-------------------------------------
/* general hover
/*------------------------------------*/

a, a:link, a:visited {
	color: #2E2E4F;
	text-decoration: none;
}

a:hover, a:active {
	color: #91A2A5;
}


/*-------------------------------------
/* accoutMenu links
/*------------------------------------*/

#accountMenu, #accountMenu a {
	color: #D6DBEF; /*#94A3A7*/
	text-decoration: none;
}

#accountMenu a:hover {
	text-decoration: underline;
}

/*----------------------------------------
/*  catMenu links
/*---------------------------------------*/

#catMenu {
	color: #2D3B78;
	line-height: 1.3em;
}

#catMenu a {
	padding-left: 0.3em;
	padding-right: 0.3em; 
	text-decoration: none;
	font-weight: normal;
}

#catMenu a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------
/* color of active category
/* defined by dynamic style definition on individual page
/*-------------------------------------------------------*/

/* #catMenu a.cats {	color: #91A2A5; } */

/*-------------------------------------
/* TAB menu
/*------------------------------------*/

img {
	border: none;
}

#tablist {
	float: left;
	width: 76.0em;
}

#navigation {
	background: transparent;
	border-bottom: 0px solid transparent;
	margin: 1em 0 0;
	padding: 0.6em 0 0;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.01em;
	font-family: verdana, arial, sans-serif;
	float: left;
	width: 76.8em;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	padding: 5px 0 5px;
	text-align: left;
}
#navigation ul li {
	display: inline;
	margin-right: -2px;
}
#navigation ul li a {
	background: url(images/imgs/tableft.gif) no-repeat left top;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0;
}
#intranet #navigation ul li a {
	background: url(images/imgs/tableft_intranet.gif) no-repeat left top;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0;
}
#navigation ul li span {
	background: url(images/imgs/tabright.gif) no-repeat right top;
	padding: 5px 10px 5px 5px;
	margin: 4px 0 4px 4px;
}
#intranet #navigation ul li span {
	background: url(images/imgs/tabright_intranet.gif) no-repeat right top;
	padding: 5px 10px 5px 5px;
	margin: 4px 0 4px 4px;
}

#navigation ul li a:hover span, #intranet #navigation ul li a:hover span {
	text-decoration: none;
	background-position: 100% -75px;
}
#navigation ul li a:hover, #intranet #navigation ul li a:hover {
	background-position: 0 -75px;
}
#navigation .current a, #intranet #navigation .current a {
	background-position: 0 -150px;
	color: #09164E;
}
#navigation .current a span, #intranet #navigation .current a span {
	background-position: 100% -150px;
}

/*----------------------------------------
/*  links in text
/*---------------------------------------*/

#home #rowTwo .wrapper p a, #mainContent p a, #secondaryContent p a {
	text-decoration: underline;
}

#mainContent p.breadcrumb a {
	text-decoration: none;
}


/*----------------------------------------
/*  related entries
/*---------------------------------------*/

/*#secondaryContent #related p {
	padding-top: 0.0em;
	padding-bottom: 0.5em;
	text-indent: -1.0em;
}*/

#secondaryContent #related {
	text-align: left;
}

#secondaryContent #related a {
	font-size: 1.1em;
	text-decoration: none;
}

#secondaryContent #related p {
   font-size: 1.1em;
	letter-spacing: normal;
	line-height: 1.3em;
	padding: 0em 0em 1.0em 1.3em;
	background-image: url(images/imgs/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 0% 5%;
}

/*---- use GIF for IE6 ----*/
*html #secondaryContent #related p {
   font-size: 1.1em;
	letter-spacing: normal;
	line-height: 1.3em;
	padding: 0em 0em 1.0em 1.3em;
	background: url(images/imgs/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0% 5%;
}

/*------------------------------------
/*---- title/link in links page ----*/

#links #mainContent h4 {
	margin-top: -1.0em;
	line-height: 1.6em;
	padding: 0em 0em 0em 1.4em;
	background: url(images/imgs/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0% 75%;
}
/*#links #secondaryContent h4 {
	line-height: 1.3em;
	padding: 0 0 0 1.4em;
	background: url(images/imgs/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0% 5%;
}
#links #mainContent p a, .links #secondaryContent p a {
	text-overflow: clip;
}*/


/*----------------------------------------
/*  form sections
/*---------------------------------------*/

.form #formSections {
	text-align: left;
}

.form #formSections a {
	text-decoration: none;
}

.form #formSections p {
   font-size: 1.2em;
	letter-spacing: normal;
	line-height: 1.3em;
	padding: 0em 0em 1.1em 1.3em;
	background-image: url(images/imgs/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 0% 10%;
}

/*---- use GIF for IE6 ----*/
*html .form #formSections p {
   font-size: 1.2em;
	letter-spacing: normal;
	line-height: 1.3em;
	padding: 0em 0em 1.1em 1.3em;
	background: url(images/imgs/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0% 10%;
}


/*----------------------------------------
/*  rss icon
/*---------------------------------------*/

#footer_content a.rss {
	line-height: 1.3em;
	padding: 0em 0em 1.1em 1.8em;
	background-image: url(images/imgs/rss_icon_sq.png);
	background-repeat: no-repeat;
	background-position: 0% -14%;
}

/*---- use GIF for IE6 ----*/
*html #footer_content a.rss {
	line-height: 1.3em;
	padding: 0em 0em 1.1em 1.8em;
	background-image: url(images/imgs/rss_icon_sq.gif);
	background-repeat: no-repeat;
	background-position: 0% -14%;
}

/*----------------------------------------------------------------*/
/*---------------------arabic_css---------------------------------*/
/*----------------------------------------------------------------*/


/*----------------------------------
/* ARABIC NORMAL bilingual content pages
/*---------------------------------*/

.skipto {
	width: 100%;
	text-align: right;
}
.skipto a {
	padding: 0 1.4em 0 0;
	background: url(images/imgs/arrow_skipto.gif);
	background-repeat: no-repeat;
	background-position: 100% 30%;
}

.more #mainContent .arabicseparator {
	padding-top: 1.0em;
	border-top: 1px dotted #ddd;
	margin-top: 2.0em;
}

#mainContent .arabic h3 { 
	font-family: verdana, arial, sans-serif;
   text-align: right;
	font-size: 2.4em;
	font-weight: bold;
   text-align: right;
	margin-bottom: -0.5em;
	padding-bottom: -0.5em;
} 

#mainContent .arabic h4 { 
	font-family: verdana, arial, sans-serif;
   text-align: right;
	font-size: 2.4em;
	font-weight: bold;
   text-align: right;
	margin-bottom: -0.5em;
	padding-bottom: -0.5em;
} 

#mainContent .arabic p { 
	font-family: verdana, arial, sans-serif;
	font-size: 1.8em;
   text-align: right;
	line-height: 1.4em;
}

#secondaryContent .arabic h4 { 
	font-family: verdana, arial, sans-serif;
   text-align: right;
	font-size: 2.2em;
	font-weight: bold;
   text-align: right;
	margin-bottom: -0.5em;
	padding-bottom: -0.5em;
} 

#secondaryContent .arabic p { 
	font-family: verdana, arial, sans-serif;
	font-size: 1.8em;
   text-align: right;
	line-height: 1.2em;
}

/*--------------------------------
/*  READMORE + Related links
/*--------------------------------*/
#secondaryContent #related .arabic p {
	font-size: 1.8em;
	font-family: verdana, arial, sans-serif;
   text-align: right;
	line-height: 1.3em;
	padding: 0em 1.0em 1.0em 1.0em;
	background-image: url(images/imgs/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 100% 10%;
}

#mainContent .arabic .readmore {
	text-align: left;
	padding: 0;
	margin-left: 0em;
	margin-bottom: 1.6em;
}

#mainContent .arabic .readmore a {
	font-family: verdana, arial, sans-serif;
	font-size: 2.0em;
	padding: 0 1.0em 0 0;
	background: url(images/imgs/arrow_bright_arab.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#secondaryContent .arabic .readmore {
	text-align: left;
	padding-bottom: 0.3em;
	margin-left: 0em;
	margin-bottom: 0.5em;
}

#secondaryContent .arabic .readmore a {
	font-family: verdana, arial, sans-serif;
	font-size: 1.8em;
	padding: 0 1.0em 0 0;
	background: url(images/imgs/arrow_right_arab.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}


/*--------------------------------
/*  LINKS Page
/*--------------------------------*/

#links #mainContent .arabic p { 
	font-size: 1.8em;
	font-family: verdana, arial, sans-serif;
   text-align: right;
	line-height: 1.4em;
} 

#links #mainContent .arabic h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 2.4em; 
	font-weight: bold;
   text-align: right;
	padding: 0 1.0em 0 0;
	margin-bottom: -0.5em;
	background: url(images/imgs/arrow_right_arab.gif);
	background-repeat: no-repeat;
	background-position: 100% 25%;
}

#links #secondaryContent .arabic p { 
	font-size: 1.8em; 
	font-family: verdana, arial, sans-serif;
   text-align: right;
	line-height: 1.4em;
} 


#links #secondaryContent .arabic h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.6em; 
	font-weight: bold;
   text-align: right;
	padding: 0 1.0em 0 0;
	margin-bottom: -0.5em;
	background: url(images/imgs/arrow_right_arab.gif);
	background-repeat: no-repeat;
	background-position: 100% 25%;
}
/*----------------------------------------------------------------*/
/*---------------------text_css---------------------------------*/
/*----------------------------------------------------------------*/

/*----------------------------------------
/*  Font sizes  */

body { 
	font-size: 12px; /* 16px x 62.5% = 10px OR 10px x 2em = 20px */ 
}

a, a:link, a:visited, a:hover, a:active {
	font-size: 1em;
}

h1 { 
	font-size: 1.4em;
} 

h2 { 
	font-size: 1.6em;
}

h3 { 
	font-size: 1.4em; 
}

h4 { 
	font-size: 1.2em; 
}

h5 { 
	font-size: 1.1em; 
}

h6 { 
	font-size: 1.0em; 
}


p { 
	font-size: 1.1em; /* 10px x 1.1em = 11px */
	letter-spacing: 1px;
	line-height: 1.6em;
} 


/*------------------------------------------
/* base text Colours
/*-----------------------------------------*/

body {
	color: #1A1B37;
}

h3, h4 {
	color: #387689;
}

h5, h6 {
	color: #806D54;
}

/*----------------------------------------
/*  footer colours */


#footer #sponsor p {
	color: #1A1B37;
}


/*----------------------------------------
/*  open more customization */


.open #colOne #sectionTitle {
	font-family: tahoma, arial, verdana;
	font-size: 1.3em;
	font-weight: bold;
	color: #1A1B37;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	overflow: hidden;
}


/*----------------------------------------
/*  header text colors */

#masthead #header {
     color:#FFFFFF; 
}

#header h1 {
	color: #fff;
	font-weight: normal;
	line-height: 1.6em;
	font-family: tahoma, verdana, arial, sans-serif;
}

#header h2 {
	color: #387689;
}


/*----------------------------------------
/*  Typography
/*---------------------------------------*/

/*----------------------------------------
/*  Font families */

body {
	font-family: tahoma, verdana, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, verdana, arial, sans-serif;
	text-align: left;
}

a {
	font-family: arial, sans-serif;
}

p {
	text-align: left;
}

.codeblock {
	font-family: verdana, arial, sans-serif;
	font-size: 1.1em;
    text-align: left;
	padding: 0 1.0em 0 1.0em;
}


/*----------------------------------------
/*  header text formatting  */

#header h1 {
	padding-top: 22px;
	padding-left: 8px;
	letter-spacing: 0.3em;
}

#header h3 {
	padding-top: 4px;
	padding-left: 8px;
	letter-spacing: 0.1em;

}


/*----------------------------------------
/*  account menu text formatting  */

#accountMenu {
	font-size: 1.0em;
	font-weight: normal;
}


/*----------------------------------------
/*  catMenu text formatting  */

#catMenu {
	font-size: 1.0em;
	letter-spacing: 1px;
}


/*----------------------------------------
/*  main content text formatting  */

#mainContent p.breadcrumb {
	font-size: 1.0em;
	text-align: left;
	font-weight: bold;
	color: #387689;
}

#mainContent p.breadcrumb a {
	font-size: 1.0em;
	text-align: left;
	font-weight: normal;
	color: #23224A;
}

#mainContent p.breadcrumb a:hover {
   text-decoration: underline;
}

#mainContent p {
	text-align: left;
}

#mainContent h3, #mainContent h4 {
	padding-top: 1.0em;
	padding-bottom: 0.8em;
	letter-spacing: 0.2em;
}

#mainContent h5, #mainContent h6 {
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	letter-spacing: 0.1em;
}

/*----------------------------------------
/*  comment text formatting  */

.postedBy {
	padding-bottom: 0.3em;
	margin-bottom: 1.0em;
	border-bottom: 1px dotted #bbb;
}

/*----------------------------------------
/*  secondary content text formatting  */

#secondaryContent a {
	margin-bottom: 0.5em;
}

#secondaryContent p {
	text-align: left;
}

#secondaryContent h3, #secondaryContent h4 {
	padding-top: 1.0em;
	padding-bottom: 0.5em;
	letter-spacing: 0.1em;
	font-size: 1.2em;
}

#secondaryContent h5, #secondaryContent h6 {
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	font-size: 1.1em;
}

/*-------------------------------
/*--------- links  -------------*/

#links #mainContent p { 
	font-size: 1.1em; /* 10px x 1.1em = 11px */
	letter-spacing: 1px;
	line-height: 1.3em;
} 

#links #secondaryContent p { 
	font-size: 1.1em; /* 10px x 1.1em = 11px */
	letter-spacing: 1px;
	line-height: 1.3em;
} 

#links #mainContent h4 {
	padding-top: 1.2em;
	padding-bottom: 0.1em;
	letter-spacing: 0.1em;
}

#links #secondaryContent h4 {
	padding-top: 0.8em;
	padding-bottom: 0.1em;
	letter-spacing: 0.1em;
	font-size: 1.2em;
}


/*------------------------------------
Do these:
#secondaryContent #related a
#secondaryContent #related p
#secondaryContent #related h3
#secondaryContent #related h4
--------------------------------------*/

.home h3{
	font-size: 1.3em;
	padding: 0 0 0.5em 0;
}

.home #rowOne h3{
	color:  #1A1B37;
}

#footer #footer_content p {
	font-size: 1.0em;
	line-height: 1.6em;
	padding: 0em 0.4em;
}


#footer_content h3 {
   padding: 0 0 0.3em 0;
}

/*--------------------------------------------------------*/
/* -----------form page customization --------------------*/
/*-------------------------------------------------------*/

.form #colOne {
	display: none;
	width: 0px;
	height: 0px;
	float: left;
	overflow: hidden;
}

.form #colTwo {
	width: 100%;
	clear: both;
}

.form #mainContent {
	width: 66.0em;
	float: left;
	height: 100%;
	display: inline;
	overflow: hidden;
	background-color: transparent;
	border: dotted #c3c3c3;
	border-width: 0 1px 0 1px;
}

.form #mainContent img {
	border: none;
	border-width: 0;
	padding: 0;
	margin: auto;
}

/* IE6 customization using star hack - removes ugly dashed line */

* html .form #mainContent {
	border: solid #c3c3c3;
	border-width: 0 1px 0 1px;
}


.form #mainContent .spacer {
	height: 7.0em;
}

.form #mainContent .spacerreturn {
	height: 10.0em;
}

.form #secondaryContent {
	display: none;
	width: 0px;
	height: 0px;
	float: right;
	overflow: hidden;
}


.form h3 strong {
	color: #2D3B78;
	font-weight: bold;
	padding-bottom: 1.0em;
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	font-variant: small-caps;
}

.form p {
	line-height: 1.2em;
	padding-top: 0.6em;
}

.form span.instructions {
	margin-bottom: 0.8em;
}


/*------------------------------
/* Form tab menu */

.form #navigation .current a {
	background-position: 0 0px;
}

.form #navigation .current a span {
	background-position: 100% 0px;
}


#navigation .formcurrent a, #intranet #navigation .formcurrent a {
	background-position: 0 -150px;
	color: #09164E;
}
#navigation .formcurrent a span, #intranet #navigation .formcurrent a span {
	background-position: 100% -150px;
}


/*------------------------------
/* Form cat menu */

.form #catMenu ul {
   margin-right: 85px;
	border: 0px; 
}

.form #catMenu li {
	float: right;
}

.form #catMenu li.label {
	list-style-type: none;
	font-weight: bold;
}

.form #catMenu li a {
	padding: 0em 0.4em 0em 0.4em;
}

.form #catMenu li.current a {
   text-decoration: underline;
}


/*-------------------------------
/*   Formatting Buttons
--------------------------------- */

.form #buttons {
	background-image: url(images/imgs/bgnd_top_line_dark.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 10px 0px 10px 0px;
	padding: 7px 5px 12px 5px;
	text-align: left;
}

.form #mainContent form #buttons span.select, a.select {
   font-size: 1.1em;
	font-weight: bold;
}

form .buttonInsert .itemWrapper .smallLinks {
	padding-bottom: 7px;
	font-size: 1.1em;
}

/*--- adjust size for IE6 ---*/

*html .form #mainContent form #buttons span.select, a.select {
   font-size: 0.7em;
	font-weight: bold;
}

*html .form #mainContent form #buttons span.maxwidth {
   font-size: 0.7em;
	font-weight: normal;
}


*html .form #mainContent form #buttons a.select:hover {
   font-size: 0.7em;
	font-weight: bold;
}

*html form .buttonInsert .itemWrapper .smallLinks {
	padding-bottom: 7px;
	font-size: 0.7em;
}

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

.form #mainContent input {
	height: 16px;
	font-size: 1.2em;
}

.form #mainContent input.submit {
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	padding:  -0.2em 0em 0.2em 0em;
	font-family: "Courier New", Courier, monospace;
	float: left;
}

.form #mainContent textarea {
	font-size: 1.2em;
}

.form select {
	min-width: 150px;
}

.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
	}

.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
	}

.htmlButtonOutterL {
	border-left: #333 1px solid;
	}

.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
	}

.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOff a:link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOff a:visited {
	text-decoration: none;
	}

.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOn a:visited {
	text-decoration: none;
	}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonA a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonA a:visited {
	text-decoration: none;
	}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonB a:visited {
	text-decoration: none;
	}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
	}

	
/*------------------------------
/*---------- LOGIN Form --------
/*------------------------------*/

.form .login #mainContent form p {
	padding-bottom: 0.5em;
	font-size: 1.2em;
}


/*-----------------------------------
/* Form page sitemap customization */

.form .ifxElement {
	width: 90%;
	background-color: transparent;
	margin: 0px 0px 3px 0px;
	text-align: center;
	overflow: hidden;
	display: none;
}

.form .ifx_colOne, .ifx_colTwo, .ifx_colThree {
	float: left;
	width: 27%;
	padding:	 0.5em;
	text-align: left;
	margin-left: 2.0em;
}
/*--------------------------------------------------------*/
/* -----------search page customization --------------------*/
/*-------------------------------------------------------*/
body.search {
	text-align: left;
}
.search .wrapper {
	width: auto;
}
.search #accountMenu {
	height: 1.6em;
	padding: 0.3em 2.0em 0.3em 0em;
	background-image: url(images/imgs/bgnd_accountMenu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: right;
}
.search #accountMenu, #accountMenu a {
	color: #D6DBEF;
	text-decoration: none;
	font-size: 1.0em;
}
.search #accountMenu a:hover {
	text-decoration: underline;
}
.search #accountMenu #status {
	float: left;
	margin-left: 2.0em;
}
.search #pageheader {  
 background-image: url(images/imgs/bgnd_masthead.jpg);
 background-position: top;
 background-repeat: repeat-x;
 padding:  2.0em 0;
}
.search .heading h1 {
   display: none;
}
#advsearch .heading {
	height: 1.8em;
	background-image: url(images/imgs/title_search.gif);
	background-repeat: no-repeat;
	background-position: 6% 22%;
}
#results .heading {
	height: 1.8em;
	background-image: url(images/imgs/title_searchresults.gif);
	background-repeat: no-repeat;
	background-position: 6% 22%;
}
.search #content {
 left:				0px;
 right:				1.0em;
 margin:				1.0em 2.5em;
 padding:			0.8em 0 0 0;
}

.search .outerBorder {
 border:		0px solid #4B5388;
 background-image: url(images/imgs/bgnd_bttm_line.gif);
 background-repeat: repeat-x;
 background-position: bottom;
 background-color: #fff;
}
.search .header {
 margin:			0 0 1.4em 0;
 padding:			0.2em 0;
 border:			1px solid #000770;
 background-color:	#797EB8;
 text-align:		center;
}
.search h1 {
 font-family:		Georgia, Times New Roman, Times, Serif, Arial;
 font-size: 		2.0em;
 font-weight:		bold;
 letter-spacing:	0.05em;
 color:				#fff;
 margin: 			0.3em 0;
 padding:			0 0 0 1.0em;
}
.search p {
 font-family:	Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:		1.1em;
 font-weight:	normal;
 color:			#505467;
 background:	transparent;
 margin: 		0.6em 0;
}
.search .searchSubmit {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1.1em;
 color:             #505467;
 text-align: center;
 padding:           0.6em 1.0em 0.6em 0.6em;
 border-top:        1px solid #CDCDCD;
 border-bottom:     1px solid #CDCDCD;
/* background-color:  #C6C9CF; */
}
.search .fieldset {
 border:        1px solid #999;
 padding: 10px;
}
.search .breadcrumb {
 text-align: 		left;
 margin:			0 0 1.0em 0;
 background-color:	transparent;
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			1.0em;
}
.search .default, .defaultBold {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			1.1em;
 color:				#505467;
 padding:			0.3em 0;
 background-color:	transparent;
}
.search .defaultBold {
 font-weight:		bold;
}
.search .paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			1.1em;
 font-weight: 		normal;
 letter-spacing:	0.1em;
 padding:			1.0em 0.6em 1.0em 0.4em;
 margin:			0;
 background-color:	transparent;
}
.search .pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			1.0em;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}
.search .tablePad {
 padding:			0.3em 0.3em 0.5em 0.3em;
 background-image: url(images/imgs/bgnd_top_line.gif);
 background-repeat: repeat-x;
 background-position: top;
}
.search #results .tablePad {
 padding:			0.3em 0.3em 0.5em 0.3em;
 background-image: url(images/imgs/bgnd_top.gif);
 background-repeat: repeat-x;
 background-position: top;
}
.search #results .tablePad table {
 background-color: #D5D8EE;
 margin-top: -0.3em;
}
.search .resultRowOne {
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 1.1em;
	color: #505467;
	padding: 0.6em 0.6em 0.6em 0.8em;
	background-color: #EAEDFC;
}
.search .resultRowTwo {
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 1.1em;
	color: #505467;
	padding: 0.6em 0.6em 0.6em 0.8em;
	background-color: #fff;
}
.search .resultHead {
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #505467;
	padding: 0.8em 0 0.8em 0.8em;
/*	border-bottom: 1px solid #999;*/
	background-color: #EDF8F6;
}
.search form {
 margin:            0;
 padding:           0;
 border:            0;
}
.search .hidden {
 margin:            0;
 padding:           0;
 border:            0;
}
.search .input {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1.1em;
 height:            1.7em;
 padding:           0;
 margin:        	0;
} 
.search .textarea {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1.1em;
 padding:           0;
 margin:        	0;
}
.search .select {
 background-color:  #fff;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1.1em;
 font-weight:       normal;
 letter-spacing:    0.1em;
 color:             #333;
 margin-top:        0.2em;
 margin-bottom:     0.2em;
} 
.search .multiselect {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 background-color:  #fff;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1.1em;
 margin-top:        0.2em;
 margin-top:        0.2em;
} 
.search .radio {
 color:             transparent;
 background-color:  transparent;
 margin-top:        0.4em;
 margin-bottom:     0.4em;
 padding:           0;
 border:            0;
}
.search .checkbox {
 background-color:  transparent;
 color:				transparent;
 padding:           0;
 border:            0;
}
.search .submit {
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border-top: 1px solid #989AB6;
	border-left: 1px solid #989AB6;
	border-right: 1px solid #434777;
	border-bottom: 1px solid #434777;
	letter-spacing: 0.1em;
	padding: 0.1em 0.3em 0.2em 0.3em;
	margin: 0;
	background-color: #F0F2FD;
	color: #505467;
}
a.skip-link{display:none;}