/* These style rules ensures that web browser default settings are reset to a common value */
/* This is to ensure similar default settings on different browsers */
/* These should not be changed*/
/* DO NOT CHANGE */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
    	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color:#e6e6e6;
}
/* DO NOT CHANGE */
body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #004797;
	text-decoration: underline;
}
/* DO NOT CHANGE */
body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #79AAD6;
	text-decoration: underline;
}
/* DO NOT CHANGE */
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #004797;
	margin-bottom: 7px;
}
/* DO NOT CHANGE */
div#textBody h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}
/* DO NOT CHANGE */
div#textBody h2 a:hover
{
    	color: #000000;
}
/* DO NOT CHANGE */
div#textBody h2 a{ 
	text-decoration:none; 
	color: #000000;
}
/* DO NOT CHANGE */
p { 
	margin: 0px 0px 10px 0px;
}
/* DO NOT CHANGE */
a img{
	border: 0px;
}
/* DO NOT CHANGE */
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
/* DO NOT CHANGE */
select
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;	
}

/*Helper classes to fix the layout. */
/*Use to avoid the use of inline styles*/
.floatclear { 
	clear:both; 
	float:none; 
}
.floatstop { 
	float:none; 
}

/*This sets the background colour for the whole page, ie. Light gray DO NOT CHANGE*/
#bgHolder{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}

/*holds the main contents of the page, sets the border colours and centers the page*/
#container {	
			margin: auto auto; /*This centers the page */
			width: 768px;
			border: solid 1px #999999;
			position: relative;
			text-align: left;
			top: 20px; /*Sets the distance from the top of the page*/
			height: 100%;
			background-position: center;
			background-color: #ffffff;
		}
		.floatclear { 
			clear:both; 
			float:none; 
		}

		.header { 
			background-color: #004797; 
			border-bottom: solid 1px #ffffff;
		}
		.header .rsmInternationalLogo {
			width: 39px;
			height: 26px;
			float:right;
			margin: 6px 18px 0px 0px;
		}
		.header .rsmLogo {
			width: 274px;
			height: 26px;
			float:left;
			margin: 6px 0px 0px 15px;
		}
        .header .languageOptions {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #FFFFFF;
			font-weight:bold;
			text-align: right;
			padding: 6px 13px 0px 18px;
			
		}
		.languageOptions a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #FFFFFF;
			text-decoration:none;
			padding-top: 4px;
		}
		.languageOptions a img {
			margin:0px;
			padding:0px 5px 0px 0px;
		}
		.languageOptions a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #FFFFFF;
			text-decoration:underline;
		}
		.search {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #FFFFFF;
			font-weight:bold;
			float:left;
			margin: 6px 0px 0px 180px;
		}
		
		.search .buttonGo {
			width:25px;
			height:18px;
			background: url(../templates/images/go_button.gif) no-repeat;
			cursor:pointer;
			border:0;
		}
		.menuOptions {
			text-align:right;
			padding: 8px 18px 10px 18px;
		}
		.menuOptions ul { 
			float:right; 
			margin: 0px; 
			padding: 0px; 
			list-style: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px; 
		} /*Define the list style for the navigation */
		.menuOptions li {  /*Define the list item style for the navigation, each item is seperated by a dividing line */
			float: left;
			background-image: url(../templates/images/topmenudivider.gif);
			background-repeat: no-repeat;
			margin: 3px 0px 0px 0px;
			padding: 0px 0px 0px 11px;
		}
               .menuOptions li:first-child {  /*Define the list item style for the navigation, each item is seperated by a dividing line */
			float: left;
			background:none;
			margin: 3px 0px 0px 0px;
			padding: 0px 0px 0px 11px;
		}
		.menuOptions li a { 
			font-size:11px; 
			font-weight: bold; 
			color: #ffffff; 
			text-decoration: none;
		}
		.menuOptions li a:hover { 
			font-size:11px; 
			color: #ffffff; 
			text-decoration: underline; 
			font-weight: bold;
		}
		.noLine{ 
			background-image: none !important; 
		} /*DO NOT CHANGE Use this class on the first menu item to remove the divider line */
/*End of the header styles*/

/*DO NOT CHANGE This is the style that sets up the main body of the page*/
#mainPanel {
	margin-top: 4px;
	padding-left: 11px;
    width: 745px;
	margin-bottom: 3px;
}

/*Sets up the position of the right hand panel that holds the menus and the adverts*/
#rightPanel { 
	width: 219px; /*If this is changed then the textBody may also have to be modified. It is recommended to leave this as is*/	
	float:right; /* DO NOT CHANGE */
}

/*sets up the font information for the right hand menu*/
.rightmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.rightmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.rightmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


/* This sets up the margins and the padding for the right hand menu*/
#rightMenu ul{
	list-style-type: none;
        list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-top:0; background-color: #E5ECF4; 
}

