/*     U.S. Dept of Homelane Security      */
/*           Standard Layout CSS           */

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	/* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */ 
	font-size:100.01%;
	}
#pagecontainer {
	margin: auto;
	padding: 0 0 0 0;
	height:100%; 
	min-height:600px;
	width:782px;
	position: relative; /*  */
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
/* 	float:left; */
	background-color: #fff;
	font-size: 0.9em;
	display: inline-block;   /* a fix for IE Mac */
}

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html #pagecontainer {height: 1%;}
#pagecontainer {display: block;}
/* End hide from IE-mac */
	
#pagecontainer:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
	
#banner_home {
	height: 90px;
	background: url('/global/img/flag_bar_home_pg_fade.gif') #069 top left no-repeat; /* Updated image path JF */
	border-right: 1px solid #666; 
	font-size: 0.85em; 
	}

/* Added for small header file */
#banner {
	height: 67px;
	background: url('/global/img/flag_bar_fade_sm.jpg') #069 top left no-repeat; 
	border-right: 1px solid #666; 
	font-size: 0.85em; 
	}

#navbuttons {
	padding: 0 0 0 0;
	font-size: 8pt; /* Hard coded font size to avoid browser resize text issue -jf */
	}
	
#navbuttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#navbuttons li {
	/* Width changed from 114 to accomodate CG Navigation - JF */
	width:129px;
	background-color: #CCC;
	border-bottom: 2px solid #060;
	margin: 0;
	float:left;
	text-align:center;
	border-right: 1px dashed #666;
	}
	
#navbuttons li.last {
	/* Change the width to make up for trailing space in the bar */
	/* Width changed from 92 to accomodate CG Navigation - JF */
	width:132px;
	border-bottom: 2px solid #060;
	border-right: 0px;
	}
	
#navbuttons li.current {
	background-color: #999;
	color: #fff;
	}		
		
#navbuttons li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #000;
	text-decoration: none;
	/* Width added to have Navigation change color on roll over - JF */
	width: 119px;
	}

html>body #navbuttons a {
	width: auto;
	}

#navbuttons li a:hover {
	background-color: #666;
	color: #fff;
	}
	
#printlogo { display: none; }
/* TOP BANNER SEARCH AND LINKS */
/* banner navigation */
ul#bannernav {
	margin: 5px; padding: 0;
	position: absolute; top: 0; right: 0;
	list-style-type: none;
}
ul#bannernav li {
	margin: 0; padding: 0;
	display: inline;
}
ul#bannernav li a {
	margin: 0; padding: 0 5px 0 5px; 
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #fff; text-decoration: none;
}
ul#bannernav li a:hover {
	text-decoration: underline;
}
ul#bannernav li.first a {
	border-left: 0;
}
/* search box */
div#searchbox {
	position: absolute; top: 22px; right: 10px; /* Changed 'top' from 25 to accomodate search directory check box -jf */
}
div#searchbox label {
	color:#069;
}
input#q {
	color: #5C5C5C;
	margin: 0; padding: 0;
}
div#searchbox a {
	color: #fff; text-decoration: none; padding-left:40px;
}
div#searchbox a:hover {
	color: #fff; text-decoration: underline; text-align:right;
}
/* end search box */
/* end banner navigation */


button, .goButton {
	font-family: Verdana !important;
	color: #FFF;
	background-color: #003366;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 4px 0 2px 0;
	padding: 2px 1px 2px 1px;
	text-align: center;
	border: 1px solid #999999;
	}
	
	
#column-a {
	border-right: 1px solid #666; /* JF - Added to fix issues with long site navigtion */
	width:170px;
	min-height:486px;
	float:left;
	vertical-align: top;
	margin: 0;
	padding: 0px;
	clear: left;
	}
	
#column-b {
	margin-left: -1px; /* JF - Added to fix issues with long site navigtion */
	width:420px;
	min-height:550px;
	height:580px; /* modified height from 450px to 570px */
	float:left;
	position: relative;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px 10px;
	}
	
#column-c {
	width:170px;
	min-height:486px;
	height:450px;
	float:left;
	position: relative;
	margin-top: 10px;
	}
	
#column-d {
	margin-left: -1px; /* JF - Added to fix issues with long site navigtion */
	width:589px; /* JF - changed from 585 to 591 for CG-3PCX site - changed to 589 for subtitle problem*/
	min-height:450px;
	height:450px;
	float:left;
	border-left: 1px solid #666;
	padding: 5px 10px;
	}
	
