﻿/* ---	branding logo header 	--- */
#logo {
	width: 1000px;
	height: 54px;
	margin-bottom:33px;
	padding: 0;
	background: url(../../img/gfx/foundation_logo.gif) no-repeat center bottom transparent;
	cursor: pointer;
}

/* ---	top navigation bar and flyout menus 	--- */
#top_nav {
	z-index: 50;
	width: 922px;
	height:22px;
	padding-left: 10px;
	margin: 0 34px;
	border-bottom: solid 1px #ebebeb;
	text-align: left;
	line-height: 22px;
}
.top_nav_link {
    float:left;
	padding: 0 21px;
	font-size: 9px;
	line-height: 22px;
}
	.top_nav_link a {
		color: #7f7f7f;
		word-spacing:2px;
		text-decoration: none;
	}
	.top_nav_link a:hover {
		color: #000;
	}
.top_nav_link_on a {
	color: #000;
}

/* ---	search 	--- */
#search_container {
	background: none;
	display:inline;
	margin-top:2px;
	padding:0 0 0 23px;
	width:160px;
	line-height: 22px;
	position:relative;
}
	#search_container form {
		position: relative;
		display: inline;
	}
	#search_container #hidden {
	    display:none;
	}
	#search_container #query 
	{
	    display:block;
	    float:left;
		width: 110px;
		height:10px;
		border: solid 1px #ccc;
		color: #ccc;
		font-size: 9px;
		margin:1px 4px 0 0;
		padding:1px 0px 2px 5px;
	}
	#search_container #go_btn
	{
	    display:block;
	    float:left;
		width: 22px;
		height:15px;
		margin:1px 0;
	}

/* ---	flyouts and rollouts 	--- */
.flyout {
	display: none;
	position: absolute;
	left: 9px;
	top: 26px;
	z-index: 55;
	width: 100px;
	padding: 5px 10px 0px 10px;
	text-align: left;
	background-color: #fff;
	/*background: url(../../img/gfx/fff_alpha60.png) repeat;*/
	border: solid 1px #dcecea;
	border-top: none;
}
.flyout_link {
	position: relative;
	display: block;
	padding: 0px 0px 5px 0px;
	font-size: 9px;
	line-height: 16px;
}
	.flyout_link a {
		color: #999;
		text-decoration: none;
	}
	.flyout_link a:hover {
		color: #000;
	}

.rollout_w, .rollout_e, .rollout_s {
	position: absolute;
	border: none;
}
.rollout_w {
	left: -310px;
	top: -100px;
}
.rollout_w, .rollout_w img {
	width: 300px;
	height: 300px;
}
.rollout_e {
	left: 130px;
	top: -100px;
}
.rollout_e, .rollout_e img {
	width: 300px;
	height: 300px;
}
.rollout_s {
	margin: 10px 0px 0px -10px;
}
.rollout_s, .rollout_s img {
	width: 140px;
	height: 300px;
}
#print-link {
	width:890px;
	padding:5px 72px 0px 38px;
	text-align:right;
}

/* ---	footer 	--- */
#footer {
	clear: both;
	position: relative;
	width: 924px;
	padding: 0;
	margin: 0px 38px 0px 38px;
	text-align: center;
	height:53px;
	line-height:53px;
}
.footer_link {
	color: #699;
	display: inline;
	padding: 0px 5px 0px 5px;
	font-size: 9px;
}
	.footer_link a {
		font-size: 9px;
		color: #699;
		text-decoration: none;
	}
	.footer_link a:hover {
		color: #000;
	}

#footer_copyright {
	width: 100%;
	background-color: #dbf5f2;
	color: #99b1ae;
	padding: 20px 0px 10px 0px;
	text-align: center;
	font-size: 9px;
	position:relative;
	height:7px;
	line-height:7px;
}