/*
Image2Markup.com
Ivan Bernat [info@image2markup.com]
*/

* {margin: 0px; padding: 0px;}

body{	
    color: #000;
    font: 12px arial;
    text-align: center;
    
    background-color: #ffffff;	
}

a{
    /*color: #3B5998;
    text-decoration: underline;*/
    text-decoration: none;
    font-weight: bold;
    color: #015299;
}
a img{
    text-decoration: none;
    border: none;
}

img{
    /*cursor: pointer;*/
}

h1,h3{
    margin: 5px 0 5px 0;
    padding: 0px;
    
    font: 18px arial;
    font-weight: bold;
    color: #005c91;
}

h2{
    margin: 5px 0 5px 0;
    padding: 0px;
    
    font: 14px arial;
    font-weight: bold;
}

p{
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
}

li{
    margin-left: 25px;
}

li.indent{
    padding-left:14.5em;
}

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

.clearLeft{clear: left;}
.clearRight{clear: right;}
.clearFix{clear: both;}

.highlight{
    background: #FFFF80;
}
.hint{
    color:#aaa;
    font-size:0.9em;
}

.active{
  color:#009D00;
}



/*
--------------- Wrapper ---------------
*/

#wrapper{
    width: 1000px;
    display: block;
    text-align: left;
    margin: auto;
}

/*
--------------- Header ---------------
*/

div.header{
    width: 1000px;
    height: 85px;
    float: left;
    
    background-image:url(../images/bg_header.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

div.header .logo_link{
    text-decoration:none;
    display:block;
    float:left;
    width:250px;
    height:85px;
}

div.header #top_nav{
    font-weight:700;
    float:right;
    margin: 5px 5px 10px;
    text-align:right;
    color:#02428A;
}
div.header #top_nav a{
    color:#02428A;
}

div.header table{
    clear:right;
    float:right;
    margin:22px 5px 0 0;
    width:53%;
}

div.header table#search_area td{
    padding:0 5px 0 0;
}

#search_area .toll_free{
    color:#fff;
    font-size:1.4em;
    font-weight:700;
    padding-right:10px;
}

div.header input.text{
    width: 140px;
    padding: 3px 0 3px;
    border: 1px solid #989898;
}

div.header input.submit{
    padding-right:10px;
}

div.header img{
    
}
/*
--------------- Navigation ---------------
*/

