html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

html{
height:100%;
}

@font-face{
font-family: 'PFHandbookProMedium';
src: url('../fonts/pfhandbookpro-medium-webfont.eot');
src: url('../fonts/pfhandbookpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/pfhandbookpro-medium-webfont.woff') format('woff'),
	 url('../fonts/pfhandbookpro-medium-webfont.ttf') format('truetype'),
	 url('../fonts/pfhandbookpro-medium-webfont.svg#PFHandbookProMedium') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'PFHandbookProThin';
src: url('../fonts/pfhandbookpro-thin-webfont.eot');
src: url('../fonts/pfhandbookpro-thin-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/pfhandbookpro-thin-webfont.woff') format('woff'),
	 url('../fonts/pfhandbookpro-thin-webfont.ttf') format('truetype'),
	 url('../fonts/pfhandbookpro-thin-webfont.svg#PFHandbookProThin') format('svg');
font-weight: normal;
font-style: normal;
}

/* clearfix */

.clear{
clear:both;
}



body {
background:#68913c;
color:#000;
font-size:14px;
font-family:'PFHandbookProMedium', arial, verdana, sans-serif;
margin:0;
padding:0;
height:100%;
text-align:center;
    background: #13886a;
}

a{
color:#000;
text-decoration:none;
}

a:hover{
}

.right-bar ul{
list-style-type:none;
margin-left:10px;
}
	

#logo{
outline:0;
width:180px;
height:70px;
background:url(../images/logo_180x70.png) no-repeat;
}

#logo{
outline:0;
    width: 145px;
    margin-left: 35px;
    height: 60px;
background:url(../images/logo_new.png) no-repeat;
}


div.mousescroll {
    overflow: hidden;
}
div.mousescroll:hover {
    overflow-y: scroll;
}
.slimScrollDiv { border: 1px solid #ccc; margin:10px; }