
body {
	/*min-width:770px;*/
	margin:0;
	padding:0;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 100%;
}

.clear{clear:both}

#centerColumn {
	width:1068px;
	margin:auto;
}

/* FIXED COLUMNS, LIQUID CENTER ("HOLY GRAIL")  PATTERN */
#layout3Col {
	/*padding-left: 190px;*/   /* LC width */
	/*padding-right: 200px;*/  /* RC width */
	position:relative;
	width: 1068px;
	margin: auto;
}

#layout3Col .column, #layoutLeftCol .column, #layoutRightCol .column, #layoutRightColWide .column {
	/*position: relative;*/
	/*float: left;*/
}

#layout3Col #centerColumn {
	/*width:100%;*/
	width:678px;
	background:white;
	margin-right:200px;
	float:right;
}

#layout3Col #leftColumn {
	width: 190px; /* LC width */
	/*right: 190px;*/ /* LC width */
	/*margin-left: -100%;*/
	float:left;
	background:white;
}

#layout3Col #rightColumn {
	width: 200px; /* RC width */
	/*margin-right: -200px;*/
	background:white;
	/*position:static !important;*/
	position:absolute;
	right:0;
}

#footer {
	clear:both
}

/*** IE6 Fix ***/
* html #leftColumn {
	left: 200px; /* RC width */
}

/* VARIANT: LEFT COLUMN ONLY*/
#layoutLeftCol {
	/*padding-left: 190px;*/   /* LC width */
	padding-right: 0;  /* RC width */
	margin: auto;
	position:relative;
	width:1068px;
}

#layoutLeftCol #centerColumn{
	width:878px;
	margin-right:0;
	float:right;
}
 @media print {

#layoutLeftCol {
	padding: 0 0 0 0;   /* DO NOT PRINT with left or right padding --Jay */
}

#layout3Col {
	padding: 0 0 0 0; /* DO NOT PRINT with left or right padding --Jay */
}

#layoutCenterOnly {
	padding-left:0;
	padding-right:0
}

#layoutCenterOnly #leftColumn {
	display:none;
}

#layoutCenterOnly #rightColumn {
	display:none;
}
}

#layoutLeftCol #rightColumn {
	display:none;
}

* html #layoutLeftCol #leftColumn {
	left:0;
}

/* VARIANT: RIGHT COLUMN ONLY*/
#layoutRightCol {
	padding-left: 0;   /* LC width */
	/*padding-right: 200px;*/  /* RC width */
	margin:auto;
	width:1068px;
}

#layoutRightCol #centerColumn{
	float:left;
	width:868px;
	margin-right:0;
}

#layoutRightCol #rightColumn{
	float:right;
	position:static;
	width:200px;
}

#layoutRightColWide {
	padding-left: 0;   /* LC width */
	/*padding-right: 375px;*/  /* RC width */
}

#layoutRightCol #leftColumn, #layoutRightColWide #leftColumn{
	display:none;
}

/* VARIANT: NO COLUMN */
	#layoutCenterOnly {
	padding-left:0;
	padding-right:0
}

#layoutCenterOnly #leftColumn {
	display:none;
}

#layoutCenterOnly #rightColumn {
	display:none;
}

/* [END]  FIXED COLUMNS, LIQUID CENTER ("HOLY GRAIL")  PATTERN */

#centerColumn .column-in {
	padding:15px;
}

#content h1 {
	margin-bottom:15px;
}

/* STYLES CONTROLLING APPEARANCE OF SUB-BAR */
#activeTabSubBar {
	margin-bottom:0;
	clear:both;
	font-size:0.8em;
}

#activeTabSubBar h2, #activeTabSubBar a {
	color:#084a94;
	font-size:11px;
	display:block;
	float:left;
	padding:0px 8px 0px 8px;
	margin:6px 0 4px 0;
}

#activeTabSubBar a {
	float:left;
	border-right:1px solid #999;
	text-decoration:none;
	font-size: 11px;
}

#activeTabSubBar a:hover {
	color:#c00;
}

#activeTabSubBar a.subhighlight {
	font-weight:bold;
	font-size: 11px;
}

a.subhighlight {
	font-size: 11px;
}

ul.markermenu ul li a.subhighlighton {
	font-weight: normal;
	font-size: 11px;
}
#legal ul.markermenu ul li a.subhighlighton:active {
	font-weight: normal;
	font-size: 11px;
}
#noTabNoSubnav #activeTabSubBar {
	border-bottom:1px solid #A3BDD8;
}

#inTab #activeTabSubBar {
	height:8px;
	background-image:url("../../inc/gr/activetabslice.gif");
}

