/* CSS Document */

/*layout styles*/

/* header bar for logo */
#header{
	padding: 0px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 185px;
	margin-bottom: 2px;
	margin-left: 0px;
}
/* top navigation bar */
#topnav{
	/*height:24px;*/
	position: absolute;
	top: 76px;
	padding-top: 2px;
	/*margin-right: 190px;*/
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 10px;
	z-index: 2;
	display:block;
}



/*  search box  */
#right_search {
	height: 80px;
	width: 180px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6A694D;
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#right_search .zoom_searchform input, #right_search .zoom_searchform select{
	text-transform:none}
	
#right_search .zoom_searchform .btn{
	background-color: #CCCCCC;
	border: 2px solid;
	border-top-color: #A09E7A;
	border-right-color: #737152;
	border-bottom-color: #737152;
	border-left-color: #A59E7B;
	font-weight: bold;
	text-transform: uppercase;
}
/*  end of search box  */

#footer {
	margin-top: 20px;
	margin-left: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 85%;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0px;
}

#footer a{
	color: #003333;
	margin: 0px 4px;
}

#footer a:hover{
	text-decoration: none;
	background-color: #E9E9E9;
	color: #000033;
}
#content #formard_thinking_banner {
	display: none;
}
#content #collaborator_footer {
	display: none;
}
#content #hideheader {
	display: none;
}