@charset "UTF-8";
/* CSS Document */
* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #DEE6F0 url(../gui/bg_striped_gradient.png) repeat-x top;
	text-align: center;
	color: #000000;
}
/*CONTAINER DIV FOR EVERYTHING*/
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
/*HEADER DIV*/
#header {
	height: 135px;
}
#header h1 {
	float:left;
	background: url(../gui/nylat_logo.png) no-repeat;	
	height: 135px;
	width: 320px;
}
#header h1 a {
	display: block;	
	height: 135px;
	width: 320px;
	text-indent: -9999px;
}
#navigation{
	margin-left:340px;
	width: 310px;
	padding: 20px 0;
	list-style:none;
}
#navigation li {
	width: 125px;
	float:left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#navigation li a:link , #navigation li a:visited {
	text-decoration: none;
	color: #FFF;
	display: block;
}
#navigation li a:hover{
	text-decoration: underline;
}
#search{
	float: right;
	text-align: right;
	margin-top: 20px;
	width: 100px;
}
#search .text{
	width: 90%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px 0 2px 2px;
}
#search .button{
	margin: 5px 0;
	padding: 0;
}

/*FLASH OBJECT DIV*/
#slides {
	height: 200px;
}
/*BUCKET DIV*/
#buckets {
	height: 185px;
	margin-top: 20px;
	list-style: none;
}
#buckets li{
	float:left;
	height: 185px;
	width: 185px;
	/*text-indent: -9999px;*/
}
#buckets li a:link , #buckets li a:visited {
	text-indent: -9999px;
	display: block;	
	height: 185px;
	width: 185px;
}

/*FOOTER DIV*/
#footer {
	height: 80px;
	margin-top: 20px;
	padding: 10px 0 0 0;
	background:url(../gui/footer_bg.png) no-repeat left top;
	color:#666;
}
#footer a:link , #footer a:visited, #footer a:active {
	color:#000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #808000;
}
#info {
	float: right;
	width: 350px;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
}
#footerlinks {
	float: left;
	width: 400px;
	text-align: left;
	padding-left: 10px;
}

#content a[href$=".pdf"], #content a[href$=".txt"], #content a[href$=".zip"], #content a[href$=".xls"], #content a[href$=".doc"], #content a[href$=".ppt"], #content a[href*="@"]
{
	display:inline-block;
	line-height:22px;
}
#content a[href$=".pdf"]{padding-left:22px; background:url(/images/icons/mimetype/pdf.gif) center left no-repeat;}
#content a[href$=".txt"]{padding-left:22px; background:url(/images/icons/mimetype/txt.gif) center left no-repeat;}
#content a[href$=".zip"]{padding-left:22px; background:url(/images/icons/mimetype/zip.gif) center left no-repeat;}
#content a[href$=".xls"]{padding-left:22px; background:url(/images/icons/mimetype/xls.gif) center left no-repeat;}
#content a[href$=".doc"]{padding-left:22px; background:url(/images/icons/mimetype/doc.gif) center left no-repeat;}
#content a[href$=".ppt"]{padding-left:22px; background:url(/images/icons/mimetype/ppt.gif) center left no-repeat;}
#content a[href*="@"]{padding-left:22px; background:url(/images/icons/mimetype/email.gif) center left no-repeat;}