
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;	
	line-height: 1.5;
}

body#bd {
	color: #000000;
	margin-top: 5px;
	background: #ffffff; /* f1f1f1 */ 
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #005283;
	text-decoration: none;
}

a:hover, a:active{
	color: #005283;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
	color: #000000;
}


/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan,
#ja-topnav, #ja-pathway, #ja-subnav, #ja-footer, #ja-col1, #ja-col2, #ja-botsl {
	font-size: 92%;
}

img {
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

/* Heading */
h1 {font-size: 150%;}
h2 {font-size: 120%;}
h3 {font-size: 110%;}
h4 {font-size: 100%;}

p, pre, blockquote, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	margin: 0 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(/images/bullet-red.gif) no-repeat 1px 8px;
	padding-left: 12px;
	margin-bottom:2px;
}

ul ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul li {
	background: url(../images/arrow.png) no-repeat 2px 8px;
	padding-left: 12px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .form_button {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
	font-size: 100%;
}

.form_button {
	cursor:pointer;
	border:outset 1px #cccccc;
	background:#999;
	color:#333333;
	font-weight:bold;
	padding:0px 10px 0;
	background:url(../images/formbg.gif) repeat-x left top;
	width:auto;
	overflow:visible;
}

* html .form_button { /*IE 6*/
	padding: 0 10px !important;
}

*+html .form_button { /*IE 7*/
	padding: 0 10px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	background: url(../images/dot.gif) repeat-x center;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #333333;
	padding: 4px 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	background: url(../images/dot.gif) repeat-x bottom;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/arrow.png) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #E6E6E6;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/arrow.png) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	font-size: 200%;
	border-bottom: 1px solid #EEEEEE; 
	margin: 0 0 15px;
	padding: 5px 0;
	color:#CE0B0B;
}

.contentdescription {
	padding-bottom: 30px;
}

h1.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	font-size: 150%;
	color:#CE0B0B;
}

h2.contentheading {
	margin: 0;
	padding: 0;
	font-size: 130%;
	color:#333333;
}

table.blog .contentheading {
	font-size: 175%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	text-align: center;
	color: #FFFFFF;
	background: url(../images/readon-bg.gif) no-repeat center left #CC0000;
	width: 90px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	float:right;
}

a.readon:hover, a.readon:focus, a.readon:active {
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
	color: #999999;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	background: #EEEEEE;
	color: #000000;
	border: 1px solid #DDDDDD;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #CC0000;
	color: #FFFFFF;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #666666;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	/*margin: 0 0 18px;*/
	/**margin: 0 0 10px;*/
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #999999;
}

.createby {
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	/*background: url(../images/vline.gif) no-repeat right;*/
}

.modifydate {
	width: 100%;
	display: block;
	color: #CC0000;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}

.article-section a {
	color: #999999;
}

.article-category a {
	color: #999999;
}

div.buttonheading {
	position: absolute;
	top: 0;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 970px;
	margin: 0 auto;
}

.narrow #ja-wrapper {
	width: 760px;
	margin: 0 auto;
}


#ja-container {}

#ja-mainbody {
	width: 78%;
	float: left;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 72%;
	background: url(../images/content-center.gif) repeat-y center;
}

#ja-content-top {
	background: url(../images/content-top.gif) no-repeat center top;
}

#ja-content-bot {
	background: url(../images/content-bot.gif) no-repeat center bottom;
}

.narrow #ja-content {
	background: url(../images/content-center-n.gif) repeat-y center;
}

.narrow #ja-content-top {
	background: url(../images/content-top-n.gif) no-repeat top center;
}

.narrow #ja-content-bot {
	background: url(../images/content-bot-n.gif) no-repeat bottom center;
}

#ja-current-content {
	padding: 20px 20px 10px;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 28%;
}

#ja-col1 div.ja-innerpad {
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 22%;
}

#ja-col2 div.ja-innerpad {

}

/*common style for column*/


/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
	padding: 0;
	margin: 0;
	clear: both;
}

/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 22%;
}

#ja-containerwrap-fr #ja-content {
	width: 78%;
	background: url(../images/content-center2.gif) repeat-y center;
}

#ja-containerwrap-fr #ja-content-top {
	background: url(../images/content-top2.gif) no-repeat center top;
}

#ja-containerwrap-fr #ja-content-bot {
	background: url(../images/content-bot2.gif) no-repeat center bottom;
}

.narrow #ja-containerwrap-fr #ja-content {
	background: url(../images/content-center2-n.gif) repeat-y center;
}

.narrow #ja-containerwrap-fr #ja-content-top {
	background: url(../images/content-top2-n.gif) no-repeat center top;
}

.narrow #ja-containerwrap-fr #ja-content-bot {
	background: url(../images/content-bot2-n.gif) no-repeat center bottom;
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
	background: url(../images/content-center2.gif) repeat-y center;
}

#ja-containerwrap-fl #ja-content-top {
	background: url(../images/content-top2.gif) no-repeat center top;
}

#ja-containerwrap-fl #ja-content-bot {
	background: url(../images/content-bot2.gif) no-repeat center bottom;
}

