/* global */

    body{ 
            /*d3dada*/
			background:#d2dbda url(../images/bg_body.jpg) no-repeat 50% 0;
			margin:0;
			margin-top:-20px;
			padding:0;
			text-align:center;
      }
		
    /* typography */		
			
		body, table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:150%;
			color:#333;
			}		
		body{font-size:14px;}
		
    /* // typography */			

    /* headings */
	
			h1, h2, h3, h4, h5, h6{
				font-weight:normal;
				margin:.75em 0;
				/* color:#646f78; */
				color:#C4140C;
				}		
			h1,h2{font-size:200%;}	
			h3{font-size:180%;}
			h4{font-size:140%;}
			h5{font-size:110%;}
			h6{font-size:100%;font-weight:bold;}
		
			.col2 h3{
				padding-bottom:.3em;
				border-bottom:1px solid #d8d8d8;
				white-space:nowrap;
				}		
			.col3 h2, .col4 h2{font-size:180%;}
			.col3 h3, .col4 h3, .col5 h3{font-size:160%;margin:30px 0 10px;}
			
			
			
		
    /* // headings */

    /* image replacement */
	
			.graphic, #logo{
					margin:0;
					padding:0;
					display:block;
					overflow:hidden;
					text-indent:-8000px;
					}
			
    /* // image replacement */

    /* clearfix */

			#content:after, .cols:after, .link:after, .fixed:after{
				content:"."; 
				display:block; 
				height:0; 
				clear:both; 
				visibility:hidden;
				}
			#content, .cols, .link, .fixed{
				display:block;
				}
			/*  \*/
			#content, .cols, .link, .fixed{
				min-height:1%;
				}
			* html #content, * html .cols, * html .link, * html .fixed{
				height:1%;
				}

    /* // clearfix */
	
	/* HTML Tags */
				
        a{
            /*
			text-decoration:none;
			color:#C4140C;
			*/
			color:#646f78;
			text-decoration:underline;
            }
        a:hover{color:#C4140C;}	
        a:visited{color:#646f78;}
        a:visited:hover{color:#C4140C;}
       						
		p, blockquote, ul, ol, form{
			margin:.75em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		/*
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}
		*/
		
		li{
			display:list-item;
			}	
	
	/* // HTML Tags */	
	
	/* common */		
	
	.left{
		float:left;
		margin-top:0;
		margin-right:15px;
		}	
	.right{
		float:right;
		margin-top:0;
		margin-left:15px;
		text-align:right;
		}
	.left img, .right img{
		border:1px solid #d8d8d8;
		background:#fff;
		padding:5px;
		margin-bottom:.5em;
		}
		
    .left em, .right em{
        font-size:.9em;}
        
	/* // common */			
	
/* // global */

/* layout setup */

	#container	
	{
		margin:0 auto;
		width:990px;
		text-align:left;
		position:relative;
		background:url(../images/bg_header.gif) no-repeat 0 26px;
		}
		
	#header{		
		height:168px;
		}	
		
	#footer{		
		border-top:1px solid #bfc9c9;
		padding:1em 0;
		font-size:12px;
		}
				
	/* grid */
	
		.cols{
			background:url(../images/bg_cols.gif) repeat-y;
			padding-bottom:1em;
			}
			
		.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12{
			float:left;
			display:inline;
			}	
			
		.col1{width:520px;margin-left:48px;}
		.col2{width:327px;margin-left:47px;}
		
		/*
		.col3{width:527px;margin-left:352px;}	
		.col4{width:250px;margin-left:-824px;}	
		*/
		
        .col3{width:615px;margin-left:327px;}	
		.col4{width:225px;margin-left:-894px;}	
		
		.col5{width:870px;margin-left:48px;}	
		
		.col6{width:270px;margin-left:672px;}	
		.col7{width:590px;margin-left:-896px;}	
		
		.col6 table{margin-top:0;}
		
		.col8{width:100px;}	
		.col9{width:100px;}	
		.col10{width:100px;}	
		.col11{width:100px;}	
		.col12{width:100px;}	
		
		.cols .first{
			clear:both;
			margin-left:0;
			}
			
	/* grid */	
	
/* // layout setup */


/* navigation elements */
	
	#menu{
		height:84px;
		background:url(../images/bg_menu.gif) no-repeat 0 0;
		}
	#menu ul,  
	#menu ul li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#menu ul, #menu ul li, #menu ul li a{
		line-height:20px;
		}			
	#menu ul li, #menu ul li a{
		float:left;
		display:inline;
		}		
	#menu ul li{
		margin-left:38px;
		margin-top:18px;
		padding:4px 0 4px 15px;
		border-left:1px solid #d8d8d8;
		}
		
	#menu ul li.first
	{
		border-left:0;
		margin-left:36px;}
	#menu ul li a{
		color:#686868;
		font-size:12px;
		text-decoration:none;
		}		
	#menu ul li a strong{
		font-weight:normal;
		text-transform:uppercase;
		display:block;
		color:#333;
		font-size:14px;
		}		
	#menu ul li a:hover strong, #menu ul li.current a strong{
		color:#C4140C;
		}			
	 #menu ul li.current a {cursor:default;}
		
	ul#submenu{
		margin:2em 0 1em 0;
		padding:0;
		border-top:1px solid #d8d8d8;
		}	
	ul#submenu ul{margin:0;padding:0;}
	
	ul#submenu li{
		margin:0;
		padding:0;
		list-style:none;
		font-size:12px;
		background:none;
		}
	ul#submenu li a, ul#submenu li strong{
		display:block;
		color:#333;		
		padding:.5em 0 .5em 20px;
		list-style:none;
		border-bottom:1px solid #d8d8d8;
		font-size:12px;
		background:url(../images/bg_arrow.gif) no-repeat 0 50%;
		text-decoration:none;
		}
	ul#submenu li strong{
		display:block;
		color:#C4140C;
		}
	ul#submenu li a:hover{
		color:#C4140C;
		}
		
	ul#submenu ul a, ul#submenu ul li strong{
		color:#686868;
		background:none;
		padding:.5em 0 .5em 40px;
		}
		
    ul#submenu ul li strong{
        color:#C4140C;
        display:block;}
		

	
