/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/**** Custom Styles ****/
body { text-align:center; background:#000000; font-family:Tahoma, Geneva, sans-serif; }
h1 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    margin: 0.67em 0;
}
h1.small { font-size:12.5px; }
ul, li { margin:0; padding:0; list-style:none; }
p { font-size:12.5px; color:#E6E6E6; margin:0 0 10px 0; }
a { color:#fff; text-decoration:none; }
.clear { clear:both; }
.large-text {
	font-size:14px;
}
.right { float:right; }
.left { float:left; }
.center-content { text-align:center; }
.yellow-text { color:#F9F199; }
.container { text-align:center; max-width:1234px; margin:0 auto; min-width:658px; }
.centered { width:650px; margin:0 auto; text-align:left; display:table; }
.logo-container {
    background:  repeat scroll 0 0 transparent;
    margin: 10px auto 0;
}
.menu-container {
    background: #1274B6;
    height: 32px;
}
#main-nav { text-align:center;  }
#main-nav li { display:inline-block; width:auto; *display:inline; zoom:1; }
#main-nav a {
    color: #000000;
    display: block;
    font-family: Tahoma;
    font-size: 16px;
    padding: 5px 8px;
}
#main-nav a:hover {
    color: #FFFFFF;
}
#main-nav a:visited {
    color: #FFF568;
}
#content { background:url("../img/bkgd.gif")/* repeating background */}
#right-content { width:473px; float:left; margin:20px 0 5px 0; }
#full-content { width:100%; float:right; margin:20px 0 10px 0; }
#full-content.contact-form-container { background-color:#A9050A; padding:20px 0; }
#right-content-text { width:473px; float:left; margin:10px 20px 5px 0px; }
#sidebar {
    float: left;
    margin: 0;
    padding: 1px 11px 5px 16px;
    width: 140px;
}
#sidebar p {
    color: #FFFFFF;
    font-size: 15.5px;
    line-height: 21px;
}
#sidebar a { text-decoration:underline; color:#FFFFFF; }
#sidebar.interior {
    padding: 21px 11px 5px 16px;
}
#sidebar.interior p {
    font-size: 12.5px;
    line-height: 17px;
}
footer .footer-row-one {
	background:#8A0704;
}
footer .footer-row-one .box-one {
    float: left;
    padding: 0 0 0 18px;
    width: 234px;
}
footer .footer-row-one .box-two {
    float: left;
    margin: 18px 0 0;
    text-align: left;
    width: 190px;
}
footer .footer-row-one .box-three {
    float: left;
    width: 145px;
	margin: 18px 0 0;
}
footer .footer-row-one .box-four {
    float: left;
    width: 70px;
	margin: 18px 0 0;
}
footer .footer-row-two { text-align:center; background:#8A0704; border-top: solid 4px #000000; }
footer .footer-row-three { color:#FFFFFF; padding:0 4px 4px 0; text-align:center; background:#8A0704; }
footer .footer-row-three a { color:#FFFFFF; text-decoration:underline; font-size:13px; }
footer #footer-nav { text-align:center;  }
footer #footer-nav li { display:inline-block; width:auto; *display:inline; zoom:1; }
footer #footer-nav a {
    color: #000000;
    display: block;
    font-family: Tahoma;
    font-size: 11px;
    padding: 7px 6px 5px;
}
footer #footer-nav a:hover {
    color: #FFF568;
}
footer #footer-nav a:visited {
    color: #FFF568;
}
footer .copyright {
    background:#8A0704 repeat scroll 0 0;
    color: #FFFFFF;
    font-size: 10px;
    margin: 0 0 10px;
    padding: 5px 0;
    text-align: center;
}
footer .copyright a { color:#FFFFFF; text-decoration:none; }