div.navigation{
    width: 1000px;
    height: 34px;
    margin-bottom: 1px;
    float: left;
    
    color: #fff;
    text-align: center;
    line-height: 34px;
    
    background-image:url(../images/bg_navigation.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

div.navigation ul{
    width:100%;
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}

div.navigation li{
    float:left;
    margin-left:0;
}

div.navigation li ul{
    display:none;
    width:150px;
}

div.navigation a{
    margin: 0 19px;
    color: #015299;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

div.navigation a.last{
    margin-right:0;
}

/*
--------------- Flash Bar ---------------
*/

div.flash_bar{
    width: 1000px;
    height: 240px;
    float: left;
}

div.fb_left{
    width: 386px;
    height: 230px;
    padding-top: 10px;
    float: left;
    
    text-align: center;
    
    background-image:url(../images/bg_fbleft.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.fb_left span{
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
    display: block;	
}

div.fb_left a{
    color: #fff;
    text-decoration: none;
}

div.fb_right{
    width: 614px;
    height: 240px;
    float: left;
}

div.fb_right img{
    margin-bottom: -3px;
}

/*
--------------- Central Bar ---------------
*/

div.content_bar{
  width: 1000px;
  margin-top: 1px;
  float: left;
}

div.content_bar div.cb_left{
  width: 834px;
  float: left;
}

div.content_bar div.cb_top{
  width: 1000px;
  height: 29px;
  float: left;
  
  background-image:url(../images/bg_top.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

div.content_bar div.cb_column_bottom{
  width: 1000px;
  height: 28px;
  float: left;
}

div.content_bar a.cb_link{
  height: 25px;
  padding-right: 10px;
  display: block;
  
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  line-height: 25px;
  
  border-width: 1px 0 1px;
  border-color: #066999;
  border-style: solid;
  
  border-right: 2px solid #fff;
  
  background-image:url(../images/bg_big_link.jpg);
  background-position: top left;
  background-repeat: repeat-x;
}

div.content_bar a.cb_link span{
  padding-right: 10px;
  
  background-image:url(../images/bg_span.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

div.content_bar div.cb_column_holder{
  background-color:#E3ECF1;
  background-position:left top;
  background-repeat:repeat-y;
  float:left;
  width:1000px;
}

div.cb_column{
border-right:3px solid #88CCF1;
float:left;
padding:3px 0 0;
text-align:center;
width:498px;
}

div.cb_column a{
float:left;
padding-bottom:3px;
padding-left:10px;
padding-right:10px;
padding-top:3px;
}
div.cb_column p{
  padding:10px 22px 0 0;
  text-align: left;
}

div.cb_column p a{
  padding:0;
  float: none;
}
div.cb_column2{
  text-align: center;
  float: left;
  width:500px;
}

div.cb_right{
    width: 164px;
    padding-left: 2px;
    float: left;
}

div.cb_right img { margin-bottom: -3px; }
div.cb_right img.special { margin-bottom: 3px; }


/*
--------------- Text Bar ---------------
*/

div.text_bar{
    width: 804px;
    padding: 10px 30px 20px 0px;
    float: left;
}

div.text_bar img{float: left;}

div.text_bar p{
    width: 804px;
    padding: 5px 0 0;
    float: left;
    color: #015299;
}

div.text_bar p.first{
    padding-top: 0px;
    margin-top: 0px;
}

div.text_bar p.more a, p.first a {
    text-decoration: none;
    font-weight: bold;
    color: #015299;
}

div.text_bar div.tb_left { width: 130px; padding: 20px 20px 0 0; float: left; text-align: right; }

div.text_bar div.tb_left img { float: right; }

div.text_bar div.tb_right { width: 650px; float: left; }

/*
--------------- Footer ---------------
*/

div.footer{
    width: 1000px;
    padding: 20px 0;
    float: left;
    
    color: #535d61;
    text-align: center;
    border-top:thin solid #DBDADA;
    border-width:1px;
}

div.footer a{
    color: #535d61;
    margin: 0 5px 0;
    text-decoration: none;
}

div.footer span{
    padding-top: 10px;
    display: block;
    
    font-size: 10px;
}



/* 
----------------------CMS Related----------------------
*/

.with_background #center_column{
    float:left;
    width:782px;
    margin:0 0 0 10px;
    padding:0;
    color:#000;
}

#content{
    float:left;
    width:100%;
}

#content H1 {
    margin: 0;
    font-size: 16px;
    font-family: "Arial";
    color: #003f7e;
}
#content h3{
    font-size:14px;
    color:#022e5f;
    border-bottom:thin solid #DDD;
    border-width:1px;
    padding:0 0 6px 0;
}

#content H2, #content h3, #content h4, #content h5{
    margin: 5px 0;
    padding: 10px 0 0;
    font-size: 13px;
    font-family: "Arial";
    color: #0A0A0A;
}
#content h2{
    border-bottom: #dbdada 1px solid;
    font-size: 16px;
    margin:0 0 20px;
    padding:0 0 10px;
}

#content h4{
    font-size:15px;
}
#content h5{
    padding:0px;
    margin:0;
}



/*
--------------- LEFT NAV ---------------
*/

#left_column{
    display:none;
}
.with_background #left_column{
    display:block;
    width:160px;
    padding: 0 10px;
    float:left;
    clear:none;
}
.with_background #left_column{
    display:block;
    width:168px;
    float:left;
    clear:none;
    background:#fff;
    padding:0;
    margin:0 0 20px 0;
}
#left_column ul, #left_column ul.subnav{
    margin:0;
    padding:0;
    list-style:none;
    background:transparent;
    width:168px;
    border:none;
}
#left_column ul li, #left_column ul.subnav li{
    background:transparent;
    width:168px;
    padding:0;
    margin:0;
    border:none;
    border-top:thin solid #fff;
    border-width:1px;
}
#left_column ul li span{
    display:none;
}

