/* base css */
body {
	font-family:	Lucidia Grande, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 		11pt;
	text-align:		center;
	letter-spacing: 2px;
	color: 			#b3b3b3;
	background:		#333333;
	background-repeat:		repeat-y;
	background-attachment:fixed;
	height:			100%;	
	padding:		0px;
	margin:			0px;
}

#container {
	width:			1000px;
	margin:			auto;
	margin-top:		0px;
	margin-bottom:	0px;
	padding:		auto;
	padding-top:	0px;
	padding-bottom:	0px;
	background-image:		url(../images/full-background-with-shadow.png);
	background-repeat:		repeat-y;
}
/* index page css */
#indexpage, #mainpage {
	position:		relative;
	margin:			0 15px 0 17px;
	padding:		0;
	width:			970px;
	text-align:		left;
	min-height:		100%;
	_height:		100%;

}
	#indexpage #leftpane {
		float:			left;
		width:			330px;
		color:			#FFFFFF;
		text-align:		right;
		margin:			0px;
		padding:		0px;
	}
	#indexpage #rightpane {
		float:			right;
		width:			630px;
		margin:			0px 0px 20px 0px;
		padding:		0px;
		text-align:		right;

	}
	#mainpage #toppane, #indexpage #toppane  {
	}	
	#mainpage #leftpane {
		float:			left;
		width:			230px;
		height:			490px;
		color:			#CCCCCC;
		text-align:		right;
		margin:			0px;
		padding:		0px;
	}	
	#mainpage #rightpane {

		float:			right;
		width:			740px;
		margin:			0px;
		padding:		0px;
	}
	#indexpage #leftpane #leftcontent {
			margin:				60px 30px 0px 30px;
	}	
	#mainpage #leftpane #leftcontent{
			margin:				0px 0px 0px 0px;
			padding:			0px;
			text-align:			right;
	}
		#leftcontent #title1{
			margin:					0px 10px 0px 0px;
			height:					300px;
		}
		#leftcontent #title2{
			margin:					40px 10px 0px 0px;
			height:					140px;
		}
		#leftcontent #menu{
			height:					238px;
			text-align:				right;
			margin:					0px 0px 0px 0px;
			font-size:		8px;
		}
		#menu ul {
			margin:0;
			padding:0;
			list-style-type:none;
			list-style-position:outside;
		}
		#menu li.node{
			width:			220px;
			margin:			10px 10px 5px 0px;
			position:		relative;
		}
		#menu ul.mainmenu {
		}
		#menu li.subnode{
			position:relative;
			margin:			0px 10px 2px 19px;
			padding:		0;
			filter:alpha(opacity=100);		
			-moz-opacity:1.0;
			opacity: 1.0;
		}
		#menu ul.submenu{
			display:	none;
			position:	absolute;
			width:		230px;
			left:		220px;
			top:		-5px;
			text-align:	left;
			line-height:		20px;
			filter:		alpha(opacity=80);		
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
			background-image:	url(../images/nav-background.png);
			background-repeat:repeat-y;
			margin:			0;
			padding:		0;
		}

		#leftcontent #menu .node a :active, #leftcontent #menu .node a:link, #leftcontent #menu .node a:visited{
			color:#b3b3b3;
			text-decoration: none; 
			font-size:	8pt;
		}
		#leftcontent #menu .node a:hover {
			color:#ffffff;
			text-decoration: none; 
		}
		
		#leftcontent #menu-holder{
			text-align:		right;
			margin : 		0px;
			padding : 		0px;
			width: 			210px;
			height : 		328px;
		}
		#leftcontent #follow {
			height:				50px;
			font-size:			8px;
			text-align:			right;
		}
		#leftcontent #follow p {
			margin:					10px;
		}
		#leftcontent #follow img {
			margin:					0 0 0 10px;
		}				
		#rightcontent {
			width:				100%;
			z-index: 			0;
		}
	#mainpage #bottompane {
		margin:				0 0 0 0;
		width:				100%;
		padding:				10px 0 20px 0;
	}	
		#bottompane #title{
			margin:				20px 0px 10px 230px;
		}		
		#bottompane #subnav{
			margin:		0;
			height:		28px;
			background-image:	url(../images/tab-background.png);
			background-repeat:	repeat-x;
			text-align: left;
			padding-left:	230px;
		}
			#bottompane #subnav ul.tabNav{
				height:		28px;
				margin:0;
				padding:0;
				list-style-type:none;
				list-style-position:outside;
			}
			#bottompane #subnav li.navNode{
				display:	inline;
				height:		28px;
				width:		200px;
				padding:	0;
				margin:		0;
				letter-spacing: 0.1em;
				text-align:	center;
				line-height:	28px;
			}
			/* no ie mac \*/
			* html>#bottompane>#subnav>li.navNode { 
						display:	inline-block;
			}			

			#bottompane #subnav LI A {
				height:		28px;
				width:		200px;
				padding:	0;
				margin:		0;
				color: #888888;
				text-decoration: none;
				line-height:	28px;
				letter-spacing: 0.1em;
				display:	inline-block;
			}
			
			#bottompane #subnav LI A.selected,
			#bottompane #subnav LI A:hover {
				height:		28px;
				color: #ffffff;
				padding:	0;
				margin:		0;
			}
			#bottompane #subnav LI A.selected {
				height:		28px;
				width:		200px;
				background-image:	url(../images/tab-back-w200.gif);
				background-repeat:	no-repeat;
			}			
			#bottompane #subnav LI A:focus {
					height:		28px;
					outline: 0;
			}			

		.bottomrightcontent {
			margin:				0px;
			margin-left:		0px;
		}
		.bottomrightcontent #content{
			margin:				0px 0px 0px 0px;
		}
		.bottomrightcontent #content .tabContent{
			margin:				0px 0px 0px 0px;
			padding:			20px 0 20px 230px;
			background-color:		#121212;
		}
		.bottomrightcontent #content .tabContent .fixContent{
			height:		500px;
			overflow:	hidden;
		}
		.bottomrightcontent #content .tabContent .longContent{
		}
		.bottomrightcontent #content .tabAJAXContent{
			margin:				0px 0px 0px 0px;
			padding:			20px 0 20px 230px;
			background-color:		#121212;
		}
		.bottomrightcontent #content .mainContent{
			margin:				0px 0px 0px 0px;
			padding:			20px 0 20px 230px;
		}
		
	#mainpage .bottomcontent {
		
	}
		#mainpage .bottomcontent #submenu{
			margin:		0px;
			padding:	0px 0px 0px 235px;
			background-image:		url('../images/sub-nav/nav-left.gif');
			background-repeat: repeat-x;
		}	
		#mainpage .bottomcontent #content{
			margin:				0px 0px 0px 0px;
		}
		#mainpage .bottomcontent #contentframe{
		}

	#indexpage #footer,  #mainpage #footer {
		position:		absolute;
		bottom:			0px;
		left:			0px;
		margin:			0px;
		padding:		10px 0 10px 0;			
		width:			100%;
		height:			20px;
		font-size:		10px;
	}	
	#indexpage #footer a, #mainpage #footer a {
		font-size:		10px;
	}	
		#footer #sitemap {
			text-align:	left;
			padding-left: 10px;
			width:		300px;
		}
		#footer #copyright {
			position:	absolute;
			top:		10px;
			right:		0px;
			text-align:	right;
			padding-right: 10px;
			width:		400px;
		}
	#footershadow {
		margin:			auto;
		padding:		auto;
		width:	1002px;
		height:	15px;
		background-color:	transparent;
		background-image: 	url(../images/btm-shadow.png);
		background-repeat: 	no-repeat;
		
	}
