/* CSS Document */

body {
	background-image: url(../images/background_tile.gif);
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
}
p {
	margin-top: 0;
}
a {
	color: #ffcd33;
}
a:hover {
	color: #33FFFF;
}
h1 {
	font-size: 150%;
	color: #1f2259;
	border-bottom: 2px dotted #1f2259;
	font-weight: normal;
	margin: 0 0 10px 0;
}
* html h1 {
	border: 2px dotted #7399cf;
	border-bottom: 2px dotted #1f2259;
}
h2 {
	font-size: 120%;
	color: #1f2259;
	font-weight: normal;
	margin: 0 0 3px 0;
}
table {
	margin-bottom: 10px;
}
form {
	margin: 0;
}

/* Clouds */
#headertoptile {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	height: 225px;
}

/* WNY Logo */
#logo {
	position: relative;
	background-image: url("../images/wnylogo.png");
	width: 233px;
	height: 63px;
	margin-left: -391px;
	left: 50%;
	top: 45px;
}
* html #logo {  
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/wnylogo.png",sizingMethod="scale");
}

/* NENY Logo*/
/*#logo {
	position: relative;
	background-image: url("../images/nenylogo.png");
	width: 752px;
	height: 125px;
	margin-left: -376px;
	left: 50%;
	top: 45px;
}
* html #logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/nenylogo.png",sizingMethod="scale");
}
*/

/* Bottom of clouds tile */
#headerbottomtile {
	background-image: url(../images/background_top_tile.gif);
	background-repeat: repeat-x;
	height: 36px;
}

/* Blue content box */
#content {
	position: relative;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	background-color: #7399cf;
	border: #fff solid 2px;
	padding: 10px;
}

/* Main Nav */
#nav {
	position: relative;
	float: left;
	width: 200px;
	margin-left: -60px;
	margin-top: -30px;
	background-color: #4581c2;
	border: #fff solid 2px;
	z-index: 1;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav ul li {
	border-bottom: 1px dashed #fff;
	position: relative;
}
#nav ul li.last {
	border: 0;
}
#nav ul li.current {
	width: 100%;
	display: block;
	padding: 5px 0 5px 0;
	background-color: #0060a9;
	color: #ffcd33;
	font-weight: bold;
}
#nav ul a {
	width: 100%;
	display: block;
	padding: 5px 0 5px 0;
	text-decoration: none;
	color: #fff;
}
#nav ul a:hover {
	background-color: #5e8cc9;
}

/* Use these for left side boxes other than the main nav */
#fontsize {
	position: relative;
	float: left;
	clear: left;
	width: 200px;
	margin: 20px 0 0 -60px;
	padding: 2px 0 0 0;
	background-color: #4581c2;
	border: #fff solid 2px;
	color: #1f2259;
	font-weight: bold;
	text-align: center;
}
* html #fontsize {
	margin-left: -35px;
}
#fontsize ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#fontsize ul li {
	display: inline;
	font-weight: normal;
}
#fontsize ul li#small {
	font-size: 12pt;
}
#fontsize ul li#med {
	font-size: 14pt;
}
#fontsize ul li#large {
	font-size: 16pt;
}
#fontsize ul li a {
	float: left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 66px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	border-left: 1px dashed #fff;
	margin-bottom: 5px;
	margin-top: 5px;
}
#fontsize ul li a:hover {
	background-color: #5e8cc9;
}
#fontsize ul li a.current {
	background-color: #0060a9;
	color: #ffcd33;
	font-weight: bold;
}
#fontsize ul li#small a {
	padding: 3px 0 4px 0;
	border-left: 0;
}
#fontsize ul li#med a {
	padding: 0px 0 2px 0;
}
#fontsize td {
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
#fontsize td.tablealt {
	border-bottom: 1px solid #7399cf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
}
#fontsize td.tablealt {
	text-align: left;
}
#fontsize form input.text {
	margin-left: 7px;
}
#fontsize table {
	margin: 0;
}

/* Main content area */
#body {
	position: relative;
	color: #FFF;
	margin: 0 0 0 160px;
}
* html #body {
	margin: 0 0 0 150px;
}

/* Copyright info */
#footer {
	position: relative;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	text-align: center;
	padding: 10px;
	font-size: 8pt;
}

/* flash element positioning */
#image {
	position: relative;
	float: right;
	margin-top: -70px;
	right: -48px;
	margin-left: -48px;
	z-index: 1;
}

/* Style for content tables/forms */
table.table {
	border: 1px solid #fff;
	background-color: #5e8cc9;
}
td.tablealt {
	background-color: #4581c2;
	border-bottom: 1px solid #7399cf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
}

