/* Burn a Debt Structure styles */


html, body{ 
 margin:0; 
 padding:0;
 background-image: url('../images/structure/bg.gif');
 background-position: top left;
 text-align:left; 
 background-repeat: repeat;
 font-family: Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:800px; 

 text-align:left;
 margin-right:auto;
 margin-left:auto; 
}

#whiteBg{
 background-color: #fff;
}
 
#header{
 position:relative; 
width:800px; 
 background-image: url('../images/structure/header.jpg');
 background-position: top left;
 background-repeat: no-repeat;
 height: 210px;
 text-align: right;
}

#header_logo{
	text-align: left;
	float: left;
	padding: 0px 0px 0px 20px;
	position:relative;
	top:-30px;
}

#leftcol{
 width:470px; 
 float:right; 
 }
 
#maincol{
 float: left; 
 width:320px;
 }
 
#fullColumn{
 padding: 5px 15px;
}
 
#footer{
 clear:both;
 height: 50px;
 width:800px;
 /*background-image: url('../images/structure/bg.gif');*/
 } 


.clr{
 clear: both;
 height: 1px;
 overflow: hidden;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
 .clearfix{display:inline; width:100%}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*---------- Main Navigation layout ----------*/

ul#topnavmenuvert{ /* all lists */
 clear: both;
 font-size: 0.75em;
 margin: 0 0 0 10px;
 font-weight: bold;
 padding: 39px 0 0px 0;
}

ul#topnavmenuvert li{ /* all list items */
 float: left;
 position: relative;
 list-style: none;
 padding-right: 8px;
 margin: 0;
}

ul#topnavmenuvert a{
 text-decoration: none;
 color: #fff;
}

ul#topnavmenuvert a:hover{
 color: #c1272d;
}

ul#topnavmenuvert li span{
 padding-left: 8px;
 background-image: url(../images/nav/arrow.gif);
 background-position: left;
 background-repeat:no-repeat;
}

ul#topnavmenuvert{ /* all lists */
 padding: 68px 0 0px 0;
}

* html ul#topnavmenuvert{
 padding: 65px 0 0 0;
}

/* Main Navigation */

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
 float: left;
 position: relative;
 cursor: pointer;
 list-style: none;
 }
 
 .menu li span{
 padding-left: 8px;
 background-image: url(../images/nav/arrow.gif);
 background-position: left;
 background-repeat:no-repeat;
}


/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:0.75em;
text-decoration:none; 
color:#fff; 
font-weight: bold;
margin: 0px;
padding: 10px 8px 11px 0;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:34px;
left:0; 
width:100px;
}

* html .menu ul ul {
 top:36px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#c1272d; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:120px;
text-transform: none;
text-align: left;
font-size: 0.7em;
margin-top: 0;
border: 1px solid #fff;
}

* html .menu ul ul a, * html .menu ul ul a:visited {
 font-size: 0.9em;
}

/* style the top level hover */
.menu a:hover{
color:#c1272d;
border-right: none;
}

.menu ul ul a:hover{
 color: #fff;
 background: #e67925;
 border: 1px solid #fff;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}

/* style the outer div to give it width */
.menu {
 padding: 26px 0 0px 10px;
 /*_padding: 42px 0 0px 10px;*/
}
