/* @override 
	https://www.debitway.com/dev/customer-support/styles/global.css
*/

/* @group reset */

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}

/* @end */

body {
	background: #ffffff;
	color: #333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
}

.highlight {
	color: #E5701D;
}

#container {
	width: 806px;
}

.orange_arrow {
	margin-right: 5px;
}

/* @group header */

#header {
	background-color: #0E284A;
	height: 100px;
	border-bottom: 1px solid #E7A040;
}

#header_fixed {
	width: 806px;
}

#header span,
#header h1 {	position: absolute;	width: 500px;	margin-left: -5000px }

#header a#link_home {	width: 218px;	height: 44px;	background: url(../../images/logo.gif) no-repeat;
	float: left;
	margin-left: 20px;
	margin-top: 28px;
}

#header h2 {
	color: white;
	float: right;
	margin-right: 30px;
	line-height: 100px;
	font-size: 18px;
	font-weight: bold;
}

#header_links {
	float: right;
	color: white;
	font-size: 13px;
	margin-right: 20px;
	line-height: 100px;
}

#header_links a {
	color: white;
	text-decoration: none;
}

#header_links a:hover {
	color: white;
	text-decoration: underline;
}

/* @end */

/* @group banner */

#banner {
	height: 200px;
	border-bottom: 1px solid #4E4B37;
	width: 980px;
	clear: both;
	background-color: #f6f6f6;
	display: none;
}

#banner img {
	float: right;
}

/* @end */

/* @group navigation */

#navigation {
	width: 194px;
	float: left;
	margin-top: 5px;
}

#navigation .orange_separator {
	width: 170px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 15px;
	border-top: 2px solid #E7A040;
}

#navigation h3 {
	margin-left: 12px;
}

#navigation h3, #navigation h3 a {
	font-size: 11px;
	font-weight: bold;
	color: #0E284A;
	line-height: 24px;
	text-decoration: none;
}

/* @end */

/* @group content */

#content {
	width: 600px;
	float: left;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

#content h2 {
	font-size: 18px;
	color: #0E284A;
	border-bottom: 1px dotted #0E284A;
	margin-right: 15px;
	margin-top: 20px;
	margin-left: 15px;
}

#content h3 {
	margin-right: 15px;
	margin-top: 20px;
	margin-left: 15px;
	font-size: 13px;
	font-weight: bold;
	
}

#content h4 {
	margin-right: 15px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: -15px;
	font-size: 12px;
	font-weight: bold;
	color: #4E4B37;
}

#content h5 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 80px;
	margin-right: 80px;
	text-align: center;
	color: #0E284A;
	text-transform: capitalize;
	margin-bottom: 12px;
}

#content h6 {
	margin-right: 15px;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #1E5397;
}

#content p {
	text-align: justify;
	font-size: 11px;
	margin: 12px 15px;
}

#content p.dropcap:first-letter {
	float: left;
	color: #999999;
	margin-right: 5px;
	font-size: 60px;
	line-height: 50px;
	font-style: normal;
}

#content div.graphic {
	text-align: center;
	width: 600px;
}

#content address {
	text-align: justify;
	font-size: 11px;
	margin: 12px 15px 12px 30px;
	line-height: 13px;
	font-style: italic;
}

#content ul,
#content ol {
	font-size: 11px;
	margin-left: 45px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #4E4B37;
}

#content ul li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 15px;
}

#content ol li {
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 15px;
}

#content a {
	color: #0E284A;
}

/* @group breadcrumbs */

#breadcrumbs {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: .6em;
	margin-left: 15px;
}

#breadcrumbs_start {
	font-style: italic;
}

#breadcrumbs a {
	color: #0E284A;
}

#breadcrumbs a:visited {
	color: #1E5397;
}

#breadcrumbs a:hover {
	color: #4E4B37;
}

#breadcrumbs a:active {
	color: #C3B25C;
}

#breadcrumbs .breadcrumb_separator {
	color: #E7A040;
}

#breadcrumbs #breadcrumb_current_location {
	font-weight: bold;
}

/* @end */

#descriptor {
	margin: 20px;
	padding: 20px;
	color: #4E4B37;
	border: 1px dashed #4E4B37;
	background-color: #efefef;
	text-align: center;
}

