* {
	padding: 0;
	margin: 0;
}

body {
	background: url('images/overall_bg.jpg') #afafaf repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #246237;
	margin: 2px 0;
}

h2, h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin: 8px 0 4px;
}

h3 {
	font-size: 14px;
}

ul {
	margin: 15px;
}

li {
	padding: 2px 0 2px 10px;
	line-height: 1.5em;
}

p {
	line-height: 1.5em;
	margin: 10px 0 15px;
}

table {
	margin: 10px 0;
}

td {
	vertical-align: top;
	padding: 5px;
}

td ul {
	margin: 0 0 0 30px;
}

a {
	color: #00a431;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 887px;
	margin: 0 auto;
	border: 1px solid #444444;
	background-color: #ffffff;
}

#header-top {
	background: url('images/header_top_bg.jpg') #265f37 repeat-x top left;
	text-align: right;
}

#main-nav {
	background: url('images/nav_main_bg.jpg') #b7b7b7 repeat-x top left;
}

#main-nav ul {
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 0 15px;
	margin: 0;
}

#main-nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#main-nav a {
	display: block;
	float: left;
	padding: 3px 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #777777;
}

#main-nav a:hover {
	color: #000000;
	background-color: #bcbcbc;
}

#main-nav li.current a {
	background-color: #bcbcbc;
}

#header-bottom {
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	background: url('images/nav_main_bg.jpg') #b7b7b7 repeat-x top left;
}

#sub-nav {
	list-style-type: none;
	margin: 0;
	padding: 0 15px;
}

#sub-nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#sub-nav a {
	float: left;
	display: block;
	padding: 2px 15px;
	font-weight: bold;
	color: #777777;
}

#sub-nav a:hover {
	color: #000000;
	text-decoration: none;
}

#content-top {
	padding: 15px;
}

#content p {
	text-align: justify;
}

#content-top #top-left {
	float: left;
	width: 508px;
}

#content-top #top-right {
	float: right;
	border: 1px solid #246237;
	background-color: #fdfcf7;
	margin: 0 0 10px 15px;
	width: 332px;
}

#top-right ul {
	padding: 10px 0;
	list-style-type: none;
}

#top-right li {
	padding: 8px 10px 8px 50px;
	background: url('images/video_logo.jpg') no-repeat 20px 10px;
}

#top-right a {
	font-weight: bold;
	border: 1px solid #aaaaaa;
	background-color: #fefefe;
	display: block;
	padding: 5px;
	margin: 0;
	line-height: 1em;
	background: url('images/video_play_logo.jpg') no-repeat right 50%;
}

#top-right li span.sub-title {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

#top-right img {
	border-bottom: 1px solid #D4CBA0;
}

#content-bottom {
	background-color: #efefef;
	border-top: 1px solid #b7b7b7;
	padding: 5px 4px;
}

#content-bottom div.division {
	float: left;
	margin: 5px 4px;
}

#content-bottom .division .body {
	width: 279px;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #b7b7b7;
}

#content-bottom .division h1 {
	font-size: 18px;
	margin: 0 0 4px 0;
}

#content-bottom .division p {
	padding: 6px 10px;
	margin: 0;
	text-align: justify;
}

#content-bottom .division img {
	border: none;
}

#content-bottom .division p.more-link {
	text-align: right;
}

#footer-links {
	padding: 10px 0 5px;
	text-align: center;
	font-size: 11px;
}

#footer-links a {
	padding: 0 20px;
	color: #f4f4f4;
}

#footer-links a:hover {
	color: #ffffff;
}

#footer {
	padding: 5px 0 10px;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}

/* Begin sub-pages */
#content.sub-page {
	background: url('images/right_col_bg.gif') #ffffff repeat-y top right;
}

#content.sub-page #column-left {
	float: left;
	width: 531px;
	padding: 15px;
}

#content.sub-page #column-right {
	float: left;
	width: 296px;
	padding: 15px;
}

#contact-form td {
	padding: 3px 8px 3px 0;
	vertical-align: top;
}

#contact-form input.standard-text, #contact-form textarea.standard-text {
	border: 1px solid #999999;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
}

#contact-form textarea.standard-text {
	width: 320px;
	height: 180px;
}

#contact-form select, #contact-form option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: 11px;
}

#contact-form option {
	padding-right: 15px;
}

div.division-height-spacer {
	width: 1px;
	height: 200px;
	float: right;
}

div.faq-item {
	margin: 10px 0 30px;
}

.faq-item h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 15px 0 4px;
	color: #999999;
}

.faq-item p.question {
	margin: 0 0 15px;
	padding: 5px 10px;
	border-left: 4px solid #a32d2d;
}

.faq-item p.answer {
	margin: 0 0 15px;
	padding: 5px 10px;
	border-left: 4px solid #117a20;
}

div.atm-plan h2 {
	border-bottom: 1px solid #aaaaaa;
}

#contact-plate {
	border: 1px solid #aaaaaa;
	background-color: #f4f4f4;
	padding: 5px;
}

#contact-plate p {
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: center;
	color: #676767;
}

#contact-plate .company {
	margin: 5px 0 2px;
	font-size: 14px;
	font-weight: bold;
}

#contact-plate .address {
	line-height: 1.4em;
	font-size: 11px;
	margin: 10px 0;
}

#contact-plate .phone {
	font-size: 12px;
	margin: 2px 0;
}

#contact-plate .website {
	font-size: 12px;
	margin: 10px 0 5px;
}

.error {
	padding: 5px;
	margin: 10px 0;
	border: 2px solid #EA0B00;
	color: #EA0B00;
	font-weight: bold;
	background-color: #FFF4F4;
}

.nowrap {
	white-space: nowrap;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
