@charset "utf-8";
/* CSS Document */
body, ul, li
{
    margin:0;
    padding:0;
}
body
{
    color:#696969;
    font-family:Verdana, sans-serif;
    font-size:12px;
    background-image: url(images/body_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6
{
    color:#0e76bc;
}

h1
{
    font-size: 18px;
}

#wrapper
{
    width:880px;
    margin:0 auto;
}

#header
{
    position:relative;
}

#topMenu
{
    margin-top:65px;
    text-align:center;
    right: 0px;
    top: 30px;
    background-color:#0e76bc;
    position:absolute;
    width: 700px;
    color:#FFF;
    height:22px;
    padding-top:1px;
}

#topMenu a
{
    color:#FFF;
    font-family:Calibri, sans-serif;
    font-size:13px;
    padding-left:5px;
    padding-right:5px;
    text-decoration:none;
    text-align:center;
    vertical-align:middle;
}

#topMenu a:hover
{
    text-decoration:underline;
}

#container
{
    margin:0;
    min-height:430px;
    margin-top:30px;
}

#pageTitle
{
    color:#0e76bc;
    font-size:20px;
    padding-bottom:10px;
}

#leftMenu
{
    width:160px;
    float:left;
    padding-left:20px;
}

#leftMenu ul li
{
    background-image:url(images/leftMenuBg.jpg);
    background-repeat:no-repeat;
    height:20px;
    list-style:none;
    padding-top:5px;
}

#leftMenu ul li a
{
    font-family:Calibri, sans-serif;
    color:#494949;
    text-decoration:none;
    font-size:14px;
}

#leftMenu ul li a:hover
{
    color:#0e76bc;
}

#content
{
    margin-left:180px;
    min-height: 550px;
}

#content ul
{
    margin-left:30px;
}

#footer
{
    clear: both;
    font-size:12px;
    border-top:#bcbdc0 solid 1px;
    position:relative;
    margin-top:25px;
    text-align:center;
    padding:5px;
    background-color:#bcbdc0;
    color:#FFF;

}
#footer a
{
    font-size:12px;
    color:#616161;
    margin-left:20px;
    text-decoration:none;

}

#footer a:hover
{
    color:#0e76bc;
}

#AdminMenu
{
    position:fixed;
    width:100%;
    z-index:100;
    top:0;
    left:0;
    background-color:#FF9;
    border: solid 1px #000;
}

label
{
    display:block;
    padding-bottom: 3px;
    font-weight:bold;
    color:#000;
}

#jobApplay
{
    display: none;
}

#editjobform ul, #editjobform ul li
{
    list-style-type:none;
}

#editjobform ul li
{
    margin: 5px auto;
}
#editjobform ul ul
{
    margin-left: 60px;
}

.popup
{
    display:none;
    position:absolute;
    top:5px;
    left:0;
    border: solid 2px blue;
    background-color:#FFF;
    width:500px;
    padding:10px;
    z-index:1000;

}

#Paralleltext
{
    width: 700px;
    text-align: justify;
}


.comTable
{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    width: 100%;
}
.comTitle
{
    padding: 5px;
    font-weight: bold;
    width: 100px;
    text-align: left;
}

.comSeparate
{
    background-color: #dbe5f1;
}

.style1
{
    width: 354px;
}

input[type="submit"]
{
    background: lightgray;
    border: #000 1px solid;
}


.right_image{
    float: left;
    margin-left: 50px;
    width: 200px;
    margin-top: 30px;
}

.left_section{
    width: 550px;
    float: left;
    margin-left: 50px;
}


.left_section ul li{
    margin-bottom: 4px;
}

.left_section a{
    color: #2d6489;
    text-decoration: underline;
}

.left_section a:hover{
    color: #4799d0;
    text-decoration: none;
}

.products{
    float: left;
    width: 292px;
    background-image:url(images/logos_bg.jpg);
    background-repeat: repeat-x;
    height: 68px;
    border-right: #d0dce6 2px solid;
}

.product_data{
    float: left;
    width: 292px;
    background-color: #f0f6fb;
    background-repeat: repeat-x;
    border-right: #d0dce6 2px solid;
    height: 100px;
}
.product_data p{
    margin-left: 10px;
    margin-right: 10px;
}
.logo{
    margin-top: 10px;
    text-align: center;
}
.bottom_logoes img{
    margin-right: 10px;
}

.product_title{
    background-color: #E2E2E2;
    color: #127EA9;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    padding-left: 10px;
    padding-top: 7px;
}

.partners_sponsors{
    float:left;
    width: 400px;
    text-align:center;
    margin-top:18px;
    color:#0e76bc;
    font-size:18px;
    margin-bottom: 15px;
}
