@charset "UTF-8";
@import url("menubar.css");
/* CSS Document */

/* Yahoo Reset CSS Version: 2.7.0 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

body{
	background-image:url(../images/template/bg-repeat.png);
	background-repeat:repeat-y;
	color:#333333;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#333333;
}

div#wrapper{
	background-image:url(../images/template/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	
	/*overflow:hidden;*/
}

#sub-wrapper{
	width:990px;
	
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#chakra{
	width:990px;
	height:670px;
	
	/*background:url(../images/template/chakra.png) no-repeat;*/
	/*border:#000 solid 5px;*/
	
	height:auto !important;
	height:670px;
	min-height:670px;	
}

#container{
	/*position:relative;
	top:-346px;*/
	width:990px;
		
	margin-top:-346px;
	
}

#container #container-top{
	height:96px;
	background-image:url(../images/template/container_top1.png);	
	position:relative;
}
	#menubar{
		background-repeat:no-repeat;
		width:990px;
		height:51px;
		padding-top:14px;
		
		position:absolute;
		top:31px;
	}

#container #main{
	background-image:url(../images/template/container_repeat.png);
	
}

#container #container-bottom{
	height:auto !important;
	height:72px;
	min-height:72px;
	
	background-image:url(../images/template/container_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
}


#footer{
	width:902px;

	position:relative;
	margin:0px 0px 0px 52px;
	padding-top:55px;

}


#container #main #sidebar{
	height:auto !important;
	height:500px;
	min-height:500px;
	
	position:relative; /*IMPORTANT*/
	
}

#container #main div.twocolumn{
	float:left;
	width:236px;
	
	margin-left:66px;
	padding-top:12px;
	padding-bottom:15px;
	
	
}

/*#container #main div.onecolumn{
	width:857px;
	
	margin-left:74px;
	padding-bottom:15px;
	
}*/
/*

/**************Begin Left Sidebar Here****************/
	#sidebar h2{
		color: #02718C;	
		font-family: georgia,serif;
		font-size: 20px;
		letter-spacing: 0pt;
		word-spacing: 0pt;
		
		border-bottom:#d4b8cd solid 1px;
		
		padding-bottom:4px;
		padding-left:10px;
		margin-bottom:6px;
		margin-top:15px;
	}
	
	#sidebar ul.links{
		padding-left:28px;
	}
	
	#sidebar ul.links li{
		list-style-image:url(../images/template/sidebar/bullet.png);
		padding-bottom:9px;
		
		color: #02718c;	
		font-family: georgia,serif;
		font-size: 14px;
		letter-spacing: 0pt;
		word-spacing: 0pt;
		line-height:1.4;
	}
	
	#sidebar ul.links li a{
		color:inherit;	
	}
/************************************************/

/**************Begin Right Content****************/
#container #main #content-region{
	float:left;
	width:680px;
	position:relative; /*IMPORTANT*/
	
	margin-left:7px;
}
	#content-region #content-region-top{
		height:30px;
		background-image:url(../images/template/sidebar_top1.png);
	}
	
	#content-region #content{
		/*height:auto !important;
		min-height:440px;
		height:440px;*/
		
		background-image:url(../images/template/sidebar_repeat1.png);
		background-repeat:repeat-y;

		padding-left:42px;
		padding-right:55px;
		padding-bottom:10px;

	}
	#content-region #content-region-bottom{
		height:29px;
		background-image:url(../images/template/sidebar_bottom1.png);
	}
/************************************************/


.clear{
	clear:both;
}

.hidden {
	display:none;
}



/******************Content Design***************************/
h1{
	margin:0px 0px 13px 0px;
	padding-bottom:5px;
	
	color: #02718c;	
	font-family: georgia,serif;
	font-size: 24px;
	letter-spacing: 0pt;
	word-spacing: 0pt;
	
	line-height:1.4;
	
	border-bottom:#d4b8cd solid 1px;
}

h1 big{
	font-size:36px;
	font-weight:500;
}


h3{
	margin:0px 0px 5px 0px;

	color: #02718c;	
	font-family: georgia,serif;
	font-size: 16px;
	
	line-height:1.4;
	font-weight:bold;
}

#content p{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:16px;
	line-height:16px;
}

#content strong{
	font-weight:bold;	
}

#content em{
	font-style:italic;
}

#content span.more a{
	cursor:pointer;	
}

#content span.watchlisten{
	font-size:12px;
	font-weight:normal;
}

#content span.watchlisten a.watch{
	color:#f37424;
}

#content span.watchlisten a.listen{
	color:#ed145b ;
}

.blue{
	color:#9e6aab;
}

#content ul.list{
	padding-left:30px;
}

#content ul.list li{
	list-style-type:circle;
	padding-left:5px;
	padding-bottom:5px;
}

#content img.bordered{
	border:1px solid #CCCCCC;
	padding:5px;
}

#content img.noborder{
	border:none;
	padding:0;
}


/************************************************/
