	/* DEFAULTS */

	* { margin: 0px; padding: 0px; border: collapse; }
    * a:active { outline: none; }
	* -moz-any-link:focus { outline: none; }
	* :focus { outline: none; }	

	HTML  { height: 100%; font-family: verdana,arial,helvetica,sans-serif; font-size: 12px; color: #666; line-height: 1.5em; }
	body { height: 100%; background: #fff url(../images/backgroundMain.jpg) top center repeat-x; }  
	td { vertical-align: top; }
	p { padding-bottom: 12px; }
	.clear { clear: both; line-height: 0px; }

	h1 { font-weight: normal; font-size: 2em; margin-bottom: 24px; color: #605e5e; }
	h2 { font-weight: normal; font-size: 1.6em; margin: 24px 0; color: #605e5e; }
	h3 { font-weight: normal; font-size: 1.4em; margin: 18px 0; color: #605e5e; }
	
	a,
	a:visited,
	a:active { color: #04619a; text-decoration: none; }
	a:hover { color: #04619a; text-decoration: underline; }	
	
/* PAGE SETTINGS */

	#pageWrapper { width: 900px; margin: auto; }
	
	/* Header */
	
	#header { width: 900px; height: 124px; }

	/* TOP NAVIGATION BAR */

	#topNav { width: 900px; height: 32px; }
	
	/* MODx Menu System */

	.navbar {
		white-space: nowrap /*IE hack*/;
		width: 890px;
		padding-left: 10px;
		font-family: 'trebuchet ms', tahoma, helvetica, arial, sans-serif;
		font-size: 11px !important /*Non-IE6*/;
		font-size: 11px /*IE6*/;
		} 

	.navbar ul {
		list-style-type: none;
		}
		
	.navbar ul li {
		float: left;
		z-index: auto !important /*Non-IE6*/;
		z-index: 1000 /*IE6*/;
		}
		
	.navbar ul li a {
		float: none !important /*Non-IE6*/;
		float: left /*IE-6*/;
		display: block;
		text-transform: uppercase;
		height: 32px;
		line-height: 32px;
		padding: 0 22px;
		text-decoration:none;
		font-weight: bold;
		color: #3483a1;
		}
		
	.navbar ul li ul {
		display: none;
		border: none;
		}
	
	/* SubMenu (Non-IE6 hovering) */
	
	.navbar ul li:hover {
		position:relative;
		background: transparent url(../images/buttonLeftOn.gif) top left no-repeat;
		}
		
	.navbar ul li:hover a {
		text-decoration: none;
		color: #666;
		background: transparent url(../images/buttonRightOn.gif) top right no-repeat;
		} 

	.navbar ul li:hover ul {
		display: inline-block;
		background-color: #f2f2f2;
		position: absolute;
		z-index:1000;
		top: 31px;
		margin-top: 0em;
		left:0;
		padding: 6px 6px 6px 23px;
		border: solid 0px #fff;
		}
		
	.navbar ul li:hover ul li a {           /*Color subcells normal mode*/
		white-space: normal;
		display: block;
		width: 10.0em;
		height: auto;
		line-height: 1.3em;
		margin-left: -17px;
		padding: 6px 6px 6px 15px;
		font-weight: normal;
		color: #04619a;
		background: none;		
		} 
		
	.navbar ul li:hover ul li a:hover {     /*Color subcells hovering mode*/
		background-color: #f8f8f8;
		text-decoration: underline;
		} 
	
	/* SubMenu (IE6 hovering) */
	
	.navbar table {
		position: absolute;
		z-index: 1000;
		top: 0px;
		left: -1px;
		border-collapse: collapse;
		}
	.navbar ul li a:hover {                 /*Color main cells hovering mode*/
		position: relative /*Sylvain IE hack*/;
		z-index: 1000 /*Sylvain IE hack*/;
		text-decoration: none;
		} 
	.navbar ul li a:hover ul {
		display: block;
		width: 10.0em;
		position: absolute;
		z-index: 1000;
		top:3.1em;
		t\op:3.0em;
		left:0px;
		marg\in-top:0.1em;
		border-top:solid 1px #ececec;
		}

	.navbar ul li a:hover ul li a {         /*Color subcells normal mode*/
		white-space: normal;
		display: block;
		w\idth: 10.0em;
		height: 1px;
		line-height:1.3em;
		padding:4px 16px 4px 16px;
		border-right: solid 1px #ececec;
		border-left: solid 1px #ececec;
		border-bottom: solid 1px #ececec;
		background-color: #f2f2f2;
		font-weight: normal;
		color: #04619a;
		} 
		
	.navbar ul li a:hover ul li a:hover {   /*Color subcells hovering mode*/
		background-color: rgb(225,225,225);
		text-decoration: none;
		} 

/* BREAD CRUMB NAVIGATION */

	.B_crumbBox { margin-bottom: 24px; font-size: .8em; }

	/* Page Content */
	
	#pageContent { width: 900px; min-height: 300px; margin-top: 32px; background: transparent url(../images/backgroundPageContent.png) top center no-repeat; }
	#pageBody { float: left; width: 568px; padding: 32px 0 32px 32px; }
	#pageBodyFull { width: 836px; padding: 32px 0 32px 32px; }	
	#sideBar { float: left; width: 236px; padding: 32px; }

	/* Footer */

	#footer { width: 900px; height: 110px; margin-bottom: 24px; background: #fff url(../images/backgroundFooter.png) top no-repeat; }

	#footerSection1 { width: 836px; margin: 24px auto 0; text-align: center; border-top: 1px solid #f2f2f2; }
	#footerSection2 { width: 836px; margin: auto; text-align: center; }

/* SIDEBAR IMAGES */

	.imagesSideBar { }
	.imageSideBar01,
	.imageSideBar02,
	.imageSideBar03 { width: 236px; height: 134px; }	
	.imageSideBar01,
	.imageSideBar02 { margin-bottom: 32px; }
	
/* LISTS */

	ul.customBullets { margin: 12px 0 18px; }
	ul.customBullets li { list-style-image: url(../images/customBullet.gif); margin: 0 0 10px 26px; line-height: 1.3em; }
	ul.customBullets li ul { margin-top: 10px; }

/* TABSTRIP */

	.tabStrip ul { margin: 0; padding: 0; list-style-type: none; font-size: .9em; }
	.tabStrip li { margin: 0 2px 0 0; list-style-type: none; float: left; }
	.tabLink { display: block; text-decoration: none; padding: 5px 10px; background: #f2f2f2; border: #dadada solid; border-width: 1px 1px 0 1px; color: #04619a; }
	.tabLinkActive { display: block; text-decoration: none; padding: 5px 10px; background: #fff; border: #c0c0c0 solid; border-width: 1px 1px 0 1px; color: #04619a; }
	.tabContent { display: none; }
	.tabContentActive { clear: both; border-top: 1px solid #ccc; padding-top: 18px; }
	.downloadPDF { margin: 12px 0; }

/* FAUX OPTIN FORM */

	#fauxOptIn { width: 410px; margin: auto; font-size: .8em; padding: 12px 0 24px; }
	#fauxOptIn input,
	#fauxOptIn textarea,
	#fauxOptIn select { width: 120px; background-color: #fff; border: 1px solid #999; border-collapse: collapse; padding: 3px 4px 2px 4px; font-size: 1em; height: 14px; color: #333; }
	#fauxOptIn td.formLabel { vertical-align: bottom; padding: 0 6px 3px 0; }
	#fauxOptIn td.buttonOptIn { padding-left: 6px; }
	#fauxOptIn .button { padding: 0 6px; height: 19px; line-height: 19px; background-color: #f1f3ef; }
	#fauxOptIn .buttonOff { background-color: #f2f2f2; border: 1px solid #d9d9d9; }
	#fauxOptIn .buttonOn { background-color: #ecf2f8; border: 1px solid #04619a; }
	#fauxOptIn .highlightOff { border-color: #ccc; }
	#fauxOptIn .highlightOn { border-color: #04619a; }
	#fauxOptIn a,
	#fauxOptIn a:visited,
	#fauxOptIn a:active { display: inline; padding: 0; }

/* INPUT FORMS */

	.inputForm { padding: 0; } 
	.inputForm table { width: 568px; } 
	.inputForm .row { }
	.inputForm .rowAlt { }	
	.inputForm .formComment { padding: 12px 0 0 0; }	
	.inputForm input,
	.inputForm textarea,
	.inputForm select { width: 280px; height: 20px; background-color: #fff; border: 1px solid #999; border-collapse: collapse; padding-left: 4px; padding-right: 0px; line-height: 20px; color: #333; }
	.inputForm input { vertical-align: middle; }
	.inputForm input.radioButtons { width: 25px; height: 20px; margin: 0 3px 0 3px; vertical-align: bottom; border: 0; }
	.inputForm input.checkbox { border: 0; }		
	.inputForm select { width: 165px; }	
	.inputForm .formLabel { vertical-align: top; padding: 5px 24px 3px 0px; }
	.inputForm .formInput { width: 242px; text-align: right; font-size: 12px; padding: 2px 2px 2px 0; }
	.inputForm .formRadioButtons { width: 242px; text-align: left; font-size: 12px; padding: 2px 2px 2px 0; }
	.inputForm .checkbox ( border: 0; width 20px; )
	.inputForm .line { width: 100%; border-top: 1px solid #d9d9d9; margin-top: 12px; padding: 8px 6px 36px 0;}
	.inputForm .submitButton { text-align: right; }	
	.inputForm .button { float: right; display: inline-block; text-align: center; cursor: pointer; padding: 6px 12px; background-color: #f2f2f2; }
	.inputForm .buttonOff { background-color: #f2f2f2; border: 1px solid #ccc; }
	.inputForm .buttonOn { background-color: #ecf2f8; border: 1px solid #04619a; }
	.inputForm .highlightOff { border-color: #d9d9d9; }
	.inputForm .highlightOn { border-color: #04619a; }

	/* Mods for OptIn Registration */
	
	.inputForm .buttonSignUp { width: 300px; border-top: 0px solid #99c83c; margin-top: 6px; }
	.inputForm .buttonSignUp td { padding-top: 6px; }
	
	.inputForm .login,
	.inputForm .passwordReminder { border: 1px solid #ccc; width: 316px; padding: 8px; margin-top: 12px; }

/* WHAT'S NEW */

	#whatsNew { font-size: .9em; border-left: 1px solid #ccc; padding-left: 24px; padding-bottom: 12px; }
	#whatsNew  h1 { }	
	#whatsNew .newsItem { padding: 6px 0 3px; }
	#whatsNew .headline {}
	#whatsNew .datePosted { font-style: italic;}
	#whatsNew .summary { font-size: 7.5pt; }
	#whatsNew .moreNews { margin-top: 12px; }
	#whatsNew .moreLink { float: left; width: 156px; text-align: right; padding-right: 4px; }
	#whatsNew .moreArrow { float: left; width: 24px; }		
	
/* INDEXED CONTENT */

	/* Filters */
	
    #filters .filterBar { width: 100%; margin-bottom: 12px;}
	#filters .filterBarLeft { }
	#filters .filterBarRight { text-align: right; white-space: nowrap; padding: 4px 0 4px 0; }
	#filters .dropDownBox { width: 120px; }
	#filters .pagination { margin: 12px 0; }
	#filters .selectCountry { margin: 12px 0; }

	/* Indexes - Announcements & Media Clippings */

	#index { background-color: #ededed; border: 0px solid #e4e4e4; padding: 4px; }
	#index table { width: 100%; }
	#index th { padding: 8px 4px 4px; text-align: left; vertical-align: bottom; font-size: 1.2em; font-weight: normal; }	
	#index td { padding: 4px; font-size: .9em; }		
	#index .col1 { white-space:nowrap; padding-right: 12px; }
	#index .col2 { width: 100%; }	
	#index tr.row { background-color: #fff; cursor: pointer; }
	#index tr.rowAlt { background-color: #fafafa; cursor: pointer; }
	#index tr.highlight { background-color: #f5f5f5; cursor: pointer; }	

	/* Display and Entry Pages - Announcements */
	
	#announcements .navTopBar { }
	#announcements .navBottomBar { margin: 36px 0 0 0; }
	#announcements .navLeft,
	#announcements .navCenter,
	#announcements .navRight { float: left; white-space: nowrap;}
	#announcements .navCenter { width: 100% }
	#announcements .title { text-align: center; padding: 12px 4px; }
	#announcements .title h1 { margin-bottom: 12px; }
	#announcements .title h2 { margin: 0; }
	#announcements .byLine { font-size: .9em; margin: 4px 0 4px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 4px; }	
	#announcements .byLineLeft { width: 274px; float: left; white-space: nowrap; padding-left: 6px; }
	#announcements .byLineRight { width: 274px; float: left; text-align: right;  white-space: nowrap; padding-right: 6px; }
	#announcements .content { padding: 0 4px; padding-top:12px; }
	#announcements .imageCenter { text-align: center; }
	#announcements .imageRight { margin: 4px 0 20px 10px; }			
	#announcements .topLine { background: transparent; height: 14px; border-bottom: 1px solid #dae5e8; }
	#announcements .bottomLine { background: transparent; height: 20px; border-top: 1px solid #dae5e8; }
	
	.dataGrid { background-color: #ededed; border: 0px solid #e4e4e4; padding: 4px; margin: 18px 0 12px; }
	.dataGrid table { width: 100%; }
	.dataGrid tr.row { background-color: #fff; }
	.dataGrid tr.rowAlt { background-color: #fafafa; }	
	.dataGrid th,
	.dataGrid td { text-align: left; padding-left: 12px; padding-right: 12px; font-size: .9em; }
	.dataGrid .col1 { white-space:nowrap; }
	.dataGrid .col2 { width: 100%;  }
	.dataGrid .colpdf { white-space:nowrap; }		

/* SITE CONTENT */

	.teamName { font-weight: bold; font-size: 1.1em; padding-bottom: 2px; }
	.teamPosition { font-style: italic; padding-bottom: 12px; }	
	
/* BLOG CONTENT */
	.blogItem { padding: 0 0 18px 0; }
	.blogItem .blogTitle { font-size: 1.5em;  }
	.blogItem .blogAuthor {  }
	.blogItem .blogDate { font-size: .8em; }
	.blogItem .blogNumComments { font-size: .8em; }
	.blogItem .blogSummary {  }
	.blogItem .blogMoreLink { font-size: .8em; text-align: right; }
	
	.ditto_page { padding: 0 6px; }
	.ditto_currentpage { padding: 0 6px; }
	

	.reflect_year_link { font-size: 16px;  }
	.reflect_month_link { font-size: 12px;  }
	.reflect_item { font-size: 8px;  }
	.reflect_item_link { font-size: 10px;  }
	.reflect_date { font-size: 8px;  }
	
	.reflect_archive_list ul { list-style:none; padding: 0 0 0 0;}
	.reflect_archive_list ul li ul li ul{ list-style: square; padding: 0 0 0 24px; }
	.reflect_archive_list ul li ul { padding: 0 0 0 0; }