#left_column ul li a, #left_column ul.subnav li a{
    background: #efefef;
    color:#022e5f;
    display:block;
    font-family:Tahoma;
    font-size:12px;
    padding:5px 5px 5px 20px;
    margin: 0;
    text-transform:none;
    text-decoration:none;
    width:140px;
    border:none;
    font-weight:500;
}
#left_column ul li a{
    text-transform:uppercase;
    font-weight:700;
}
#left_column ul li a:hover, #left_column ul.subnav li a:hover, #left_column ul li a.selected, #left_column ul.subnav li a.selected{
    background-color:#022e5f;
    color:#fff;
}
.v_nav UL.subnav{
    display:block;
    position:static;
    top:auto;
    left:auto;
    width:auto;
    z-index:auto;
}
.v_nav UL.subnav LI, .v_nav UL.subnav LI a{
    z-index:auto;
    position:static;
}
#left_column .v_nav UL.subnav li a{
    background:transparent url('images/v_nav_arrow.gif') no-repeat 10px center;
}
#left_column .v_nav UL.subnav li a:hover, #left_column .v_nav UL.subnav li a.selected{
    background: #022E5F url('images/v_nav_arrow_hover.gif') no-repeat 10px center;
}
#left_column .v_nav UL.subnav ul.subnav li a{
    background: transparent url('images/v_nav_arrow.gif') no-repeat 20px center;
}
#left_column .v_nav UL.subnav ul.subnav li a:hover, #left_column .v_nav UL.subnav ul.subnav li a.selected{
    background: #022E5F url('images/v_nav_arrow_hover.gif') no-repeat 20px center;
}

.v_nav UL.subnav UL.subnav{
    display:block;
}
#left_column .v_nav ul.subnav ul.subnav li a{
    margin:0pt;
    padding:5px 5px 5px 30px;
    text-decoration:none;
    text-transform:none;
    width:130px;
}

.navigation UL {
}
.navigation UL LI {
    position: relative;
}

html > body UL.subnav { top: 24px; }

.navigation UL LI SPAN {
    float: left;
    font-size: 11px;
    font-family: "Arial";
    padding: 4px 10px 4px;
    color: #cccbcb;
}
.navigation UL LI.selected A {
    color: #333;
}
.navigation UL LI.selected SPAN {
    color: #333;
}

/*   subnav   */

UL.subnav {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 160px;
    /*background: #d8d4d0;*/
    border: 1px solid #9c968f;
    display: none;
    position: absolute;
    left: -3px;
    top: 24px;
    background: #e3ecf0;
    /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    */
    z-index: 999;
}

.navigation UL LI:HOVER UL.subnav {
    display: block;
}

UL.subnav LI {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
    z-index: 20;
    border-bottom: 1px solid #9c968f;
    
}
UL.subnav LI.li-last {
    border-bottom: none;
    
}
UL.subnav LI A {
    float: none;
    display: block;
    font-size: 10px;
    font-family: "Verdana";
    color: #015299;
    z-index: 10;
    line-height:auto;
    position: relative;
    text-transform:none;
}
.navigation UL.subnav LI A{
    line-height:2em;	
}

UL.subnav LI:HOVER {
    background: #022E5F;
}

UL.subnav LI:HOVER A {
    color: #ffffff;
    text-decoration: none;
}
UL.subnav LI UL.subnav, .navigation UL LI:HOVER UL.subnav UL.subnav{
    display:none;
    left: 160px;
    top: -1px;
}
.navigation UL LI:HOVER UL.subnav LI:HOVER UL.subnav{
    display:none;
    /* Explicitally disabled this */
}

.navigation UL LI:HOVER UL.subnav LI:HOVER UL.subnav a{
    color:#022e5f;
}
.navigation UL LI:HOVER UL.subnav LI:HOVER UL.subnav li:hover a{
    color:#fff;
}
UL.subnav LI UL.subnav, .navigation UL LI:HOVER UL.subnav UL.subnav UL.subnav{
    display:none;
}


.order{
    float:left;
    padding:5px 1%;
    width:98%;
    margin:0 0 10px;
}
.details_panel{
    float:left;
    margin:0 25px 10px 0;
    width:30%;
}
.transactions{
	display:block;
	float:left;
	width:100%;
}

.transactions .order_transaction{
	padding:5px;
}

.transactions .odd{
	background:#D0D9FA;
}
.transactions .even{
	background:#fff;
}

.transactions .fail{
  background:#FB989B;
}

.fail{
    background:#FCC;
}
.success{
    background:#CFC;
}
#recurring_payments li{
  border:thin solid #fff;
  margin-bottom:5px;
  padding:5px;
}
#recurring_payments p{
  margin:0;
  padding:0;
}
.monthly{
    background:#FFC891;
}

.newsletter{
    font-family: verdana; 
    font-size: 11px; 
    width: 30%; 
    padding: 10px; 
    border: 1px solid #000000; 
    background: #dddddd;
    margin:20px 0;
}

.newsletter .signup{
    font-weight: bold;
}

a:hover {
  color:#7cc144!important;
}
.center{
clear:both;
padding-left:240px;
padding-top:15px;
text-align:left;
}