/* AUDIENCE CSS v002 */

/* Tested: IE6/PC, Firefox/PC, Firefox/Mac, Safari, Netscape 7/PC, Mozilla 1/PC */
/* Degrades Gracefully: IE5/Mac */
/* Needs testing: IE5/PC */
/* Not Supported: Netscape 4,6, IE 4.X/Mac, below */


* { 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #222222;

}


/* PRIMARY STRUCTURES */

body {
	padding: 0px;
	margin: 0px;
}


#masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 210px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(/images/masthead/masthead_bg.gif);
	background-repeat: repeat-x;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #AACFEE;
}

#main {
	position: absolute;
	left: 0px;
	top: 240px;
	width: 100%;
	z-index: 1;
	margin: 0px;
}


#sidebar {
	left: 0px;
	width: 208px;
	z-index: 1;
	margin: 0px;
	float: left;
	border-left: 7px solid #E5E5E5;
	padding: 10px 25px 10px 30px;
}

#content {
	z-index: 1;
/*	padding-left: 270px;*/
	width: 530px;
	float: left;
}


#login {
	position: absolute;
	top: 22px;
	left: 500px;
	height: 30px;
	margin: 0px;
	z-index: 6;

}

#mhanimation {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50px;
	margin: 0px;
	padding: 0px;
	display: none;
}

#mhbackground {
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 3;
	height: 170px;
	margin: 0px;
	padding: 0px;
	width: 700px;
}

#logonav {
	position: absolute;
	top: 121px;
	left: 0px;
	height: 70px;
	width: 260px;
	z-index: 4;
}

#primarynav {
	position: absolute;
	top: 0px;
	left: 260px;
	width: 120px;
	height: 70px;
	z-index: 4;
	background-color: #33373B;
}


#langtoggle {
	position: absolute;
	top: 215px;
	z-index: 3;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: right;
		
}

#footer
{
	background-image: url(/images/widgets/footer_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	width: 100%;
	vertical-align: top;
}


#tertiarynav {
	float: left;
	width: 130px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: left;
}

/* PRIMARY TAG REDEFINITIONS */

p {
	font-family: inherit;
	font-size: inherit;
}

a {
	font-size: inherit;
	font-family: inherit;
}

img {
	border: 0px;
}



h1 {
	font-size: 17px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	text-align: right;
	color: #F65E07;
}

h3 {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;

}

/* OTHER STRUCTURES */

#bgpicleft {
	border-top: 8px solid #F65E07;
}

#bgpicright {
	border-top: 0px solid #FFFFFF;
}

.textwithtnav {
	margin-left: 140px;
	padding-left: 10px;
	border-left: 1px solid #AACFEE;
}


.subnav {
	padding: 0px 0px 15px 15px;
}

.english {
	display: block;
}


.french {
	display: none;
}

.twocol {
	width: 440px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF; /* corrects weird safari quirk */
}

.leftcol {
	float: left;
	width: 50%;
}

.rightcol {
	margin-left: 55%;
}

.homeflash {
	padding: 10px 0px 10px 0px;
}