.narrow #ja-containerwrap-fl #ja-content {
	background: url(../images/content-center2-n.gif) repeat-y center;
}

.narrow #ja-containerwrap-fl #ja-content-top {
	background: url(../images/content-top2-n.gif) no-repeat center top;
}

.narrow #ja-containerwrap-fl #ja-content-bot {
	background: url(../images/content-bot2-n.gif) no-repeat center bottom;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
	background: url(../images/content-center1.gif) repeat-y center;
}

#ja-containerwrap-f #ja-content-top {
	background: url(../images/content-top1.gif) no-repeat center top;
}

#ja-containerwrap-f #ja-content-bot {
	background: url(../images/content-bot1.gif) no-repeat center bottom;
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 20px;
	padding-right: 20px;
}

.narrow #ja-containerwrap-f #ja-content {
	background: url(../images/content-center1-n.gif) repeat-y center;
}

.narrow #ja-containerwrap-f #ja-content-top {
	background: url(../images/content-top1-n.gif) no-repeat center top;
}

.narrow #ja-containerwrap-f #ja-content-bot {
	background: url(../images/content-bot1-n.gif) no-repeat center bottom;
}

/* MODULE
--------------------------------------------------------- */
div.module h3,
div.module_text h3,
div.module_menu h3,
div.module_hilite h3,
div.ja-box-br h3 {
	margin: 0 0 5px;
	padding: 8px 0 2px 5px;
	font-size: 130%;
	/*color:#CE0B0B;*/
	color:#474747;
	background:#ffffff;
}

div.module,
div.module_text,
div.module_menu,
div.module_hilite,
div.ja-box-br {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right #FFFFFF;
	overflow: hidden;
}

div.module div,
div.module_text div,
div.module_menu div,
div.module_hilite div,
div.ja-box-bl {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div,
div.ja-box-tr {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div,
div.ja-box-tl {
	padding: 4px 3px 4px 4px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.ja-box-ct {
	background:  url(../images/box-bg.gif) repeat-x top left !important;
	padding: 10px 10px !important;
}

div.module div.ja-box-ct {
	background: #DFECF8 url(../images/box-bg-1.gif) repeat-x top left !important;
	padding:5px 5px !important;
}

div.module_menu div.ja-box-ct {
	background: #DFECF8 url(../images/box-bg-1.gif) repeat-x top left !important;
	padding:2px 0px !important;
}




div.module_menu  div.ja-box-ct div.readmore {
	background:transparent url(../images/formbg.gif) repeat-x scroll left top;
	border:1px outset #CCCCCC;
	cursor:pointer;
	float:right;
	height:18px;
	margin:2px 5px 2px 0;
	padding:2px 10px 0px 10px;
	text-align:center;	
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

div.module_menu  div.ja-box-ct div.readmore a {
	font-weight:bold;
	color:#333333;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	padding-left: 13px;
	background-position: 5px 7px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	line-height: normal;
	position: relative;
	padding: 0px 0 0;
	z-index: 999;	
	width:100%;
	height:135px;
}

div.top-background {
	background: url(../images/header-background.jpg) no-repeat center #ffffff;
	height: 105px;
}

div.logo, div.logo-text {
	margin: 0 15px ;
	padding: 20px 0px;
	width: 220px;
	height: 58px;
}

div.logo a {
	width: 220px;
	height: 58px;
	display: block;
	/*background: url(../images/logo-canadavisa.png) no-repeat center;*/
}

div.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text-container {
	width: 250px;
	height: 88px;
	background:transparent url(../images/logo_box_bg.png) no-repeat scroll center 20px;
	padding-top:20px;
}

div.logo-text-container #top_logo {
	background:transparent url(../images/leaf.png) no-repeat scroll 185px 10px;
	line-height:normal;
	margin:7px 18px;
	padding:10px 10px 0;
	text-align:left;
	width:220px;
}

div.logo-text-container #top_logo a {
	color:#000000;
	font-family:Verdana,Arial,sans-serif;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.site-slogan {
	color: #000000;
	margin: 0 0 0px 0px;
	padding: 0;
	letter-spacing: 1px;
}

.site-slogan  a {
	font-family:Arial,Verdana,sans-serif;
	color: #000000;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}

#ja-topnav {
	position: absolute;
	top: 10px;
	right: 5px;
}

#ja-topnav ul {
	margin: 0;
	padding: 2px 0;
}

#ja-topnav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-topnav li a {
	display: inline;
	padding: 0 10px;
}

#ja-topnav ul.jflanguageselection {
	margin: 0;
	padding: 2px 0;
}

#ja-topnav ul.jflanguageselection li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-topnav ul.jflanguageselection li a {
	display: inline;
	padding: 0 10px;
	font-weight:bold;
}

/*  Campbell Logo - added by SP*/
#ja-right-logo {	
	position: absolute;
	right: 10px;
	top: 30px;
	height: 40px;
	width: 192px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	padding: 0;
	background: url(../images/grad-4.gif) repeat-x top #DFECF8;
	width: 100%;
	position: relative;
	height:30px;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
	line-height: normal;
}

