/* General Start */
.{
	margin:0;
	padding:0;
}
body {
	margin:0px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#1e1e1e;
	background:#cdcdcd;
}
a {
	color:#636466;
}
img { 
	border-style:none;
}

ul {
	padding:0px;
	margin:0;
	list-style:none;
}
ol {
	padding:0px;
	margin:0;
}
li {
	padding:0px;
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:9pt;
	padding:0;
	margin:0;
}
p{
	margin:0;
	padding:8px 0;
	font-size:9pt;
	line-height:160%;
	}	
	p a{
	color:#FFFFFF;
	text-decoration:none;
	}	
#wrapper_out{
	margin:0 auto;
	padding:0;
	width:960px;
}
#wrapper {
	float:left;
	width:960px;
}
.clear { 
	clear: both; 
	display: block; 
	visibility: hidden; 
	line-height:0px;
}
#shadowBG {
	float:left;
	width:940px;
	padding:0 10px;
	background:url(../images/shadow_bg.gif) top left repeat-y;
	}
/* General End */

/* Header Start */
#header {
	width:940px;
	float:left;
	background:url(../images/logo.gif) top left no-repeat;
	}
	#header h1 {
		float:left;
		display:block;
		margin:0;
		padding:0;
		}
		#header h1 a {
			background: no-repeat;
			margin-left:30px;
			display:block;
			width:555px;
			height:85px;
		}
		.non_disply {
			display:none;
		}
#SearchBox {
	float:right;
	width:235px;
	padding-top:35px;
	padding-right:20px;	
	}
	#news{
		float:left;
		width:38px;
		color:#666666;
		font-size:8pt;
		font-weight:bold;
		padding:2px 0 0 0;
		}
	#SearchBox input {
		float:left;
		width:118px;
		border:1px solid #bfbfbf;
		background:url(../images/top_input_bg.gif) top left repeat-x;
		height:18px;
		padding:0 5px;
		}
#search_bt {
	float:right;
	display:block;
	width:60px;
	height:18px;
	text-align:center;
}
#search_bt a {
	display:block;
	width:60px;
	height:15px;
	text-decoration:none;
	font-size:11px ;
	color:#FFFFFF;
	background:#7e7e7e;
	border:1px solid #5d6366;
	padding-top:2px;
}
#search_bt a:hover {
	display:block;
	color:#CCCCCC;
	background: #333333;
	border:1px solid #5d6366;
}
#nav_wrap {
	background: url(../images/nav_bg.gif) top left repeat-x;
	height:30px;
	}
#top_nav {
	width:940px;
	height:29px;
	margin-bottom:2px;
	font-weight:bolder;
	font-size:13px;
	}
	#top_nav ul {
		}
		#top_nav ul li {
			float:left;
			height:29px;
			}
			#top_nav ul li a{
				color:#FFFFFF;
				text-decoration:none;
				display:block;
				padding:8px 46px 10px 46px;
				}
				#top_nav ul li a:hover {
					color: #266790;
					background:url(../images/nav_hover_bg.gif) top left repeat-x;
					}
.boders {
	background: url(../images/boders.gif) top right no-repeat;
	}				
		
/* Header End */

/* Footers Start */
#footer {
	text-align:center;
	padding:0 10px;
	background:url(../images/footer_bg.gif) top left no-repeat;
	height:125px;
	}
	#footer ul {
		padding-left:205px;
		}
		#footer ul li {
			float:left;
			margin-top:20px;
			margin-bottom:30px;
			padding:0 15px;
			}
			#footer ul li a {
				text-decoration:none;
				color:#eaeaea;
				}
				#footer ul li a:hover {
					color: #cccccc;
					}
.boder {
	border-right:1px solid #eaeaea;
	}
#copy {
	color:#eaeaea;
	font-size:11px;
	}
/* Footers End */