/* JF - For 3 column table layout */
div#column-d.column-d
	{margin-top: 0px; padding-top: 0px; margin-right: 0px; padding-right: 0px; width: 600px;}

#column-x {
	width:591px;
	border-left: 1px solid #666;
	padding: 5px 10px;
	float: right;
}

#column-y {
	width:591px;
	padding: 5px 10px;
	float: right;
}
	
#column-b[id], #column-c[id], #column-d[id]  {
	height:auto;
	}
	
#column-e {
	width:760px;
	min-height:486px;
	float:left;
	border-left: 0;
	padding: 5px 10px;
	}

/* 3rd column inside column-d */
#column-d .divs{
	float: right; width: 170px; margin-right: -5px; margin-left: 5px; margin-bottom: 20px; 
	}

.divs h1 {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 1.2em;
	line-height: 1.0em;
	color: #CC3333;
	margin: 0;
	padding: 15px 10px 0 10px;
	}
	
.divs h2 {
	font-size: 1em;
	line-height: 0.8em;
	color: #CC3333;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 0 10px;
	}
	
.divs ul {list-style-type:none; padding:0; font-size: 0.85em; color: #666; margin: 10px 10px 7px -10px;}
.divs li {margin: 2px 2px 0 10px; padding: 0 0 0 10px;}
.divs p {padding:0; margin:5px 0 0 10px;  font-size: 0.85em;}
.divs ol {list-style-type:none; padding:0; font-size: 0.85em; color: #666; margin: 10px 10px 7px 10px;}
.divs li {margin: 2px 2px 0 20px; padding:0;}

/* END 3rd column in column-d */


#footer {
	width:782px;
	min-height:30px;
	background-color: #fff;
	text-align:center;
	float:left;
	padding: 0 0 15px 0;
	border-top: 1px solid #000;
	margin-right:-3px; /* Hack for IE Duplicate Charater Bug */
	}
	
select.findInfo {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #E9E9E9;
	font-size: 0.6em;
	margin: 0 0 0 10px;
	padding: 0 1px 0 5px;
	border: 1px solid #666;
	}

img.home {
	padding:15px 0px 0px 0px;
	border:0px;
	}
	
img.large {
	padding:1px;
	border:1px solid #000;
	text-align:center;
	}
	
img.button {
	padding:5px 10px 5px 10px;
	border:0px;
	}
	
img.left {
	padding:0px 10px 5px 0px;
	border:0px;
	float:left;
	}
	
img.right {
	padding:0px 0px 5px 10px;
	border:0px;
	float:right;
	}
	
img.middle {
	border:0px;
	display: block;
	margin: 5px auto;
	text-align:center;
	}
	
/* For another Horizontal Nav Design */
#altnav {
	padding: 0 0 0 0;
	font-size: 8pt;
	width:611px;
	min-height: 20px; /* Fix for Firefox */
	background: #690;
	border-bottom: 1px solid #060;
	clear: right;
	float: right;
	}
	
#altnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	float: right;
	}
		
#altnav li {
	width:auto;
	background-color: #690;
	margin: 0;
	float:left;
	text-align:center;
	border-left: 1px dashed #060;
	}

#altnav li.select {background-color: #060; color: #fff;	}		
		
#altnav li a {
	display: block;
	padding: 3px 6px 3px 6px;
	color: #fff;
	text-decoration: none;
	width: auto;
	}

html>body #altnav a {
	width: auto;
	}

#altnav li a:hover {
	background-color: #060;
	color: #fff;
	}
	
/* NEW Horizontal Quicklinks */
	ul.quicklinks {
		list-style-type: none;
		padding: 0px;
		margin-left: 1px;
		margin-bottom: 5px;
		margin-right:1px;
		font-size:.85em;
		text-align:center;
	}
	ul.quicklinks li {
		display:inline;
		/*border-left:outset;
		border-right:inset;*/
		border-left: 1px solid;
		border-right: 1px solid;
		margin-left: -1px;
		padding-left: 3px;
		padding-right: 2px;
	}

/* For styling LAST UPDATE java script entry -JF*/	
.update {float: right; font-style: italic;position: relative; bottom: 0px;}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

div#spacer {width:611px; border-left: 1px solid #666; float: right;}
div#spacer div{width:170px; float: right; border-left: 1px solid #666; padding-bottom: 5px;}