#ja-subnav {
	background: #FFFFFF;
	clear: both;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-subnav a {
	display: block;
	float: left;
	outline: none;
	padding: 7px 15px 5px;
	margin: 0;
	text-decoration: none;
	background: url(../images/vline.gif) no-repeat left 9px;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	text-decoration: underline;
}

#ja-subnav li.active a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* SubNav Left */
#ja-mainnav-left a, #ja-subnav a {
	outline: none;
	line-height: normal;
}

#ja-subnav-left {
	background: #FFFFFF;
	clear: both;
}

#ja-subnav-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#ja-subnav-left li {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#ja-subnav-left a {
	display: block;
	outline: none;
	padding: 4px 10px 4px 18px;
	margin: 0;
	text-decoration: none;
	color: #005283;
	background: url(../images/arrow.png) no-repeat 10px 9px;
	font-weight:bold;
	font-size:12px;
}

#ja-subnav-left a:hover,
#ja-subnav-left a:active,
#ja-subnav-left a:focus {
	color: #CC0000;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 10px 9px #F7F7F7;
}

#ja-subnav-left li.active a {
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 10px 9px #F7F7F7;
	color: #CC0000;
}


/*******************************/


/* breadcrumbs */
#ja-pathway {
	color: #999999;	
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway img {
	margin: 1px 5px;
}

#ja-pathway .breadcrumbs  {
	display: block;	
	padding: 7px 10px 5px;
}

/* Default Joomla! Menu
--------------------------------------------------------- */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	/* border-bottom: 1px solid #F1F1F1; */
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 4px 10px 4px 18px;
	margin: 0;
	text-decoration: none;
	color: #005283;
	background: url(../images/arrow.png) no-repeat 10px 9px;
	font-weight:bold;
	font-size:12px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #CC0000;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 10px 9px #F7F7F7;
}

ul.menu li.active a {
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 10px 9px #F7F7F7;
	color: #CC0000;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none;
	padding: 0;
}

ul.menu li li a {
	border: none;
	padding: 5px 5px 5px 35px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/arrow.gif) no-repeat 25px 10px #F7F7F7 !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #CC0000;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #CC0000;
	font-weight: bold;
}

ul.menu li li li a {
	color: #000000 !important;
	font-weight: normal !important;
	padding-left: 45px !important;
	background: url(../images/arrow.png) no-repeat 35px 10px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* Left Menu - Custom - Added by SP
--------------------------------------------------------- */
ul.menu_left {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu_left li {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	/* border-bottom: 1px solid #F1F1F1; */
}

ul.menu_left li a {
	display: block;
	outline: none;
	padding: 5px 6px;
	margin: 0;
	text-decoration: none;
	font-weight:bold;
	color: #005283;
	/*background: url(../images/arrow.png) no-repeat 16px 12px;*/
}

ul.menu_left li span {
	padding-left: 4px;	
}

ul.menu_left li img {
		
}


ul.menu_left li a:hover,
ul.menu_left li a:active,
ul.menu_left li a:focus {
	color: #CC0000;
	text-decoration: none;
	/*background: url(../images/arrow.gif) no-repeat 16px 12px #F7F7F7;*/
}

ul.menu_left li.active a {
	font-weight: bold;
	/*background: url(../images/arrow.gif) no-repeat 16px 12px #F7F7F7;*/
	color: #CC0000;
}

ul.menu_left li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu_left li li {
	border: none;
	background: none;
	padding: 0;
}

ul.menu_left li li a {
	border: none;
	padding: 5px 5px 5px 35px !important;
	text-transform: none;
	font-weight: normal !important;
	/*background: url(../images/arrow.gif) no-repeat 25px 10px #F7F7F7 !important;*/
}

ul.menu_left li li a:hover,
ul.menu_left li li a:active,
ul.menu_left li li a:focus {
	color: #CC0000;
	text-decoration: underline;
}

ul.menu_left li li.active a {
	color: #CC0000;
	font-weight: bold;
}

ul.menu_left li li li a {
	color: #000000 !important;
	font-weight: normal !important;
	padding-left: 45px !important;
	/*background: url(../images/arrow.png) no-repeat 35px 10px !important;*/
}

ul.menu_left li li li.active a {
	font-weight: bold !important;
}

/* Footer Menu - Custom - Added by SP
--------------------------------------------------------- */
ul.menu_footer {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.menu_footer li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	/* border-bottom: 1px solid #F1F1F1; */
	background: url(../images/vline.gif) no-repeat center left;
}

ul.menu_footer li.item808 {
	background:transparent;	
}

ul.menu_footer li.item808 a {
	padding-left: 0px;	
}

ul.menu_footer li a {
	display: inline;
	outline: none;
	padding: 0px 7px 0px 8px;
	margin: 0;
	text-decoration: none;
	font-weight:bold;
	color: #005283;	
}

ul.menu_footer li span {
	padding-left: 0px;	
}

ul.menu_footer li.item1 span {
	padding-left: 0px;	
}

ul.menu_footer li a:hover,
ul.menu_footer li a:active,
ul.menu_footer li a:focus {
	color: #CC0000;
	text-decoration: underline;	
}

ul.menu_footer li.active a {
	font-weight: bold;	
	color: #CC0000;
}



/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

/* Bottom spotlight */
#ja-botsl {
	clear: both;
	margin: 0;
	padding: 0;
}

#ja-botsl .ja-box-tl {
	padding: 0 15px;
}

