@font-face {
    font-family: "GothamProRegular";
    src: url("fonts/GothamProRegular/GothamProRegular.eot");
    src: url("fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
        url("fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
        url("fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBold"; */
@font-face {
    font-family: "GothamProBold";
    src: url("/fonts/GothamProBold/GothamProBold.eot");
    src: url("/fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProBold/GothamProBold.woff") format("woff"),
        url("/fonts/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBlack"; */
@font-face {
    font-family: "GothamProBlack";
    src: url("/fonts/GothamProBlack/GothamProBlack.eot");
    src: url("/fonts/GothamProBlack/GothamProBlack.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProBlack/GothamProBlack.woff") format("woff"),
        url("/fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProItalic"; */
@font-face {
    font-family: "GothamProItalic";
    src: url("/fonts/GothamProItalic/GothamProItalic.eot");
    src: url("/fonts/GothamProItalic/GothamProItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProItalic/GothamProItalic.woff") format("woff"),
        url("/fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProMedium"; */
@font-face {
    font-family: "GothamProMedium";
    src: url("/fonts/GothamProMedium/GothamProMedium.eot");
    src: url("/fonts/GothamProMedium/GothamProMedium.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProMedium/GothamProMedium.woff") format("woff"),
        url("/fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProLight"; */
@font-face {
    font-family: "GothamProLight";
    src: url("/fonts/GothamProLight/GothamProLight.eot");
    src: url("/fonts/GothamProLight/GothamProLight.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProLight/GothamProLight.woff") format("woff"),
        url("/fonts/GothamProLight/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProMediumItalic"; */
@font-face {
    font-family: "GothamProMediumItalic";
    src: url("/fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
    src: url("/fonts/GothamProMediumItalic/GothamProMediumItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"),
        url("/fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProLightItalic"; */
@font-face {
    font-family: "GothamProLightItalic";
    src: url("/fonts/GothamProLightItalic/GothamProLightItalic.eot");
    src: url("/fonts/GothamProLightItalic/GothamProLightItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProLightItalic/GothamProLightItalic.woff") format("woff"),
        url("/fonts/GothamProLightItalic/GothamProLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBoldItalic"; */
@font-face {
    font-family: "GothamProBoldItalic";
    src: url("/fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
    src: url("/fonts/GothamProBoldItalic/GothamProBoldItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"),
        url("/fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBlackItalic"; */
@font-face {
    font-family: "GothamProBlackItalic";
    src: url("/fonts/GothamProBlackItalic/GothamProBlackItalic.eot");
    src: url("/fonts/GothamProBlackItalic/GothamProBlackItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/GothamProBlackItalic/GothamProBlackItalic.woff") format("woff"),
        url("/fonts/GothamProBlackItalic/GothamProBlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
    font-family: "GothamProRegular";
}
#top {
	background:url('images/index_01.jpg');
	background-size: cover;
	min-height: 300px;

	position: relative;
	width:100%;
}

#top div {
    text-align: center;
    margin: 0 auto;
    width:30%;
    padding-top:10px;
}
#top div p {
    font-weight: bold;
    color:#fff;
}
#top div p.alert {
     color:#e85f5f; 
     font-weight: bold; 
     font-family: "GothamProBold";
}
#top div p img {
    padding:10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
p {
	margin: 0px;
	padding: 10px;
}
#menu {
    text-align: center;


}
ul.tab {
    list-style-type: none;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    width: 70%;
}

/* Float the list items side by side */
ul.tab li {float: left;
        width: 16%;
       }

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    width:100%;
    padding:10px 0;  
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #175488; color:#fff;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #0a487a; color:#fff;}

/* Style the tab content */
.tabcontent {
    display: none;
    color:#fff;
    border-top: none;
    text-align: center;
    min-height:100px;
}
.tabcontent p {
    height:45px;
    padding-top:45px;
}
.tabcontent ul {
    list-style-type: none;
    padding: 10px;
    margin: 0px;
}
.tabcontent ul li {
    list-style-type: none;
    padding-top:5px;
    padding-bottom: 5px;
    font-size: 12pt;
}
#address {
		background-color: #0a487a;
}

#bottom {
    background:url('images/index_04.jpg');
    background-size: cover;  
}
#bottom div.bottom_wrap {
    margin: 0 auto;
    width:50%;
}

div.bottom_wrapper {
    margin-left: -40px;
      padding-top: 20px;
}

.bottom_wrapper p {
    color:#fff;
    padding: 0px;
}
p.d {
    padding: 20px 0 0 0;
	font-family: "GothamProMedium";
    font-size:12pt;
	height: auto;
}
p.f, p.t {
    font-family: "GothamProLight";
    font-size: 11pt;
    padding: 5px 0 0 0;
	height: auto;
}
 div.header {
    color:#fff;
    font-family: "GothamProMedium";
    font-size:16pt;
	padding-top: 20px;
}