/* 
	M & T Bank
	Master Screen CSS
	Alison Endacott
	11/2008
	
	COLORS
	
	Green	#076324
	
 */
 
* {
	margin: 0;
	padding: 0;
}
 
	img {
		border: 0;
	}
	
 body {
 	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/content/v1/us/img/bg.gif) center top repeat-y;
	}
 
 a {
 	color: #076324;
 }
 	a:hover {
		text-decoration: none;
	}
	
	a:visited {
		
	}
 
#container {
	width: 791px;
	margin: 0px auto 0 auto; /*centers container if there is a width */
}

		.RandomImage01 {
			background: url(/content/v1/us/img/topimages/topImages01.jpg) no-repeat 0 0;
		}
		.RandomImage02 {
			background: url(/content/v1/us/img/topimages/topImages02.jpg) no-repeat 0 0;
		}
		.RandomImage03 {
			background: url(/content/v1/us/img/topimages/topImages03.jpg) no-repeat 0 0;
		}
		.RandomImage04 {
			background: url(/content/v1/us/img/topimages/topImages04.jpg) no-repeat 0 0;
		}
		.RandomImage05 {
			background: url(/content/v1/us/img/topimages/topImages05.jpg) no-repeat 0 0;
		}
		.RandomImage06 {
			background: url(/content/v1/us/img/topimages/topImages06.jpg) no-repeat 0 0;
		}
		.RandomImage07 {
			background: url(/content/v1/us/img/topimages/topImages07.jpg) no-repeat 0 0;
		}
		.RandomImage08 {
			background: url(/content/v1/us/img/v/topImages08.jpg) no-repeat 0 0;
		}
		.RandomImage09 {
			background: url(/content/v1/us/img/topimages/topImages09.jpg) no-repeat 0 0;
		}
		.RandomImage10 {
			background: url(/content/v1/us/img/topimages/topImages10.jpg) no-repeat 0 0;
		}
		.RandomImage11 {
			background: url(/content/v1/us/img/topimages/topImages11.jpg) no-repeat 0 0;
		}
		.RandomImage12 {
			background: url(/content/v1/us/img/topimages/topImages12.jpg) no-repeat 0 0;
		}
		.RandomImage13 {
			background: url(/content/v1/us/img/topimages/topImages13.jpg) no-repeat 0 0;
		}
		.RandomImage14 {
			background: url(/content/v1/us/img/topimages/topImages14.jpg) no-repeat 0 0;
		}
		.RandomImage15 {
			background: url(/content/v1/us/img/topimages/topImages15.jpg) no-repeat 0 0;
		}
		.RandomImage16 {
			background: url(/content/v1/us/img/topimages/topImages16.jpg) no-repeat 0 0;
		}
		.RandomImage17 {
			background: url(/content/v1/us/img/topimages/topImages17.jpg) no-repeat 0 0;
		}
		.RandomImage18 {
			background: url(/content/v1/us/img/topimages/topImages18.jpg) no-repeat 0 0;
		}
		.RandomImage19 {
			background: url(/content/v1/us/img/topimages/topImages19.jpg) no-repeat 0 0;
		}
		.RandomImage20 {
			background: url(/content/v1/us/img/topimages/topImages20.jpg) no-repeat 0 0;
		}

 
