*{
    padding: 0px;
    margin: 0px;
}
a:hover, a:active {
    outline: none;
}
a, a:active, a:visited {
    color:#285599;
}
body{
    background-image: url(img/bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-color: #f8f8f8;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}
h1,h2,.h{
    height: 43px;
    line-height: 43px;
    color: #444;
    font-weight: bold;
    font-size: 18px;
    background-image: url(img/head.gif);
    background-repeat: repeat-x;
    margin: 10px 0px;
}
.fix{
    clear:both;
}
#wrap{
    width: 930px;
    margin: 10px auto;
    background-color: #fff;
    padding: 10px 15px;
}
#logo{
    display: block;
    height: 90px;
    width: 320px;
    background-image: url(img/logo.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
}
#menu{
    background-image: url(img/menu.gif);
    background-repeat: repeat-x;
    margin: 20px 0px;
    height: 60px;
    overflow: hidden;
}
#menu ul li{
    float: left;
    list-style-type: none;
    padding: 0px 20px;
    border-right: 1px solid #e8e8e8;
}
#menu ul li a{
    display: block;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    font-weight: bold;
    color: #444;
}
#menu ul li a:hover,#menu ul li .current{
    color: #285599;
}
#leftcol{
    float: left;
    width: 280px;
}
#leftcol div{
    padding: 20px 0px;
    border-bottom: 1px solid #e8e8e8;
}
#leftcol a{
    font-size: 12px;
}
#leftcol img{
    float: right;
}
#leftcol span{
    display: block;
    width: 200px;
    padding-bottom: 10px;
}
#slideshow{
    float: right;
    width: 600px;
    height: 335px;
    overflow: hidden;
}
#slideshow #slide1{
    background-image: url(img/slides/slide1.jpg);
    height: 335px;
}
#slideshow #slide2{
    background-image: url(img/slides/slide2.jpg);
    height: 335px;
}
#slideshow #slide3{
    background-image: url(img/slides/slide3.jpg);
    height: 335px;
}
#slideshow span{
    font-size: 22px;
    color: #285599;
    display: block;
    padding-bottom: 5px;
    line-height: 24px;
    font-weight: bold;
}
#slideshow p{
    font-size:14px;
    display: block;
    background-image: url(img/slide_title.png);
    background-repeat: repeat;
    background-color: transparent;
    padding: 10px 20px;
    margin: 220px 5px 0px 5px;
    cursor: default;
    width: 540px;
    line-height: 22px;
    color: #444;
}
#content p{
    color: #000;
    padding-bottom: 10px;
    text-indent: 15px;
}
#content ul{
    padding-bottom: 10px;
    list-style-position: inside;
    margin-left: 15px;
}
#content ul li{
    padding: 5px 0px;
}
#content .partners img{
    padding: 15px 15px 15px 0px;
}
#content .partners{
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}
#breadcrumps {
    background-color:#fafafa;
    margin:10px 0px;
    padding:0 5px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
}

#breadcrumps span,#breadcrumps a {
    display:block;
    float:left;
    height:29px;
    line-height:29px;
    font-weight:600;
    font-size:12px;
    text-decoration:none;
    padding:0 3px;
}

#breadcrumps span {
    color:#285599;
    cursor:default;
}

#breadcrumps a {
    color:#404041;
    text-transform: capitalize;
}
#footer{
    width: 930px;
    margin-top: 20px;
    color: #000;
    text-align: left;
    font-size: 11px;
    background-color: #fefefe;
    height: 30px;
    line-height: 30px;
}
#footer span{
    display: block;
    float: right;
}
.form{
    padding-top: 10px;
}
.form label,.form input,.form select,.form textarea{
    float: left;
    color: #000;
    margin-bottom: 8px;
}
.form label{
    height: 22px;
    width: 120px;
    position: relative;
    margin-right: 10px;
    font-weight: bold;
    color: #333;
}
.form .req{
    color: red;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
}
.form input,.form select,.form textarea{
    width: 230px;
    height: 20px;
    padding: 0px 5px;
}
.form select{
    height: 22px;
    width: 242px;
}
.form textarea{
    height: 120px;
}
.form .submit_btn{
    width: auto;
    height: auto;
    padding: 2px 10px;
}
.form br{
    clear: both;
}
#content .msg {
    border:1px solid;
    background-repeat:no-repeat;
    background-position:10px center;
    font-size:13px;
    margin:10px 10px 10px 0;
    padding:15px 10px 15px 50px;
}
#content .msg ul {
    margin:0px;
    padding:0px;
}
#content .msg ul li {
    margin-left:10px;
    padding: 0px;
}
#content .msg a{
    text-decoration: underline;
    color: #000;
}
.info {
    color:#00529B;
    background-color:#BDE5F8;
    background-image:url(img/icons/info.png);
}
.success {
    color:#4F8A10;
    background-color:#DFF2BF;
    background-image:url(img/icons/success.png);
}
.warning {
    color:#9F6000;
    background-color:#FEEFB3;
    background-image:url(img/icons/warning.png);
}
.error {
    color:#D8000C;
    background-color:#FFBABA;
    background-image:url(img/icons/error.png);
}
