/*Fonts*/

/*header styles*/
#redHeader {
    color: #333;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 1em;
    background-color: #86bde8;
}

    #redHeader a {
        text-decoration: none;
        border: none;
        color: white;
    }

        #redHeader a:hover {
            border: none;
            color: white;
        }

    #redHeader #oSearch {
        width: 12em;
    }

.redgobutt {
	color: white;
	background-color: #1351b9;
	margin: 4px;
    padding: 4px;
    font-size: 0.8rem;
}

#redNav { clear: both; }

#redbox1a {width: 100%; }

#dirCap {
    padding: 12px;
    font-size: 1.2em;
    float: left;
}

#seturl {
    background-image: none;
    padding: 8px;
    width: 75%;
}

#redbox2G {
    margin-top: 2em;
}

.exlist .exfull {
    /* width: 25%; */
}

#rcatnam {
	font-weight:bold;
	clear: both;
}

#redtitle 
{
    font-weight:bold;
	clear: both;
}

.nextprev {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px;
	background-color: #95554b;
	color: white;
	cursor: pointer;
}

input[type="text"] 
{
    font-size: 0.8rem;
}

#setreturn a:hover {
    color: white;
    background-color: #1351b9;
    padding: 3px;
}

.redfilt { list-style: none; margin-bottom: 0; padding-left: 5px;}
.redfilt label { font-weight: 100; font-size: 0.7rem; }

.navmenu {
    width: 58%;
    float: left;
}

    /* footer */
    #redFooter {
    clear: both;
    padding-top: 1.5em;
    background-color: #1962b0;
    width: 100%;
    overflow: hidden;
}

    #redFooter p {
        padding-left: 5%;
    }

    #redFooter a {
        color: white;
        padding: 24px;
    }
    #redFooter #redFootertext {
        float: left;
    }
    #redFooter #redlogo {
        float: right;
        padding-right: 5%
    }

    #sitemap {
        padding-bottom: 10px;
    }

h1 {
    font-size: 1.4em;
    font-weight:bold;
    color: #333;
    padding-bottom: 1em;
}

h2 {
    font-size: 1.2em;
    color: #333;
    padding: 12px 0;
}
p {
    padding-bottom: 1rem;
}
.txtExplain {
    padding-bottom: 1rem;
    font-style:italic;
}