/* Transportation Security Administration */
/*  U.S. Department of Homeland Security  */
/*           http://www.tsa.gov           */
/*        CSS: Global Layout Classes      */

body {margin: 0;
	padding: 0;
	background: url('/eot2008/20080917224641oe_/http://www.tsa.dhs.gov/graphics/tsa-background.gif') #999999 repeat;
	font-family: Verdana, 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%;
	line-height:100.01%;
}
	
/* OUTTERMOST BOX FOR SETTING UP FIXED OR FLUID PAGES */

#fixedpage {margin:0 auto;
	margin-top:0px;
	padding:0 0 10px 0;
	width:782px;
	background-color:#FFF;
	border-bottom:1px solid #afc3d2;
	position: relative;
	overflow:auto;
	color:#333}
	
	
/* FLAG BANNER */	
#banner {height:77px;
	background: url('/eot2008/20080917224641oe_/http://www.tsa.dhs.gov/graphics/images/common/bg_banner.gif') #a1d0eb top left no-repeat;}
.bannerlogo {position:relative;
	left:10px;
	top:4px;
	border:0;}
	
/* NAVIGATION BAR */

#navbuttons {margin:0px;
	padding: 0px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:-1px;
	background: url('/eot2008/20080917224641oe_/http://www.tsa.dhs.gov/graphics/images/common/bg_nav.gif') #b8d9ec top left repeat-x;
	height:66px;
	overflow:hidden;}
	

	
/* CONTENT COLUMN DEFINITIONS 
For standard 3-column layout use: A, B and C
For standard 2-column layout use: A and D
for a full width layout with no left nav use: E only */

#column-a {width:170px;
	float:left;
	vertical-align: top;
	margin:10px 0 0 0;
	padding: 0;
	letter-spacing:-0.5px;
	font-size:75%}
#column-a img {border:0;text-align:center;margin-left:7px;}
	
#column-b {width:420px;
	min-height:560px;
	float:left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
	font-size:80%}
#column-b ul {list-style-image:url('/eot2008/20080917224641oe_/http://www.tsa.dhs.gov/graphics/images/common/bullet.gif'); list-style-type: disc;}

#column-c {width:162px;
	min-height:560px;
	height:560px;
	float:left;
	padding:0px 3px;
	margin:10px 0 0 0;
	font-size:75%}
#column-c h2 {margin-top:0;}
#column-c ul {list-style-image:url('/eot2008/20080917224641oe_/http://www.tsa.dhs.gov/graphics/images/common/bullet.gif'); list-style-type: disc;
	margin:-10px 5px 0 5px;
    padding-left: 20px;}
#column-c li {margin:0px auto 5px 0px;}
	

			
#column-d {width:585px;
	float:left;
	border-left: 1px solid #ccc;
	padding: 5px 10px;
	font-size:80%}
	
#column-d ul {list-style-image:url('/eot2008/20080917224641oe_/http://www.tsa.dhs.gov/graphics/images/common/bullet.gif'); list-style-type: disc;}

	
#column-e {width:760px;
	min-height:486px;
	float:left;
	border-left: 0;
	padding: 5px 10px;
	font-size:80%}
	
#column-f {width:190px;
	min-height:486px;
	float:left;
	border-left: 0;
	padding: 5px 10px;
	font-size:80%}
	
#column-b[id], #column-c[id], #column-d[id]  {height:auto;}
	
#column-fluid {position:absolute; left:180px;
	vertical-align: top;
	border-left: 1px solid #ccc;
	padding: 5px 10px;}
	
/* BOXES FOR FIXED AND FLUID FOOTERS */
	
#fixedfooter {clear:both;
	margin:auto;
	padding: 0 0 5px 0;
	width:782px;
	min-height:30px;
	background-color:#FFF;
	text-align:center;}
		
#clear {clear:both;}