/* cygnus.css */
/* 
	styles for cygnus top popup menus and code that's
	used on a repeated basis across sites.
	
	current contents:
	+ cygnus top bar styles (for use with cygnus.inc)
	+ cygnus popup nav styles (for use with cygnus-menus.inc)
	+ "clearfix" class for fixing clear issues when floating
	  content inside a box.
*/
/* Cygnus Menu Styles */
.searchoptions {
	width: 63px; margin-left: 5px;float: left; color: #7A7A79; font-weight:bold; }

#search {
	float: right;
	width: 414px;
	height: 33px;
	margin-top: 33px;

	padding: 16px 13px 12px 82px;
	background-image: url(/images/backgrounds/searchbg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: none;
}
#search {
	float: right;
	width: 422px;
	height: 37px;
	margin-top: 50px;

	padding: 9px 13px 0px 76px;
	background-image: url(/images/backgrounds/searchbg1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: none;
}
.searchoptions {
	width: 73px; margin-left: 5px;float: left; color: #7A7A79; font-weight:bold; 
}

#search #cygnus_link {
	width: 165px;
	float: left;
	margin-top: 4px;
	color: #3B5890;
}
#search #cygnus_link span{
	color: #3B5890;
}
#search #cygnus_link a, #search #cygnus_link a:visited, #search #cygnus_link a:hover{
	color: #3B5890;
	text-decoration: underline;
	font-weight: normal;
}

#search #google {
	margin-left : 170px;
	width: 570px;
	text-align: right;
}

#search form {
	margin: 0px;
	padding: 0px;
}
#search input{
	margin: 0px;
	padding: 0px;
}
#search span {
	color: #7A7A79;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: bold;
	
}
#search #google span {
	position: relative;
	top: -2px;
}
#searchtxt {
	font: 10px Arial, Helvetica, sans-serif;

	color: #404D74;

		background-image: url(/images/backgrounds/searchtxtbg.gif);
	background-repeat: no-repeat;
	border: 1px solid #B9B9B9;
	padding: 0px;
	margin:0px;
	float: left;
	width: 269px;
	height: 18px;
	margin-top:0px;
	font-size: 11px;
}
#searchtxt_hold {
	margin-top: 3px;
	width: 269px;
	color: #405383;
	font-weight:bold;
	font-size: 0.9em;
	float:left;
}
#searchtxt_hold a,#search a {
	font-weight:bold;
	font-size: 11px;
	color: #405383;
	text-decoration: underline;
}
.searchradio {
	width: 10px;
	height: 10px;
	border: none;
	position: relative;
	top: 0px !important;
	top: -5px;
}
#searchbutton {
	float: right;
	width: 57px;
}

/* Cygnus Pop-Up Menu */

#cygnus_menu {
	width: 137px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	visibility: hidden;
	display: none;
	position: absolute;
	z-index: 99;
}
#cygnus_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cygnus_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cygnus_menu a, #cygnus_menu a:visited {
	border-bottom: 1px solid #999;
	background-color: #666;
	background-image:  url("cyg_bullet1.gif");
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 3px 0px 3px 22px;
	color: #ccc;
	text-decoration: none;
	text-align: left;
	display: block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	height: 14px;
	width: 115px;
}
#cygnus_menu a:hover {
	color: #666;
	background-color: #ccc;
	background-image:  url("cyg_bullet2.gif");
	background-position: left;
	background-repeat: no-repeat;
}

.cygnus_submenu {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	visibility: hidden;
	display: none;
	position: absolute;
	z-index: 100;
}
.cygnus_submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.cygnus_submenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.cygnus_submenu a, .cygnus_menu a:visited {
	border-bottom: 1px solid #666;
	background-color: #ccc;
	margin: 0px;
	padding: 3px 0px 3px 6px;
	color: #666;
	text-decoration: none;
	text-align: left;
	display: block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	height: 14px;
}
.cygnus_submenu a:hover {
	color: #666;
	background-color: #eaeaea;
	text-decoration: none;
}
#cygnus_pub a {
	color: #666;
	width: 125px;
	margin: 0px;
}
#cygnus_exp a {
	color: #666;
	width: 100px;
	margin: 0px;
}
#cygnus_int a {
	color: #666;
	width: 130px;
	margin: 0px;
}
#cygnus_cm a {
	color: #666;
	width: 165px;
	margin: 0px;
}

/* -- float in box hacks start here -- */
.clearfix:after
	{	content : "";
		display : block;
		height : 0;
		clear : both;
	}
.clearfix
	{	display : inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix
	{	height: 1%;
	}
.clearfix
	{	display: block;
	}
/* End hide from IE-mac */
/* -- float in box hacks end here -- */


#accessibility { display: none; }
