* { margin: 0; padding: 0; }

body {
	font: normal normal normal 76% arial,helvetica,sans-serif;
	background: url('/template/images/nav_background.gif') repeat-y;
	}

img {
	border: 0;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/* Page Header */
#uscbcheader {
	position: relative;
	top: 0;
	left: 0;
	padding: 0.5em;
	background: #fff;
	}

#logo {
	position: relative;
	}

/* Top of Page Horizontal Menu */

#horizontal-links {
	width: 100%;
	background : #004182;
	height: 2.3em;
	position: relative;
	z-index: 201;
}
#horizontal-links, #horizontal-links ul {
	margin: 0;
	background : #004182;
}
#horizontal-links ul {
	list-style: none;
	background : #004182;
}

#horizontal-links ul li{ white-space: nowrap; }

#horizontal-links a {
	display: block;
	width: 10em;
	color : #fff;
	background : #004182;
	text-decoration: none;
	font-weight: bold;
	padding: 0 1em;
	margin: 0.5em 0;
	border-right: 1px solid #fff;
	text-align: center;
}
#horizontal-links li ul li a {
	margin: 0;
}

#horizontal-links a.last {
	border: 0;
	}

#horizontal-links ul li ul  {
	width: 14em;
	background: #e3e3e3;
	}
#horizontal-links ul li ul li a {
	border: 0;
	font-size: 0.90em;
	color: #004182;
	background: #e3e3e3;
	width: 13em;
	text-align: left;
	font-weight: normal;
	}
#horizontal-links ul li ul li a:hover {
	text-decoration: underline;
	}

#horizontal-links li {
	float: left;
}

#horizontal-links li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	z-index: 300;
 	padding-bottom: 5px;
	background: #e3e3e3;
 }

#horizontal-links li ul.meetingsnav {
	width: 14em;
	}
#horizontal-links li ul.meetingsnav li a {
	width: 14em;
	}

#horizontal-links li:hover ul {
	left: auto;
}

#horizontal-links li:hover ul, #horizontal-links li.sfhover ul {
	left: auto;
}

#horizontal-links li ul ul {
	margin: -1em 0 0 12em;
}
#horizontal-links li:hover ul ul, #horizontal-links li.sfhover ul ul {
	left: -999em;
}
/* Login, Registration, Lost Password, and Site Search */

#siteutils {
	clear: both;
	background: #ddf2ff;
	padding: 0;
	}

#login {
	float: left;
	width: 150px;
	text-align: right;
	background: #ddf2ff;
	margin-top: 0;
	padding: 0;
	}

#login img {
	padding: 5px 0 0 0;
	}

#register {
	background: #ddf2ff;
	white-space: nowrap;
	}

#register ul {
	list-style-type: none;
	background: #ddf2ff;
	padding-top: 10px;
	}
#register ul li {
	display: inline;
	}
#register ul li a{
	font-weight: bold;
	padding: 0 1em;
	border-right: 1px solid #004182;
	color: #004182;
	text-decoration: none;
	white-space: nowrap;
	}
#register ul li a.last {
	border-right: 0;
	}

#register ul li a:hover{
	text-decoration: underline;
	}

#search {
	position: relative;
	float: right;
	width: 300px;
	margin: 5px 0 3px 0;
	}
#search input {
	display: block;
	float: left;
}
#search input.text {
	margin-right: 10px;
	position: relative;
	font-size: 1em;
	height: 15px;
	width: 120px;
}


/* Main Section */
#main-section {
	}

/* Side of Page Vertical Menu */
#vertical-links {
	position: relative;
	z-index: 200;
	width: 150px;
	}

	#vertical-links, #vertical-links ul { /* all lists */
		padding: 0;
		margin: 0;
		width: 150px;
		list-style-type: none;
		float : left;
	}

	#vertical-links li { /* all list items */
		position : relative;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}

	#vertical-links li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 150px;
		margin-top : -2.5em;
		background: #e3e3e3;
		width: 18em;
		padding: 0.5em 0;
	}


	#vertical-links li ul a { /* second-level lists */
		width : 26em;
		padding: 0;
		font-size: 0.9em;
	}
	#vertical-links li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

	#vertical-links li a {
		width: 26em;
		w\idth : 10em;
		display : block;
		color : #fff;
		background : #004182;
		font-weight : bold;
		text-decoration : none;
		border : 0;
		padding : 0.5em 0;
	}

	#vertical-links li a:hover {
		color : #fff;
		background : #004182;
	}

	#vertical-links ul li a {
		padding-left: 5px;
		width: 145px;
	}
	#vertical-links ul li a:active {
		background : #004182 url('/template/images/vertical-links_background.gif') no-repeat center;
		color: #000;
	}
	#vertical-links ul li a:hover {
		background : #004182 url('/template/images/vertical-links_background.gif') no-repeat center;
		color: #000;
	}
	#vertical-links ul li ul li a {
		padding-left: 10px;
		width: 16em;
		font-weight: normal;
		background: #e3e3e3;
		color: #004182;
	}
	#vertical-links ul li ul li a:visited {
		background: #e3e3e3;
		color: #004182;
	}
	#vertical-links ul li ul li a:hover {
		color: #004182;
		background: #e3e3e3;
		text-decoration: underline;
	}

	#vertical-links li:hover ul ul, #vertical-links li:hover ul ul ul, #vertical-links li.sfhover ul ul, #vertical-links li.sfhover ul ul ul {
		left: -999em;
	}

	#vertical-links li:hover ul, #vertical-links li li:hover ul, #vertical-links li li li:hover ul, #vertical-links li.sfhover ul, #vertical-links li li.sfhover ul, #vertical-links li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/* SPECIAL STYLING FOR ACTIVE LINKS*/
#home #home_link, #briefing #briefing_link, #advisory #advisory_link,  #email #email_link,  #policy #policy_link,  #meetings #meetings_link, #links #links_link, #pubs #pubs_link, #topic #topic_link, #stats #stats_link {
		background : #004182 url('/template/images/vertical-links_background.gif') no-repeat center;
		color: #000;
}
/* CONTENT */

#address {
	clear: left;
	font-size: 0.9em;
	padding: 2em 0 8em 5px;
	color: #fff;
	}
#address a{
	color: #fff;
	}

.linktype{
	color: #686868;
	margin: 2em 0;
	font-size: 80%;
	}

#content
{
	margin-left: 150px;
	position: relative;
	z-index: 1;
	padding: 1px 1em;
	margin: 0 0 0 150px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/

* html #content {
  height: 1%;
  }

/* End hide from IE5/mac */

#copyright {
	padding: 2em 1em;
	font-size: 0.9em;
	margin-left: 150px;
	clear: both;
	}


/* Anti-Spam Feature */

.deceive {
	display: none;
}