#ja-botsl div.module h3 {
	margin: 0 -14px;
	padding: 0 0 7px 15px;
	font-size: 130%;
	border-bottom: 1px solid #DDDDDD;
}

#ja-botsl div.module  div div div div.spotlight_title{
	margin: 0 -8px;
	padding: 0 0 7px 0px;
	font-size: 110%;
	font-weight:bold;
	border-bottom: 1px solid #DDDDDD;
	height:32px;
	text-align:center;
}

#ja-botsl div.module div div div div.spotlight_title a{
	color:#005283;
	text-decoration:none;
}

#ja-botsl div.module div div div div.spotlight_title a:hover{	
	text-decoration:underline;
}

#ja-botsl div.module  div div div div.thumbnail{
	padding:5px 0px;	
	margin:0 auto;
	text-align:center;
}

#ja-botsl div.module  div div div div.thumbnail img{	
	border:1px solid #333333;	
}

#ja-botsl div.module  div div div div.text{
	padding-top:5px;
	text-align:left;
}

#ja-botsl div.module {
	margin: 20px 5px;
	padding: 0;
	float: none;
	width: auto;
	background: url(../images/box-r-br.gif) no-repeat bottom right #FFFFFF;
	overflow: hidden;
}

#ja-botsl div.module div {
	background: url(../images/box-r-bl.gif) no-repeat bottom left;
}

#ja-botsl div.module div div {
	background: url(../images/box-r-tr.gif) no-repeat top right;
}

#ja-botsl div.module div div div {
	padding: 10px 10px;
	background: url(../images/box-r-tl.gif) no-repeat top left;
}

#ja-botsl div.module div div div div {
	padding: 0;
	background: none;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	position: relative;
	padding: 15px 2px;
	color: #999999;
	/*text-align: center;*/
}

#ja-footer small {
	font-size: 100%;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem, #ja-subnav li.first-item a, #ja-subnav a.first-item {
	background: none !important;
}

/* Login */
#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 5px 0 0;
}

#modlgn_username, #modlgn_passwd {
	width: 90%;
}

/*usertools*/
#ja-usertools {
	position: absolute;
	right: 10px;
	top: 75px;
}

#ja-usertools ul {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}

#ja-usertools ul li {
	margin: 0;
	padding: 0 2px;
	float: right;
	background: none;
}

/* Search */
#ja-search {
	/*background: url(../images/search-bg.gif) no-repeat;*/
	/*position: absolute;*/
	/*right: 50px;*/
	/*top: 35px;*/
	/*height: 24px;*/
	/*width: 276px;*/
	padding:4px 0px 2px 0px;
}

#ja-search .inputbox {
	margin: 2px 3px 0 5px;
	/*border: none;*/
	/*background: none;*/
	
	width: 135px ;
}

#ja-search .button {
cursor:pointer;
border:outset 1px #cccccc;
background:#999;
color:#000000;
font-weight:bold;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}

/*others*/
#ja-banner {
	padding: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
}

div.ja-innerdiv {
	padding: 10px 0 12px !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

div.ja-innerdiv img.border {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}







/* Main box - added by SP
------------------------------------*/

.main_box {	
	padding-bottom:5px;	
	padding-left:5px;	
}


#main-border {
	padding:5px 0px 5px 0px; 	 
	margin:0px auto; 
	color:#333;
	/*border:1px solid #c8c8c8;*/
}

#main-border { background:#ffffff; }
#main-border .sb-inner { background:#ffffff; }
#main-border .sb-shadow { background:#c8c8c8; }
#main-border .sb-border { background:#c8c8c8; }


.main_box h1 {	
	font-size:20px;	
	color:#CE0B0B;
	margin:0px 0px 0px 0px;
	width:95%;
	padding:0px 0px 0px 0px;
}

.main_box h1.center {
	text-align:center;	
}

.main_box h1.left {
	text-align:left;	
	padding-left:10px;
}

.main_box h2 {	
	font-size:120%;	
	margin:0 0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	width:96%;
}

#main_box_immigration_general{
	color:#333;
	/*border:1px solid #c1c1c1;*/
	text-align:left;
	margin-top: 3px; 
	padding: 0px;
}
#main_box_immigration_general hr{
	border-top: 1px solid #999;
	height: 1px;
}


#main_box_immigration_general .left{
	float:left;
	width:59%;
}
#main_box_immigration_general .right{
	float:left;
	width:39%;
	text-align:right;
}
#main_box_immigration_general .readmore{
	text-align:right;
	padding:0px;
}