/*Each list item in the menu is a menu option, this cascading style will set up each menu option*/
/* with the double shevron and the bottom border set the blue to act as the seperator*/
#rightMenu li{
	background-image: url("../templates/images/doubleShevronBig.gif");
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	border-style: solid;
	border-width: 0px 0px 1px;
	border-color: #13438D;
}

/*This can be applied to an <li> to set the menu option to be*/
/*the darkest shade of blue, which should be reserved for the home link*/
.rightMenuLevel0{ background-color: #99B5D5;  list-style-type:none; }

/*This can be applied to an <li> to set the menu option to be */
/*a darker shade of blue, which can be used for a featured item */
.rightMenuLevel1{ background-color: #BFD1E5;  list-style-type:none; }

/*This can be applied to an <li> to set the menu option to be */
/*the lightest shade of blue, this should be used for the currently selected item*/
.rightMenuLevel2{ background-color: #E5ECF4;  list-style-type:none; }



/* This sets up the sub menu for the right hand menu. */
/* The sub menu displays the contents of a menu item. */
#rightMenu ul ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 11px;
}

 /* sets up the link colours for the sub menu items*/
#rightMenu ul ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 11px;
}
#rightMenu ul ul a:hover { 
	text-decoration:underline; 
}

/*The sub menu items should display differently from the main items*/
/*This cascading style uses a different shevron image and does not have a seperator for each item*/
#rightMenu li li {
	background-image: url("../templates/images/smallShevron.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:9px;
	border-style: none;
}

/*This style should be used for the currently selected sub item*/
/*These three styles will colour the menu option so the user knows which is selected*/
#rightMenu ul ul .rightMenuPageSelected {
	font-weight: bold;
	color: #004797;
}
#rightMenu ul ul .rightMenuPageSelected a {
	font-weight: bold;
	color: #004797;
}
#rightMenu ul ul .rightMenuPageSelected a:hover { 
	text-decoration: underline; 
}


/* right hand menu classes end */

/*Specifically holds all the adverts*/
#adPanel { 
	margin-top: 5px;
	width: 219px; /*Can be enlargened if required. Containing DIVs will also need to be expanded*/
	left: 20px; 
}

/* DO NOT CHANGE */
#adPanel img{ 
	padding-bottom: 8px; 
}

/*DO NOT CHANGE Sets the top boxes that appear just under the page banner */
.topBoxes
{
	width: 515px;
	height: 28px;
	margin-bottom: 10px;
}

/*This is the holder for the main body of text*/
#textBody{ 
	width: 500px; /*Can be chanegd to make the body text wider. All outer DIVs will have to be expanded. Not recommended*/
	padding-bottom:10px; 
}

/*Sets up the styles so that any unordered list will have the blue square bullet points*/
#textBody ul { 
	list-style-image: url(../templates/images/bluebullet.gif); 
	padding-top:0px;
}
/*body border*/
#mainBodyHome{ width: 520px; }

/*Sets up the boxes for the home page*/
.homeMainText{ font-weight: bold; margin-top: 0px; margin-bottom: 10px; margin-left: 6px; margin-right: 6px;}

.homeBoxes{ 
	margin-top: 5px; 
	width:520px; /*Can be expanded along with outer divs, but not recommended*/
}
/*Holds an entire box of information on the homepage including header and list*/
.homeBox{ 
	float: left; 
	width: 253px; /*Can be expanded along with containing elements, but not recommended*/
}
/*This is used to add extra horizontal space between the boxes*/
.homeBoxSpacer { 
	height: 15px; 
	width:7px; /*Can be expanded, but not recommended*/
	float:left; 
}
/*DO NOT CHANGE This will set up the header including setting the image used in the background*/
.homeBoxHeader { 
	background-image: url(../templates/images/columnheader.jpg); 
	background-repeat: no-repeat; 
}

/*DO NOT CHANGE This adds in a background image in the middle of the div which will act as a seperator*/
.homeBoxSeperator { 
	background-image: url(../templates/images/homelinkdivider.gif); 
	background-position:center; 
	background-repeat: repeat-y; 
}

/*DO NOT CHANGE Thse set the style of the homepage box headings*/
.frontheaders {
	font-size: 12px;
	font-weight: bold;
	color: #004797;
	height:22px;
	padding: 3px 0 0 7px;
}
.frontheaders a  {
	font-size: 12px; 
	font-weight: bold; 
	color: #004797; 
	text-decoration: none; 
}
.frontheaders a:hover  {
	font-size: 12px; 
	font-weight: bold; 
	color: #004797; 
	text-decoration: underline; 
}
 /*DO NOT CHANGE Sets up the link styles for the boxes on the homepage*/
.frontlinks 
{
	font-size: 11px;
	color: #333333;
	list-style-image: url(../templates/images/bluebullet.gif);
	padding-left:20px;
	border-left: 10px;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
	list-style-position: outside;
}