#legal #activeTabSubBar {
	height:8px;
	background-image:url("../../inc/gr/activetabslice.gif");
}

#withSubnav #activeTabSubBar {
	background-image:none;
	height: auto;
	border-top:1px solid #084a94;
	background-color:white;
	border-bottom:1px solid #A3BDD8;
}

#inTabWithSubnav #activeTabSubBar {
	background-repeat:repeat-x;
	height: 3em;
	border-top:1px solid #084a94;
	background-color:white;
	border-bottom:1px solid #A3BDD8;
	/*padding-top:8px;*/
	border-top:none;	
}

#activeTabSubBar div.center {
	margin:auto;
	width:1068px;
}

/*LEGAL SECTION INLINE LIST MENU IN THE PAGE*/
.horizontal_menu a {
    color: #084A94;
    display: block;
    float: left;
    margin: 6px 0 4px;
    padding: 0 8px;
    border-right: 1px solid #999999;
    text-decoration: none;
}

.horizontal_menu a:active {
    color: #084A94;
}

/* TRANSITION 2009 STYLES
 * ALWAYS START THE SELECTOR WITH #transition_2009
 * 
 */

/* SITE NAV */

#transition_2009 #activeTabSubBar {
	height:0px;
	background-image:url(/highrisk/images/transition_2009_title.jpg);
	padding-top:0px;
	padding-bottom:0px;
	vetical-align:baseline;
	border-top:1px solid #084a94;
}

#legal #activeTabSubBar {
	margin-bottom:0;
	clear:both;
	font-size:0.8em;
}

#transition_2009 #activeTabSubBar a {
	padding-top:5px;
	padding-bottom:6px;
	color: black;
	height:40px;
	border-right:1px solid #bbb;
	text-align:center;
	background-image:url(/highrisk/images/menu_off_state.jpg);
	background-repeat:repeat-x;
}

#transition_2009 #activeTabSubBar a:hover {
	color:red;
}

#transition_2009 #activeTabSubBar a.subhighlight {
	color:white;
	background-image:url(/highrisk/images/menu_on_state.jpg);
	background-repeat:repeat-x;
}

#transition_2009 #activeTabSubBar a.subhighlight:hover {
	color:white;
}

#legal #activeTabSubBar a.subhighlight {
	background-color:#084a94;
}

#legal #activeTabSubBar a:hover {
	background-color:#084a94;
}

#transition_2009 #content h1, #transition_2009 #content h2, .recovery h2, .gpra h2 {
	border-bottom:1px solid #084a94;
	padding-bottom:3px;
	/*position:relative;*/
}

#transition_2009 h6 {
}

#transition_2009 h6 a {
	color:#01559e;
}

/* BOXES & RIGHT-HAND COLOUMN STUFF */

.box {
	border:1px solid #01559e;
	padding:7px;
	padding-top:0px;
	margin-top:10px;
	margin-right:10px;
	margin-botom:10px;
}

.box h6 {
	background-color:#01559e;
	margin-top:0px;
	margin-right:-7px;
	margin-bottom:3px;
	margin-left:-7px;
	padding:7px;
	padding-top:3px;
	padding-bottom:5px;
	color:white;
	font-size:12px;
}

.box ul, #transition_2009 .box ul {
	list-style:none;
	padding:0;
}

.box ul li {
	padding-bottom:0;
}

.box a {
	text-decoration:none;
	color: #01559E;
}

.box ul li a {
	text-decoration:none;
}

.box.audiovisual {
	border:1px solid #01559e;
}

.box.audiovisual h6 {
	background-color:#01559e;
}

.box.contact {
	border:1px solid #01559e;
}

.box.contact h6 {
	background-color:#01559e;
}

.box.cg_message {
	border:1px solid #b52826;
}

.box.cg_message h6 {
	background-color:#b52826;
}

#transition_2009 #content .box {
	float:right;
	margin:10px;
	margin-top:0;
}

a.newsite {
	background-image:url(/images/link_newsite.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}

img.icon {
	padding-left:10px;
}

a.mailto {
	background-image:url(/images/link_mailto.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}

img.portrait {
	display:block;
	margin:auto;
	margin-top:7px;
	border:1px solid #666;
}

#transition_2009 #rightColumn {
	padding-bottom:10px;
}

/* LEFT-HAND COLUMN STUFF */
#transition_2009 ul.markermenu ul a {
	background-color: #f0f0f0;
	text-indent:0;
	padding-left:30px;
	margin-right:-1px;
}

* html #transition_2009 ul.markermenu ul a {
	width:139px;
}

#transition_2009 ul.markermenu ul li a, #transition_2009 ul.markermenu ul li a.subhighlight {
	font-weight:normal;
}