/* CONTEXTUAL TAG REDEFINITIONS */

	/* Content */
	
		#content a, #content a:visited {
			text-decoration: none;
			color: #310058;
		}
		
		#content a:hover {
			border-bottom: 1px solid #310058;
			background-color: #C0DBF1;
		}

	/* Masthead and Language Toggle */

		#mhbackground img { display: inline; }


		#langtoggle p {
			font-size: 9px;
		}
		
		
		#langtoggle a.up {
			color: #7F7F7F;
			text-decoration: none;
			font-size: 9px;
		}
		
		#langtoggle a.down {
			color: #000000;
			text-decoration: none;
			font-size: 9px;
		}
		
		
		
	/* Footer */

		#footer p  {
			color: #FFFFFF;
			font-size: 10px;
			font-weight: bold;
			padding: 0px 0px 0px 300px;
			margin: -25px;
	/* hide from IE5/Mac \*/
			margin:  0px;
			padding: 35px 0px 0px 270px;
	/* end hide from IE5/Mac */
		
		}
		
		#footer a, #footer a:visited {
			color: #FFFFFF;
			font-size: 10px;
			font-weight: bold;
		
		}
		
		#footer img {
			display: block;
			float: left;
			
		}
		
	/* Primary Nav */
	
		#primarynav ul {
			margin: 0px 0px 0px 10px;
			padding: 5px 0px 5px 0px;
		}
		
		#primarynav li
		{
			font-size: 12px;
			line-height: 15px;
			font-weight: bold;
			list-style-type: none;
			color: #FFFFFF;
			padding: 0px;
		}
		
		#primarynav a, #primarynav a:visited {
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
		}
		
		
		#primarynav a.down, #primarynav a:hover {
			color: #F23C05;
		}

	/* Tertiary Nav */

		#tertiarynav ul {
			padding: 0px;
			margin: 0px;
			border-top: 1px solid #000000;	
		}
		
		#tertiarynav li {
			list-style-type: none;
			padding: 5px 0px 5px 0px;
			margin: 0px;
			border-bottom: 1px solid #000000;
		}
		
		#tertiarynav a, #tertiarynav a:visited {
			text-decoration: none;
		}
		
		#tertiarynav a:hover, #tertiarynav a.down {
			text-decoration: none;
			color: #F65E07;
		}
		

	/* Sidebar and Side navigation */

		#sidebar h2 {
			font-size: 18px;
			line-height: 18px;
			font-weight: normal;
			letter-spacing: .1em;
			padding-bottom: 5px;
			border-bottom: 1px solid #000000;
			margin: 0px 0px 15px 0px;
		
			text-align: left;
			text-transform: uppercase;
			
		}
		
		#sidenav p, #sidenav a, #sidenav a:visited  {
			font-size: 12px;
			line-height: 18px;
			margin: 0px;
			padding: 0px;
			color: #310058;
			font-weight: normal;
			text-decoration: none;
		}
		
		#sidenav a.down, #sidenav a:hover {
			color: #F65E07;
		}

	/* Client Login Area */

		#login th {
			font-size: 11px;
			line-height: 18px;
			font-weight: bold;
			text-transform: uppercase;
			color: #2B2B2B;
			vertical-align: bottom;
			padding: 0px 10px 0px 10px;
			text-align: left;
		
		}
		
		#login td {
			font-size: 11px;
			line-height: 18px;
			font-weight: bold;
			text-transform: none;
			color: #F65E07;
			vertical-align: bottom;
			padding: 0px 5px 0px 0px;
			text-align: left;
		
		}
		
		#login table {
			width: 250px;
		}
		
	/* Adminstration Area */
	
		.formsection td, .formsection th {
			border: 1px solid #FFFFFF;
			padding: 5px;
			font-size: .9em;
		}
		
		.formsection tr {
			border: 0px 0px 1px 1px;
		}
		
		.formsection th {
			font-weight: bold;
			text-align: left;

		}
		
		.formsection table {
			background-color: #EEEEEE;
		}
		
		.rbutton {
			text-align: right;
		}
		
		.formsection h3 {
			padding-top: 20px;
		}


/* STYLE WIDGETS AND MISCELLANY */

img.rimg {
	float: right;
	padding: 0px 0px 10px 10px;
	margin: 0px;
}

img.limg {
	float: left;
	padding: 0px 10px 10px 0px;
}


.othermenu ul {
	padding-left: 0px;
	margin-left: 0px;
}

.othermenu li
{
	list-style-type: square;
	list-style-position: inside;
	padding-left: 0px;
	margin-left: 0px;
}

.invisible {
	display: none;
}

.visible
{
	display: block;
}

p strong {
	font-weight: bold;
}



