body {
     background: #666666 url('images/bg_tile.jpg') top center repeat-y;
     margin: 0 0 15px 0;
     padding: 0;       
     font-family: verdana, arial, tahoma, sans-serif;
     text-align: left;
     font-size: 75%; 
     color: #555555;
}


/* ---------- Begin Typography and Colors ------------  */


h1 { 
     font-size: 2.5em; 
     line-height: 1.1em; 
     letter-spacing: -1px;     
     margin: 0 0 0 15px;
     color: #0066cb; 
     text-align: center;
}

h2 { 
     font-size: 1.75em; 
     line-height: 1.1em; 
     letter-spacing: -1px;
     margin: 0 0 0.5em 0;
     padding: 0; 
     color: #333333;  
}

#sidebar h2 { 
     font-size: 1.2em; 
     line-height: 1.2em; 
     letter-spacing: 0px;
     margin: 0 0 0.5em 0;
     padding: 0; 
     color: #CC0000;  
}

h3 { 
     font-size: 1.5em; 
     line-height: 1.1em; 
     letter-spacing: -1px;     
     margin: 0 0 0.5em 0; 
     padding: 0; 
     color: #CC0000;  
}

h4 { 
     font-size: 1.25em; 
     line-height: 1.1em;       
     margin: 0 0 0.5em 0; 
     padding: 0; 
     color: #CC0000;  
}

h5 { 
     font-size: 1.1em; 
     line-height: 1em;        
     margin: 0 0 0.5em 0; 
     padding: 0; 
     color: #CC0000;   
}

.description { 
     font-size: 1.2em; 
     line-height: 1.4em; 
     letter-spacing: 2px; 
     color: #FFFFCC;
     margin: 0 0 0 15px;
     background-color: transparent;
}

#content p {
     margin: 10px 0px;
     padding: 0 0 1em 0;
     font-size: 1em;
     line-height: 1.6em;
}


/* -------------------- Hyperlinks  --------------------  */


a:link, a:visited, a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
}

a:hover { 
     background-color: transparent;
     color: #CC0000; 
     text-decoration:none;
}

#header a:link, #header a:visited, #header a:active { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration: none;
}

#header a:hover { 
     background-color: transparent;
     color: #FFFFCC; 
     text-decoration:none;
}

#footer a:link, #footer a:visited, #footer a:active { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration: none;
}

#footer a:hover { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration:underline;
}



/* ------------- Ordered/Unordered Lists ------------- */


#right ul, #left ul  {
     /*margin:  0 0 10px 5px;
     padding-left: 0px;
     list-style-type:none*/
     margin-top: 0px;
margin-bottom: 0px;
}

#right  ol, #left  ol {
     margin: 0 0 10px 5px;
     padding-left: 0px;
 
}

#right  ol li, #left  ol li {
     margin-left: 22px;
     padding-left: 0px; 
     background: none; 
     list-style-type: decimal;
     list-style-position: outside; 
     font-size: 1em;
     line-height: 1.6em;
}

#right  li, #left  li {
     padding-right: 8px;
     font-size: 1em;
     line-height: 1.6em;
}



/* ------------ Horizontal Menu Styling --------------- */


ul.navlist {
     margin: 0;
     padding: 0;
     text-align: left;
}

.navlist li {
     float:left;
     list-style-type: none;
     font-size: 1.25em;
     font-weight: bold;
}

.navlist a { padding: 4px 10px 6px 10px; }

.navlist a:link, .navlist a:visited {
     color: #FFFFFF;
     background-color: transparent;
     text-decoration: none;

}

.navlist a:hover {
     color: #19314b;
     /*background-color: #FFFFCC;*/
     text-decoration: none;
}
ul.navlist ul
{
    display: none;
}

/* Vertical Menu Styling */
ul.sidenav
{
    padding:0px;
    margin:0px;
} 

ul.sidenav li
{
    list-style:none;
    padding: 2px 0px;
}

ul.sidenav li a
{
    display: block;
    border-bottom: 1px solid #96ad7a;
    font-size: 12px;
    width: 180px;
    background-color: #557e25 !important;
    color: #ffffff !important;
    text-align:center;
    height: 35px;
    padding: 3px 0px;
    line-height: 30px;
}

ul.sidenav li a:hover
{
   background-color: #6e983e;
    color: #ffffff; 
}


/* -------------- Begin Page Structure ---------------- */


#page {
     border: 0px solid #cccccc;
     width: 950px;    
     margin: 0 auto;
     padding: 10px;     
     text-align: left;
}