/* ------------------------ 
		head
------------------------ */
 
 #accessibility {
 	position: absolute;
	left: -9999px;
 }

 #head {
 	position: relative;
	z-index: 40;
 	height: 271px;
	padding-top: 10px;
	background: url(/content/v1/us/img/header.png) left 158px no-repeat;
	_background: url(/content/v1/us/img/header.gif) left 158px no-repeat;
	
 }
 
 	h1 {
		display: block;
		background: url(/content/v1/us/img/mandtlogo.gif) no-repeat;
		height: 45px;
		width: 215px;
		margin: 162px 0 0 12px;
		position: relative;
		top: 5px;
		float: left;
		_display: inline;
	}
	
		h1 a {
			display: block;
			height: 45px;
			width: 215px;
			text-indent: -9999px;
			overflow: hidden;
		}
		
			h1 span 
			{
				display: none;
			}
			
			#head p {
				font-size: 2.0em;
				font-weight: bold;
				color: #7ab800;
				width: 500px;
				margin-top: 199px;
				*margin-top: 208px;
				margin-bottom: -25px;
				*margin-bottom: -16px;
				margin-left: 264px;
				text-align: right;
			}
		
	#navigation {
		width: 791px;
		height: 43px;
		display: block;
		float: left;
		position: relative;
		margin-top: 22px;
		_display: inline;

	}
	
		#navigation li {
			display: block;
			list-style: none;
			float: left;
			_display: inline;
		}
	
			#navigation li a {
				display: block;
				width: 50px;
				height: 43px;
				text-indent: -9999px;
				overflow: hidden;
				background: url(/content/v1/us/img/nav.gif) no-repeat;
			}
			
				#navigation li#nav-home a {
					width: 100px;
				}
				
					#navigation li#nav-home a:hover {
					}
					
				#navigation li#nav-about a {
					width: 125px;
					background-position: -100px 0;
				}
				
					#navigation li#nav-about a:hover {

					}
					
				#navigation li#nav-calc a {
					width: 199px;
					background-position: -225px 0 ;
				}
				
					#navigation li#nav-calc a:hover {
					}
				
				#navigation li#nav-other a {
					width: 248px;
					background-position: -424px 0 ;
				}
				
					#navigation li#nav-other a:hover {
					}
					
				#navigation li#nav-contact a {
					width: 119px;
					background-position: -672px 0 ;
				}
				
					#navigation li#nav-contact a:hover {
					}

/* ------------------------ 
		CONTENT
------------------------ */
#content {
	padding: 1em 0 1em 4px;
	position: relative;
	z-index: 41;
	background: #fff;
}

fieldset {
	border: 0;
}

	legend {
		display: none;
	}
	
	/* user info */
	#user-info {
		font-size: 1.2em;
		position: relative;
		z-index: 40;
		background: #fff;
		padding-top: 1em;
	}
	
		#user-info li {
			display: inline;
			list-style: none;
			padding:0 0.8em 0 0.7em;
			*padding-right: .5em;
			vertical-align: middle;
		}
		
		#user-info li#name,
		#user-info li#settings {
			border-right: 1px solid #ccc;

		}
		
		#user-info li#name {
			border-right: 1px solid #ccc;
			background: url(/content/v1/us/img/green-arrow.gif) no-repeat left;
			padding-left: 23px;
			margin-left: 26px;
		}
		
		#user-info li#logoff a,
		#user-info li#settings a {
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#user-info li#v_toggle {
			cursor: pointer;
			text-decoration: underline;
			padding-right: .5em;
			*padding-right: .9em;
			padding-left: .5em;
			text-transform: uppercase;
			color: #076324;
			font-weight: bold;
		}	
		
			#user-info li#v_toggle:hover {
				text-decoration: none;
				}
		
			#user-info li span {
				font-weight: bold;
				}
		
		#user-info li#info {
			padding-right: 0;
			background: url(/content/v1/us/img/green-arrow.gif) no-repeat left;
			padding-left: 23px;
			margin-left: 26px;
		}
				
		#user-info #register {
			padding-lefT: 0;		
		}
		
		#user-info #register a {
			text-transform: uppercase;
			font-weight: bold;
		}	
	
	
	/* login */
	#login {
		padding: 1em 0 1.6em 25px;
		display: block;
		*padding-bottom: .5em;
		*height: 25px;
		_padding-top: 1.5em;
		}
	
		#login fieldset {
			width: 535px;
			float: left;
			_display: inline;
		}
		
			#login dl 
			{
				float: left;
			}
		
				#login dt,
				#login dd 
				{
					display: inline;
				}
		
				#login input {
					border: 1px solid #d9d9d9;
					padding: 2px ;
					font-size: 12px;
					width: 148px;
					font-size: 1em;
				}
				
				#login label {
					text-transform: uppercase;
					padding-left: 10px;
				}
				
				/*	#login #lbl_remember {
						display: block;
						padding: .5em 0 0 70px;
						*padding: 0 0 0 67px;
						float: left;
						_display: inline;
					}
					
						#lbl_remember input {
							position: relative;
							*position: static;
							top: 3px;
							*top: 1px;
							width: auto;
							border: 0;
						}
*/
						
		
			#login #loginBtn 
			{
				float: left;
				_display: inline;
				border: 0;
				width: 47px;
				padding: 0;
				position: relative;
				top: -3px;
				*top: -4px;
				margin-left: 5px;
				z-index: 1;
				_position: absolute;
				_top: 320px;
				_z-index: 1;
				
			}
			
		#login #error 
		{
			position: absolute;
			color: #f00;
			left: 0;
			margin-top: 19px;
			margin-left: 534px;
			*margin-top: 30px;
			_margin-top: 32px;
		}
			
	#login ul {
		list-style: none;
		float: right;
		text-align: right;
		font-size: 1.1em;
		padding-top: .6em;
	}
	
		#login ul li 
		{
			display: inline;
			padding-left: 12px;
		}
			
		#forgot-password {
			padding-right: 25px;
		}
			
