/* Layout Styles */

body{
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 180%;
	background-color: #80B4DD;
	background-image: url(/assets/images/layout/gradient-background.gif);
	background-repeat: repeat-x;	
}

#page_title{
	position: absolute;
	margin-top: -50px;
	margin-left: -1600px;
}

#border{
	width: 790px;
	height: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #A8A8A8;
	padding-top: 2px;
	padding-bottom: 15px;
}

#header{
}

#menu_bar{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 790px;
	height: 146px;
	background-color: #E5E5E5;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	line-height: 150%;
}

#main {
	margin-right: 5px;
	text-align: justify;
}

#left {
	float: left;
	width: 180px;
	padding-left: 5px;
}

#content {
	float: left;
	width: 570px;
	margin-left: 10px;
	margin-right: 10px;
}

#page_bottom {
  height: 0;
  clear: both;
}

.div_bottom{
  height: 0;
  clear: both;	
}

#footer{
	display: block;
	font-size: 10px;
	color: #000000;
	width: 790px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}

#footer a{
	color: #000000;
	text-decoration: none;
}

/* Header Styles */

#prepaid-maestro-cards-logo{
	float: left;
}

#maestro-logo{
	float: right;
}

/* Top Menu Bar Styles */

#menu-bar-menu{
	float: left;
}

#menu-bar-cards{
	float: right;
}

#menu-bar-menu ul{
	margin-top: 10px;
	color: #009900;
	list-style-type: square;
	list-style-image: url(/assets/images/layout/menu-bar-bullet.gif);
}

#menu-bar-menu ul li a{
	text-decoration: none;
	color: #0066CC;
}

#menu-bar-menu ul li a:hover{
	color: #FD4C06;
}

/* Left Menu Bar Styles */

#left-menu{
	line-height: 150%
}

#left-menu ul{
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 5px;
	color: #0066CC;
	list-style-type: square;
	list-style-image: url(/assets/images/bullets/blue-bullet.gif);
}

#left-menu ul li a{
	text-decoration: none;
	color: #0066CC;
}

#left-menu ul li a:hover{
	color: #FD4C06;
}

#left-menu h2{
	margin-bottom: 0px;
	margin-left: 5px;
}

/* HTML Styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	margin-bottom: -10px;
}

.legal_text {
	font-size: 10px;
}


/* Fee Table Styles */

#fee-table table{
	border: 1px solid #999999;
}

#fee-table table tr.header{
	background-color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
}

#fee-table table tr.free{
	background-color: #EFF5E5;
}

/* Content Link Styles */

#content a{
	color: #0066CC;
}

#content a:hover{
	color: #FD5C06;
}

.blue{
	color: #0066CC;
}