/* colour palette
solid:
rust red : #963F37
dark grey : #7E8998
med grey : #A3A9B1
midnight blue : #293C4D

text:
grey blue : #505A67
grey : #7D7D7D *used home page text in striped boxes.
dark grey : #6B6B6B
med grey blue : #415571

 */

/* global */

/* page structure

#Page
	#PageHeader
	#ContentHeader
	#Content
	#Footer


*/

/* Page classes */
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}
P {
	font-size: 12px;
}
A {
	FONT-WEIGHT: bold;
	COLOR: #963F37; /* rust red */
	text-decoration: none;
}
A:hover {
	COLOR: #000000;
}

A.smallLink {
	FONT-WEIGHT: normal;
}
UL, OL {
	margin-left:30px;
	margin-right:0px;
	font-size: 12px;
}
UL {
	LIST-STYLE:  url(/images/common/bullet.gif);
}
TABLE, TD {
	margin:0px;
	padding: 0px;
	font-size: 12px;
}

.verySmall {
	font-size: 10px;
}
.small {
	font-size: 11px;
}
.medium {
	font-size: 14px;
}
.large {
	font-size: 16px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
	}
/* PageHeader */

.logo {
	background: url(/images/common/logo.gif) no-repeat;
	width:222px;
	padding-left: 145px;
	padding-right: 5px;
	vertical-align: middle;
	font-size: 11px;
	color: #DFD2D0;
	padding-top: 7px;
	height: 40px;
	text-transform: uppercase;
}

/* Content Header */
.pageTitleCell {
	background: #B8BFCA;
	vertical-align: middle;
}
.pageTitle {
	margin-left: 20px;
}
.pageTitle H1, .pageTitle H2, .pageTitle H3  {
	margin:0px;
	padding: 0px;
	color: #963F37;
}
.pageTitle H1 {
	font-size:24px;
}
.pageTitle H2 {
	font-size:22px;
}
.pageTitle H3 {
	font-size:18px;
}

/* Content */
.leftColumn, .rightColumn {
	vertical-align:top;
}
.leftColumn {
	padding-right: 10px;
}
.rightColumn {
	padding-left: 10px;
}
.memberList TD {
	width: 50%;
	padding-left: 20px;
	vertical-align: top;
}
.memberList HR {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}
.readMoreButtonRt, .readMoreButtonLt {
	border: 1px solid #7E8998;
	padding: 0px 10px;
	font-size: 10px !important;
	background: #FFFFFF url(/images/common/arrow_red_right.gif) no-repeat 100px 0px;
	text-align: left;
	width: 120px;
}
.readMoreButtonLt {
	background: #FFFFFF url(/images/common/arrow_red_right.gif) no-repeat 15px 0px;
	text-align: right;
}

.pageNumbers { /* page numbers at the bottom datagrids and lists */
	text-align:center;
	font-size: 10px;
}
.feature { /* a big box (1/3 page width) used to introduce other pages or major content items: projects, specific education pages, etc */
	BACKGROUND-IMAGE: url(/images/common/bg06.gif); 
	MARGIN: 0px 15px 15px 0px;
}
.feature TD {
	vertical-align: top;
}
.feature TD.text {
	padding:10px 10px 10px 20px;
}

/* gallery image box */
#instruction { FONT-SIZE: 10px; BACKGROUND: #000000; PADDING-BOTTOM: 5px; MARGIN: 0px; COLOR: #ffffff; PADDING-TOP: 5px; TEXT-ALIGN: center }

