body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* 
	Good practice to zero the margin and padding of the body element to account for differing browser defaults 
	*/
	margin: 0;
	padding: 0;
	/* 
	this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
	*/
	text-align: center;
	color: #000000;
	background-image: url(../images/background.gif); 
}


a:visited {
	color: Maroon;
}

h2 {
	padding: 10px 10px;
	font: 14pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	font-style: italic;
}

h3.housing {
	padding: 8px 5px;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	font-style: italic;
}

h3 {
	padding: 8px 5px;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	font-style: italic;
	font-weight: normal;
}

h4 {
	padding: 10px 10px;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: bold;
	left: 0px;
}

h5 {
	padding: 10px 10px;
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	font-style: bold;
	left: 0px;
}

h6 {
	padding: 5px 5px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: Navy;
	font-style: bold;
	left: 0px;
}

div.title {
	padding: 8px 5px; 
	font: 12pt Verdana, Arial, Helvetica, sans-serif; 
	color: #C1272D; 
	font-style: italic;
}

div.provincetitle {
	font: 12pt Verdana, Arial, Helvetica, sans-serif; 
	color: #C1272D; 
	font-style: italic;
	position: relative;
	left: -32px;
}

div.systemclock {
	padding: 8px 5px; 
	font: 10pt Verdana, Arial, Helvetica, sans-serif; 
	color: #C1272D; 
	font-style: bold;
}

div.housing {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px 10px;
	font-size: 10pt;
	color: #333333
}

div.strongMessage {
	text-align: center;
	color: #C1272D; /* Maroon; */
	font-size: 10pt;
	border: 3px solid Silver;
	padding: 30px 10px;
	margin: 20px 40px 20px 40px;
}

div.assessmentMessage {
	text-align: center;
	color: #C1272D; /* Maroon; */
	font-size: 12pt;
	border: 3px solid Silver;
	padding: 30px 10px;
	margin: 20px 40px 20px 40px;
}

p.content {
	padding: 3px 10px;
	font-size: 10pt;
	color: #333333
}

p.career {
	margin: 5px 5px;
	padding: 5px 5px;
	border: 3px 3px 3px 3px solid Silver; 
	font-size: 10pt;
	color: #333333;
}

p.careerLinks {
	margin: 5px 5px;
	padding: 5px 5px;
	width: 350px;
	border: 3px 3px 3px 3px solid Silver; 
	font-size: 10pt;
	color: #333333;
}

p.sitemapLinks {
	margin-: 2px 2px;
	padding: 5px 20px;
	width: 600px;
	border: 2px 2px 2px 2px dotted Silver; 
	font-size: 11pt;
	color: #333333;
}

p.serviceLists {
	margin-: 2px 2px;
	padding: 5px 20px;
	width: 600px;
	border: 2px 2px 2px 2px dotted Silver; 
	font-size: 10pt;
	color: #333333;
}

p.contact {
	margin-: 4px 4px;
	padding: 8px 8px;
	border: 3px 3px 3px 3px solid Silver; 
	font-size: 11pt;
	color: #333333;
}

p.overview {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: normal;
	padding: 3px 10px;
}

a.logo {
	float: left;
	position: relative;
	left: 2px;
	top: 10px;
}

a.acronyms {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: navy;
	font-weight: normal;
	text-decoration: none;
}

a.housing {
	padding: 5px 5px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	font-weight: normal;
	text-decoration: none;
}

a.career {
	padding: 5px 5px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	font-weight: bold;
	text-decoration: normal;
}

a.assessment {
	padding: 12px 12px;
	font: 14pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	font-weight: bold;
	text-decoration: normal;
	text-align: center;
}

a.overview {
	padding: 5px 5px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	font-weight: bold;
	text-decoration: normal;
}

a.suboverview {
	padding: 4px 20px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: bold;
	text-decoration: normal;
}

a.provincial {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	font-style: normal;
	text-decoration: none;
}

a.province {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: normal;
	text-decoration: none;
}

a:active.province, a:hover.province {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	letter-spacing: 1px;
	font-style: normal;
	text-decoration: none;
}

a.province_selected {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	letter-spacing: 2px;
	font-style: oblique;
	text-decoration: none;
}

a.sitemap {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1272D;
	font-style: bold;
	font-stretch: expanded;
	letter-spacing: 2px;
}

ol.province {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.sidebar {
	border: 5px solid Silver;
}

.provinceImage {
	border: 3px solid Silver;
	margin: 0px 5px
}

.immigrant #container {
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 780px;
	border: 1px solid #000000;
	/* this overrides the text-align: center on the body element. */
	text-align: left;
	background-color: white;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.immigrant #header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	   If an image is used in the #header instead of text, you may want to remove the padding. 
	*/
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 240px;
	top: 0px;
	left: 0px;
}

.immigrant #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.immigrant #navigators {
	height: 100px;
	text-align: right;
	padding-top: 80px;
} 

.immigrant #sidebarImage {
	/* since this element is floated, a width must be given */
	float: right;
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer 
	   will include the padding and border in addition to the width */
	width: 300px;
	height: 210px;
	padding: 10px 10px;
	/*
	background-image: url(../images/image_shadow.gif);
	background-repeat: no-repeat;
	background-position: 10px 40px;
	*/
	background-color: transparent;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 0px;
}