h2.immigration {	
	font-size:17px;		
	padding:2px 0px;
	color:#CE0B0B;
	width:100%;
	margin:0;
}

.main_box h3.h1b_immigration {	
	margin:0 0;
	font-size:16px;		
	padding:5px 0px;
	color:#CE0B0B;
	text-align:center;
}

.main_box div.immigration_text {
	text-align:center;
	font-size:13px;
	padding:3px;
}

.main_box div.introtext {
	padding:10px 15px 5px 15px;
	text-align:justify;
	font-size:14px;
}

.main_box div.assess_box {
	background: url(../images/box-red-top.png) center  no-repeat;
	padding:5px 0 10px 10px;
	text-align:center;
	width:364px;
	margin:0 auto;
	line-height:1.2;
	height:64px;	
}

.main_box div.assess_box  div.assess_text{	
	text-align:center;
}

.main_box div.assess_box  div.assess_box_padding {
padding-top:11px;
#padding-top:10px;
}

.main_box div.assess_box  div.assess_box_padding_fr {
	padding-top:10px;
}

.main_box div.assess_box h2.h2_assess_box {	
	font-size:100%;	
	margin:0 0;
	padding:0px;	
	width:100%;
}

.main_box div.assess_box  h2.h2_assess_box a{	
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;	
	font-family: Arial, "Trebuchet MS", verdana, Helvetica, sans-serif;		
}

.main_box div.assess_box h2.h2_assess_box a:hover{	
	color:#ffffff;	
	text-decoration:underline;
}

.main_box div.assess_box  a{	
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;	
	font-family: Arial, "Trebuchet MS", verdana, Helvetica, sans-serif;		
}

.main_box div.assess_box a:hover{	
	color:#ffffff;	
	text-decoration:underline;
}

.main_box div.text {		
	font-size:14px;	
}

.main_box div.padding {
	padding:10px 15px;
}

.main_box div.center {
	text-align:center;
}

.main_box div.left {
	text-align:left;
}

.main_box div.justify {
	text-align:justify;
}

.main_box div.bold {
	font-weight:bold;
}

.main_box .padding-top {
	padding-top:10px;
}

.main_box .padding-top-5 {
	padding-top:5px;
}

.main_box .padding-bottom {
	padding-bottom:10px;
}

.main_box .padding-left {
	padding-left:10px;
}

.main_box .padding-left-right {
	padding-left:10px;
	padding-right:10px;
}

.main_box .margin-top {
	margin-top:10px;
}

.main_box .margin-bottom {
	margin-bottom:10px;
}

.main_box div.text a {
	color:#005283;
	text-decoration:none;
}

.main_box div.text a:hover {
	color:#CE0B0B;
	text-decoration:underline;
}

.main_box div.text a.large{
	font-size:105%;
	font-weight:bold;
}

.main_box div.text a.largered{
	font-size:120%;
	font-weight:bold;
	color:#CE0B0B;
	text-decoration:none;
}

.main_box div.text a.largered:hover{
	font-size:120%;
	font-weight:bold;
	color:#005283;
	text-decoration:underline;
}

.main_box .clear {
clear:both;
	padding:0;
	margin:0;
}

div.assess_button {
	background:#fff url(../images/formbg.gif) repeat-x scroll left top;
	cursor:pointer;
	border:outset 1px #cccccc;	
	text-align:center;
	width:225px;
	margin:0px auto;
	padding:2px;	
}

div.assess_button a {
	font-weight:bold;
	font-size:14px;
	color:#005283;
	text-decoration:none;
}

div.assess_button a:hover {
	text-decoration:underline;
}


div.assess_button_immigration {
	background:#fff url(../images/formbg.gif) repeat-x scroll left top;
	cursor:pointer;
	border:outset 1px #cccccc;	
	text-align:center;
	width:190px;
	margin:3px auto;
	padding:2px;
}

div.assess_button_immigration a {
	font-weight:bold;
	font-size:14px;
	color:#005283;
	text-decoration:none;
}

div.assess_button_immigration a:hover {
	text-decoration:underline;
}


.article-content .assess_button_immigration {
	background:red !important; 
}

.article-content .assess_button_immigration a {
	color:#fff !important;
}

#main_box_immigration_general .assess_button_immigration {
	background:#fff url(../images/formbg.gif) repeat-x scroll left top !important;
}

#main_box_immigration_general .assess_button_immigration a {
	color:#005283 !important;
}


/* Sub box - added by SP
--------------------------------------------------------- */
.sub_box_container {
	overflow:hidden;
	width:100%;
	padding-top:10px;
}

.sub_right_box {
	margin-left:15px;
}

.sub_bottom_box {
	margin-top:10px;
}

.sub_box_container  div.sub_box {
	border:1px solid #8BC3EB;
	padding:8px;
	float:left;
	width:225px;
	/*height:245px;*/
}

.sub_image_box_container {
	overflow:hidden;
	width:100%;
}

.sub_image_box_container div.image{
	float:left;
	width:70px;	
	border:1px solid #333333;
}

.sub_image_box_container h2.title{
	float:left;
	width:145px;	
	padding-left:5px;
	margin:0;
}