/* gallery image selector */
.listNumber { FONT-WEIGHT: bold; FONT-SIZE: 10px; MARGIN-LEFT: 3px; VERTICAL-ALIGN: middle; MARGIN-RIGHT: 3px }
.listBox { BORDER-RIGHT: #6b6b6b 1px solid; BORDER-TOP: #6b6b6b 1px solid; MARGIN-LEFT: 5px; VERTICAL-ALIGN: middle; BORDER-LEFT: #6b6b6b 1px solid; MARGIN-RIGHT: 5px; BORDER-BOTTOM: #6b6b6b 1px solid }
.listBox IMG {
	height:10px;
	width: 10px;
}
.listBox:hover { BORDER-LEFT-COLOR: #963f37; BORDER-BOTTOM-COLOR: #963f37; BORDER-TOP-COLOR: #963f37; BORDER-RIGHT-COLOR: #963f37 }

/* used on pubDetail and contact */

.pictureColumn {
	background: url(/images/common/bg02_reverse.gif);
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
	width: 300px;
	border-right: 3px solid #FFFFFF;
}
.arrowRight {
	margin-left: 10px;
}
.descriptionColumn {
	background: url(/images/common/bg06.gif);
	padding: 10px 10px 10px 15px;
	margin-bottom: 15px;
	vertical-align: top;
}

#caption {
	BACKGROUND: #000000;
	padding: 0px;
	COLOR: #963f37;
	TEXT-ALIGN: center;
	height:34px;
}
#caption P {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	margin:0px;
}

.descriptionText {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}


/* content/publication */
.pubButton, .pubButtonArrowRight {
	border: 1px solid #7E8998;
	background: #963F37;
	padding: 0px 10px;
	font-size: 10px !important;
	color: #FFFFFF;
	width: 120px;
	text-align: left;
}
.pubButton A, .pubButtonArrowRight A {
	color: #FFFFFF;
}
.pubButtonArrowRight {
	background: #963F37 url(/images/common/arrow_white_right.gif) no-repeat 120px;
	width: 140px;
}

/* content/projects */

.ProjectPhotoCaption {
	background: #000000;
	font-size: 16px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	color: #963F37;
}

/* content/right column */
.highlightBox {
	background: url(/images/common/bg08.gif);
	padding: 10px;
}

/* content/education */
.educationHeader {
	background: url(/images/common/bg04_dark.gif);
	padding-left: 20px;
	width: 100%;
}
.educationLeftColumn {
 	background-image:url(/images/common/bg04.gif);
	padding: 10px;
	vertical-align:top;
}

/* unclassified (to be re-organized) */


td.topStory .title,
td.topStory .date {
	font-size: 18px;
}



.CLSbabDate, td.TDnavBlock a {
	font-size: 11px;
}
#header td, .body01, .body01 td,
.body01Highlight, .body01Highlight td,
.bodyBlackSmall,  .archives, 
td.TDgreyTabReadMore a,
#footer, td.TDsubNav a, .CLSchange {
	font-size: 10px;
}

td.trainingBullets UL LI{
	LIST-STYLE:  url(/images/common/bullet_training.gif);
	LINE-HEIGHT: 20px;
	margin-left: 0px;
	margin-right: 5px;
}

#secNav {
	color: #355F83;
	font-size: 10px;
}
#secNav a {
	color: #355F83;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
#secNav a:hover {
	color: #000000;
}


/* header */
#navigation  {
	background: #000000;
	padding: 0px;
}
#navigation P {
	padding: 2px 0px 3px;
	margin: 0px;
}
#navigation A {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	padding: 4px 3px;
	font-weight: bold;
}
#navigation A:hover {
	color: #000000;
	background: #7E8998;
}
.bodyblue {
	color: #415571;
}
.bodyRed {
	color: #963F37; /* rust red */
}
.bodyWhite {
	color: #ffffff;
}
.bodyGrey, .bodyGrey td {
	color: #7D7D7D; /* grey */
}
.body01Highlight, .body01Highlight td {
	color: #963F37; /* rust red */
	letter-spacing: 0.12em;
}

div.spaced {
	letter-spacing: 0.10em;
}

/* Prix d'Excellance */

.PhotoSelector TD {
	font-size: 8px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}

/* home */



/* classes */ 

.CLSauthor {
	color: #963F37; /* rust red */
}
.CLSbabDate {
	color: #293C4D; /* rust red */
	letter-spacing: 0.1em;
	font-weight: bold;
}
.CLSchange {
	letter-spacing: 0.1em;
}


/*  navigation  */

