/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Main Page Containers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#fb_box , #ff_box , #nw_box , #wn_box , #tt_box
{ 
	padding:0px;margin:0px;width:730px;	
}

/* 100% */ 
#fb_box
{	
	background:#FFF url(./images/fb_bg.png) 0 0 repeat-y;
}
#fb_mbox
{	
}

/* 40% 60% */
#nw_box
{	
	background:#FFF url(./images/nw_bg.png) 0 0 repeat-y;
}
#nw_lbox
{   
	width:220px;float:left;	
}
#nw_rbox
{   
	float:right;margin-left:4px;width:500px;	
}


/* 60% 40% */
#wn_box_top
{   
	font-size:1px; /* ensure minimum height */
	width:730px;
	height:31px; 	
	background:#FFF url(./images/wn_bg_top.png) 0 0 no-repeat;
}
#wn_box
{   
	background:#FFF url(./images/wn_bg_mid.png) 0 0 repeat-y;	
}

#wn_box_bot
{   
	font-size:1px; /* ensure minimum height */
	width:730px;
	height:36px; 	
	background:#FFF url(./images/wn_bg_bot.png) 0 0 no-repeat;	
}


#wn_lbox
{   
	width:500px;float:left;
}
#wn_rbox
{       
	float:Right;margin-left:4px;width:222px;	
}

/* 50% 50% */
#ff_box
{	
	background:#FFF url(./images/ff_bg.png) 0 0 repeat-y;
}
#ff_lbox
{	
	width:397px;float:left;	
}
#ff_rbox
{
	width:397px;float:right;		
}


/* 33% 33% 33% */
#tt_box
{	
	width:800px;
	background:#FFF url(./images/tt_bg_bot.png) bottom left no-repeat;	
	position:relative;  
}
#tt_lbox
{
	width:284px;float:left;	
	background:#FFF url(./images/tt_bg.png) 0 0 no-repeat;			
}
#tt_mbox
{
	width:424px;float:left;text-align:justify;
	border-left:solid 1px #898989;	
	border-right:solid 1px #898989;		
}
#tt_rbox
{
	width:90px;
	right:0px;
	bottom:0px;	
	position:absolute ;	 	
}

#tt_rboxg
{
	width:90px;		
	background-color:#000; 	
}

#foters
{
	margin:10px 0px 0px 0px;
	padding:0px;width:800px;		
	color:#EBEBEB;
	/* background:#272727 url(./images/tt_bg_dark.png) 0 0 no-repeat; */
}



/* ----------------------------------------
  Dialogs Orange
------------------------------------------- */
.dialog_orange {
 width:800px;
 /* margin:0px auto; */
 min-width:20em;
 color:#fff; 
}

.dialog_orange .hd .c,
.dialog_orange .ft .c {
 font-size:1px; /* ensure minimum height */
 height:15px;
}

.dialog_orange .ft .c {
 height:15px;
}

.dialog_orange .hd {
 background:transparent url('images/box_orange/tl.gif') no-repeat 0px 0px;
}

.dialog_orange .hd .c {
 background:transparent url('images/box_orange/tr.gif') no-repeat right 0px;
}

.dialog_orange .bd {
 background:transparent url('images/box_orange/ml.gif') repeat-y 0px 0px;
}

.dialog_orange .bd .c {
 background:transparent url('images/box_orange/mr.gif') repeat-y right 0px;
}

.dialog_orange .bd .c .s {
 margin:0px 2px 0px 2px;
 background:transparent url('images/box_orange/ms.jpg') repeat-x 0px 0px;
 padding:0px;
}

.dialog_orange .ft {
 background:transparent url('images/box_orange/bl.gif') no-repeat 0px 0px;
}

.dialog_orange .ft .c {
 background:transparent url('images/box_orange/br.gif') no-repeat right 0px;
}

/* content-specific */
.dialog_orange h1 {
 /* header */
	color:#FFF;
	font-family:Tahoma, Helvetica, sans-serif;	
	font-weight:bold; 
	font-size:1.2em; 
	margin-left:20px;
	margin-bottom:13px;  
 }

.half
{
	width:49%;		
	margin:0px 0px 0px 0px; 
	float:left;  	
}
ul.green a
{
	color:#99FF99;
	text-decoration:none;
}
ul.green a:hover
{
	color:#33FF33;
	text-decoration:underline;
}
ul.green
{	
	margin:7px 0px 0px 55px;		 
	padding:0px; 
	list-style:url(./images/foter_li.gif) circle inside;
}

ul.green li
{
	line-height:1.2em;	
	padding:0em 0em 0em 0em;
	margin:0em 0em .5em .5em;
	text-indent:-2em;
}


ul.cream a
{
	color:#99FF99;
	text-decoration:none;
}
ul.cream a:hover
{
	color:#33FF33;
	text-decoration:underline;
}
ul.cream
{	
	margin:7px 0px 0px 75px;	
	list-style:none
}

ul.cream li
{
	color:#FFCC66;
	line-height:1.1em;	
	padding:0em 0em 0em 0em;
	margin:0em 0em .5em .5em;
	text-indent:-2em;
}