/* 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 */
#search {
	background: url(/images/cygbar.gif) top left no-repeat;
	margin: 0px;
	padding: 4px 0px 8px 15px;
	font-size: 10px;
}

#search #cygnus_link {
	width: 165px;
	float: left;
	margin-top: 4px;
	color: #4F5257;
}
#search #cygnus_link span{
	color: #4F5257;
}
#search #cygnus_link a, #search #cygnus_link a:visited, #search #cygnus_link a:hover{
	color: #4F5257;
	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: #4F5257;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
#searchtxt {
	font: 10px Arial, Helvetica, sans-serif;
	margin-left: 2px;
	margin-top: 0px;
	width: 99px;
	border: 1px solid #D3D3D3;
	background-color: #FBFAF8;
	margin-bottom: 0px;
}
.searchradio {
	margin-bottom: 3px;
	width: 10px;
	height: 10px;
	border: none;
}
#searchbutton {
	font: 10px Arial, Helvetica, sans-serif;
	height: 18px;
	background-color: #64676E;
	color: #EBF1F7;
	border-left: 2px solid #797C84;
	border-top: 2px solid #797C84;
	border-right: 2px solid #4F5257;
	border-bottom: 2px solid #4F5257;
}

/* 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 -- */