td.TDnavBlock {
	color: #000000;
	text-align: center;
	background-color: #000000;
	height: 22px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	letter-spacing: 0.0em;
	word-spacing: 0em;
	text-transform: uppercase;
	/*/*/ line-height: 22px;
}
 td.TDnavBlock a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
td.TDnavBlock a:hover {
	background-color: #999999;
	color: #000000; /* this colour will not show up on a Mac */
}
td.TDsubNav {
	color: #963F37;
	padding-right: 2px;
	padding-top: 0px;
	MARGIN-TOP: 0px;
	background-color: #E8EAEC;
}
td.TDsubNav P{
	font-size:10px;
	font-weight: bold;
}
td.TDsubNav a {
	color: #963F37;
	text-decoration: none;
	border-bottom: 1px solid #C5C7C9;
}
td.TDgreyTabReadMore a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#membersAddressBox {
	padding-top: 10px;
}
#membersAddressBox TABLE {
	width: 350px;
}
#membersAddressBox TD {
	padding: 10px;
}
#membersAddressBox a {
	color: black;
	font-weight: bold;
}
#membersAddressBox a:hover {
	color: #963F37; /* rust red */
}
td.topStory .title {
	font-weight: normal;
}
td.topStory .date {
	color: white;
	text-transform: uppercase;
}
td.topStory .heading {
	color: #DDDFE1;
	font-weight: bold;
}
td.TDfaq a {
	font-weight: normal;
	color: #7D7D7D; /* grey */
}
td.TDfaqLayer {
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 15px;
}


/* headers */
.header02, .header03, .header06 {
	font-size: 14px;
}
.header01 {
	font-size: 13px;
	color: black;
	letter-spacing: 0.1em;
}
.header02 {
	color: #505A67; /* grey blue */
}
.header03 {
	color: #415571; /* med. grey blue */
	font-weight: bold;
}
.header04 {
	color: #6B6B6B; /* dark grey */
	}
.header05 {
	color: #963F37; /* red */
	font-weight: bold;
	letter-spacing: 0.2em;
	}
.header06 {
	color: #000000; /* black */
	font-weight: bold;
}
.Header07 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.slogan {
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 30px;
	font-size: 12px;
}


/* layers */

#LAYgreytab {
	position: absolute;
	width: 474;
	height: 24;
	z-index: 2;
	left: 222;
	top: 248;
	visibility: visible;
}
#LAYnavigation {
	position: absolute;
	width: 696px;
	height: 22px;
	z-index: 1;
	left: 0;
	top: 82;
	visibility: visible;

}
#divScrollTextCont {
	position: absolute;
	left: 272px;
	top: 305px;
	width: 820px;
	height: 63px;
	background-color: #E6E8EA;
	clip: rect(0px 374px 63px 0px);
	overflow: hidden;
	visibility: visible;
}

#divText {
	position:absolute;
	left:0px;
	top:0px;
	visibility: visible;
}



/* footer */

#footer {
	color: #98A1AD;
	padding-left: 29px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}
#footer a {
	color: #98A1AD;
	text-decoration: underline;
}
.contentTable {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}
.contentTable TABLE
{
	border: none;
}
.contentTable TD 
{
	padding: 0px 5px 5px;
	vertical-align:top;
	font-size: 12px;
	border: none;
}

.contentTable .colHeader 
{}
.contentTable .cell
{}
.news .bodyLogo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #666666;
	text-align: right;
}

/* Membership Options Flyout*/
#membershipOptions{
	position:relative;
	left:158px;
	margin:0px;
	padding:0px;
	display:none;

}
#membershipOptions ul{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image: none;
	list-style-type: none;
	width:150px;	
}

#membershipOptions li{
	padding:0px;
	margin:0 0 -1px 0;
	list-style:none;	
}

#membershipOptions a{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:4px 4px;
	margin:0;
	text-transform:uppercase;
	background:#000000;
	width:150px;
	display:block;
	margin:0px;
}

#membershipOptions a:hover{
	background:#768998;
}
