/* CSS Document */



body {
	background-color: #111;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height:17px;
	_font-family: helvetica, arial;
	_font-size:14px;
	_line-height:17px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
body {
	font-family: monaco;
	font-size:13px;

}}


a:link { color: #AAD1FF; text-decoration: none; }
a:visited { text-decoration: none; color: #AAD1FF; }
a:active { text-decoration: none; }
a:hover {
	color: #AAAAFF;
	text-decoration: none;
}

.whitetext { color: #FFFFFF; }

.right { color: #FFFFFF; text-align:right;}

.prevtext {
	color: #FFFFFF;
}
.hometext {
	color: #FFFFFF;
}
.nexttext {
	color: #FFFFFF;
}
#container {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	z-index: 0;
}
#container2 {
	position:absolute;
	z-index:112;
	left: 15%;
}
.white_line {
	left: 0px;
	top: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	background-color: #222;
}
#imagebox {
	    position:absolute;
		top:0px;
		display: none;
		left: 15%;

}
#image  {
    float:left;
	border-top: 4px solid #111;
	border-right: 4px solid #111;
}
#image-btm  {
    float:left;
    border-bottom: 4px solid #111;
	border-right: 4px solid #111;
	border-top: 4px solid #111;

}
#blackbox {
	position:absolute;
	float:left;
	left:4px;
	top:4px;
	width:14.5%;
	height:55%;
	z-index:111;
	background-color: #222;
	margin-right:4px;
}







#blackboxtext {
	position:absolute;
	float:left;
	left:15px;
	top:15px;
	width:90%;
	height:510px;
	z-index:111;
	background-color: #222;
}
#boxtext {
	position:absolute;
	top:0px;
	left :0px;
	z-index:5;
	padding:15px;
	background-color: #000000;
}
#boxtext a{
	position:absolute;
	top:0px;
	left :0px;
	z-index:5;
	padding:15px;
	background-color: #000000;
}
#logo {
	position:absolute;
	top:4px;
	left: 4px;
	width: 245px;
	height:73px;
	z-index:4;
	background-color: #222;
}
#logodiv a{
	position:absolute;
	top:15px;
	left: 15px;
	width: 216px;
	height:4px;
	z-index:4;
	background-color: #222;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}

#Prev  {
	float:left;
	width:100px;
	height:10px;
}
#Next  {
	float:right;
	width:100px;
	height:10px;
	text-align:right;
}
#nav { position:absolute; width:215px; bottom:0; margin-bottom:23px; }

.blogItem, .carousel li {
	overflow: hidden;
	position: relative;
}
.blogItem  .infoOverlay, .infoOverlay {
	display: none;
}
.infoOverlay {
	position: absolute;
	height: 242px;
	width: 298px;
	background-image: url(../img/bg-dark-85.png);
	cursor:pointer;
}
.infoOverlay a {
	position: absolute;
	height: 242px;
	width: 298px;
	background-image: url(../img/bg-dark-85.png);
}
#img-load {
	position:absolute;
	width:16px;
	height:16px;
	z-index:0;
	left: 253px;
	top: 4px;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
}