
@font-face
{
    font-family: "DINPro";
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/dinpro/DINPro.eot'); /* IE9 */
    src: url('../fonts/dinpro/DINPro.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dinpro/DINPro.woff') format('woff'), /* Modern browsers */
         url('../fonts/dinpro/DINPro.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dinpro/DINPro.svg') format('svg'); /* Legacy iOS */
}

@font-face
{
    font-family: "DINProBold";
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/dinpro/DINPro-Bold.eot'); /* IE9 */
    src: url('../fonts/dinpro/DINPro-Bold.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dinpro/DINPro-Bold.woff') format('woff'), /* Modern browsers */
         url('../fonts/dinpro/DINPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dinpro/DINPro-Bold.svg') format('svg'); /* Legacy iOS */
}

@font-face
{
    font-family: "CartoGothic";
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/cartogothic/CartoGothicStd-Book-webfont.eot'); /* IE9 */
    src: url('../fonts/cartogothic/CartoGothicStd-Book-webfont.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/cartogothic/CartoGothicStd-Book-webfont.woff') format('woff'), /* Modern browsers */
         url('../fonts/cartogothic/CartoGothicStd-Book-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/cartogothic/CartoGothicStd-Book-webfont.svg') format('svg'); /* Legacy iOS */
}

@font-face 
{
    font-family: "CartoGothicBold";
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/cartogothic/CartoGothicStd-Bold-webfont.eot'); /* IE9 */
    src: url('../fonts/cartogothic/CartoGothicStd-Bold-webfont.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/cartogothic/CartoGothicStd-Bold-webfont.woff') format('woff'), /* Modern browsers */
         url('../fonts/cartogothic/CartoGothicStd-Bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/cartogothic/CartoGothicStd-Bold-webfont.svg') format('svg'); /* Legacy iOS */
}

@font-face 
{
    font-family: "CartoGothicItalic";
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/cartogothic/CartoGothicStd-Italic-webfont.eot'); /* IE9 */
    src: url('../fonts/cartogothic/CartoGothicStd-Italic-webfont.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/cartogothic/CartoGothicStd-Italic-webfont.woff') format('woff'), /* Modern browsers */
         url('../fonts/cartogothic/CartoGothicStd-Italic-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/cartogothic/CartoGothicStd-Italic-webfont.svg') format('svg'); /* Legacy iOS */
}

/* ------------------------ */
/* --- Tag-level styles --- */
/* ------------------------ */

BODY
{
    background-color: #ffffff;
    color: #58595B;
    font-family: DINPro, CartoGothic, Helvetica, sans-serif;
    font-size: 17px; 
}

.container{width:960px;}
.navbar{border: 0;
        border-bottom: 1px solid #CCCCCC;
         border-radius: 0;}

.img-responsive{width: 960px;
        height: 325px;}

H2
{
	font-size: 18px;
	font-family: DINProBold, DINPro, CartoGothicBold, CartoGothic, Helvetica, sans-serif;
	font-weight: bold;
	color: #0c3471;
	margin-top: 16px;
	margin-bottom: 16px;
    line-height: 23px;
	text-transform: uppercase;
}
.logo{width: 200px; float:left; margin-top: 20px;}
input{border: 1px solid #CCCCCC;}
button{border: 1px solid black;
height: 30px;
    border-radius: 0;
    background-color: white;
}

#logo h4{margin-top: 50px; width: 400px; margin-left:230px; font-weight: bold;}

p a{color:  #58595B;}

p a:hover{text-decoration: none; color:  blue;}

footer{border-top: 1px solid #CCCCCC; padding-top: 10px;}

.container-fluid li{display: inline; margin-right: 10px; text-align: center; font-size: 12px;}
.container-fluid p{text-align: center; font-size: 12px; margin: 0; padding: 0;}
table tr{margin-bottom: 20px; }
table tr td{width: 50%; height: 10px; margin-bottom: 20px;}
.p{width: 100px; height: 200px; margin-bottom: 90px;}
 .p1{width: 70%; height: 70px; margin-bottom: 90px;}
.drop{border: 1px solid #CCCCCC;
      border-radius: 7px;
    padding: 30px;
}