.tabBackground {
		background-color:		#121212;
}
#content .p1 {
	margin: 0px; 
	padding-top: 10px;
	padding-right: 50px;
	text-align: left;
	font-size: 12px;
	word-spacing: 2px;
	letter-spacing: .01em;
	line-height : 18px;
}

#content .p2 {
	margin: 0px; 
	padding: 0px;
	text-align: left;
	font-size: 12px;
	color: #b3b3b3;
	font-style:normal;
	word-spacing: 1px;
	letter-spacing: .2em;
	line-height : 16px;
}
#content .p3 {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding: 0 0 10px 100px;
	text-align: left;
	font-size: 09px;
	font-style:italic;
	word-spacing: 2px;
	letter-spacing: .2em;
	line-height : 18px;
}

#content .p4 {
	margin: 0px; 
	padding-bottom: 20px;
	text-align: left;
	font-size: 12px;
	color: #b3b3b3;
	font-style:normal;
	word-spacing: 1px;
	letter-spacing: .2em;
	line-height : 16px;
}
#content .p5 {
	margin: 0px; 
	padding-top: 0px;
	padding-right: 50px;
	text-align: left;
	font-size: 14px;
	word-spacing: 2px;
	letter-spacing: .01em;
	line-height : 18px;
}
#content .h1 {
	padding: 20px 0px 20px 0px;
	margin: 0px;
	width: 500px;
	font-size: 18px;
	color: #b3b3b3;
	letter-spacing: .2em;
	line-height: 18px;
	text-align:left;
}
#content .h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 500px;
	font-size: 12px;
	color: #b3b3b3;
	line-height: 14px;
	letter-spacing: .2em;
	text-align:left;
}
#content .h3 {
	padding: 30px 0px 4px 0px;
	margin: 0px;
	width: 508px;
	font-size: 13px;
	letter-spacing: 2px;
	text-align:left;
}
#content .h4 {
	padding: 20px 0px 20px 0px;
	margin: 0px;
	width: 500px;
	font-size: 16px;
	color: #b3b3b3;
	letter-spacing: .2em;
	line-height: 18px;
	text-align:left;
}

