/* = RESET STYLES = */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* = DEFAULT STYLES = */
body {
    text-align: center;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 12px;
    background: #02153b;
}

/* DEFAULT - LINKS */
a {
    text-decoration: none;
    font-weight: bold;
    color: #aa0102;
}
a:hover {
    text-decoration: underline;
}

/* DEFAULT - CLEARS */
.clear {
    clear: both;
    height: 0;
    width: 0;
    display: block;
}
.clear-right {
    clear: right;
    height: 0;
    width: 0;
}
.clear-left {
    clear: left;
    height: 0;
    width: 0;
}

/* = PAGE = */
#page {
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
}

/* = HEADER = */
#header {
	position: relative;
	height: 230px;
	background: url(images/header-bg.png) repeat-x;
}
#header #slogan {
    position: absolute;
    font-size: 24px;
    text-transform: uppercase;
    color: #666;
    font-style: italic;
    top: 80px;
    left: 225px;
}

/* HEADER - LOGO */
#header #logo {
	position: absolute;
	top: 50px;
	left: 20px;
}
#header #logo:hover img {
    opacity: .7;
}

/* HEADER - CALL TO ACTION */
#header #c2a {
    position: absolute;
    top: 50px;
    right: 20px;
    text-align: right;
}
#header #c2a #tagline {
    font-size: 28px;
    font-weight: bold;
    color: #d70005;
}
#header #c2a #number {
    font-size: 50px;
    font-weight: bold;
    color: #032362;
}
#header #c2a #address {
    font-size: 18px;
}
#header #c2a #email a {
    font-size: 18px;
    color: #666666;
}
#header #c2a #email a:hover {
    text-decoration: none;
    color: #333333;
}
#header #c2a #social {
    margin-top: 15px;
}
#header #c2a #social img:hover {
    opacity: .8;
}

/* = NAVIGATION = */
#nav {
    padding: 0;
    position: relative;
    z-index: 50;
    background: url(images/nav.jpg);
    height: 36px;
}
#nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: 80px;
}
#nav ul li {
    float: left;
    position: relative;
}
#nav ul li a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 11px 55px 10px 55px;
    border-left: 1px solid #aa0102;
    text-shadow: 1px 1px 0 #333333;
}
#nav ul li a.last {
    border-right: 1px solid #aa0102;
}
#nav ul li a:hover, #nav ul li.current a {
    text-decoration: none;
    background: #aa0102;
}

/* NAVIGATION - DROP-DOWN */
#nav ul ul {
    position: absolute;
    top: 36px;
    left: -80px;
    visibility: hidden;
    width: 100%;
    height: auto;
    z-index: 50;
}
#nav > ul > li:hover > ul {
    visibility: visible;
}
#nav ul ul li {
    float: none;
}
#nav ul ul li a {
    float: none;
    padding: 5px 15px;
    height: auto;
    line-height: normal;
    background: #c20102 !important;
}
#nav ul ul li a.first {
}
#nav ul ul li a:hover {
    background: #aa0102 !important;
}

/* BANNER FEATURE */
#banner-feature {
	width: 250px;
	float: left;
	height: 350px;
	color: #032362;
}
#banner-feature h3 {
    text-align: center;
    padding-left: 0px;
}

/* = FORM = */
#banner-feature form {
    text-align: left;
    list-style-type: none;
    width: 200px;
    margin: 0 auto;
}

/* FORM - LABEL */
#banner-feature form label {
    cursor: pointer;
    clear: both;
    margin: 10px 0 0 0;
    font-weight: bold;
    display: block;
}

/* FORM - INPUT FIELDS */
#banner-feature form input[type="text"] {
    border: 1px solid #999;
    border-radius: 3px;
    clear: both;
    width: 99%;
    padding: 3px 0px;
}
#banner-feature form input {
}
#banner-feature form input:focus, form textarea:focus {
    background: #FFC;
}

/* make field background yellow when filling out */
#banner-feature form textarea {
    resize: vertical;
    border: 1px solid #999;
    border-radius: 3px;
    clear: both;
    height: 50px;
    width: 99%;
    padding: 3px 0px;
}

/* FORM - CAPTCHA */
#banner-feature form #hiddencheckbox {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 3px 0;
    width: auto;
}
#banner-feature form input[type="checkbox"] {
    border: none;
}
#banner-feature form a {
    display: block;
    float: left;
    clear: both;
}