.sub_image_box_container   h2.title a{
	color:#005283;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
}

.sub_image_box_container   h2.title a:hover{
	text-decoration:underline;
}

.sub_image_box_container   div.title{
	float:left;
	width:145px;	
	padding-left:5px;
}

.sub_image_box_container   div.title a{
	color:#005283;
	text-decoration:none;
	font-size:145%;
	font-weight:bold;
}

.sub_image_box_container   div.title_no_image {
	
	
	text-align:center;
}

.sub_image_box_container   div.title_no_image a{
	color:#005283;
	text-decoration:none;
	font-size:145%;
	font-weight:bold;
	
}

.sub_image_box_container   div.title a:hover{
	color:#CE0B0B;
	text-decoration:underline;
}

.sub_box_container   div.text{
	padding-top:10px;
}

.sub_box_container   div.link{
	padding-top:10px;
}

.sub_box_container   div.link a{
	color:#005283;
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
}

.sub_box_container   div.link a:hover{
	color:#CE0B0B;
	text-decoration:underline;
}


.sub_box_container .clear {
	clear:both;
	padding:0;
	margin:0;
	font-size:0px;
}

.sub_box_bottom_container {
	overflow:hidden;
	width:100%;
	padding-top:10px;
}

.sub_box_bottom_container div.sub_box_bottom {
	border:1px solid #8BC3EB;
	padding:2px;
	float:left;
	width:150px;
	text-align:center;
}

.sub_box_bottom_container   div.link {
	padding:0px;
}

.sub_box_bottom_container   div.link a{
	color:#005283;
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
}

.sub_box_bottom_container   h3.link {
	padding:0px;
	margin:0;
}

.sub_box_bottom_container   h3.link a{
	color:#005283;
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
}

.sub_box_bottom_container .clear {
	clear:both;
	padding:0;
	margin:0;
}


/* Left intro boxes module - custom - added by SP 
--------------------------------------------------------- */
div.module_left_intro h3
{
	margin: 0 0 5px;
	padding: 8px 0 2px 5px;
	font-size: 130%;
	color:#CE0B0B;
}

div.module_left_intro
{
	padding: 0;
	margin:0;		
	background: url(../images/box-br-intro_left.gif) no-repeat bottom right #FFFFFF;
	
}

div.module_left_intro div 
{
	padding: 0;
	background: url(../images/box-bl-intro_left.gif) no-repeat bottom left;
}

