/*
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.eot');
	src: url('../fonts/Helvetica.woff') format('woff'), 
		 url('../fonts/Helvetica.ttf') format('truetype'), 
		 url('../fonts/Helvetica.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
	font-family: 'Helvetica-Bold';
	src: url('../fonts/Helvetica-Bold.eot');
	src: url('../fonts/Helvetica-Bold.woff') format('woff'), 
		 url('../fonts/Helvetica-Bold.ttf') format('truetype'), 
		 url('../fonts/Helvetica-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Oblique';
	src: url('../fonts/Helvetica-Oblique.eot');
	src: url('../fonts/Helvetica-Oblique.woff') format('woff'), 
		 url('../fonts/Helvetica-Oblique.ttf') format('truetype'), 
		 url('../fonts/Helvetica-Oblique.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'urbanobold_condensed';
    src: url('../fonts/Urbano-BoldCond-webfont.eot');
    src: url('../fonts/Urbano-BoldCond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Urbano-BoldCond-webfont.woff2') format('woff2'),
         url('../fonts/Urbano-BoldCond-webfont.woff') format('woff'),
         url('../fonts/Urbano-BoldCond-webfont.ttf') format('truetype'),
         url('../fonts/Urbano-BoldCond-webfont.svg#urbanobold_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: Helvetica,"Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4d4d4d;
}

h1{
    margin: 0;
    color: #126333;
    font-family: "urbanobold_condensed";
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 10px;
}

h2{
    font-size: 28px;
    color: #18305f;
    font-family: "urbanobold_condensed";
    margin-bottom: 6px;   
    margin-top: 0;
    font-weight: normal;
}

h3{
    font-size: 23px;
    color: #000;
    font-family: "urbanobold_condensed";
    margin-bottom: 6px;   
    margin-top: 0;
    font-weight: normal;
}

h4{
    color: #000;
    font-size: 16px;
    font-weight: bold;   
    margin-top: 0;
}

p{
    margin-bottom: 1em;
}

ul{
    margin: .75em 0 1em 0;
}

ul li{
    margin-bottom: 5px;
}

a {
    color: #03578d;
}

.node-content a{
    text-decoration: underline;
}

.image-left{
    float: left;
    margin-right: 40px;
    width: 50%;
    margin-bottom: 20px;
}

.image-right{
    float: right;
    margin-left: 40px;
    width: 50%;
    margin-bottom: 20px;
}

.image-center{
    text-align: center;
}

.image-center .image-captioned{
    display: inline-block;
}

figcaption{
    font-weight: bold;
    color: #656565;
    text-align: left;
}