/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#000000;

}


img{
margin:0px;
border:0px;}
					

#mybody{ margin: 0 auto; width : 900px ;
}

#headerswfbox{
height:190px;
margin:0;
padding:0;}

#headerswf{width:900px;
height:190px;
margin: 0 auto;
text-align:center;
background:url(../images/headerbk4.jpg);
background-repeat: no-repeat;
background-position: 0 0;

}

a:link, a:visited, a:hover {
	color:#775E15;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
font-size:larger;
 color: #006699;
}

h3{
font-size:large;
 color:#A4852A;
 font-weight:bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

p{
 font-size: 100%;
 color:#A4852A;
}


ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/*----------  list_0_1	 ---------------------*/
.list_0_1	li	{
						background:url(../images/list_0_1.gif) 5px 4px no-repeat;
						font-size:100%;
						margin:0px 0px 3px 0px; 
						padding:0 0 0 12px;
						height:13px;
						line-height:12px;
						color:#775E15;
						}
.list_0_1 li a	{
						color:#775E15;
						font-size:100%;
						text-decoration:none;

						}
.list_0_1 li a:hover	{
						color:#775E15;
						font-size:100%;
						text-decoration:underline;
						}
.list_0_1  li b a	{	
						
						color:#A4852A;
						font-size:100%;
						text-decoration:none;

						}
.list_0_1 li b a:hover	{
						color:#A4852A;
						font-size:100%;
						text-decoration:underline;
						}						
/*----------  list_0_1	 ---------------------*/

/*----------  list_0_1_2	 ---------------------*/
.list_0_1_2v	li	{
						font-size:100%;
						margin:0px 0px 3px 0px; 
						padding:0 0 0 12px;
						height:13px;
						line-height:12px;
						color:#775E15;
						}
.list_0_1_2 li a	{
						color:#775E15;
						font-size:100%;
						text-decoration:none;

						}
.list_0_1_2 li a:hover	{
						color:#775E15;
						font-size:100%;
						text-decoration:underline;
						}
.list_0_1_2  li b a	{	
						
						color:#A4852A;
						font-size:100%;
						text-decoration:none;

						}
.list_0_1_2 li b a:hover	{
						color:#A4852A;
						font-size:100%;
						text-decoration:underline;
						}						
/*----------  list_0_1	 ---------------------*/


/*----------  list_0_3	 ---------------------*/
.list_0_2	li	{
						background:url(../images/mark_1.gif) -3px -1px no-repeat;
						font-size:small;
						margin:0px 0px 3px 0px; 
						padding:0 0 0 12px;
						height:13px;
						line-height:12px;
						color:#775E15;
						}
.list_0_2 li a	{
						color:#775E15;
						font-size:small;
						text-decoration:none;

						}
.list_0_2 li a:hover	{
						color:#775E15;
						font-size:small;
						text-decoration:underline;
						}
.list_0_2  li b a	{	
						
						color:#A4852A;
						font-size:small;
						text-decoration:none;

						}
.list_0_2 li b a:hover	{
						color:#A4852A;
						font-size:small;
						text-decoration:underline;
						}						
/*----------  list_0_2	 ---------------------*/		


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
}

#navBar{
	width:200px;
	float:left;
	margin:0;
	padding:0px;
}

#navBar img{margin:0px;}

#content{
  float:left;
	width:700px;
	margin: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	background-image:url(../images/Lboxm.jpg);
	background-repeat:repeat-y;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-image:url(../images/Lboxm.jpg);
	background-repeat:repeat-y;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/*********** #sectionLinks2 styles ***********/

#sectionLinks2{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-image:url(../images/Lboxm.jpg);
	background-repeat:repeat-y;
}

#sectionLinks2 h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks2 a:link{
	padding: 2px 0px 2px 10px;
	
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks2 a:visited{
	
	padding: 2px 0px 2px 10px;
}

#sectionLinks2 a:hover{
	
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/*********** #sectionLinks3 styles ***********/

#sectionLinks3{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-image:url(../images/Lboxm.jpg);
	background-repeat:repeat-y;
}

#sectionLinks3 h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks3 a:link{
	padding: 2px 0px 2px 10px;
	
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks3 a:visited{
	
	padding: 2px 0px 2px 10px;
}

#sectionLinks3 a:hover{
	
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	background-repeat:repeat-y;
	background-image:url(../images/Lboxm.jpg);

}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	background-image:url(../images/Lboxm.jpg);
	background-repeat:repeat-y; 
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


.styleimg1{
margin:0px 0px 0px 10px;}
.styleimg2{
margin:12px 0px 10px 4px;}
.styleimg3{
margin-top:7px;}
.styleimg4{
margin-bottom:7px;}


/************** faqs **************/
.ex-press{
padding:2px 10px;
margin-top:5px;
border:1px dotted #999;
line-height:130%;
}

.ex-press span{
font-weight:bold;
display:block;
color:#C79A05;
font-size:large;
margin-bottom:4px;}

