body, html {
	background-color: #222222;
	padding: 0;
	margin: 0;
}

#background {
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;   
}

#background div {
	background: url(./../../styles/yonkers/img/shade.png);
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;   
	position: absolute; 
}

#mainfiller {
	position: fixed;
	top:0;
	left:80px;
	width: 922px;
	bottom: 0;
	background-color: rgba(255,255,255,0.3);
}

#nav img {
	display: block;
	border: 0;
}

#nav {
	position: fixed;
	top:0;
	left:100px;
	width: 220px;
	bottom: 0;
	background-color: #ffffff;
	border-right: 1px solid #e6e6e6;
	z-index: 1000;
}

#main {
	position: absolute;
	background-color: #ffffff;
	top: 0;
	left: 321px;
	min-height: 100%;
	width: 660px;
	z-index: 1;
}

#nav ul {
	list-style:none;
	padding:0;
	margin:0;
	display: block;
	z-index: 1010;
	position: absolute;
	width: 220px;
	background-color: #ffffff;	
	border-top: 1px solid #e6e6e6;
}

#nav>ul {
	position: static;
}

#nav ul li {
	margin: 0;
	padding: 0;
	display:block;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}

#nav ul li ul {
	top: -1px;	
	opacity: 0;
	left: -9999px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

#nav li:hover>ul {
	opacity: 1;
	left: 220px;
}

#nav ul li a {
	color: #666666;
	display:block;
	padding: 26px 10px 10px 20px;
	line-height: 18px;
	text-align: right;
	text-decoration:none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1020;
	background: #ffffff url(./../../styles/yonkers/img/shadewhite.png);
}

#nav li li a {
	padding: 16px 10px 0px 20px;
}

#nav li:hover>ul>li>a {
	padding: 26px 10px 10px 20px;
}


#nav li:hover>a {
	padding-right: 30px;
	background-color: #617492;
	color: #ffffff;
}

#nav li.active>a {
	background-color: #888888;
	color: #ffffff;
}


#nav form {
	height: 55px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

#nav button {
	background: url(./../../styles/yonkers/img/searchbutton.png) no-repeat center center;
	display: block;
	width: 32px;
	height: 55px;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#nav form input {
	border: 0;
	width: 160px;
	padding: 0;
	margin: 0;
	top: 18px;
	left: 10px;
	background-color: transparent;
	font: 13px/18px  Trebuchet MS,Optima,Arial,sans-serif;
	height: 18px;
	position: absolute;
	color: #666666;
}

#nav input:focus{
    outline: 0;
}


#eyecatcher {
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

#mainbox {
	margin: 20px;
	position: relative;
}

#home {
	width: 54px;
	height: 54px;
	position: absolute;
	left: 640px;
	top: -21px;
	background: #ffffff url(./../../styles/yonkers/img/home.png) no-repeat center bottom;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 0;
	-webkit-transition: background-color 0.3s, border 0.3s;
	transition: background-color 0.3s, border 0.3s;
}

#home.fixedhome {
	top: -1px;
	position: fixed;
	left: 981px;
}

#home:hover {
	background-position: center top;
	background-color: #617492;
	border-top: 1px solid #617492;
	border-right: 1px solid #617492;
	border-bottom: 1px solid #617492;
}

#caption {
	margin: 0;
}

#breadcrumbs {
	margin: 0 0 20px 0;
}

#breadcrumbs a {
	color: #617492;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #000000;
}

#header {
	margin: 0 0 20px 0;
}

#sidebarleft {
	float: left;
	margin: 0 20px 20px 0;
	min-height: 1px;
}

#content {
	float: left;
	margin: 0 0 20px 0;
}

#sidebarright {
	float: left;
	margin: 0 0 20px 20px;
	min-height: 1px;
}

#footer {
	margin: 0 0 20px 0;
}

#common {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 54px;	
}

#common a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: right;
	padding: 18px 10px;
	line-height: 18px;
	background: #ffffff url(./../../styles/yonkers/img/shadewhite.png);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#common a:hover {
	background-color: #617492;
	color: #ffffff;
}