@import url("nav1.css");
@import url("nav2.css");

.banner{ /*this is a box where the logo, horizontal menu, counters, datem etc... can be placed*/	
	padding-left: 10px;
	}

#banner {
	height: 186px;
	}

.horz_menu { /*this is location where the horizontal menu bar will be placed in the above defined box*/
	position: absolute;
	z-index: 99;	
	top: 5px;	
	width: 96%;
	}

.logo { /*this is location where the logo or site name will be placed in the above defined box*/
	position: absolute;
	z-index: 20;	
	top: 40px;
	width: 740px;
	height: 124px;
	border-style: solid;
	border-width: 2px;
	border-right-color: #000000;
	border-left-color: #c0c0c0;
	border-top-color: #c0c0c0;
	border-bottom-color: #000000;
	}

.counter_date_ect { /*this is location where the counter, date, etc... will be placed in the above defined box*/
	position: absolute;
	z-index: 50;
	top: 168px;
	color:#ffffff;
	font-family: "Comic Sans MS", Verdana, sans-serif;
	background-color: transparent;
	margin: 0 0 0 40px ;
	}

.sidemodule .desc {
	z-index: 2 !important;
	background-color: #6794c3;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/sidemoddesc.png);
	background-repeat: no-repeat;
}

.sidemodule .mid {
	z-index: 2 !important;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

#module01 {/* simulate left and right column content margins*/	
	width: 94%;
}
#module02 {/* simulate left and right column content margins*/	
	width: 94%;
}
#module03 {/* simulate left and right column content margins*/	
	width: 94%;
}
#module04 {/* simulate left and right column content margins*/	
	width: 94%;
}
#module05 {/* simulate left and right column content margins*/	
	width: 94%;
}
#module06 {/* simulate left and right column content margins*/	
	width: 94%;
}
#module07 {/* simulate left and right column content margins*/	
	width: 94%;
}
#module08 {/* simulate left and right column content margins*/	
	width: 94%;
}
#module09 {/* simulate left and right column content margins*/	
	width: 94%;
}

#newsboxscroll {
	overflow: auto;
	height: 180px;
	padding-right:0px;
	padding-left: 2px;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size:7pt;	
}

/* 3D colored box for left main navigation**header**footer*********************************************************/

.raised {background: transparent; width:100%; margin:0 auto;}
.raised h1, .raised p {margin:0 10px;}
.raised h1 {font-size:1.2em; color:#000000; text-transform:uppercase; letter-spacing:1px;}
.raised p {padding-bottom:0.5em;}

.raised .top, .raised .bottom {display:block; background:transparent; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:url('./images/greyfilter.gif'); border-left:1px solid #fff; border-right:1px solid #eee;}
.raised .b3 {background:url('./images/greyfilter.gif'); border-left:1px solid #fff; border-right:1px solid #ddd;}
.raised .b4 {background:url('./images/greyfilter.gif'); border-left:1px solid #fff; border-right:1px solid #aaa;}
.raised .b4b {background:url('./images/greyfilter.gif'); border-left:1px solid #eee; border-right:1px solid #999;}
.raised .b3b {background:url('./images/greyfilter.gif'); border-left:1px solid #ddd; border-right:1px solid #999;}
.raised .b2b {background:url('./images/greyfilter.gif'); border-left:1px solid #aaa; border-right:1px solid #999;}


.raised .b1 {margin:0 5px; background:#fff;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#999;}
.raised .boxcontent {display:block;  background:url('./images/greyfilter.gif'); border-left:1px solid #fff; border-right:1px solid #999;}