/* ------------------------ 
		fast 500/2500
------------------------ */	
	#innerContent 
	{
		padding: 0 5px;
		font-size: 1.2em
	}
	
		#innerContent h2 
		{
			font-size: 1.5em;
		} 
		
		#innerContent h3 
		{
			padding-top: 1em;
			font-size: 1.3em;
		}
	
		#innerContent p 
		{
			padding: .5em 0;
		}
		
		#innerContent ul 
		{
			margin-left: 25px;
			padding-bottom: 1em;
		}
		
			#innerContent li 
			{
				padding: .2em 0;
			}
			
/* ------------------------ 
	sticky win tip
------------------------ */
	.info_tip 
	{
		/*margin-left: -86px;*/
		background:url(/content/v1/us/img/pointy.png) no-repeat 82px 0;
		_background:url(/content/v1/us/img/pointy.gif) no-repeat 82px 0;
		color:#FFFFFF;
		font-size:1.1em;
		width: 496px;
		padding-top: 11px;
	}
		.info_tip div 
		{
			background:url(/content/v1/us/img/stickyBG.png) no-repeat top;
			_background:url(/content/v1/us/img/stickyBG.gif) no-repeat top;
		} 
	
			.info_tip ul 
			{
				
				display: block;
				background:url(/content/v1/us/img/stickyBG.png) no-repeat bottom;
				_background:url(/content/v1/us/img/stickyBG.gif) no-repeat bottom;
				padding: .5em 10px;
				position: relative;
				top: 5px;
			}
		
				.info_tip li 
				{
					margin-left: 15px;
					padding-bottom: .5em;
				}
	
/* ------------------------ 
		FOOTER
------------------------ */

#footer {
	clear: both;
}

	#footer ul {
		text-align: center;
		display: block;
		list-style: none;
		width: 790px;
		height: 33px;
		padding-top: 14px;
		text-transform: uppercase;
		font-size: 1.1em;
		background: url(/content/v1/us/img/footer-bg.gif) no-repeat;
	}

		#footer li {
			display: inline;
			padding: 0 .4em 0 .2em;
			*padding: 0 .2em 0 .4em;
			border-right: 1px solid #72a495;
		}
		
		#footer li.last 
		{
			border: 0;
			}
			
		
			#footer li a {
				color: #dad8d8;
				text-decoration: none;
			}
				#footer li a:hover 
				{
					text-decoration: underline;
				}
					
			
	#footer p {
		color: #000;
		padding: 1em 0 0 0;
		line-height: 1.5;
	}
	
		#footer p img {
			float: left;
			_displaY: inline;
			position: relative;
			top: -9px;
		}
		
		
		
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