/* FORM - SUBMIT BUTTON */
#banner-feature form input[type="submit"] {
    border: 1px solid #999;
    border-radius: 3px;
    clear: both;
    width: 99%;
    padding: 3px 0px;
    margin: 10px 0;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    background: #032362;
    text-transform: uppercase;
    color: #ffffff;
}
#banner-feature form input[type="submit"]:hover {
    background: #02153b;
}
#banner-feature form input[type="submit"]:active {
    background: #FFC;
}

/* = BANNER = */
#banner {
	float: right;
	height: 350px;
}
#banner ul#slider {
    width: 750px;
    height: 350px;
    list-style: none;
}
#banner div.rhino-container, #banner div.rhino-container li.rhino-item {
}

/* = CONTENT = */
#content {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    padding: 20px;
}


/* CONTENT - HEADINGS */
h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #032362;
    font-size: 27px;
    border-bottom: 2px solid #bbbbbb;
    padding-bottom: 3px;
}
h2 {
}
h3 {
    font-size: 20px;
    background: #032362;
    color: #ffffff;
    font-weight: normal;
    padding: 10px 0px 10px 20px;
    text-align: left;
}
h4 {
}
h5 {
}

/* = PRIMARY = */
#primary.home {
    float: left;
    width: 675px;
}
#primary.full-width {
    width: 1000px;
}
#primary p {
    margin: 15px 0;
}
#primary hr {
    height: 1px;
    border: none;
    background: #CCC;
}

/* PRIMARY - IMAGES */
#primary img.inline-left {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
    float: left;
    margin: 5px 15px 5px 0;
}
#primary img.inline-right {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
    float: right;
    margin: 5px 0 5px 15px;
}

/* PRIMARY - DUEL LISTS - two lists side by side */
div.dual-lists ul {
    float: left;
    width: 40%;
    margin: 0 1%;
    padding: 0;
}

/* = SIDEBAR = */
#sidebar {
    float: right;
    width: 220px;
    border-left: 2px solid #bbbbbb;
}

/* SIDEBAR - FORM */
#sidebar form textarea {
}
#sidebar form input[type="submit"] {
}
#sidebar ul {
    list-style: none;
}
#sidebar ul a {
    display: block;
    width: inherit;
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #bbbbbb;
    text-align: left;
}
/* = INTERIOR PAGE STYLES = */
p {
  margin: 15px 0;
  text-align: justify;
}
li {
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.style-list {
    list-style: disc;
    padding-left: 16px;
    margin: 15px 0;
    font-size: 16px;
}
.clear-both {
    clear: both;
}
.text-center {
    text-align: center;
}
.center {
    margin: 0 auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.inline-block {
    display: inline-block;
}
.image {
    min-height: 167px;
    min-width: 167px;
}
.img-bg {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
}
.clear-below-20 {
    margin-bottom: 20px;
}
.clear-below-40 {
    margin-bottom: 40px;
}
.clear-below-60 {
    margin-bottom: 60px;
}
.clear-below-80 {
    margin-bottom: 80px;
}
.clear-below-100 {
    margin-bottom: 100px;
}
.up-20 {
    position: relative;
    bottom: 20px;
}
.up-40 {
    position: relative;
    bottom: 40px;
}
.up-60 {
    position: relative;
    bottom: 60px;
}
.up-80 {
    position: relative;
    bottom: 80px;
}
.up-100 {
    position: relative;
    bottom: 100px;
}
.left-20 {
    position: relative;
    left: 20px;
}
.left-40 {
    position: relative;
    left: 40px;
}
.left-60 {
    position: relative;
    left: 60px;
}
.left-80 {
    position: relative;
    left: 80px;
}
.left-100 {
    position: relative;
    left: 100px;
}
.down-20 {
    position: relative;
    top: 20px;
}
.down-40 {
    position: relative;
    top: 40px;
}
.down-60 {
    position: relative;
    top: 60px;
}
.down-80 {
    position: relative;
    top: 80px;
}
.down-100 {
    position: relative;
    top: 100px;
}
.right-20 {
    position: relative;
    right: 20px;
}
.right-40 {
    position: relative;
    right: 40px;
}
.right-60 {
    position: relative;
    right: 60px;
}
.right-80 {
    position: relative;
    right: 80px;
}
.right-100 {
    position: relative;
    right: 100px;
}

/* columns - based on 12 column grid - add column numbers to equal 12 - 
 * use column-left with .column-# then use .column-right for your last column - wrap inside .column and add 'clearfix'
 */
.columns {
  margin: 15px 0;
}
.column-3 {
    width: 22.666%;
}
.column-4 {
    width: 31.333%;
}
.column-5 {
    width: 41.333%;
}
.column-6 {
    width: 48.5%;
}
.column-7 {
    width: 55.666%;
}
.column-8 {
    width: 65.666%;
}
.column-9 {
    width: 73.5%;
}
.column-left {
    float: left;
    margin: 0 3% 0 0;
}
.column-right {
    float: right;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* = FORM = */
#contact-form-container {
    background: none;
    border: 2px solid #333;
    width: 396px;
    padding: 20px;
    margin: 30px 85px 60px 0;
    position: relative;
    border-radius: 5px;
    float: right;
}
#contact-form-container.center-form {
    float: none;
    margin: 30px auto;
}

/* = CONTACT PAGE = */
.address-left {
    float: left;
    width: 380px;
    margin: 10px 0 0 35px;
}
.address-left p {
    display: block;
    width: 340px;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 30px;
}
.contact form {
    text-align: left;
    list-style-type: none;
    width: 100%;
}

/* FORM - LABEL */
.contact label {
    cursor: pointer;
    float: left;
    clear: both;
    margin: 5px 0 0 0;
    color: #333;
    font-size: 18px;
}
.contact label:first-child {
    margin: 0;
}
.contact .required {
    font-weight: bold;
    color: #F00;
}
.contact #req-field-desc {
    font-style: italic;
    margin: 5px 0 0;
    clear: both;
}

