/* 
Designed by: Muthukkannan
Date: 18-Dec-2006
*/

/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #EEE;  
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}



#banner {
  float: left;
  width: 100%;
  height: 50px;
  padding-bottom: 0px;
  background: #25509F url(../images/banner.gif) repeat bottom left;
}

/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  padding-top: 0;
  height: 3em;
  /*border-top: 1px solid #AAA;    
  border-bottom: 1px solid #AAA;    */
 /* background: #25509F url(../images/hdr.jpg) no-repeat bottom left; */
}

#header ul{
  padding: 0;
  margin: 0;
  top: 0;
  listing-style: none;
}

#header li {
  
  float: left;
  position: relative;
  width: 10em;
}

#header li ul {
  display: none;
  position: absolute;
  top: 2em;
  left: 10px;
  
}
	
#header li > ul {
  top: auto;
  left: auto;
}

#header li:hover ul{ display: block;}

#header li.over ul{display: block; }


#header  li a {
  float: left;
  width: 12em;
  display: block;
  height: 38px;
  line-height: 15px;
  top: 0;
  padding: 2px 2px 2px 0px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #000;
  background-color: #EEE;
  border-bottom: 2px solid #EEE;
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
}



#header ul li ul li a {
  float: left;
  width: 15em;
  height: 20px;
  padding: 2px 2px 2px 2px;
  font-size: 0.6em;
  text-align: left;
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}


#header ul li a:hover, #header ul li a.active {
  padding-top: 2px;
  background-color: #000;
  color: #FFF;
}

#header ul li ul li a:hover, #header ul li ul li a.active {
  padding-top: 2px;
  background-color: #333;
}

#pagebackground {
  float: left;
  width: 100%;
  height: 5em;
}


/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FC0;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #EEE;
  color: #000;
}

/*#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 75%;
  background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;
}*/

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}


#content ol {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content li {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}



#content a {  
  text-decoration: none;
  font-size: 0.8em;
  color: #001;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1em;
  text-transform: none;
  color: #000;
  border-bottom: 1px solid #F00;    
}

.subHeader {
  border: 0px;
}

#additional-content {
  float: right;
  display: inline;
  width: 25%;
  padding: 1em 0 1em 0;
  background-color: #EEE;
  color: #000;
  border:1px window-inset #000
}



/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}

#content a.submenuItem {
  display: block;  
  padding: 5px 5px 5px 66px;
  background: url(../images/li_bullet.gif) no-repeat 25% 35%;
  border: 0px;
}

#content a:hover.submenuItem { 
  color: #DDD;
  background: #888 url(../images/li_bullet.gif) no-repeat 25% 35%;
  border: 0px;
}




/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #0AD;
  background: #25509F url(../images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

/* ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 50px;
}*/






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}