@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	text-align: center;
	margin:0px;
	padding: 0px;
	background: url(../images/body-bg.jpg) top center repeat-x;
}

a {
	color: #6894ad;
}

a:hover {
	color: #4da8db;
	text-decoration: none;
}

#Container {
	width: 800px;
	margin: auto;
	text-align: left;
}

#Header {
	background: url(../images/header-bg.gif) top center no-repeat;
	height: 91px;
}

#Header h1 {
	display: none;
}

#RootLink {
	display: inline;
	width: 400px;
	height: 80px;
	float: left;
	text-decoration: none;
}

#NavTabs a {
	display: block;
	width: 153px;
	background: url(../images/tab-bg.gif) top center no-repeat;
	text-align: center;
	padding: 5px 0px;
	margin: 64px 0px 0px 2px;
	float: right;
	color: #525252;
	font-weight: bold;
	text-decoration: none;
}

#NavTabs a:hover {
	color: #4184ab;
}

#BodyUpper {
	padding: 35px;
	background-color: #fff;
}

#BodyLower {
	background: url(../images/home-body-bg.jpg) top center repeat-y;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

#FileStuffing {
	padding: 35px;
}

#HomeText {
	float:left;
	width: 476px;
	padding-bottom: 30px;
}

#HomeLinksL, #HomeLinksR {
	margin-top: 10px;
}

#HomeLinksL {
	float: left;
	margin-left: 17px;
}

#HomeText > #HomeLinksL {
	margin-left: 35px;
}

#HomeLinksR {
	float: left;
	margin-left: 35px;
}

#Contact {
	float: left;
	width: 322px;
	background-color: #f0f0f0;
	padding-bottom: 30px;
}

#HomeLinksL a, #HomeLinksR a {
	margin-bottom: 1px;
}

#HomeText h2, #HomeText p, #Contact h2, #Contact p {
	margin: 10px 35px;
}

#HomeText h2, #Contact h2 {
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}

#HomeText h2 {
	color: #79805c;
	text-transform: uppercase;
}

#Contact h2 {
	color: #6894ad;
	text-transform: uppercase;
}

#FileStuffing h1 {
	color: #79805c;
	margin: 5px 0px 5px 0px;
	padding-bottom: 15px;
	border-bottom: 4px solid #F0F0F0;
}

#FileStuffing h2, #FileStuffing p {
	margin: 15px 0px 20px 0px;
	padding-left: 0px;
}

#FileStuffing p {
	line-height: 20px;
	margin-right: 0px;
}

#NavRight {
	margin-top: 35px;
}

#NavRight ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#NavRight li {
	background: #f7f7f7 url(../images/li-bg.gif) left no-repeat;
	background-position: 20px 3px;
	margin-top: 2px;
	padding: 2px 15px 2px 35px;
}

#NavRight a {
	color: #79805c;
}

#Footer {
	text-align: center;
	background: url(../images/footer.gif) top center no-repeat;
	clear: both;
	padding-top: 25px;
	font-size: 11px;
	color: #CCCCCC;
}

.icon {
	margin-right: 4px;
}

#WhyATMPlus {
	background-color: #c6dfed;
	border-bottom: 4px solid #656565;
	padding: 15px;
}

#WhyATMPlus h2 {
	color: #ffffff;
	line-height: 20px;
}

#WhyATMPlus ul {
	padding-left: 18px;
	color: #515151;
	font-size: 12px;
	line-height: 15px;
}

.message {
	background-color: #FFFFCC;
	padding: 10px 15px;
	color: #406477;
}

p.single {
	margin-bottom: 0px !IMPORTANT;
	padding-bottom: 0px;
}

.img_right, .img_left, .img_center, .img_thumbs {
	border: 3px solid #6d96aa;
	padding: 2px;
}

.img_right {
	float: right;
	margin: 0 0 0 10px;
}

.img_left {
	float: left;
	margin: 0 10px 0 0;
}

.img_thumbs {
	
}

.thumbs {
	border: none;
}