/* reset styles */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dt,dd,form,fieldset,address{    margin: 0;    padding: 0;    }
img{    border: none;    }
*{    outline: none;    }

/* set font */
body{    font: 12px 'Arial';    }

/* set background */
body{    background: #f0f0f0;position: relative;    }

/* shadow box */
#container{
    width: 980px;
    padding-right: 10px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px;
    background: #fff url(../images/shadow-r-y.png) repeat-y right;
	border-left: 1px solid #f5f5f5;
}
#t-r{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
    background: url(../images/shadow-t-r.png) no-repeat;
}
#b-l{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background: url(../images/shadow-b-l.png) no-repeat;
}
#b-x{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: url(../images/shadow-b-x.png) repeat-x;
}
#b-r{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    background: url(../images/shadow-b-r.png) no-repeat;
}

/* left column */
#left{
    float: left;
    width: 192px;
    padding-right: 5px;
}

/* center column */
#center{
    float: left;
    width: 560px;
}

/* left column */
#right{
    float: right;
    width: 220px;
}

/* left modules */
#left .module{
    margin: 0 2px 5px;
    padding: 4px;
}

#bottom{
    width: 950px;
    padding: 10px 20px;
    margin: 0 auto;
    background: #f5f5f5 ;
}
/* center modules */
#center .module h3{
    margin-top: 2px;
    font-size: 17px;
}

/* content block */
#content{
    background: #fde9db;
    border: 2px solid #e4e3e2;
    height: 1%;
    overflow: hidden;
    padding: 15px 15px;
}
#content .module p{
    margin: 0;
}
#content .banner{
    float: left;
    height: 150px;
    margin-bottom: 10px;
    width: 150px;
}
#content .block{
    background: url(../images/block.png) no-repeat;
    float: left;
    height: 115px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 10px;
    padding-bottom: 25px;
    position: relative;
    width: 153px;
}
#content .block h3{
    color: #e77718;
    font-size: 14px;
    text-align: center;
}
#content .block .link{
    bottom: 15px;
    color: #000;
    display: block;
    font-style: italic;
    left: 0;
    position: absolute;
    text-align: center;
    width: 173px;
}

.module h3{
    font-size: 16px;
    font-weight: normal;
    margin: 8px 0;
}
.module h4{
    font-size: 13px;
    font-weight: normal;
    margin: 10px 0;
}
.module p{
    margin: 10px 0;
}
.module strong{
    color: #e77718;
    font-weight: normal;
}


.logo img{
    vertical-align: top;
}

.grey{
    background: #e4e4e4;
    padding: 4px;
    margin: 10px 0;
    overflow: hidden;
    height: 1%;
}
.grey p{
    margin: 0;
}

/* search box */
.search .inputbox{
    background: #fff;
    border: 1px solid #aba9a9;
    border-top-color: #e0dede;
    font: 12px 'Arial';
    height: 16px;
    padding: 1px 3px;
    width: 150px;
   _width: 148px;
}
.search .button{
    background: url(../images/find.png) no-repeat;
    border: none;
    display: block;
    float: left;
    height: 20px;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
}

/* subscribe module */
.grey-box{
    background: #e4e4e4;
    -moz-border-radius: 5px;
    padding: 10px 8px 20px !important;
}
.grey-box p{
    margin: 5px 0;
}
.grey-box .inputbox{
    height: 16px;
    border: none;
    width: 100%;
}
.grey-box h3{
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.module_menu{
    background: url(../images/table-body.png) repeat-y;
}
.module_menu:before{
    background: url(../images/table-top.png) no-repeat;
    content: '';
    display: block;
    padding: 0;
    height: 20px;
}
.module_menu:after{
    background: url(../images/table-bottom.png) no-repeat;
    content: '';
    display: block;
    padding: 0;
    height: 20px;
}
.module_menu ul{
    margin: 0 14px 15px;
}
.module_menu li{
    border-bottom: 1px solid #747474;
    list-style: none;
    padding: 4px 0;
}
.module_menu a{
    color: #000;
    text-decoration: none;
}
.module_menu a:hover,
.module_menu .active a{
    color: #E77718;
}

.anounce{
    height: 152px;
    font-size: 11px;
}

.anounce h3{
    font-size: 14px;
}
.anounce h4{
    font-size: 13px;
    margin-top: 0;
}
.anounce h4 a{
    color: #e37b21;
    text-decoration: none;
}

.poll{
    padding: 0 25px;
}
.poll h3{
    color: #E77718;
    text-align: center;
    text-transform: uppercase;
}
.poll .button{
    padding: 0;
    margin: 0 6px;
    width: 68px;
    margin-top: 20px;
    border: none;
    background: #e67718;
    color: #fff;
    font: 11px 'Arial';
}

.orange-title h3{
    color: #e77718;
}
.orange-list{
    margin: 13px 0;
}
.orange-list li{
    list-style: none;
    background: url(../images/bullet.png) no-repeat 0 2px;
    padding-left: 15px;
    margin: 4px 0;
}

/* editor styles */
.float-left{
    float: left;
}
.float-right{
    float: right;
}

p.counter{display: none;}

a{color: #e77718; text-decoration: none;}
div.module.poll h4
{color: #e77718;
font-weight: bold;
}

.class3{
color:#A0A0A4;
font-size:9px;
text-decoration:none;
}
a.class3:link, a.class3:visited,a.class3:hover,a.class3:active {
	color:#A0A0A4;
	font-size:9px;
	text-decoration:underline; }