.top-btn{
width:696px;
text-align:right;
margin:5px 1px 5px 0px;
}

/************** how to play **************/
.lbox{
width:340px;
margin:0px 6px 5px 6px;
float:left;
}
.rbox{
width:340px;
margin:0px 6px 5px 0px;
float:right;
}

.limgg{
float:left;
margin-right:10px;
margin-bottom:3em;
}

.cimgg{
text-align:center;
}

#contenthow{
  float:left;
	width:700px;
	margin: 0;
	background-color:#FFFFFF
}

.boxwb{
	padding: 5px 10px 5px 10px;
}


/************** how to mail **************/

#globalNaviz{
	top:0px;
	float: left;
	margin:10px 0px 10px 0px; 
	width:680px;
}
#globalNaviz ul{	
	margin:0 0 0 0;
	padding:0;
}
#globalNaviz li, #globalNaviz a{
	display:block;
	width:220px;
	background:url(../img/howto/mailbox/arrow.gif) no-repeat;
}
#globalNaviz li{
	display:inline;
	text-align: left;
	float: left;
	text-indent:1em;
	}

.magazine2{
margin-left:10px;
margin-top:3px;
float:left;
text-align:left;
}

.mag-name2{
width:220px;
border:3px double #999;
text-align:left;
padding:2px;
margin:3px 5px 0px 0px;
float:right;
line-height:105%;
}


.left{
	width:450px;
	float:left;
}
.center{
	width:678px;
	float:left;
}
.right{
	width:238px;
	float:left;
}

.wrap{
	float:left;
	width: 698px;
	border-bottom:#666699 dotted 1px;
	padding-bottom:10px;

}

.press{
width:680px;
padding:10px 0px 10px 0px;
float:left;
font-size:small;
}

.press2{
width:680px;
padding:0px 0px 10px 10px;
float:left;
margin:0px 0px 15px 0px;
font-size:small;
border-left:solid 1px #996600;
border-right:solid 1px #996600;
border-bottom:solid 1px #996600;
background-color:#FFFFFF;

}

/***************************************************** join ******/




table.j_table { 
	border:1px solid #777;
	border-collapse:collapse;
	text-align:center;
	padding:0;
	margin:0px auto;
	width:630px;
	} 

table.j_table td, table.j_table th {
	color:#300; 
	border:1px solid #777; 
	padding:5px; 
	text-align:center; 
	} 

table.j_table th {
	background-color:#ffcbdc;
	font-weight:normal;}
/*table.j_table th { background-color:#ffb5ce; background:url(../imagess/bg_head.gif);}*/

table.j_table th.d_color {
	background-color:#ffecc0;
	}
/*table.j_table th.d_color { background-color:#ffecc0; background:url(../imagess/bg_head2.gif);}*/

table.j_table td.month span, table.j_table td.month2 span{
	display:block;
	font-weight:normal;
	margin:2px 0;
	}
table.j_table ul {
	text-align:left;
	list-style:none;
	margin-left:7px;}
table.j_table ul li {
	background-image:url(../imagess/check.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	line-height:1.4em;
	background-position:0 .2em;
	}
table.j_table tr.even td {
	background-color:#fef7fa;
	}
table.j_table tr.odd td.month, table.j_table tr.even td.month { 
	background-color:#fef7fa;
	}
	
.howto{
width:650px;
padding:5px 15px;
text-align:left;
float:left;
font-weight:bold;
}	

.press-site{
width:650px;
margin:0px 0px 10px 0px;
padding:5px 10px;
text-align:left;
}

.ex-press2{
padding:0px 10px 2px 50px;
line-height: 1.5em;
}

.margin0{margin:15px 0px 0px 0px;
text-align:left;}

.margin00{margin:0px;}

/***************************************************** maintaiki ******/

#onling{
width:100%;
text-align:center;
font-size:10px;
}

#onling2{
width:100%;
text-align:center;
font-size:12px;
font-weight:bold;
}


.thumbnailboxflash
{
background-image:url(../images/icons/taikibk1.gif);
border:solid 1px #000000;}
.thumbnailbox{
background-color:#CCCCCC;
border:solid 1px #000000;}

.tbnbfimg{
margin:0px 4px 0px 4px;}


.kaijo{
clear:left;}


#onling2{
width:100%;
text-align:left;
font-size:12px;
}

.thumbnailboxflash
{
background-image:url(../images/icons/taikibk1.gif);
border:solid 1px #000000;}
.thumbnailbox{
background-color:#CCCCCC;
border:solid 1px #000000;}

.tbnbfimg{
margin:0px 4px 0px 4px;}


.kaijo{
clear:left;}


#top_img2{width:690px; height:210px; margin:5px; background-image:url(/images/topimg2.jpg); background-repeat:no-repeat; float:left;}
.kaiinInfo{margin-top:70px; margin-right:20px; pading:0; color:#686252; font-weight:bold; float:right; font-size:12px;}