/* FORM - INPUT FIELDS */
.contact input[type="text"] {
    border-radius: 3px;
}
.contact input {
    border: 1px solid #999;
    width: 97%;
    background: linear-gradient(#eee, #fff);
    padding: 5px;
    color: #333;
}
.contact input:focus, form textarea:focus {
    outline: none;
    background-position: 0 -1.7em;
}

/* make field background color change when filling out */
.contact textarea {
    resize: vertical;
    height: 80px;
    width: 97%;
    border: 1px solid #999;
    font-family: arial, sans-serif;
    background: linear-gradient(#eee, #fff);
    padding: 5px;
    color: #333;
}

/* FORM - CAPTCHA */
.contact form #hiddencheckbox {
    display: block;
}
.contact form #hiddencheckbox label {
  float: right;
  margin: 12px 52px 15px 0;
  width: 265px;
}
.contact form #hiddencheckbox input[type="checkbox"] {
    float: left;
    width: 16px;
    border: none;
    clear: none;
    position: relative;
    top: 15px;
}
.contact form a {
    display: block;
    float: left;
    clear: both;
}

/* FORM - SUBMIT BUTTON */
.contact form input[type="submit"] {
    width: 100%;
    background: #ccc;
    border-radius: 8px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    margin: 0;
}
.contact form input[type="submit"]:hover {
    background: #555;
    color: #FFF;
}

iframe {
    border: 1px solid #000;
    margin: 10px 0 5px;
}

/* = SITEMAP PAGE = */
.sitemap-page {
    margin: 20px auto;
    display: block;
    width: 500px;
}

.sitemap-page li {
    list-style: none;
    margin: 0;
}

.sitemap-page li a {
    text-decoration: none;
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.sitemap-page li a:hover {
    color: #000;
    text-decoration: underline;
}
/* = FOOTER = */
#footer {
    background: #d70005;
    padding: 10px 0px 10px 0px;
    width: 1000px;
    margin: 0 auto;
}
#footer #sitemap {
    float: left;
    text-align: left;
    margin: 0px 0px 0px 20px;
}
#footer #contact-info {
}
#footer #copyright {
    float: right;
    text-align: right;
    margin: 0px 20px 0px 0px;
}

/* FOOTER - LINKS */
#footer a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
}
#footer a:hover {
}

/* FOOTER - SITEMAP LINKS */
#footer ul {
    list-style-type: none;
}
#footer ul li {
    float: left;
    margin: 0 15px 0 0;
}
