/*----------------------Meyer's CSS reset----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*------------------------End Meyer's CSS Reset-------------------*/

/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/main-bg.jpg) left top repeat-x #fff;
	color:#464d59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	}	

img{
	border: none;
	}

a{
	color: #fe8900;
	}

a:hover, a:focus{
	color: #fe8900;
	}
.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}

.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}

h1{
	float: left;
	padding: 3px 0 0 6px;
	margin: 0;
	font-weight: bold;
	font-size: 95%;
	}

p{
	font-size: 100%;
	line-height: 150%;
	padding: 0 0 4% 0;
	}

h2{
	color: #fe8900;
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 16px 0;
	clear: both;
	border-bottom: 1px solid #464d59;
	}

.small{
	font-size: 80%;
	}

.alert{
	color: #ff007f;
	}

/*-----------Select bug in IE6 with z-index ---------*/
/*----To see tested area: publications-seach.php "contact-us" link---------*/
* html .select-free
{
	position:absolute;
	z-index:10;
	/*cursor:move;*/

	/*overflow:hidden;*//*must have*/
	width: 220px;
	display: block;
	
}
* html .select-free iframe
{
	display: none;/*sorry for IE5*/
	display/**/: block;/*sorry for IE5*/
	position: absolute;/*must have*/
	top:0; /*must have*/
	left:0; /*must have*/
	z-index:-1; /*must have*/
	filter:mask();/*must have*/
	/*width:3000px;*//*must have for any big value*/
	width: 220px;
	height:3000px;/*must have for any big value*/
}

* html .select-free li{
	/*position: absolute;*/
	/*display: block;*/
	/*background: #000099;*/
	float: none;
	width: 220px;
	font-size: 100%;
	padding: 0;
	margin: 0;
	display: block;
	}

* html #top-nav ul ul .select-free li a{
	float: none;
	width: 200px;
	padding: 5px 10px 5px 10px;
	margin: 0;
	font-weight: normal;
	font-size: 100%;
	border: 1px solid yellow;
	position: relative;
	background: #990000;
	display: block;
	}

* html #top-nav ul ul .select-free li a:hover, #top-nav ul ul .select-free li a:focus{
		float: left;
		width: 199px;
		color: #fff;
		background-color: #363636;
		}


