/* Typography
----------------------------------------------- */
body {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-size: 12px;
   line-height: 18px;
color: #111111;
line-height: 1.5em;
}


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

a:hover {
text-decoration: underline;
	}


a:link,
a:active,
a:visited {

	}



a, a:active, a:focus { 
	outline:none; 
}


h1{
font-family:"Times New Roman", Times, serif;
font-size: 2.8em;
line-height: 1.5em;
}

h2{
font-family:"Times New Roman", Times, serif;
font-size: 1.8em;
line-height: 1.5em;
}

h3{

}
h4{

}
h5{

}
h6{

}
p {
font-size: 1.1em;
line-height: 1.5em;
margin-bottom: 1.2em;
}

ul {
    margin-left: 25px; padding-left: 0;
        color: #111111;
	line-height: 22px;
        font-weight: normal;
         font-size: 1.1em;
}  

ol li{
}


/* Font Face
----------------------------------------------- */


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

}
