@charset "utf-8";
/* CSS Document */
body{
	font:13px Helvetica Neue,Helvetica,Arial,sans-serif;
	background-attachment:fixed;
	color:#000;
	}
/*	
.mainbody{width:960px;
margin:10px auto 0px auto;
background:url(images/trans-10.png);
padding:5px;
vertical-align:top;
box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;;


/*min-height:400px;*/
}*/

.mainbody{width:1300px;
margin:10px auto 0px auto;
background:url(images/trans-10.png);
padding:5px;
vertical-align:top;
box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;;


/*min-height:400px;*/
}




.overlay{
    opacity:0.8;
    background-color:#ccc;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}

.footerout{
	color:#000;
	background:url(images/trans-20.png);
	padding:5px;
	text-shadow:#ccc 0px 1px;
	border-top:solid thin #transparent;
	-moz-box-shadow: 1px 1px 20px #000;
	z-index:3;

}
.footerout TD{
	color:#000;
	padding:3px;
	/*background:url(images/pic7c.jpg) right;*/

}
.footerout TD:hover{
	color:#000;
	background:#CCC;
}
.footerlinks a{
	color:#000;		
	display:block;
	}
.footerlinks a:hover{
	color:#fff;		
	text-shadow:#000 1px 1px;
	}
.footerlinks TD:hover{
	background:url(images/trans-15.png);
	color:#fff;		
	text-shadow:#000 1px 1px;
	}
.newsbrief{
border:thin solid #999;
-moz-border-radius:10px;
margin:10px auto 10px auto;
background:url(images/pic7c.jpg) right;
overflow:visible;
	overflow-style:marquee-line;
	}
.newsbrief #header{
background:url(images/trans-15.png);
text-shadow:#FFF 0px 1px;
-moz-border-radius:10px;
padding:4px;
	}
.contentheader{padding:5px;
text-shadow:#FFF 0px 1px;
background:url(images/trans-10.png);
text-transform:capitalize;}
.content{
	margin:5px 10px 5px 5px;
	padding:5px;
	-moz-border-radius:10px;
	-moz-box-shadow: 0px 0px 10px #000;
	min-height:380px;;
	padding:5px;
	background:#FFF;
	text-align:justify;
	
	
	
	}
.quicklinks{
	padding:5px;
	text-decoration:none;
	border:thin solid #999;
-moz-border-radius:10px;
text-shadow:#FFF 0px 1px;
background:url(images/pic7c.jpg) right;

	}
.shareIcons{
padding:3px;
border:thin solid #999;
-moz-border-radius:10px;
text-shadow:#FFF 0px 1px;
margin:auto;
width:98%;
	}
.quicklinks a{
	padding:5px;
	text-decoration:none;
	color:#000;
	
	width:180px;
	display:block;
	}
.quicklinks TD{
	background:url(images/trans-10.png);
	cursor:pointer;
	text-shadow:#FFF 0px 1px;
	padding:5px;

	}
.quicklinks TD:hover{
	background:url(images/pic7c.jpg) right;
	text-shadow:#FFF 0px 1px;
	-moz-box-shadow:0px 0px 10px #000;}


.indexbox{	
	margin:5px auto 10px auto;
	width:100%;
	height:250px;
	
	}
.indexbox TD{
	padding:5px;
	-moz-border-radius:10px;
	border:solid thin #CCC;
	background:url(images/pic7c.jpg) left;
	-moz-box-shadow: 0px 0px 20px #000;
	width:30%;
}
.indexbox TD:hover{
	padding:5px;
	-moz-border-radius:10px;
	background:url(images/pic7c.jpg) right;
	width:30%;
}
.indexboxheader{
	font-weight:bold;
	text-shadow:#FFF 0px 1px;
	margin:2px auto 2px auto;
	text-align:center;
	border-bottom:solid thin #B7B7B7;
	-moz-box-shadow: 0px 0px 20px #000;
	-moz-border-radius:5px;
	padding:3px;
	}
.indexboxcontent{
	font:"Comic Sans MS", cursive;}
.date{padding:5px;
text-shadow:#ccc 0px 1px;
color:#000;
	/*background:url(images/trans-10.png);*/
	background:url(images/pic7c.jpg) left;
	-moz-box-shadow: 0px 0px 20px #000;
	}
.flash{
	height:200px;
	background:inherit;
	
	}
.footer{
	position:fixed;
	width:100%;
	text-shadow:0px 1px #FFF;
	box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;}
#footer {
	position:fixed;
	width:100%;
	text-shadow:0px 1px #FFF;
	box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   background:#CCC;
}
/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}