﻿html {
    min-height:100%;
    position:relative;
    font-family:Arial,Helvetica,sans-serif;
    margin-top:0 ; 
    padding-top:0;
    width:100%;
}
body {
    height:100%;
    margin:15px ; 
    padding-top:0;
    background-color:#fff;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-size: 0.9em;
/*	width: 100%;  rvs removed 09/19/2012 it causes a horizontal scroll bar*/
	overflow-y: scroll;
}

.main {
    /*max-width: 1400px;*/
    /*background-color: #d8d9d9;*/
    background-color: #000000;
    border-radius: 5px;
    margin: 10px auto 0 auto;
}

  
.top {
    padding: 10px 10px 0 0;
    height: 30px;
    font-family: Arial;
    font-size: 0.75em;
}

a {
    text-decoration: none;
    color: #cc0000;
    display:inline-block;
}

    a:hover {
        text-decoration: underline;
        color: #cc0000;
    }

.imageLeft {
	float: left;
	margin-right: 20px;
}


#wowslider-container1 {
    z-index: 1;
}

h1, h2, h3, h4, h5 {
	font-weight: normal !important;
	font-style: normal !important;
	/*font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	line-height: normal;
	margin: 0px;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.75em;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.55em;
	margin-top: 20px;
	color: #496176;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.25em;
	margin-top: 10px;
	margin-bottom: 10px;
}


ul {
    text-align:left;
}
.fontFedero {
    font-weight: normal;
    font-style: normal;
    /*font-family: "Federo","Lucida Sans Unicode","Lucida Grande",sans-serif;*/
    line-height: normal;
}

.linkFedero a {
    font-weight: normal;
    font-style: normal;
    /*font-family: "Federo","Lucida Sans Unicode","Lucida Grande",sans-serif;*/
    line-height: normal;
    font-size: 0.95em;
    text-decoration: none;
    color: black;
    display:block; 
    margin-left:15px;
}
    .linkFedero a:hover{
        text-decoration: underline;
        color: #cc0000;
    }

#footer {
    background-color: #000;
    width: 100%;
    position: relative;
    border-radius: 0 0 5px 5px;
    margin:0 auto;
    padding: 5px 0;
}

    #footer a {
        color: #cc0000;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }

.footText
{
    font-size:0.7em;
    display:block;
    text-align:center;
    /*float: left;*/
    color: #FFF;
    padding: 5px 5px 5px 20px;
}

#socialIcons {
    float: right;
    padding: 0px;
    position: relative;
    margin: 5px 30px 0 0;
}
/*
#address {
    float: left;
    color: #FFF;
    padding: 5px 5px 5px 20px;
}
*/
.logo {
    float: left;
    margin: 0 0 0 10px;
    z-index: 2;
    position: relative;
}

.topright {
    display: inline-block;
    margin-bottom: 10px;
}
.topright a {
    color:black;
    text-decoration:none;
}
.topright a:hover {
    color:#cc0000;
    text-decoration:underline;
}

.topBlackBar {
    height: 28px;
    background-color: black;
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    position: relative;
    width: 100%;
    z-index: 1;
}

.topTagLine {
    float: left;
    font-family: Arial;
    font-size: 0.75em;
    padding-top: 7px;
    padding-left: 3px;
    position: absolute;
}

.bannerArea {
    width: 69%;
    padding: 0 10px 0 0;
    background-color: #d8d9d9;
    float: right;
}

.navigationLeft {
    float: left;
    width: 29%;
    background-color: #d8d9d9;
}

.bottomNavigationOuter {
    width: 100%;
    background-color: #a0a0a0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-size: 0.8em;
    padding: 10px 0 10px 0;
}

.bottomNavigationBlock {
    float: left;
    display: block;
    width: 15%;
    min-width: 190px;
    margin-left: 20px;
    height: 155px;
    margin-bottom: 10px;
}

.bottomNavigationHeaders {
    color: #28528A;
    font-weight: bold;
}

.bottomNavigationLinks {
    margin-left: 20px;
    line-height: 20px;
}
.bottomNavigationLinks a {
    color: black;
}
.bottomNavigationLinks a:hover {
    color: #cc0000;
}

#coverBackground
{
	background-color: #000000;
	position: absolute;
	top: 0;
    bottom:0;
	left: 0;
    right:0;
    overflow:hidden;
	z-index: -1;
}

.coverTrans {
    background-color: #FFFFFF;
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 999;
    height:1500px;
    width:100%;
}

.wrapper {
    /*display: -webkit-box;*/
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
}

    .wrapper > * {
        padding: 0px;
        flex: 1 100%;
    }

.box {
    background-color: #dddddd; 
    border-radius: 5px; 
    margin: 15px;
    padding:0 10px 5px 10px; 
    border: solid 1px #999999;
}
.box3 {
    background-color: #dddddd; 
    border-radius: 5px; 
    margin: 10px;
    padding:16px; 
    border: solid 1px #999999;
}

@media all and (min-width: 300px) {
    .box { flex: 1 auto; }
    .box3 { flex: 1 auto; }
}

@media all and (min-width: 800px) {
    .box { width:35%; }
    .box3 { width:28%; }
    .box-1 { order: 1; }
    .box-2 { order: 2; }
    .box-3 { order: 3; }
    .box-4 { order: 4; }
    .box-5 { order: 5; }
}