/* //navigation elements */


/* header */

	#logo{		
		background:transparent url(../images/logo-home.gif) no-repeat 0 0;
		height:74px;
		width:169px;
		position:absolute;
		top:68px;
		left:48px;
		}
		
	#logo a{		
		display:block;
		height:74px;
		}
		
	#logo:hover{background-position:-169px 0;}
		

	#slogan{
		color:#fff;
		margin:0;
		position:absolute;
		top:116px;
		left:350px;
		float:left;
		font-size:17px;
		}
		

    
    span.home{height:0;width:0;border-width:0px;}


	.header1{background:url(../images/header_1.jpg) no-repeat 510px 0;}
	.header2{background:url(../images/header_2.jpg) no-repeat 510px 0;}
	.header3{background:url(../images/header_3.jpg) no-repeat 500px 0;}

/* // header */

/* content */

	.link{
		height:29px;
		line-height:29px;
		margin-bottom:50px;
		}
	.link a.box{
		float:left;
		height:29px;
		line-height:29px;
		background:#646f78 url(../images/bg_link.gif) no-repeat 0 0;
		color:#fff;
		padding:0 15px 0 43px;
		text-decoration:none;
		}
	.link a.box:hover{
		color:#ccc;
		}	
		
    .link img{margin:-4px 0 0 5px;}
		
	.before{
		margin-top:1.5em;
		margin-bottom:-1em;
		color:#686868;
		}

	.cols ul, .cols ul li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.cols ul{
		margin:1em 0;
		}
	.cols ul li{
		padding-left:30px;
		background:url(../images/bg_arrow2.gif) no-repeat 10px .4em;
		}
		
	.cols ul li ul{margin-top:2px;}
	
	.cols ul li ul li{background:url(../images/bg_arrow.gif) no-repeat 20px .4em;}
		
	.col3 ul{margin:-5px 0 20px;}

/* // content */


/* focus footer */
div.focus-footer 
{
	background:#FFF url(../images/bg_footer.gif) repeat-y;
	border-top:solid 1px #DDD;
	float:left;
	margin-bottom:15px;
	padding:0 0 20px 48px;
	width:942px;}
	
div.focus-footer div
{
	float:left;
	width:310px;}
	
div.focus-footer p{color:#999;}

/* footer */

	#footer ul{
		float:right;
		margin:1em 0;
		padding:0;
		}
	#footer ul li{
		display:inline;
		margin:0;
		padding:0;
		margin-left:15px;
		list-style:none;
		}	
	#footer a{
		color:#333;
		text-decoration:underline;
		}
	#footer a:hover{
		color:#777;		
		}

/* // footer */

/* FAQ */

div.question{font-weight:bold;}
div.question p{margin-bottom:-5px;}
div.answer{margin-bottom:30px;}

/* // FAQ */


/* contact */

fieldset.contact{padding:30px;}
fieldset.contact input, fieldset.contact textarea{margin-bottom:8px;}

/* // contact */


/* sitemap */

ul.sitemap ul {list-style:none;}

/* // sitemap */


/* risknews */
#commentary-menu-wrapper{
	background-color:#EEE;
	margin-top:30px;
    padding:8px;}

#article-commentary div.article{}
#article-commentary h5{margin:0;font-weight:bold;}
#article-commentary div.byline{font-style:italic;margin:0 0 5px;}
#article-commentary div.time{color:#999;}
#article-commentary div.description p{margin-top:0;color:#666;font-style:italic;}
#article-commentary div.commentary{ margin-bottom:35px;color:#000;}
#article-commentary div.commentary div{
    color:#C4140C;margin-bottom:-35px;}

/* // risknews */

			
