html, body{
    background: url("../images/bg.jpg") repeat-x top left;
}

body{
  font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
  font-size:12px;
  color: #296384;
  border: none !important;
  padding-top: 0px !important;
}

a{

}

a img{
    border: 0px;
}

.clr{
    clear: both;
}

.center_container{
    width: 1000px;
    position: relative;
    left: 50%;
    margin-left: -500px;
}

#top_bar{
    height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 13px;
    padding-left: 13px;
    width: 987px;
    text-shadow: #000000 1px 1px 1px;
}

#top_bar a{
	color: inherit;
	text-decoration: none;
}

#top_bar.new{
    background: url("../images/top_bar_bg.jpg") no-repeat top left;
}

#top_bar.normal{
    background: url("../images/top_bar_bg2.jpg") no-repeat top left;
}

#main_image{
    height: 423px;
    background: url("../images/main_image.jpg") no-repeat top left;
}

#main_image_login{
    height: 485px;
    background: url("../images/main_image_login.jpg") no-repeat top left;
}

#main_image h3{
    color: #10364f;
    font-size: 18px;
    position: absolute;
    left: 53px;
    top: 88px;
    width: 350px;
}

#main_image_login h3{
    color: #10364f;
    font-size: 25px;
    position: absolute;
    left: 98px;
    top: 227px;
    width: 350px;
}

#menu{
    height: 45px;
    background: url("../images/menu_bg.jpg") no-repeat top left;
}

#left{
    width: 346px;
    float: left;
    min-height: 200px;
    background: url("../images/left_bg.jpg") no-repeat top left;
    padding-top: 30px;
    padding-bottom: 30px;
}

#left h3{
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    color: #357ca3;
}

#menu ul{
    position: absolute;
    left: 315px;
}

#menu ul li{
    float: left;
}

#menu a{
    height: 33px;
    font-size: 16px;
    color: #2e7aa3;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 133px;
    padding-top: 12px;
}

#menu a#current, #menu a:hover{
    background: #d3e0e8;
}

#menu a#current{
    font-weight: bold;
}

#center{
    float: right;
    width: 654px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#center p{
    padding: 10px 40px 0px 0px;
}

#center ul{
    border-radius: 5px;
    background: #e4eaef;
    margin-top: 15px;
}

#center ul li{
    padding: 10px;
    list-style: disc;
    list-style-position: inside;
    padding-left: 15px;
}

#center ul li.even{
    background: #faf8f7;
}

#footer_container{
    background: #f7f3f1;
    padding: 10px 0px;
}

#clogo{
    margin-left: 30px;
}

#footer_menu{
    float: right;
    width: 620px;
    margin-right: 40px;
}

#footer_menu ul{
    display: inline-block;
    width: 32%;
}

#footer_menu ul li{
    margin-bottom: 2px;
    text-align: right;
}

#footer_menu ul li {
    font-size: 14px;
    color: #ada8a5;
    text-decoration: none;
}

/*match placeholder/watermark padding to border+padding for input element*/
label.placeholder {
cursor: text;
padding: 4px 4px 4px 4px;
color: #999999;
}
/* html5 placeholder support */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999999;
}
input:placeholder, textarea:placeholder {
color:#999999;
}

#footer_menu ul li a{
    font-size: 14px;
    color: #ada8a5;
    text-decoration: none;
}

#footer_menu ul li a:hover{
    text-decoration: underline;
}

button.button{
    width: 126px;
    height: 37px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    margin: auto;
    margin-top: 10px;
    background: url("../images/button_bg.png") no-repeat top left;
    border: none;
}

.login_panel{
    background: url("../images/login_panel_bg.png") no-repeat top left;
    width: 464px;
    height: 230px;
    margin-left: -232px;
    left: 50%;
    position: absolute;
    border-radius: 5px;
    bottom: 20px;
    text-align: center;
}

.login_panel h2{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 12px;
}

.login_panel span{
    display: block;
    color: #10354e;
    padding:5px;
    margin: auto;
    margin-bottom: 4px;
}

.login_panel input{
    border: 1px solid #dcd6d5;
    border-radius: 3px;
    color: #10354e;
    padding:5px;
    width: 270px;
}

.smallLink{
    color: #c1bab9;
    font-size: 12px;
}