/*DO NOT CHANGE*/
.frontlinks li{	padding-left: 0px; }

/* DO NOT CHANGE */
.frontlinks a {	
	font-size: 11px; 
	color: #333333; 
	text-decoration: none; 
}
/* DO NOT CHANGE */
.frontlinks a:hover { 
	font-size: 11px; 
	color: #004797; 
	text-decoration: underline; 
}

/*end of the homepage boxes*/

/*Sets up the styles for the boxes that may appear at the bottom of content pages for related news and downloads*/

/*related news*/

/* DO NOT CHANGE sets up the positioning of the box*/
#bodyListBox{ 
	float: left; 
	margin-right: 15px; 
}

/* DO NOT CHANGE this is piece 1 of 3 for the listbox and contains the header only*/
.bodyListBoxHeader{
	background-image: url(../templates/images/linkboxtop.jpg);
	width: 254px;
	padding-left: 11px;
	padding-top: 3px;
}

/* DO NOT CHANGE this is piece 2 of 3 for the listbox and contains the actual list*/
.bodyListBoxBody{
	background-image: url(../templates/images/linkboxfiller.gif);
	width: 265px;
}
/* DO NOT CHANGE this is piece 3 of 3 for the listbox and contains the footer only*/
.bodyListBoxFooter{
	background-image: url(../templates/images/linkboxbase.gif);
	background-repeat: repeat-x;
	width: 265px;
	height: 4px;
	margin-bottom: 10px;
}

/* DO NOT CHANGE this is the list inside of the listbox*/
.bodyListList ul{
	list-style-image: url(../templates/images/bluebullet.gif);
	padding-left:26px;
	border-left: 0px;
	margin: 0px 0px 0px 0px;
	list-style-position:outside;
	width: 235px;
}
/* DO NOT CHANGE styles for each of the list items in the list box*/
.bodyListList li { padding-bottom: 3px;}
.bodyListList li a{ font-size:11px; }
.bodyListList li a:hover{ font-size:11px; }

/*downloads*/

/* Sets the position of the downloadables box */
#downloadables{	
	float: left; 
	width: 225px; /*Can be changed, not recommended*/
}

/* DO NOT CHANGE the list item inside the downloads box */
#downloadables ul{
	list-style-type: none;
	padding-left:0px;
	border-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* DO NOT CHANGE styles for each of the list items in the downloads*/
#downloadables li{
	background-image: url(../templates/images/donwloadables_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
/* DO NOT CHANGE each download will usually have a file type image associated with it*/
/* This will place the image as designed. The image size should be 16x16 pixels to work properly*/
#downloadables li img{
	margin-top:5px;
	margin-right: 7px;
	margin-bottom:5px;
	vertical-align: middle;
	border: none;
}

/*end of downloads and related news boxes*/

/*The pagelinks styles are an alternative to the H tags where they arent deemed appropriate*/

/*pageLinksL1 is a size 12 Bold font*/
.pagelinksL1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.pagelinksL1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.pagelinksL1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/*pageLinksL1 is a size 11 Bold font*/
.pagelinksL2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.pagelinksL2 a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;    
	text-decoration: none;
}
.pagelinksL2 a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;    
	text-decoration: underline;
}

/*pageLinksL1 is a size 11 Normal font*/
.pagelinksL3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 12px;
}
.pagelinksL3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 12px;	
	text-decoration: none;
}
.pagelinksL3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;	
	text-decoration: underline;
}

/*End of pagelink styles*/

/*DO NOT CHANGE this style sets up the footer (the blue bar at the bottom of the page)*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004797;
	padding: 4px 14px 4px 14px;
	clear: both;
}
.footer a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover { font-weight: bold; color: #FFFFFF; font-size: 11px;}
.footer .Legal{ float:right; }

/*This centers the disclaimer and fixes its layout*/
.disclaimer 
{
    
	margin: auto auto;
	width: 768px;
	position:relative;
	top: 24px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
	background-color: #e6e6e6;
}

/* Contact Form */

#contact-form legend {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}

#contact-form label{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        display: block;
        margin-top: 5px;
}

#contact-form span{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        display: block;
        float: left;
        width: 100px;
        padding: 4px 0px 0px 0px;
}

#contact-form input{
margin-bottom: 2px;
float: none;
width:  360px;
}

#contact-form textarea{
margin-bottom: 2px;
float: none;
width:  360px;
height: 100px;
}

#contact-form input.send{
clear: both:
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
       width: 60px;
       height: 24px;
      color: #FFFFFF;
	background-color: #004797;
    border: 0;
   cursor: pointer;
   margin: 0px 0px 0px 200px;
    
}

span.erro {
clear: both:
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        color: red;
        padding-left: 20px;
       background: url(../templates/images/16-message-warn.png) no-repeat; 
}