div.module_left_intro div div
{
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module_left_intro div div div
{
	padding: 4px 3px 4px 4px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module_left_intro  div.ja-box-ct {
	padding: 2px 0 0 !important;
	background: url(../images/box-bg-intro_left.gif) repeat-x top left #FFFFEA !important;
	border-top:3px solid #8BC3EB;
	border-bottom:2px solid #8BC3EB;
	border-right:3px solid #8BC3EB;
	border-left:3px solid #8BC3EB;	
}

div.module_left_intro ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

div.module_left_intro ul.menu li {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	border-bottom: 1px solid #F1F1F1;
}

div.module_left_intro ul.menu li a {
	display: block;
	outline: none;
	padding: 3px 10px;
	margin: 0;
	text-decoration: none;
	color: #005283;
	background: url(../images/arrow.png) no-repeat 4px 9px;
	font-weight:bold;
	font-size:12px;
}

div.module_left_intro ul.menu li a:hover,
div.module_left_intro ul.menu li a:active,
div.module_left_intro ul.menu li a:focus {
	color: #CC0000;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 4px 9px #FFFFEA;
}

div.module_left_intro ul.menu li.active a {
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 4px 9px #FFFFEA;
	color: #CC0000;
}


/* Sub box - Section - added by SP
--------------------------------------------------------- */
.section_sub_box_container {
	overflow:hidden;
	width:100%;
	padding-top:10px;
}

.section_sub_box_container .sub_right_box {
	margin-left:15px;
}

.section_sub_box_container .sub_bottom_box {
	margin-top:10px;
}

.section_sub_box_container  div.sub_box {
	border:1px solid #8BC3EB;	
	float:left;
	width:240px;
	height:260px;
}

.section_sub_box_container .background {
	background-color:#E5F3FC;
}

.section_sub_box_container   div.title {
	padding:7px;
	color:#005283;
	text-decoration:none;
	font-size:115%;
	font-weight:bold;
}

.section_sub_box_container   div.title a{
	color:#005283;
	text-decoration:none;	
}

.section_sub_box_container   div.title a:hover{
	color:#CE0B0B;
	text-decoration:underline;
}

.section_sub_box_container   div.text{
	padding:7px;
}

.section_sub_box_container   div.link{
	padding:7px;
}

.section_sub_box_container   div.link a{
	color:#005283;
	text-decoration:none;	
	font-weight:bold;
}

.section_sub_box_container   div.link a:hover{
	color:#CE0B0B;
	text-decoration:underline;
}

.section_sub_box_container ul {
	margin:0;
}

.section_sub_box_container ul li {
	background:transparent url(../images/arrow.png) no-repeat scroll 0px 8px;
	padding-left:10px;
}

.section_sub_box_container .clear {
	clear:both;
	padding:0;
	margin:0;
	font-size:0px;
}

/* Custom table */
.table-border
{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.table-row-odd
{
	background: #F2F2F2;	
}

.table-row-even
{
	background: #ffffff;	
}

.table-header-cell
{
	padding:2px 4px 2px 4px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background: #474747;
	color: #FFFFFF;
	font-weight: bold;	
}

.table-cell
{
	padding:2px 4px 2px 4px;	
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;		
}


/* Related Info */
.related_info_container 
{
	padding-top: 20px;
	padding-top: 20px;
}

.related_info {
	background:#ffffff url(../images/bg_related_info.gif) repeat-x bottom;	
	border:1px solid #e4e4e4;
	padding: 10px 5px 0px; 
	height:100%;
}

.related_info_title
{
width: 100%; 
float: left; 
padding-left: 0px;
}

.related_info_container h3 
{
	margin: 0pt; 
	color: #ce0b0b;
	font-size:16px;
}

.related_info_column_container 
{
overflow: hidden; 
width: 100%;
}

.related_info_column
{
width: 33%; float: left;
}


.related_info_container ul li {
background:transparent url(../images/arrow.png) no-repeat scroll 3px 8px;
padding-left:10px;

}


/* PNP intro page */
.pnp-province-container {
	overflow:hidden;
	width:100%;
}

.pnp-province  {
	float: left; 
	width: 172px; 
	padding-right: 5px; 
	padding-bottom:5px;
}

.pnp-province .pnp-province-title {
	padding-bottom:2px;
}

.pnp-province .pnp-province-title a {
	font-weight:bold;
}

.pnp-province ul {
	margin:0;
	padding:0;
}

.pnp-province ul li {
	background:transparent url(/images/bullet-red.gif) no-repeat scroll 1px 7px;
	padding-left:10px;
}

.pnp-category-container {
	overflow:hidden;
	width:100%;
}

.pnp-category {
	float: left; 
	width: 165px; 
	padding-right: 10px; 
	padding-bottom:5px;
}

.pnp-category .pnp-category-title {
	padding-bottom:2px;
	font-weight:bold;
}

.pnp-category ul {
	margin:0;
}

.pnp-category ul li {
	background:transparent url(/images/bullet-red.gif) no-repeat scroll 1px 8px;
	padding-left:12px;
}

h3.pnp-subheading {
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
	font-size:120%;
	color:#CE0B0B;
}


/* IELTS */
.ielts-border-right {
		border-right:1px solid #cccccc;
		
	}
.ielts-border-bottom {
	border-bottom:1px solid #cccccc;
	}	
	
	
div.cta {
	background:#FFFFFF url(../images/bg_gradient.jpg) repeat-x scroll 0 100%;
	border:4px solid #CCCCCC;
	font-size:18px;
	margin:0 8em;
	padding:0.5em;
	text-align:center;
}	

div.cta a {
	color:#990000;
	text-decoration:none;
}

.module .center_left_div {
	width:195px;
	/*text-align:center;*/
	margin:0px auto;
}

/* rounded borders */
#shadowed-border { padding:15px 0px; width:100%; margin:0px auto; color:#fff;}

/*#shadowed-border, #shadowed-border .sb-inner { background:#8cb2ce url(../images/grad-header.png) no-repeat; }*/
#shadowed-border, #shadowed-border .sb-inner { 
	background-color:#8cb2ce;
	background-image: url(../images/grad-header.png); 
	background-repeat: no-repeat;
}

#shadowed-border div.row-padding {padding-top:10px;}

#shadowed-border div.row {	
	font-weight:normal;
	font-size:19px;
	padding-left:15px;
	padding-bottom:1px;
	#padding-bottom:2px; /* IE7 */
}

#shadowed-border div.row span.big {font-weight:bold;font-size:27px;}

#shadowed-border div.row span.med {font-weight:bold;font-size:21px;}

#shadowed-border div.row_fr {	
	font-weight:normal;
	font-size:18px;
	padding-left:15px;
	padding-bottom:1px;
	#padding-bottom:2px; /* IE7 */
}

#shadowed-border div.row_fr span.big {font-weight:bold;font-size:27px;}

#shadowed-border div.row_fr span.med {font-weight:bold;font-size:21px;}

#shadowed-border div.assess_box {
	background: url(../images/box-red-top2.png) center  no-repeat;
	padding:5px 0px 5px 0px; /*modified top/bottom from 20px - sp - 2--911-3*/
	text-align:center;
	width:376px;
	margin:0 auto;
	line-height:1.4;
	height:89px;	
}
#shadowed-border div.assess_box  a{	
	text-align:center;	
	font-weight:normal;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	line-height:20px;
}

#shadowed-border div.assess_box  a:hover{	
	text-decoration:underline;
}

#shadowed-border div.assess_box  div.assess_box_padding_0 {
	text-align:center;
	width:160px;
	height:30px;
	padding:5px 10px; 
	#padding:6px 8px; /* IE7 */	
}

