html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, a img
{
    text-decoration: none;
    border: none;
    color: #4f5151;
}
body
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: tahoma,arial,sans-sarif;
    font-size: 12px;
    background: #6a6a6a;
    color: #287c94;

}

#page_container
{
    width: 1000px;
    background : #ffffff;
    text-align: center;
    margin: auto;

}
#content
{

    width:100%;
    background:#ffffff;
}

#head_str
{
    background:url("../images/header-bg.png") repeat-x;
    width: 100%;
    height: 550px;
}
#bar
{
    width: 1000px;
    height: 15px;
    background: #d0d0d3;

}
#logo 
{
    height:107px;
    width:270px;

}

#top_menu
{
    width:200px;
    padding-top: 20px;

}

.lft
{
    float:left;
}
.rght
{
    float:right;
}
.left
{
    float:left;
}
.right
{
    float:right;
}

#top_menu ul li a
{
    font-size:14px;
    text-decoration: none;
}

#top_menu ul li
{
    float: left;
    display: block;
    text-decoration: none;
    height: 16px;


}
.clear
{
    clear: both;

}

/**********************menu styles*********************/
.menu_nav {
    height: 60px;
    width: 610px;
    padding-top: 7px;
    /* border-bottom: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;*/
}

.menu_nav h1 {
    margin: 24px 0 0 0;
    padding: 0 0 0 25px;
    /*line-height: auto;*/
    font-size: 28px;
    line-height: 28px;
    font-weight: lighter;
    letter-spacing: -1px;
    clear: none;
    float: left;
}

.menu_nav h1 a {
    line-height: 28px;
    font-size: 28px;
    font-weight: lighter;
}

.menu_nav h1 a:hover {
    text-shadow:  0px 0px 8px #fff;
}

.menu_nav ul {
    /*  margin: 27px 0 0 0;
      padding: 0 25px 0 0;  */
    list-style-type: none;
    float: left;
}

.menu_nav ul li {
    float: left;
    margin-left: 5px;
}

.menu_nav ul li a:hover,.menu_nav ul li a.active {
    color: #fff;
    background: #1c3782;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.menu_nav ul li a {
    color:#262626;
    display:block;
    font-size:13px;
    font-weight:bold;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    width:100px;
    height: 30px;
}

/**********************menu styles end*********************/

#footer
{
    background: #6a6a6a;
    padding-top:15px;
    color:#ffffff;
    width: 100%;
}

#footer ul
{
    margin: auto;
    width: 88%;

}
#footer a
{
    color:#ffffff;
    font-weight:normal;
}

#footer a:hover
{
    text-decoration:underline;
}
#footer ul li
{

    font-size:11px;
    padding:0 0 9px 12px;
    float:left;
    display:block !important;
    position:relative;

}
#footer ul li ul li
{
    float:none;
    font-weight:bold;
    line-height:11px;
    background:url("../images/arrow2.png") no-repeat scroll left 3px transparent;
}

#footer ul li ul
{
    text-align:left;
}

#footer ul li
{
    text-decoration: none;

}

.foot_top
{
    line-height:22px !important;
    background:none !important;
}
#foot_bot
{
    border-top:2px solid #f0d6d6;
    width:100%;
    padding-top:6px;
    padding-bottom:25px;
    margin-top:10px;
}
.f1
{
    width: 120px
}
.f2
{
    width: 180px;

}
.f3
{
    width: 145px;
}
.f4
{
    width: 200px;
}
.f5
{
    width: 140px;
}

/*************************search begin**********************/
#search{
    width:290px;
    height: 40px;
    /* position: absolute;
     left: 915px;*/
    z-index: 10;
    padding: 10px 0 0 0;
}

#search input{
   border: 1px solid #6a6a6a;    
    width:227px;
    height:27px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:0 10px;
    float: left;
}
#search button{
    background: url("../images/icon_searchglass.png") no-repeat scroll 0 0;
    height: 35px;
    width:35px;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    cursor: pointer;
}
#search button:hover{
    background-attachment: scroll;
    background-position: 0 -36px;
}


/************************search end**********************/

.tm1{width: 74px;border-right: 2px solid #287C94;}
.tm2{width: 71px;border-right: 2px solid #287C94;}
.tm3{width: 50px;}