.immigrant #sidebarCIC {
	/* since this element is floated, a width must be given */
	float: right;
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer 
	   will include the padding and border in addition to the width */
	width: 306px;
	height: 400px;
	padding: 10px 10px;
	/*
	background-image: url(../images/image_shadow_cic.gif);
	background-repeat: no-repeat;
	background-position: 20px 77px;
	*/
	background-color: transparent;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 0px;
}

.immigrant #hortizontalMenu {
	/* 
	the right margin on this div element creates the column down the right side of the page - no matter how much content the 
	sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text 
	to fill the #sidebar1 space when the content in #sidebar1 ends. 
	*/
	margin: 5px 5px 5px 0px; 
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	background-color: black;
	text-align: center;
}

.immigrant #mainContent {
	/* 
	the right margin on this div element creates the column down the right side of the page - no matter how much content the 
	sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text 
	to fill the #sidebar1 space when the content in #sidebar1 ends. 
	*/
	margin: 0 0 0 0; 
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 10px; 
	background-image: url(../images/background-text.gif);
	background-repeat: no-repeat;
	background-position: 100px 60px;
} 

.immigrant #careerContent {
	/* 
	the right margin on this div element creates the column down the right side of the page - no matter how much content the 
	sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text 
	to fill the #sidebar1 space when the content in #sidebar1 ends. 
	*/
	margin: 0 0 0 0; 
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 10px; 
	background-image: url(../images/people.jpg);
	background-repeat: no-repeat;
	background-position: top 100px;

}

.immigrant #sitemapContent {
	/* 
	the right margin on this div element creates the column down the right side of the page - no matter how much content the 
	sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text 
	to fill the #sidebar1 space when the content in #sidebar1 ends. 
	*/
	margin: 0 0 0 0; 
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 10px; 
	background-image: url(../images/background-text.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 

.immigrant #footer {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding: 66px 0px 0px 10px; 
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 14px;
	color: #FFF;
	vertical-align: bottom;
	border: 1px black;
} 

.immigrant #footer p {
    /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin: 0; 
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 10px 0;
}

.immigrant #score_total {
	padding: 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: red;
	letter-spacing: 2px;
}

input.languageButton {
	background-image    : url('../images/language-box.gif');
	background-repeat   : no-repeat;
	background-position : center center;
	background-color    : Transparent;
	border              : none;
	cursor              : pointer;
	color               : Gray;
	font-family         : Verdana, Arial, Helvetica, sans-serif;
	font-size           : 12pt;
	position            : relative;
	height              : 50px;
	width               : 150px;
	text-align          : center;
	line-height         : 30px;
}

input.punjabiButton {
	background-image    : url('../images/punjabi-box.gif');
	background-repeat   : no-repeat;
	background-position : center center;
	background-color    : Transparent;
	border              : none;
	cursor              : pointer;
	color               : Gray;
	font-family         : AnmolLipi;
	font-size           : 15pt;
	position            : relative;
	height              : 50px;
	width               : 150px;
	text-align          : center;
	line-height         : 30px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table.assessment {
	margin: 2px 2px;
	border: 1px solid navy;
}

td.cell-blue-dark {
	padding: 	12px 5px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background-color: #333;
	border: 1px solid LightBlue;
}

th.assessment {
	padding: 0px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFF99; /* #CCFF33; */
	border-top: 1px dotted LightBlue;
	border-bottom: 1 px solid LightBlue;
	text-align: right;
}

td.assessment {
	padding: 1px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: White; /* #FFFF99; */
	border-top: 1px dotted LightBlue;
	border-bottom: 1 px solid LightBlue;
}

td.age {
	text-align: right;
}

td.assessRadio {
	text-align: center;
	vert-align: middle;
	background-color: Maroon; /* #CCFF33; */
	border: 1px solid LightBlue;
	width: 55px;
}

label {
	color: Black; /* #060; */
	font-size: 98%;  
	font-style: normal;  
}

label em {  
	display: run-in; 
	color: OrangeRed;
	font-size: 85%;  
	font-style: normal;  
	text-transform: uppercase; 
}

div#pp_pnow {
	display: block;
	visibility: visible;
	vertical-align: top;
}

div#pp_cart {
	display: none;
	visibility: hidden;
	vertical-align: top;
}

input.pnow_home_button {
	background-image    : url('../images/btn_home.png');
	background-repeat   : no-repeat;
	background-position : center center;
	background-color    : Transparent;
	overflow            : visible;
	border              : none;
    cursor              : pointer;
	color               : #003366;
	font-family         : Verdana, Arial, Helvetica, sans-serif;
	font-size           : 14px;
	font-style          : italic;
	font-weight         : 700;
	width               : 120px;
	height              : 25px;
	position            : relative;
	top                 : -27px;
	left                : 0px;
	height              : 33px;
	width               : 120px;
	text-align          : center;
}

input.cart_home_button {
	background-image    : url('../images/btn_home.png');
	background-repeat   : no-repeat;
	background-position : top center;
	background-color    : Transparent;
	overflow            : visible;
	border              : none;
    cursor              : pointer;
	color               : #003366;
	font-family         : Verdana, Arial, Helvetica, sans-serif;
	font-size           : 14px;
	font-style          : italic;
	font-weight         : 700;
	width               : 120px;
	height              : 26px;
	position            : relative;
	top                 : -5px;
	left                : 0px;
	text-align          : center;
	letter-spacing      : 2px;
}