﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', Tahoma, arial, sans-serif;
    font-size: 18px;
    color: #3D3D3D;
    background: #d6d6d6;
}
html
{
    overflow-y: scroll;
}

h1
{
    display: none;
}
/*.header 
{
    margin:0px auto;
    padding-left:550px;
}*/
.pgtitle
{
    font-weight: bold;
    font-size: 36px;
    padding-top:50px;
}

.subtitle
{
    font-size: 24px;
    font-style: italic;
}

.secheader
{
    font-size: 20px;
    border-bottom: 1px solid #A60329;
    padding: 20px 5px 5px 5px;
    width: 90%;
    text-decoration: none;
    color: #3D3D3D;
}

.subsecheader
{
    padding-bottom: 5px;
    font-size: 18px;
}

.o1
{
    padding: 0 0 10px 20px;
    width: 90%;
}

.nb
{
    display: none;
    padding: 5px 10px 15px 5px;
}

#maincontent
{
    width: 850px;
    margin: 0px auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

#leftstuff
{
    width: 570px;
    float: left;
}

#rightstuff
{
    width: 280px;
    float: right;
    padding-top:107px;
    padding-bottom:25px;
}

#lightgreybox
{
    background-color: #515971;
    color: #FFF9FD;
    padding: 20px;
}

#darkgreybox
{
    background-color: #252230;
    color: #FFF9FD;
    padding: 20px;
}

.boxestitle
{
    font-size: 20px;
    padding-bottom: 20px;
}
/*Red Button*/
.button
{
    background: transparent url('images/buttonright.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 26px;
    margin-right: 6px;
    padding-right: 15px;
}

.button span
{
    background: transparent url('images/buttonleftside.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 7px 15px;
    text-decoration: none;
    color: #F2F2F2;
}
.button:hover span
{
    text-decoration: none;
}

.button:active
{
    background-position: bottom right;
    color: #F2F2F2;
    outline: none;
}

.button:active span
{
    background-position: bottom left;
    padding: 8x 0 4px 15px;
}

.learnmore
{
    font-size: 16px;
    float: right;
    font-weight: normal;
}

/*Link Style*/
a
{
    text-decoration: none;
    color: #3D3D3D;
    outline: none;
}

a:hover
{
    text-decoration: none;
    color: #3D3D3D;
    outline: none;
}

a:visited
{
    text-decoration: none;
    /*color: #3D3D3D;*/
    outline: none;
}

.link
{
    text-decoration: none;
    color: #9E1A32;
}

.link:hover
{
    text-decoration: underline;
    color: #9E1A32;
}

.link:visited
{
    text-decoration: none;
    color: #9E1A32;
}

.link2
{
    color: #fff;
    text-decoration: underline;
}

.link2:visited
{
    color: #fff;
    text-decoration: underline;
}

.link2:hover
{
    text-decoration: underline;
    color: #AFAAAA;
}

/** FOOTER CONTENT */

#footer-content
{
    overflow: hidden;
    padding: 40px 40px 20px 40px;
    text-shadow: 1px 1px 1px #FCFDFD;
}

#footer-content #column1
{
    float: left;
    width: 595px;
}

#footer-content #column2
{
    float: right;
    width: 270px;
}

#footer-content #column1 .title, #footer-content #column2 .title
{
    padding-bottom: 20px;
}

/** FOOTER */

#footer
{
    overflow: hidden;
}

#footer p
{
    margin: 0px;
    padding: 45px 0px 0px 0px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-size: 15px;
    color: #979EA4;
}

#footer .legal
{
}

#footer .links
{
}


.FooterHyperlink
{
    color: black;
    text-decoration: none;
}

.FotterHyperlink
{
    color: #747C83;
    text-decoration: none;
}

.FooterHyperlinkDiv
{
    padding: 1px;
    padding-left: 3px;
}
/*
 * Dropit v1.1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* These styles assume you are using ul and li */
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-open .dropit-submenu { display: block; }
.menu ul { display: none; } /* Hide before plugin loads */
.menu ul.dropit-submenu {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    padding: 6px 0;
    margin: 3px 0 0 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
       -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}          
.menu ul.dropit-submenu a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: black;
    padding: 0 18px;
}
.menu ul.dropit-submenu a:hover {
    background: #4479BA;
    color: #fff;
    text-decoration: none;
}
.button-navigation {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration:none;
}
.button-navigation:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-navigation:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
.navigation
{
    list-style-type:none;
}
td 
{
   padding-top:15px;
}
/*.arrow-down 
{
    width:0;
    height:0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    margin-left:5px;
}*/
.navigation-table 
{
    margin-left:900px;
    margin-top:-105px;
    /*padding-bottom:200px;*/
}
.navigation-table-contact 
{
    margin-left:1250px;
    margin-top:-100px;
    padding-bottom:200px;
}
.content 
{
    padding-top:100px;
}
/**Footer Content**/
#footer-content
{
    overflow: hidden;
    padding: 40px 40px 20px 40px;
    text-shadow: 1px 1px 1px #FCFDFD;
}

#footer-content #column1
{
    float: left;
    width: 595px;
}

#footer-content #column2
{
    float: right;
    width: 270px;
}

#footer-content #column1 .title, #footer-content #column2 .title
{
    padding-bottom: 20px;
}

/** FOOTER */

#footer
{
    overflow: hidden;
    height: 150px;
    padding-left:300px
}

.copyright 
{
    margin: 0px;
    padding: 45px 0px 0px 0px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-family: 'Segoe UI' , Tahoma, arial, sans-serif;
    font-size: 15px;
    color: #979EA4;
}
#footer .legal
{
}

#footer .links
{
}
/*Contact us Form*/
label 
{
    font-weight: bold;
    padding-right:15px;
}
select 
{
    width:204px;
    float:right;
}
input 
{
    width:200px;
    float:right;
}
.formstuff 
{
    width:500px;
}
textarea 
{
    width:350px;
    height:100px;
    float:right;
}
button 
{
    float:right;
    height:40px;
    width:150px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #2E5773;
    text-transform: capitalize;
    font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    border-radius:5px;
    background: #910425;
}

button span
{
    background: transparent url('images/buttonleftside.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 7px 15px;
    text-decoration: none;
    color: #F2F2F2;
}
button:hover span
{
    text-decoration: none;
}

button:active span
{
    background-position: bottom left;
    padding: 8x 0 4px 15px;
}

button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #800000;
    border: solid 1px  #b30000;
}

input:valid,
input:in-range {
    background:hsl(120, 50%, 90%);
    border-color:hsl(120, 50%, 50%);
}

input:invalid,
input:out-of-range {
    border-color:hsl(0, 50%, 50%);
    background:hsl(0, 50%, 90%);
}