/* intranet.css - Basic layout and style. */

/* Setting font info in body tag lets it cascade to any html tag that
falls within <body></body>, ie, all of them. */



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#333333;
}

#index-news {list-style:url(/_icons_/red-down-right-arrow2.gif); padding-left:25px; margin-left:0px;line-height:14px; font-size: 65%;}
#index-news h1 { font-size: 115%;}

img {
	
	border-width: 0px!important;
	
	/*background-image: url(../_graphics_/news_graphic.png);*/
	/*background-repeat: no-repeat;*/
}


#graphic {
	position: absolute;
	height: 60px;
	width: 500px;
	top: 210px;
	left: 215px;
}
	
#graphic2 {
	position: absolute;
	height:40px;
	width: 515px;
	top:266px;
	left:200px;
}



#vdbf {
	position: absolute;
	height: 90px;
	width: 90px;
	left: 700px;
	border-top:1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000000;
}

#header {
	position: absolute;
	height: 90px;
	width: 750px;
	top: 90px;
	
	background-color: #fff;
	
}
	
#underheader {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 750px;
	height: 10px;
	border-top:1px solid #000;
	border-bottom:3px solid #000;
	background-color: #660000;	
}

#menu {
	position: absolute;
	padding-top:3px;
	top: 180px;
	
	width: 750px;
	background-color: #FFFFFF;
	z-index: 10;
}

#menu a {
	text-decoration: none;	
}

#title{
/*	position: absolute;
	Height: 90px;
	width: 750px;
	margin: 0px;
	padding: 0px;*/
}
	
#logo {
	position: absolute;
	height: 90px;
	width: 750px;
	top: 0px;
	left: 0px;
	right: 0px;
}

#container {
	background-color: #fff;
	width: 750px;
}
	
#content {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	width: 510px;
	padding-bottom: 20px;
	padding-top: 230px;
	padding-right: 20px;
	background-color: #FFFFFF;
/*	
	min-height:420px;
	height:auto !important;
  	height:420px;
*/
	min-height:1000px;
	height:auto !important;
  	height:1000px;
	
	margin-left: 220px;
}
	
.wide #content {
	width: 750px;
	padding-right: 0;
	margin-left: 0;
}
	
	
#content img{
	padding: 10px 10px 10px 10px;
	border: 0px;
}
	

	
#jumpbox{
	
	position: absolute;
	top: -25px;
	left: 25px;
	height: 0;
	width: 350px;
	padding-left: 0px;
	padding-top: 0px;
}
	
	
#content #home-flash {
	margin-top: 15px;
	margin-left:220px;
border: solid 1px red;	
}
	
#content li {
	font-size: 90%;
	line-height: normal;
	color: #000000;
	list-style-type: square;
}
	
#content p {	
	color: #000;
}
	

#content h1 {
	font-size: 145%;
	margin-top: 15px;

	color: #CC3333;
}

#content h2 {
	font-size: 135%;
	margin-top: 10px;

	margin-bottom:15px;
	color:#CC3333;
}
	
#content h3 {
	font-size: 120%;
	margin-top: 0px;

	color:#CC3333;
}
	
#content h4 {
	position: relative;

	font: 70% Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 50%;
	background-color: #F3F3F3;
}
	
#content h5 {
	font-size: 65%;
	margin-top: 15px;
	color: #CC0000;

	font-weight: normal;
}
	
#content h6 {
	font-size: 95%;
	margin-top: 10px;
	margin-bottom:15px;
	color:#039;

	background-repeat: no-repeat;
	background-position: 0px;
}

/* ----------------------------------------------------------------  */	

#news {
	position: absolute;
	top: 220px;
	width: 200px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 5px;
	/*background-image: url(../_graphics_/news_graphic.png);*/
	/*background-repeat: no-repeat;*/
}

#news p {
	margin-top: 5px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 120%;
}
	
#news h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 22px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 2px #660000;
}

#news .countdown {
	padding-left: 5px;
	width: 195px;
	height: 80px;
}
	
#news ul {
	margin-left: 0;
	padding-left: 0;
}

#news li {
	padding-right:5px;
	padding-left: .1em;
	margin-left: 2em;
	margin-bottom: 1em;
	line-height: 14px;
	color: #000;
	list-style-type: square;
}

#news div.addthis_toolbox {
	margin-left: 3px;
	margin-bottom: 1.5em;
}

#news p.icon-link {
	margin-top: 1em;
	margin-bottom: 1.8em;
	min-height: 16px;
}

#news p#facebook-link a {
	padding-left: 20px;
	background-image: url("images/icon-facebook.png");
	background-repeat: no-repeat;
}

#news p#twitter-link a {
	padding-left: 20px;
	background-image: url("images/icon-twitter.png");
	background-repeat: no-repeat;
}


#news3 {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	padding:9px;
	height:70%;
	top: 120px;
	left: 15px;
	width: 162px;
}

	
/* -----------------------------below only for links-----------------------------------  */	

a:link {
	color: #000000;
	background: transparent;
	text-decoration: underline;
	padding: 1px;
}
a:visited {
	color: #000000;
	background: transparent;
	text-decoration: underline;
	padding: 1px;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	padding: 1px;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	background-color: #ccc;
	color: #FF0000;
	padding: 1px;
	text-decoration: underline;
}
	
/* -----------------------------above only for links-----------------------------------  */	



#index {
	position: absolute;
	height: 275px;
	width: 550px;
	top: 125px;
	left: 200px;
	right: 0px;
}
	
#over{
	position: absolute;
	height: 75px;
	width: 400px;
	top: 200px;
	left: 200px;
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}

#title2 {
	position:absolute;
	top: 279px;
	width: 185px;
	height: 119px;
	Left: 10px;
	border: 1px solid #FFCCCC;
}


#bottom {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	padding:9px;
	top: 403px;
	left: 10px;
	width: 722px;
	height: 50px;
	color: #666666;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: 11px;
	border-top-color: #CC0000;
	border-top-style: solid;
	border-top-width: 3px;
	background-color: #E8E8E8;
}

#logo2 {
	position: absolute;
	height: 75px;
	width: 800px;
	top: 20px;
	left: 10px;
	right: 0px;
	background-color: #fff;
}
	

table {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.table2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

/*  Menu styles */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:10px Verdana ;
color: #BA0501;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
}
.style2 {
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}




/*-------------------Added By Starglobal-------------------------------*/

div.gallerylink {
	margin:0 100px 15px 100px;
	font-weight:bold;
	border:1px solid #990000;
	padding:5px;
	background-color:#efefef;
}

div.gallerylink a:link, div.gallerylink a:visited {
  color:#333333; 
  text-decoration:none;
}

div.gallerylink a:hover{
  color:#990000;
  text-decoration:none;        
}

iframe {
	padding-left: 15px;
}