.adiv {border: 1px solid #ccc; background: #f9f9f9; padding: 10px;}

a:link { text-decoration: none; color: #38468e}
a:visited { text-decoration: none; color: #38468e}
a:active { text-decoration: none; color: #38468e}
a:hover { text-decoration: none; color: #CC3333}
/*Credits: CSSplay */
/*URL: http://www.cssplay.co.uk/menus/pro_drop2 */
.preload2 {background: url(../prodrop2/button4.gif);}
.menu2 {padding:0 0 0 13%; margin:0; list-style:none; height:35px; background:#333 url(../prodrop2/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif;border:0px solid #333; }
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:px; line-height:33px; color:#bbb; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 12px 0 0px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(prodrop2/down.gif) no-repeat right top;}
.menu2 li a.top_link:hover {color:#fff; background: url(../prodrop2/button4.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(../prodrop2/button4.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(../prodrop2/button4a.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#fff; background: url(../prodrop2/button4.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(../prodrop2/button4.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(../prodrop2/button4a.gif) no-repeat right top;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
#current{background:url(../prodrop2/button4.gif) no-repeat;}
#current span{background:url(../prodrop2/button4.gif) no-repeat right top;}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:2px; top:40px; background: #fff; padding:3px 0; border:1px solid #4ab; white-space:nowrap; width:93px; height:auto;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:87px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu2 :hover ul.sub li a.fly {background:#fff url(../prodrop2/arrow.gif) 80px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#4ab; color:#fff;}
.menu2 :hover ul.sub li a.fly:hover {background:#4ab url(../prodrop2/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#4ab url(../prodrop2/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #4ab; white-space:nowrap; width:93px; z-index:200; height:auto;}


body  {
	font: 73% Verdana, Arial, Helvetica, sans-serif;
	line-height:160%;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:10px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image:url(../images/back_n_logo.gif);
background-repeat:repeat-x;
overflow-x:hidden;

}
.twoColFixRtHdr #supercontainer {
width:100%;	
}
.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:0px;
	border: 0px solid #666;
	border-bottom:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/news_back.jpg);
	background-repeat:no-repeat;
	background-position:450px 250px;
	
} 
.twoColFixRtHdr #header { 
	margin: 0 730px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 20px 20px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:none;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 535px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	padding-top:10px;
	font-size:8pt;
	color:#000;
	border:0px solid yellow;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 400px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 20px 20px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:0px solid green;
} 
 
.twoColFixRtHdr #footer { 
text-align:center;
padding:10px;
color:#999;
height:150px;
background-color:#FFF;
 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #mainContent h1, h2, h3, h4 {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}
.twoColFixRtHdr #mainContent h1 {
	color:#000;
font-size:1.7em;
margin-bottom:0px;
margin-top:15px;
line-height:25px;
}
.twoColFixRtHdr #sidebar1 h2 {
font-size:1.5em;
margin-bottom:0px;
line-height:11px;
}
.twoColFixRtHdr #sidebar1 h3 {
	color:#999;
font-size:1.2em;
margin-bottom:0px;
line-height:7px;
}
.twoColFixRtHdr #mainContent h3 {
font-size:1.3em;
color:#333;
margin-bottom:0px;
line-height:15px;
}
.twoColFixRtHdr	#centerColumn { 	
margin:0 auto;
padding:1em;
margin-left:10px;
width:1000px;
text-align:left;
vertical-align: middle;	
background-color:transparent;
border:0px solid #333;

}
h4 {
font-size:1.3em;
margin-bottom:0px;
line-height:6px;
background-color:#AA1523;
color:#FFF;
padding: 10px 5px 10px 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.transbox
  {
  width: 315px;
  height: 167px;
  padding:7px;
  margin-top:15px;
  background-color: #ffffff;
  border:1px solid #999;
  /* for IE */
  /*filter:alpha(opacity=60);
  /* CSS3 standard */
  /*opacity:0.6;*/
  }
div.transbox p
  {
  margin: 10px 20px;
  color: #000000;
  }
  div.transbox h2
  {
  color: #000000;
  margin-left:20px;
  }

#box_1 {
margin:0 7px 2em 14px;
padding:8px;
padding-left:12px;
float:left;
width:184px;
height:185px;
background-image:url(../images/box.jpg);
background-repeat:no-repeat;
}

#box_2 {
margin:0 14px 2em 14px;
padding:8px;
padding-left:12px;
float:left;
width:184px;
height:175px;
background-image:url(../images/box.jpg);
}

#box_3 {
margin:0 17px 2em 7px;
padding:8px;
padding-left:12px;
float:left;
width:184px;
height:175px;
background-image:url(../images/box.jpg);
}

#box_4 {
margin:0 0 3em 4px;
padding:8px;
padding-left:12px;
float:left;
width:184px;
height:175px;
background-image:url(../images/box.jpg);
}

#box_1 p, #box_2 p, #box_3 p, #box_4 p {
font-size:.75em;
line-height:1.8em;
color:#666;
margin:5px 2px 5px 0px;
}

#box_1 h2, #box_2 h2, #box_3 h2, #box_4 h2 {
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:1em;
margin-bottom:0px;
padding-top:1px;
*padding-top:5px;
} 

#box_1 ul, #box_2 ul, #box_3 ul, #box_4 ul {
margin:0 0 0 2px;
padding:0 0 0 0;
list-style:none;
}

#box_1 li, #box_2 li, #box_3 li, #box_4 li {
margin:0 0 0 0;
padding:0px 0 0 0px;
font-size:.9em;
text-align:right;
}
.pdf{
margin-right:10px;
margin-top:-10px;
}
fieldset{
padding:10px;
border:1px solid #999;
background-color:#DDD;
text-align:center;
}
 .take{
width:320px;	
}
legend{
text-align:center;
}
.mnd{
	background-color:#999;
	color:#FFF;
	font-weight:bold;
border:1px dotted #666;
width:350px;
margin-top:15px;
padding: 2px 20px 2px 20px;
}

	
	