#shadowed-border div.assess_box  div.assess_box_padding_0  a{
	font-weight:bold;
	font-size: 11px;
	color:#000;
	line-height:17px;
	text-align:left;
}

#shadowed-border div.assess_box  div.assess_box_padding_1 {
	padding:0px 10px 0 70px; 
	#padding:1px 8px 0 70px; /* IE7 */	
}


#shadowed-border div.telephone {
	padding:5px 0px 5px 0px;
	text-align:center;
	width:400px;
	margin:0 auto;
}

#shadowed-border div.telephone a{	
	text-align:center;	
	font-weight:bold;
	font-size:21px;
	color:#005283;
}

/* French Home page button */
#shadowed-border div.assess_box_fr {
	background: url(../images/box-red-top-fr.png) center  no-repeat;
	padding:5px 0px 5px 0px;
	text-align:center;
	width:400px;
	margin:0 auto;
	line-height:1.4;
	height:75px;	
}

#shadowed-border div.assess_box_fr  a{	
	text-align:center;	
	font-weight:normal;
	font-size:18px;
	color:#ffffff;
}

#shadowed-border div.assess_box_fr  a:hover{	
	text-decoration:underline;
}

#shadowed-border div.assess_box_fr  div.assess_box_padding {
	padding:10px; 
	#padding:8px; /* IE7 */	
}

#shadowed-border div.telephone_fr {
	padding:5px 0px 5px 0px;
	text-align:center;
	width:550px;
	margin:0 auto;
}

#shadowed-border div.telephone_fr a{	
	text-align:center;	
	font-weight:bold;
	font-size:21px;
	color:#005283;
}

#video-border { 
	padding:10px 0px; 
	width:100%; 
	margin:0px auto; 
	color:#ffffff;}
	
#video-border { 
	background:#ffffff ;
}

#video-border .sb-inner { 
	background:#ffffff !important;
}

#video-border a {font-size:13px;}

#video-border a.fr{font-size:12px;}

/* payments */
.warning {
background:#A90A0F;
color:#fff;
padding:0.5em;
text-align:left;
}

.careerjoy_chart {
	background:transparent url(../images/formbg.gif) repeat-x left top;
	border:1px outset #CCCCCC;
	cursor:pointer;
	height:25px;
	margin:5px 5px 10px 0px;
	padding-top:2px;
	text-align:center;
	width:235px;
}

.careerjoy_chart a {
	font-weight:bold;
	font-size:16px;
}

.careerjoy_signup {
	background:transparent url(../images/formbg.gif) repeat-x left top;
	border:1px outset #CCCCCC;
	cursor:pointer;
	height:25px;
	margin:5px 0px 10px 5px;
	padding-top:2px;
	text-align:center;
	width:100px;
}

.careerjoy_signup a {
	font-weight:bold;
	font-size:16px;
	color:#cc3300;	
}

#ja-topnav .menu,
#jflanguageselection{
	float:left;
}
#ja-topnav .menu{
	background: #fff;
}
#ja-topnav .menu li a{
	background: none !important;
}

/* immigrate */
.menu-item2:hover,
.menu-item2 .active{
	background:#0B7D50 !important;
}
#menu334{
	border-bottom:3px solid #0B7D50;
}

/* study */
.menu-item3:hover,
.menu-item3 .active{
	background:#D73835 !important;
}
#menu1283{
	border-bottom:3px solid #D73835;
}

/* work */
.menu-item4:hover,
.menu-item4 .active{
	background:#36175E !important;
}
#menu247{
	border-bottom:3px solid #36175E;
}

/* invest */
.menu-item5:hover,
.menu-item5 .active{
	background:#FFB70D !important;
}
#menu349{
	border-bottom:3px solid #FFB70D;
}

/* sponsor */ 
.menu-item6:hover,
.menu-item6 .active{
	background:#FA5B0F !important;
}
#menu1299{
	border-bottom:3px solid #FA5B0F;
}


#system-message{
	display:none;
}

#menu304 span{
	color:red;
}

#menu304:hover span{
	color:white;
}

.eeoptions{
	width:98%;
	margin:0 auto;
	padding:15px;
}
.eeoption{
	float:left;
	width:31%;
	border-radius:10px;
	border:1px solid #ccc;
	margin-right:10px;
	height:180px;
}
.eeoption p{
	padding:0 10px;
	height:80px;
}
.eeoptionstitle{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:10px 0px;
	text-align:center;
}
.option1 .eeoptionstitle{
	background-color:#3C93C8;
}
.option2 .eeoptionstitle{
	background-color:#F1AD4D;
}
.option3 .eeoptionstitle{
	background-color:#67BE60;
}
.eeoption .eecta{
	text-align:center;
}
.eeoptions .eecta a{
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:10px;
	border-radius:5px;
	text-decoration:none;
}
.option1 .eecta a{
	background:#3C93C8;
}
.option2 .eecta a{
	background:#F1AD4D;
}
.option3 .eecta a{
	background:#67BE60;
}