/* CSS Document */

body{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background-image:url(../images/mainbgline.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:18px;
}
a{
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:none;
	color:#333333;
}
.indexTestBold{
	font-size:24px;
	font-weight:bold;
	line-height:22px;
}
.bg_div{
	background-image:url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.top_div{
	height:100px;
	margin-left:50px;
	margin-right:50px;
}
.logo_div{
	position:absolute;
	width:168px;
	height:60px;
	top:25px;
	left:50px;
	background-image:url(../images/knowledge_interlinks.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.quicklinks_div{
	position:absolute;
	top:18px;
	right:50px;
	width:50%;

}
.upperlinks_div{
	position:absolute;
	top:60px;
	right:50px;
	width:80%;
}
a.uplinks{
	float:right;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	display:block;
	margin-left:5px;
	margin-right:5px;
	padding:8px;
	height:25px;
	cursor:pointer;
}
a.uplinks:hover{
	color:#FFFFFF;
	background-color:#CCCCCC;
	text-shadow: 1px 1px 2px #666;
}
a.uplinksactive{
	float:right;
	text-decoration:none;
	font-weight:bold;
	display:block;
	margin-left:8px;
	margin-right:8px;
	padding:8px;
	height:25px;
	cursor:pointer;
	color:#FFFFFF;
	background-color:#CCCCCC;
	text-shadow: 1px 1px 2px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=2, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=2, Color='#666666');
}
a.quicklinks{
	text-decoration:none;
	font-weight:normal;
	color:#666666;
	float:right;
	display:block;
	padding-left:5px;
	padding-right:5px;
}
a.quicklinks:hover{
	color:#FFFFFF;
	background-color:#CCCCCC;
}
a.quicklinksactive{
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	float:right;
	display:block;
	padding-left:5px;
	padding-right:5px;
	background-color:#CCCCCC;
}
.banner_div{
	height:250px;
	margin-left:50px;
	margin-right:50px;
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.base_div{
	margin-top:10px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:10px;
}
.sidelinks_div{
	float:left;
	width:20%;
	margin-bottom:10px;
}
.main_div{
	float:right;
	width:79%;
	margin-bottom:10px;
	border-top:2px solid #000000;
	padding:0px 0px 0px 0px;
}
.main_div_index{
	float:right;
	width:79%;
	margin-bottom:10px;
}
.searchBox{
	height:18px;
	width:60%;
	border:5px solid #b3e7ff;
	font-size:9px;
	color:#999999;
	font-weight:bold;
	vertical-align:middle;
	line-height:16px;
	padding-left:5px;
	background-image:url(../images/search.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding-right:30px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.bottom_div{
	clear:both;
	background-color:#e7e2c2;
	height:200px;
	padding-left:50px;
	padding-right:50px;
}
.bottom_div div{
	float:left;
	width:23%;
	padding-top:10px;
	margin-right:10px;
}
.bottom_div div a{
	color:#666666;
	display:block;
	padding: 2px 2px 2px 5px;
	margin:2px;
	line-height:normal;
}
.bottom_div div a:hover{
	text-decoration:none;
	display:block;
	padding: 2px 2px 2px 5px;
	margin:2px;
	color:#FFFFFF;
	background-color:#999999;
	line-height:normal;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 10px;
}
.bottom2_div{
	color:#1fb5d8;
	background-color:#E3DEB7;
	height:30px;
	text-align:center;
	line-height:30px;
}
.partition{
	background-image:url(../images/partition.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.feature{
	margin-bottom:10px;
}
.feature tr td{
	background-repeat:no-repeat;
	background-position:left;
	padding-left:12px;
	color:#004883;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
	text-align:left;
}
.gallerypics{
	background-color:#FFFFFF;
	border:2px #CCCCCC ridge;
	padding:5px;
	margin:5px;
	box-shadow: 		3px 3px 4px #666;
	-moz-box-shadow: 	3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
}
.gallerypics:hover{
	background-color:#FFFFFF;
	box-shadow: 		5px 5px 3px #333;
	-moz-box-shadow: 	5px 4px 3px #333;
	-webkit-box-shadow: 5px 5px 3px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#333333');
}
.mediaGallery:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	cursor:pointer;
}