/* @group icon_set */

.icon_set {
	border-bottom: 1px dashed #C3B25C;
	margin: 30px 45px;
}.icon_set img.icon {	float: left;	width: 126px }.icon_set .text {	margin-left: 146px;
	display: block;
}#content .icon_set .text h5 {
	text-align: justify;
	margin-left: 0;
	margin-bottom: -10px;
}#content .icon_set .text p {
	text-align: justify;
	margin-left: 0;
}

/* @end */

/* @group key_facts */

.key_facts {
	width: 50%;
}

.key_facts_large {
	text-align: justify;
}

.key_facts,
.key_facts_large {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 10px;
	color: #4E4B37;
	border: 1px dashed #4E4B37;
	background-color: #efefef;
	float: right;
}

#content .key_facts h5,
#content .key_facts_large h5 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	text-align: left;
	color: #4E4B37;
}

#content .key_facts ul,
#content .key_facts_large ul {
	font-size: 11px;
	margin-top: 6px;
	margin-left: 0;
	margin-bottom: 0;
}

.key_facts li,
.key_facts_large li {
	list-style-image: url(../images/orange-arrow.png);
	list-style-position: outside;
	margin-left: 11px;
	line-height: 13px;
	margin-top: 10px;
	text-align: justify;
}

.key_facts a,
.key_facts_large a {
	color: #1E5397;
}

.key_facts a:hover,
.key_facts_large a:hover {
	text-decoration: none;
}

/* @end */

/* @group network_logos */

#network_logos {
	margin: 15px;
	text-align: center;
}

#network_logos img {
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: middle;
}

/* @end */

/* @group news_item */

.news_item {
	border-bottom: 1px dashed #C3B25C;
	margin: 15px 30px;
}

#content .news_item h6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-top: 0;
}

#content .news_item h6 a {
	text-decoration: none;
	color: #4E4B37;
}

#content .news_item h6 a:hover {
	text-decoration: underline;
}

#content .news_item h6 span.news_item_date {
	color: #999999;
	font-size: 12px;
	margin-left: 10px;
}

#content .news_item p {
	margin-top: 0;
}

/* @end */

/* @end */

/* @group sidebar */

#sidebar {
	width: 184px;
	float: right;
	margin-top: 20px;
}

#sidebar .orange_separator {
	width: 172px;
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 2px solid #E7A040;
}

#sidebar a.print_page {
	color: #123456;
	font-size: 11px;
	text-decoration: none;
	margin-left: 12px;
}

#sidebar a img.printer {
	text-decoration: none;
	margin-right: 5px;
	vertical-align: middle;
}

#sidebar h3 {
	margin-left: 12px;
}

#sidebar h3, #sidebar h3 a {
	font-size: 11px;
	font-weight: bold;
	color: #0E284A;
	line-height: 24px;
	text-decoration: none;
}

#sidebar p {
	margin-left: 12px;
	line-height: 14px;
}

/* @end */

/* @group box_links */

.box_links {
	width: 182px;
}

.box_links ul {
	list-style: none;
	margin-left: 12px;
}
	
.box_links li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	line-height: 14px;
}

.box_links li a.top_link {
	border-top: 1px solid silver;
}

.box_links li a {
	background:#fff;
	border-bottom: 1px solid silver;
	display:block;
	text-align:left;
	padding: 3px;
	text-decoration:none;
	font-size: 10px;
	color: #0e284a;
}

.box_links i {
	margin-left: 10px;
	color: #666666;
}

.box_links li a:hover {
	background: #efefef;
}

.box_links a.selected,
.box_links a:hover.selected {
	font-weight: bolder;
	color: #fff;
	background:#0e284a;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	padding: 20px;
	text-align: center;
	background-color: #efefef;
}

/* @group copyright */

#copyright {
	font-size: 9px;
	line-height: 13px;
}

#copyright a {
	color: #1E5397;
}

/* @end */

/* @end */

/* Colors */

/* Dark Blue: #0E284A */
/* Light Blue: #1E5397 */
/* Dark Olive: #4E4B37 */
/* Light Olive: #C3B25C */
/* Highlight Color: #E7A040 */