#content-up .p1 {
	margin: 0px; 
	padding: 0 0 10px 0px;
	text-align: left;
	font-size: 11px;
	color: #999999;
	word-spacing: 2px;
	letter-spacing: .2em;
	line-height : 30px;
}

#content-up .p2 {
	margin: 0px; 
	padding: 0px;
	text-align: left;
	font-size: 17px;
	color: #ffffff;
	font-style:normal;
	word-spacing: 2px;
	letter-spacing: .2em;
	line-height : 22px;
}
#content-up .p3 {
	margin: 0px; 
	padding: 0px;
	text-align: left;
	font-size: 12px;
	color:#999999;
	font-style:normal;
	word-spacing: 2px;
	letter-spacing: .2em;
	line-height : 18px;
}


#content-up .p4 {
	margin: 0px; 
	padding: 15px 0 15px 0px;
	text-align: left;
	font-size: 13px;
	color:#CCCCCC;
	font-style:normal;
	word-spacing: 2px;
	letter-spacing: .2em;
	line-height : 18px;
}

#content-up .p5 {
	margin: 0px; 
	padding: 0 0 15px 0px;
	text-align: left;
	font-size: 11px;
	color:#CCCCCC;
	font-style:normal;
	word-spacing: 2px;
	letter-spacing: .2em;
	line-height : 14px;
}
#content-up .h1 {
	padding: 20px 0px 20px 0px;
	margin: 0px;
	width: 500px;
	font-size: 18px;
	color: #b3b3b3;
	letter-spacing: .2em;
	line-height: 18px;
	text-align:left;
}
#content-up .h2 {
	padding: 10px 0 0 0px;
	margin: 0px 0px 10px 0px;
	width: 500px;
	font-size: 12px;
	color: #b3b3b3;
	line-height: 14px;
	letter-spacing: .2em;
	text-align:left;
}
#content-up .h3 {
	padding: 30px 0px 4px 0px;
	margin: 0px;
	width: 508px;
	font-size: 13px;
	letter-spacing: 2px;
	text-align:left;
}
#content .p2 a :active, a:link, a:visited{
	font-size: 12px;
	color:#b3b3b3;
	letter-spacing: 0.2em;
	text-decoration: none; 
}
#content .p2  a:hover {
	font-size: 12px;
	color:#ffffff;
	letter-spacing: 0.2em;
	text-decoration: underline; 
}
a :active, a:link, a:visited{
	color:#b3b3b3;
	letter-spacing: 0.2em;
	text-decoration: none; 
}
a:hover {
	color:#ffffff;
	letter-spacing: 0.2em;
	text-decoration: underline; 
}
.pkg:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .pkg { 
	display: inline-block; 
	}
/* no ie mac \*/
* html .pkg { 
	height: 1%; 
	}
.pkg {
	display: block; 
	}
	
#flash {
	position:relative;
	height: 150px;
	width: 10px;
}
