body {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
   /* text-align: center;*/
   	background: black url(../images/bg_gradient_reddy.jpg) fixed top left repeat-x;   	
}
.slogan a
{
    display:block;
    width: 374px;
    height: 32px;
    position: relative;
    top: 20px;
    left: 370px;
    border-bottom: 1px solid transparent;
}
.slogan a:hover,.slogan a:focus
{
    border-bottom: 1px solid red;
}
div#main
{
	width: 761px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
        margin-top: 10px;
}
div.spacer
{
    line-height:5px;
}
#shadowed-border .sb-inner { background: #ff0000 url(../images/grad1.png) repeat-x; }  
#round_me, #round_me .sb-inner { background:#ffff00; }
#round_me .sb-shadow { background:#00ff00; }
#round_me .sb-border { background:#0000ff; }
#round_me:hover, #round_me:hover .sb-inner { background:purple; }

div.slogan 
{
	width: 751px;
	height: 74px;
	background: transparent url(../images/slogan.jpg) left top no-repeat;
	
}

#wrap 
{
	width: 750px;
/*	background-color: #ebebeb;*/ 
	margin-left: 1px;
	vertical-align: top;
         border:1px solid #FF6600;

}
div#homepage
{
	width: 658px;
	height: 179px;
	background: transparent url(../images/public/homepage.jpg) left top no-repeat;

}

div#maindata 
{
/*	background: #fff;*/
/*width: 658px;*/
	width: 458px;
/*	border-left: 2px solid #b5b5b5;*/
	/*padding: 0px 10px;
	margin-right: 83px;*/
	text-align: left;
        float: left;
}
div#news_box
{
    float: left;
    width: 190px;
    margin-top: 60px;
    text-align: right;
	vertical-align: top;
         border:1px solid #FF6600;
}
div#images_box
{
    float: left;
    width: 190px;
/*    height: 190px;*/
    overflow: hidden;
    padding:10px 0px;
    margin-top: 20px;
    text-align: center;
    vertical-align: top;
    border:1px solid #FF6600;
}
div#download_box
{
    float: left;
    width: 170px;
    height: 170px;
    overflow: hidden;
    font-size:21px;
    margin-top: 20px;
    text-align: center;
    vertical-align: top;
}
div#navigation 
{
/*        padding-top: 50px;*/
/*	background: #ebebeb;*/
	float: left;
         overflow: hidden;
	text-align: left;
}

/*div#top_layer */
/*{*/
/*	padding-left: 5px;*/
/*	padding-top: 5px;*/
/*	background: transparent url(../images/top_bg.gif) left top no-repeat;*/
/*	width: 745px;*/
/*	height: 34px;*/
/*	margin-left: 1px;*/
/*	*/
/*}*/

div#bottom_layer 
{
/*	background: transparent url(../images/bottom_bg.jpg) left bottom no-repeat;*/
	width: 750px;
	height: 60px;
	font-size: 10px;
	margin-left: 1px;
}

div#langs
{
	margin-left: 10px;
	margin-right: 110px;

}
/*****************************************************************************/

.news_header
{
	
	padding: 1px 15px 2px 15px;
	vertical-align: center;

}
table.table_footer
{
	width: 751px;
         height: 36px;
}
span#regular_title
{
	float: right;
  padding-top: 17px;
	font-size: 14pt;
	z-index: 100;
/*	background: transparent url(../images/bullet.gif) right top no-repeat;*/
}
div .tree
{
	
	padding: 0px 10px 0px 10px;
	margin: 20px 10px 0px 10px;
	display: block;
	height: 18px;
	font-size: 14px;
}

div .subtree
{
	padding: 0px 30px 0px 30px;
	display: block;
	height: 18px;
	text-decoration: none;
}

div .tree img
{
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
}

div .subtree img
{
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
}

input.contact_us
{
	width: 101px;
/*	background: #CFEBC9;*/
	background: #FF9900;
}
.baditegzd
{
	padding: 10px;
}
input.login
{
	width: 70px;
	border-left: 3px solid red;
	padding-left: 6px;
	font-size: 9px;
}
a.clear:hover img, a.clear:focus img
{
	background: transparent;
}
.req
{
  background:#FFFEAF url(/images/req.png) no-repeat scroll right top;
  border:1px solid #7F9DB9;
  padding:2px 3px;
  width: 150px;
}
.regular_input, .not_req
{
  border:1px solid #7F9DB9;
  padding:2px 3px;
  width: 150px;
}
#flash-errors, #errorExplanation {
  margin: 0 auto;
  background: #F69A91;
  padding: 10px;
  color: #510;
  text-align: center;
}

#flash-notice {
  background: #cfc;
  padding: 10px;
  color: #051;
  text-align: center;
}

#errorExplanation ul, 
#flash-notice ul, 
#flash-errors ul,
#flash-notice li,
#flash-errors li {
  list-style: none;
}

#errorExplanation {
  text-align: left;
  border: 1px solid #F99;
  background: #fdd;
}

#errorExplanation h2 {
  border: none;
  margin: 0;
  padding: 0;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin-left: 20px;
}
.notice {
  border: 1px solid #9c9 !important;
  font-weight: bold !important;
  background: url(/images/accept.gif) #E2F9E3 left no-repeat;
  color: #060; 
  padding-left: 22px;
  }
  
.error {
  border: 1px solid #a3032e !important;
  background:  url(/images/cancel.gif) #ffe4e1 2px 2px no-repeat; 
  padding: 2px;
  padding-left: 22px;
}

input.error
{
  color: black;
  width: 132px;
}
div.error, div.notice, div.help, div.warning
{
  margin-bottom:10px;
  margin-top:3px;
  width:430px;
}

strong.error-explanation {
  color: #a3032e; 
  }

.fieldWithErrors {
  padding: 2px;
  padding-left: 23px;
  background: red ;
  display: inline;
}
a.toolbars {
  width:79px;
  height: 75px;
  display: block;
/*  padding-left: 4px;*/
/*  padding-right: 4px;*/
  font-size:   11px;
  font-family: arial,verdana,helvetica,sans-serif;
  text-decoration: none;
/*  padding-bottom: 4px;*/
  color: white;
/*  text-align:center;*/
  padding: 30px 0px 0px 0px;
  text-align: center;
  margin-bottom: -25px;
  background: transparent url(/images/menu_left_bg.gif) top left no-repeat;
}
a.toolbars:link, a.toolbars:visited{
/*  background: #ebebeb;*/
  color: white;
}

a.toolbars:hover, a.toolbars:focus{
/*  background: black;*/
    color: red;
}
td.file_s
{
  font-size: 20px;
  height: 26px;
  padding: 3px;
  text-align:center;
  background: transparent url(/images/file_d.jpg) top left repeat-x
}
td.file_s a
{
  color: white;
  text-align: center;
}
td.file_s a:link, td.file_s a:visited
{
  color: white;
  text-decoration: none;
}
td.file_s a:focus, td.file_s a:hover
{
 color: #DDBC86;
 text-decoration: undeline;
}
div#caveman
{
  position:relative;
  width: 76px;
  height: 73px;
  left:0px;
  top: -31px;
}
div.body_text
{
  text-align: justify;
  width:430px;
}