#main_container {
	float: right;
	width: 750px;
	margin-top: 20px;
	padding-bottom: 0px;
}

#narr1 #main_container {
	background: url(side_1.jpg) bottom right no-repeat;
}

#narr2 #main_container {
	background: url(side_2.jpg) bottom right no-repeat;
}

#narr3 #main_container {
	background: url(side_3.jpg) bottom right no-repeat;
}

#narr4 #main_container {
	background: url(side_4.jpg) bottom right no-repeat;
}

#narr5 #main_container {
	background: url(side_5.jpg) bottom right no-repeat;
}

#position{
	background: url(position_bg.png) no-repeat left bottom;
	padding-bottom: 8px;
	line-height: 34px;
	height: 24px;
	width: 750px;
}

#position a,
#position span{
	background: url(position.gif) no-repeat right center;
	margin-right: 5px;
	padding-right: 15px;
}

#position a{
	color: #555;
	font-weight: bold;
}

#position a:hover{
	color: #999;
	font-weight: bold;
}

#position span{
	background-image: url(positionon.gif);
}

/*sidebar*/
#container .sidebar{
	float: left;
	margin-top: 20px;
	margin-left: 1px;
	width: 203px;
	height: 203px;
	text-align: left;
	padding-left: 0;
	padding-top: 20px;
	background: url(side_2.jpg) no-repeat;

}

.sidebar h2{
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	padding-top: 0px;
	padding-left: 0px;

}

.sidebar .sidebar_menu{
	line-height: 18px;
	font-weight: bold;
	width: 151px;
	padding:0 7px 0 0;
	background:#fff url(borders.gif) 100% 0 repeat-y;
}

.bi {
	border-left: 1px #ccc solid;
}

.bb {
	height:30px;
	margin:0 -7px 0 -1px;
	background:url(box.gif) 100% 100% no-repeat;
}

.bb div {
	width:18px;
	height:30px;
	background:url(box.gif) 0 100% no-repeat;
}

.sidebar_menu ul{
	list-style-type: none;
	position: relative;
	padding-left: 0px;
	margin: 0;
}

.sidebar_menu li{
	width: 151px;
	background: url(side_split.gif) no-repeat left bottom;
	padding-bottom: 2px;
	position: relative;
}

.sidebar_menu li a,
.sidebar_menu li span{
	color: #999;
	display: block;
	padding: 5px 5px 5px 0;
	width: 131px;
}
.sidebar_menu li a:hover,
.sidebar_menu li span{
	color: #333;
	background: url(side_item.gif) repeat-y left top;
	text-decoration: none;
}

/* Content */
#content {
	margin-top: 10px;
}

#content h2,main_container h2{
	color: #1651a5;
	font-size: 28px;
	line-height: 42px;
	padding-bottom: 10px;
	font-weight: bold;
	text-indent: 0;
}
	
.openitem{
	line-height: 30px;
}

.openitem a{
	color: #06C;
	padding-left: 16px;
	background: url(more.gif) no-repeat left center;
}

.openitem a.close{
	background-image: url(more_close.gif) left center;
}
.openitem a:hover{
	color: #999;
}

.item_title {
	background: url(inner_title.png) left center;
	width: 400px;
}

.item_title a:hover{
	text-decoration: none;
}

#content h3{
	line-height: 30px;
	background: url(inner_close.gif) no-repeat 0 10px;
	padding-left: 15px;
	font-size: 15px;
}

#content h3.choosed{
	background-image: url(inner_extent.gif);
}

#content h3 a{
	color: #06C;
	display: block;
}

#content h3.choosed a,
#content h3 a:hover{
	color: #333;
}

/*Content text*/
.context{
	line-height: 21px;
	margin-left: 15px;
	width: 380px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	padding-top: 0px;
	color: #555;
}

.context p{
	padding-bottom: 0;
	text-indent: 1.5em;

}

.context p:first-letter {
	font-size: 1.5em;
}

.context a{
	text-decoration: none;
	color: #31B3E7;
}
.context a:hover{
	color: #039;
}
.context h4{
	font-size: 12px;
	line-height: 21px;
}
.context ul{
	color: #888;
	padding-left: 15px;
	padding-bottom: 8px;
}
.context ul li{
	list-style-type: disc;
	padding-bottom: 3px;
}
.context dl{
	padding-left: 15px;
	padding-bottom: 8px;
	list-style-type: square;
}
.context dl dt{
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
}
.context dl dd{
	list-style-type: square;
	list-style-position: inside;
	padding-bottom: 3px;
}	

/* Content Footer */
.contentfoot{
	float: left;
	background: #fbfbfb url(inner_foot.png) no-repeat right bottom;
	height: 70px;
	width: 400px;
}
.contentfoot a,.contentfoot a:visited {
	background: url(contact_gray.gif) no-repeat 0 70%;
	line-height: 20px;
	padding: 9px 0 0 16px;
	margin: 10px 0 0 20px;
	width: 100px;
	color: #999;
	font-weight: bold;
	position: absolute;
	font-size: 1.3em;
}
.contentfoot a:hover{
	color: #1651a5;
	background: url(contact_hover.png) no-repeat 0 70%;
}

#contactbg a, #contactbg a:visited {
	background: url(contact_gray.gif) no-repeat left top;


}