#top {
     width: 950px;
     height: 40px;
     background: url('images/tech_01.jpg') bottom left no-repeat;
}

#top p {
     margin: 0px;
     padding-top: 10px;
     text-align: left;
     color: #333333;
     font-size: 1em;
     text-align: center;
}

#header {
     width: 950px;
     height: 139px;
     background: url('images/bgheader.jpg') top left no-repeat;
     padding: 50px 0 0 0;
}

#menu {
     width: 950px;
     background: transparent url('images/tech_03.jpg') top left repeat-y;
     padding: 0;
     margin: 0;
}

#menu_shadow {
     width: 950px;
     height: 20px;
     background: transparent url('images/tech_04.jpg') top left no-repeat;
     padding: 0;
     margin: 0; 
}

#breadcrumb {
     width: 950px;
     background: transparent url('images/tech_05.jpg') top left repeat-y;
     padding: 6px 0px 10px 20px;
     margin: 0;
     text-align: left;
     direction:ltr;
}

#breadcrumb a
{
    display:inline-block;
}


#content {
     width: 950px;
     background: url('images/tech_07.jpg') top left repeat-y;
     padding: 5px 0 5px 0;
     text-align: left;
     direction: ltr;
}

#top_curve {
     width: 950px;
     height: 20px;
     background: url('images/tech_06.jpg') top left no-repeat;
          margin: 0; padding: 0;
}

#bottom_curve {
     width: 950px;
     height: 40px;
     background: url('images/tech_08.jpg') bottom left no-repeat;
     margin: 0; padding: 0;
}

#right {
    float: right;
    width:670px;
}

#left {
     float: left;
     width: 200px;
}

#footer {
     width: 950px;
     background: url('images/tech_09.jpg') top left repeat-y;
     padding: 0;
}

#footer p {
     margin: 0px;
     padding: 35px 0 15px 0;
     text-align: center;
     color: #BFDAE5;
     font-size: 1em;
     line-height: 1.3em;
}


#bottom {
     width: 950px;
     background: url('images/tech_10.jpg') top left no-repeat;
}

#bottom p {
     margin: 0px;
     padding-top: 50px;
     padding-bottom: 20px;
     text-align: center;
     color: #333333;
     font-size: 1em;
}

.menu_padding {
     margin: 0px 45px 0px 45px;
     padding: 0px 0 0px 0;
}

.inner_padding {
     margin: 0px 41px 0px 38px;
     padding: 0;
     border: 0px dashed #cccccc;
}

img {
     padding: 0px;
     border: 0px;
}

.float_right {
     float:right;
     margin-left: 10px;
     margin-bottom: 5px;
}

.spacer { clear:both; padding: 0; margin: 0; }

/* ---------- Search ------------  */

.txtsearch
{
    border: 1px solid #c3d5e9;
    width:  100px;
}

.btnsearch
{
    background-image: url(images/search.gif);
    float:left;
    height: 20px;
    width:20px;
}

.searchresultbox
{
}

.searchresultbox ul
{
}

.searchresultbox li
{
    list-style: none;
}

.searchresultbox ul li h2
{
    color: #2e557e;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.searchresultbox ul li p
{

    margin: 0px !important;
    padding: 0px ;
}

/* ---------- Form ------------  */
.frmTxtBox
{
    width: 400px;
    border:1px solid #000;
}

.MultiTxt
{
    height: 100px;
    overflow: hidden;
}

.ddlbox
{
    width: 400px;
    border:1px solid #000;
}

.txtError
{
    width: 400px;
    border: 1px solid #000;
    background-color: #ffc4c4;
}

.frmButton
{
    background:transparent url(images/button.gif);
    background-repeat: no-repeat;
    width: 160px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #ffffff !important;
    text-decoration: none;
}

.frmButton:hover
{
     color: #ffffff;
     background-position: -160px 0;
}

/* ---------- Scrolling News ------------  */
.ScrollerWrap
{
    background-image: url(images/NewBorder.gif);
    background-repeat: no-repeat;
    width: 179px;
    height: 145px;
    margin-right: 5px;
    position:relative;
    top: -10px;
}


.ScrollingTitle
{
    text-align: center;
    font-weight: bold;
    color:#33577b;
    font-size: 14px;

}

.ScrollerWrap marquee
{
    height: 90px;
}

.ScrollingItem
{
   font-size: 14px;
   padding: 10px 15px; 
   
}