/* Localized */
/* Home main */
#main {
	width: 891px;
	height: 302px;
	margin-top: 20px;
	padding-left: 11px;
	clear: both;
	line-height: 140%;
	background-image: url("../images/main-left.gif");
	background-repeat: no-repeat;
}

#main div.container {
	width: 590px;
	height: 302px;
	float: left;
	background-image: url("../images/main-bg.gif");
	background-repeat: repeat-x;
}

#main #sections {
	width: 590px;
	height: 300px;
	overflow: hidden;
	margin: 1px 0;
}

#main div.section {
	width: 590px;
	height: 300px;
}

#main div.section p {
	width: 300px;
	margin: 10px 0 0 10px;
	font-size: 12px;
	background: transparent;
	color: #777;
}

#main div.section ul {
	margin: 15px 0 0 50px;
}

#main div.section ul li {
	font-size: 12px;
	line-height: 18px;
	margin-top: 3px;
	background: transparent;
	color: #3C6BBB;
	list-style-type: circle;
}

#main div.section ul li a {
	background: transparent;
	text-decoration: none;
}

#main div.section ul li a:hover {
	text-decoration: underline;
}

#section-0 {
	background-image: url("../images/section-0.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}

#sectionnav {
	width: 301px;
	height: 302px;
	float: right;
	background-image: url("../images/sectionlist-bg.gif");
	background-repeat: repeat-y;
}

#sectionnav li {
	display: block;
	width: 301px;
	height: 74px;
	border-bottom: 1px solid #F2F2F2;
}

#sectionnav li a {
	display: block;
	width: 300px;
	height: 74px;
	text-decoration: none;
}

#sectionnav li a:hover {
	text-decoration: none;
}

#sectionnav li a img {
	margin: 20px 0 0 29px;
}

#sectionnav li a span {
	display: block;
	margin: 5px 25px 0 30px;
	font-size: 10px;
	line-height: 100%;
	background: transparent;
	color: #777;
}

#sectionnav li.top,
#sectionnav li.top a {
	height: 75px;
}

#sectionnav li.bottom,
#sectionnav li.bottom a {
	height: 76px;
}

#sectionnav li.top {
	background-image: url("../images/sectionlist-top.gif");
	background-repeat: no-repeat;
}

#sectionnav li.bottom {
	background-image: url("../images/sectionlist-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: none;
}

#sectionnav li a:hover {
	background: #F2F2F2;
	color: inherit;
}

#sectionnav li.top a:hover {
	background-image: url("../images/sectionlist-top-o.gif");
	background-repeat: no-repeat;
}

#sectionnav li.bottom a:hover {
	background-image: url("../images/sectionlist-bottom-o.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: none;
}

#sub {
	width: 902px;
	clear: both;
}

#about {
	width: 202px;
	padding-bottom: 20px;
	float: left;
}

#about div.block {
	margin-top: 10px;
	background-image: url("../images/block-bg.gif");
	background-position: 0 25px;
	background-repeat: repeat-x;
	color: #777;
}

#about div.block h3 {
	width: 202px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #aaafb2;
	background-image: url("../images/block-h.gif");
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-indent: 15px;
}

#about div.block h3 a {
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

#about div.block h3 a:hover {
	text-decoration: underline;
}

#about div.block div {
	padding-bottom: 21px;
	background-image: url("../images/block-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

#about div.block div p {
	padding: 15px 15px 0 15px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	font-size: 11px;
	line-height: 160%;
}

#about div.block div p strong {
	background: transparent;
	color: #555;
}

#information {
	width: 465px;
	float: left;
	margin: 10px 0 0 9px;
	padding: 0 0 20px 15px;
	background-image: url("../images/info-bg.gif");
	background-repeat: no-repeat;
}

#information h3 {
	line-height: 25px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
}

#information a {
	text-decoration: none;
}

#information a:hover {
	text-decoration: underline;
}

#information table {
	border-collapse: collapse;
	border: none;
	width: 450px;
	clear: both;
}

#information table tfoot td {
	padding-top: 10px;
	border-bottom: 1px dotted #EEE;	
}

#information table tfoot td a.rss {
	float: right;
	font-size: 11px;
	background: inherit;
	color: #555;
}

#information table tfoot a.rss img {
	margin-right: 3px;
	vertical-align: middle;
}

#information table tfoot td {
	border-bottom: none;
}


#information tbody th {
	width: 90px;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 10px;
	border-bottom: 1px dotted #EEE;
}

#information tbody th span.date {
	display: block;
	margin-top: 3px;
	background: transparent;
	color: #999;
}

#information tbody td {
	padding: 10px 0;
	font-size: 12px;
	line-height: 140%;
	border-bottom: 1px dotted #EEE;	
}

#sub-content {
	width: 202px;
	float: right;
	margin-top: 10px;
	padding-bottom: 20px;
}

#blog {
	width: 202px;
	background-image: url("../images/blog-bg.gif");
	background-repeat: repeat-y;
}

#blog ul {
	background-image: url("../images/blog-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}

#blog ul li,
#labs ul li {
	margin: 0 15px 0 23px;
	padding: 5px 0;
	font-size: 11px;
	line-height: 130%;
}

#blog ul li a,
#labs ul li a {
	text-decoration: none;
}

#blog ul li a:hover,
#labs ul li a:hover {
	text-decoration: underline;
}

#blog ul li span.date,
#labs ul li span.date {
	display: block;
	margin-top: 1px;
	background: transparent;
	color: #999;
}

#labs {
	width: 202px;
	margin-top: 10px;
	background-image: url("../images/labs-bg.gif");
	background-repeat: repeat-y;
}

#labs ul {
	background-image: url("../images/labs-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}

#labs ul li a {
	background: inherit;
	color: #F2F2F2;
}