@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: #000;
}

#content input,#content select,#content textarea {
	border: 1px solid #000;
	padding: 1px 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#content input[type=submit], #content input[type=button], #content input[type=reset] {
	font-size: 13px;
	padding: 2px 3px;
	cursor: pointer;
	background: #CCC;
}

#content input[type=submit]:hover, #content input[type=button]:hover, #content input[type=reset]:hover {
	background: #EEE;
}

/*CONTAINER DIV - WRAPS AND CENTERS EVERYTHING*/
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
/*HEADER ELEMENTS*/
#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.wide li {
	width: 200px;
}
#navigation li a:link , #navigation li a:visited, #navigation li a:active {
	text-decoration: none;
	color: #FFF;
	display: block;
}
#navigation li a:hover{
	text-decoration: underline;
}
#search{
	float: right;
	text-align: right;
	margin-top: 20px;
	width: 140px;
}
#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;
}

/*ROUNDED TOP OF CONTENT AREA*/
#top_cap {
	height: 40px;
	background:url(../gui/top_cap.png) no-repeat left top;
}
#top_cap h1 {
	padding: 10px 0 0 10px;
	font-weight:bold;	
	font: 18px Tahoma, Arial, Helvetica, sans-serif;
	color:#B57D03; 
}

#breadcrumbs {
	margin-bottom: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
/*MAIN CONTENT CONTAINER*/
#main{
	clear: both;
	background:#FFF;
}

/*LEFT NAVIGATION*/
#subnav{
	float: left;
	width: 165px;
	list-style:none;
}
#subnav li {
	width: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-bottom: 20px;
	padding-left: 10px;
}
#subnav ul ul {
	list-style:none;
}
#subnav li li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 0;
}
#subnav li a:link , #subnav li a:visited, #subnav li a:active {
	display: block;
	text-decoration: none;
	color: #333;	
}
#subnav li a:hover{
	text-decoration: underline;
	color:#000;
}

/*CONTENT AREA*/
#content {
	margin: 0 0 0 185px;
	background: #FFF;
	border-left: solid 1px #CCC;
	padding: 0 10px 10px 10px;
	min-height: 400px;
}

/*ROUNDED BOTOM OF CONTENT AREA*/
#bottom_cap {
	height: 20px;
	background:url(../gui/bottom_cap.png) no-repeat left top;
}

/*FOOTER*/
#footer {
	clear:both;
	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;
}

/*MISC CLASSES*/
.clearfloat { /* place a <div> or <br> before the close of a container <div> to fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.padded-image {
	padding: 5px 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;}

*/
#wp-calendar { width: 100%; }


#login form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

#login form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }

#login form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

#login form p {
	margin-bottom: 0;
}

#login label {
	color: #777;
	font-size: 13px;
}

#login form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}

#login form .submit { float: right; }

#login form p { margin-bottom: 24px; }

#login #nav {
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

#login #backtoblog a {
	position: absolute;
	top: 7px;
	left: 15px;
	text-decoration: none;
}

#login { width: 320px; margin: 1em auto; }

#login_error, .message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login #nav { margin: 0 0 0 8px; padding: 16px; }

#login #user_pass, #login #user_login, #login #user_email {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

#archives select {
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}