
BODY {font-family: verdana, arial; font-weight: normal; font-size: 12px; background-image: url(images/ggrunge2b.jpg);  background-repeat: repeat-x;}

DIV#banner  {margin: 0 auto 0 auto; background-image: url(images/topbanner4.gif); background-repeat: repeat-no; width:950px; height:117px;}

DIV#nav {margin: 0 auto 0 auto; background-image: url(images/navtest2c.gif); background-repeat: repeat-no; width:950px; height:30px;}

DIV#rama {margin: 0 auto 0 auto; background-image: url(images/red3bb.jpg); background-repeat: repeat-no; width:950px; height:184px; }

DIV#main {margin: 0 auto 0 auto;  background: url(images/graby2.gif);  width:950px; height:auto; overflow:hidden; }

DIV#spot {margin: 25px 0 0 25px; width:600px; height:auto; float:left;}
DIV#spot P {font-COLOR: #FFFFFF; FONT-SIZE: 13px}
DIV#spot TD {font-COLOR: #FFFFFF; FONT-SIZE: 13px}
DIV#spot LI {font-COLOR: #FFFFFF; FONT-SIZE: 13px}
DIV#spot H2 {font-COLOR: #990000; FONT-SIZE: 15px; FONT-WEIGHT: BOLD;}

DIV#news {width: 238px; height:auto; background-color:#c2c2c2; float:right; margin: 40px 3px 0 0; }
DIV#news P {font-COLOR: #FFFFFF; FONT-SIZE: 13px}
DIV#news TD {font-COLOR: #FFFFFF; FONT-SIZE: 13px}
DIV#news LI {font-COLOR: #FFFFFF; FONT-SIZE: 13px}

DIV#footer  {margin: 0 auto 0 auto; background-image: url(images/footer2.gif); background-repeat: repeat-no; width:950px; height:64px;}

DIV#main H2 {COLOR: #990000; FONT-SIZE: 15px; FONT-WEIGHT: BOLD; }
DIV#main H3 {COLOR: #000000; FONT-SIZE: 15px; FONT-WEIGHT: BOLD; }
DIV#main H4 {COLOR: #000000; FONT-WEIGHT: italic; FONT-SIZE: 14px}
DIV#main H5 {COLOR: #0090000; FONT-WEIGHT: italic; FONT-SIZE: 13px}
DIV#main H6 {color: #990000; Font-Size: 9px}

DIV#main P {COLOR: #000000; FONT-SIZE: 13px}
DIV#main TD {COLOR: #000000; FONT-SIZE: 13px}
DIV#main LI {COLOR: #000000; FONT-SIZE: 13px}

DIV#main A:link {COLOR: #800000}
DIV#main A:visited {COLOR: #808080}
DIV#main Caption {COLOR: #FFF; FONT-SIZE: 11px} 


.list_pdf li, li.list_pdf {list-style-image: url(images/list_pdf.gif) ! important;}
.list_doc li, li.list_doc {list-style-image: url(images/list_doc.gif) ! important;}
.list_file li, li.list_file{list-style-image: url(images/list_file.gif) ! important;}


A:link		{ font-size:1em; COLOR: #FFFFFF; TEXT-DECORATION: underline;}
A:visited	{COLOR: #FFFFFF; TEXT-DECORATION: underline;}
A:active	{COLOR: #FFFFFF; TEXT-DECORATION: underline;}
A:hover		{font-size:1em; COLOR: #FFFFFF; TEXT-DECORATION: underline;}



.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: 20px; /* means the pop-up's top is 50px away from thumb's top */
	right: 110px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 75px; /* enter desired thumb width here */
	height : auto;
}

/* smart image enlarger ends here */
.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