#legal ul.markermenu ul a {
	background-color: #ffffe0;
	text-indent:0;
	padding-left:30px;
	margin-right:-1px;
}

* html #legal ul.markermenu ul a {
	width:139px;
}

#legal ul.markermenu ul li a, #legal ul.markermenu ul li a.subhighlight {
	font-weight: normal;
}
#legal ul.markermenu ul li a:,#legal ul.markermenu ul li a.subhighlight {
	font-weight: normal;
}

/* JUMP LINKS AT TOP OF CONTENT */

.jump_links {
	border:1px solid #01559E;
	padding:5px;
	margin-bottom:10px;
	position:relative;
	background-color:#f0f0f0;
}

.jump_up {
	float:right;
	font-size:10px;
	margin-top:4px;
}

/* INLINE STUFF */

/* bring back bullets for content uls */
#transition_2009 #content ul {
	list-style-image:url(/inc/gr/bullet2006.gif);
	padding-left:2em;
	padding-bottom:1em;
} /* TURN BACK ON NORMAL LIST ITEM DISCS, SO WE DON'T HAVE TO DO DOUPBLE-UL'S */

#transition_2009 #content ul li {
	padding-bottom:.5em;
}

li .highlights, p .highlights {
	margin-top:3px;
}

#transition_2009 .bio_data p {
	margin:0;
	margin-bottom:6px;
	margin-top:3px;
}

#transition_2009 .clear {
	clear:left;
}

#content p.photo_caption {
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
}

#content p.photo_source {
	margin-top:0px;
	padding-top:0px;
	font-weight:bold;
}

/* TABLES */
#transition_2009 table {
	border-collapse:collapse;
}

#transition_2009 table td {
	padding:5px;
	vertical-align:top;
}

#transition_2009 table thead td {
	background-color:#e3effd;
}

#transition_2009 table tbody td {
	border-right:2px solid white;
}

#transition_2009 table tbody tr.odd td {
	background-color:#e5e5e5;
}

/* HOME PAGE */
#transition_2009 #home_page_content h6 {
	margin-bottom:.5em;
	margin-top:0;
	padding:0;
	padding-left:36px;
	padding-bottom:8px;
	padding-top:4px;
	font-size:16px;
	text-align:top;
}

#transition_2009 #urgent h6 {
	background-image:url(/images/urgent.gif);
	background-repeat:no-repeat;
}

#transition_2009 #opportunities h6 {
	background-image:url(/images/opportunities.gif);
	background-repeat:no-repeat;
}

#transition_2009 #agency h6 {
	background-image:url(/images/agency.gif);
	background-repeat:no-repeat;
}

#transition_2009 #challenges h6 {
	background-image:url(/images/challenges.gif);
	background-repeat:no-repeat;
}

#transition_2009 #working h6 {
	background-image:url(/images/working.gif);
	background-repeat:no-repeat;
}

#transition_2009 #policy h6 {
	background-image:url(/images/policy.gif);
	background-repeat:no-repeat;
}

#transition_2009 #outlook h6 {
	background-image:url(/images/outlook.gif);
	background-repeat:no-repeat;
}

#transition_2009 #home_page_content {
	border:1px solid white;
	background-image:url(/images/cap_flags_background.gif);
	background-repeat:no-repeat;
}

#transition_2009 .home_nav_box {
	width:45%;
	margin:0;
	padding:0;
	margin-right:4%;
	margin-bottom:15px;
}

table.layout {
	border-collapse:collapse;
}

table.layout td {
	vertical-align:top;
	padding-right:20px;
	border:0;
	border-right:0;
	padding-bottom:10px;
}

#transition_2009 #home_page_widgets {
	float:right;
	margin:0;
	margin-left:5px;
	width:360px;
}

#transition_2009 #home_page_widgets .box, .box.video {
	width:330px;
}

#transition_2009 #home_page_widgets ul li {
	padding:0;
}

#transition_2009 #list ul li {
	margin-bottom:.5em;
	padding:0;
}

#transition_2009 #home_page_widgets .box .bio_data {
	border:1px solid green;
}

p.note {
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* VIDEO STYLES */


#rightgaovidbox {float:right;border:1px solid #CCCCCC;background-color:#F0F0F0;font-size:11px;padding:0px;margin-left:5px;text-align:left;width:323px}

#rightgaovidbox h1{
	color:white;
	height:22px;
	font-size:13px;
	font-weight:bold;
	background-color:#084A94;
	margin:0px 0px 0px 0px;
	padding:9px 0px 05px 8px;
	text-align:left;}

#rightgaovidbox #player {padding:5px;}
