@charset "UTF-8";

/* layout.css �Factor of 4, LLC 2013*/
/*ATM*/

/*** page area ***/
/*   ---------   */

* { /* Clear default margins & padding */
	margin: 0;
	padding: 0;
	}
	
html, body {
	font-family: arial, helvetica, "helvetica neue", geneva, swiss, sunsans-regular, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: lighter;
	color: white;
	top: 0px;
	background-color: black;	/* background-position: center top;	 */
	/* background-repeat: repeat; */
	}
	
#container {
	margin: 0 auto;
	width: 1000px;
	/* border: solid blue 1px;  */
}

/*** header area ***/
/*   -----------   */

#header { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 1000px; 
	height: 189px; 
	display: block;
	background-image:url(../images/ATM-header.jpg)
	/* border: solid red 1px; */  
}




/* main navigation area */
#nav-menu
	{ 
	position: relative; 
	top:189px;
	z-index: 5; 
	width: 1000px; 
	min-height: 30px; 
	/*border: 1px solid yellow; */  
	}
	
/* toolbar area */
#toolbar
	{
	text-align: right;
	margin: 0; 
	position: relative; 
	z-index: 6; 
	width: 300px; 
	min-height: 20px; 
	float: right;  
	/* border: 1px solid yellow; */
	}


/* main content area */
#content
	{ 
	text-align: left; 
	margin: 0; 
	position: relative; 
	width: 1000px; 
	/* border: 1px solid yellow; */
	}
		         
/*left sidebar*/
#leftsidebar
	{ 
	margin: 0;  
	position: absolute; 
	left: 0; 
	width: 150px; 
	min-height: 400px; 
	/* border: 1px solid yellow; */
	}

/* centercontent area */
#centercontent
	{ 
	text-align: left; 
	margin: 0; 
	padding: 0 45px 0 45px; 
	position: relative;
	top:35px; 
	width: 900px; 
	/* border: 1px solid yellow; */
	}

/*right sidebar*/
#rightsidebar
	{ 
	margin: 0;  
	position: absolute; 
	right: 0; 
	width: 220px; 
	min-height: 400px; 
	float: right; 
	/* border: 1px solid yellow; */
	}


/* footer area */
#footer
	{ 
	top:35px; 
	text-align: center; 
	margin: 0px;  
	position: relative; 
	width: 1000px; 
	/* border: 1px solid yellow; */
	}

/* misc */
div#main-strut-vertical { 
	position: relative; 
	width: 0; 
	height: 387px; 
	float: left; 
	}

div#clear-main-area { 
	margin: 0; 
	position: relative; 
	width: 100%; 
	clear: both; 
	}

#popup-content {
	margin: 10px 10px 10px 10px;
	}

img.right-image
	{ 
	margin-left: 10px; 
	float: right; 
	border: 2px solid white;
	}

img.left-image
	{ 
	margin-right: 10px; 
	float: left; 
	border: 2px solid white;
	}


img.center-image
	{ 
	margin: 0 10px 0 10px; 
	border: 2px solid white;
	}


