body {
    margin: 0px;
    padding: 0px;
    font-family:  Geneva, sans-serif, verdana, arial;
    font-size: 8pt;
    background-color: #323232;
    text-align: center;
    margin-top: 30px;
}

.centerContent {
    text-align: center;
}
.centerInner {
    min-width: 320px; 
}

#pageMenu {
    background-color: #323232;
    color: #FFFFFF;
    height: 30px;
    position: fixed;
    top: 0px;
    padding-left: 1px;
    min-width: 500px;      
    z-index: 5;
    right: 0px;
    left: 0px;
}

#pageMenu  > ul {
    background-color: #323232;
    color: #FFFFFF;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

#pageMenu > ul > li {    
    border: 0px;
    margin: 0px;
    padding: 0px;
    height: 28px;
    line-height: 28px;
    margin-top: 1px;    
    list-style-type: none;
    float: left;
    border-right: 1px solid #323232;
}

#pageMenu > ul > li > a {
    line-height: 28px;
    height: 28px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 6pt;
    padding-left: 3px;
    padding-right: 3px;
    float: left;
}

.supportme {
	display: none;
}


#pagefiller {
    height: 300px;
}

#pageMenu > ul > li > a:hover, .highlighted {
    background-color: #FFFFFF !important;
    color: #323232 !important;
}

.whitebackground {
    background-color: #FFFFFF;
    background-image: url(/images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#websiteContent > h3 {
    margin-top: 0;
    padding-top: 5px;
    font-size: 10pt;
}

.supportbutton {
    padding: 5px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #A0A0A0;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none !important;
    clear: both;
    display: block;
    text-align: center;
    margin: 2px !important;
}

.supportbutton:hover , .supportbutton:active {
    text-decoration: none !important;
    background-color: #323232;
    border-color: #FFFFFF;
    color: #FFFFFF !important;
}

input[type="text"], input[type="email"], textarea, select {
    border: 1px solid #404040;
    padding: 4px;
    font-size: 10pt;
    outline: none;
    width: 170px;
}

#websiteHeading  > h1 {
    margin: 0px;
    padding: 0px;
    color: #FeFEFe;
    font-size: 30pt;
    font-weight: bold;
    margin-top: 15px;
    text-shadow: 1px 1px 3px #000000;
}

#websiteHeading  > h3 {
    color: #FdFDfd;    
    margin: 0px;
    padding: 0px;
    font-style: italic;   
    font-size: 7pt;    
    font-weight: normal;
    padding-bottom: 7px;
    text-shadow: 1px 1px 3px #000000;
}

.smallerFont {
    font-size: 10pt;
}


.lightgraybackground {
    background-color: #E5E5E5;
    color: #323232;
}

#websiteContent {
    font-size: 5pt;
    text-align: left;
    margin-left: 3px;
    margin-right: 3px;

}


p {
    margin-top: 0px;
}


.emailerror {
    color: #A04040;    
}

.foldedup {
    font-size: 8pt;
    padding-right: 10px;
}

.foldupapplied {
    background-repeat: no-repeat;
    background-position: 0px 0px;    
    overflow:hidden;
    height:0px;
    font-size: 8pt;
    padding-top:30px;
    background-image:url(/images/learnmore.png);
    cursor:pointer;
    padding-right: 10px;
    
}

.foldupexpanded {
    padding-top:0px;
    margin-bottom: 30px;
    padding-right: 10px;
    font-size: 8pt;
}

.foldupapplied:hover {
    background-position: 0px -30px;    
}

.extraspacing {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

#websiteContent h2 {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 14pt;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}

#websiteContent p {
    margin: 0px;
    border: 0px;
    margin-bottom: 20px;
    margin-top: 3px;
	font-size: 10pt;
}

#websiteContent a {
    color: #0A99D5;
    text-decoration: none;
}

#websiteContent a:hover {
    text-decoration: underline;
}

#pageFooter {
    text-align: left;
    height: 290px;
    background-color: #292929;
}

#pageFooter > p {
    width: 200px;
    color: #FFFFFF;
    display: block;
    font-size: 9pt;
    line-height: 150%;
    padding-left: 10px;
    padding-top: 10px;
}

#pageFooter > p > a {
        color: #0A99D5;
        text-decoration: none;
}

#pageFooter > p > a:hover {
    color: #0A99D5;
    text-decoration: underline;
}

#formHolder {
    background-color: #292929;
    height: 260px;
}

.mediaicons {
    height: 20px;
    width: 20px;
}

#socialMediaLinks {
    width: 230px;
    float: right;
    height: 50px;
    margin-top: 5px;
    margin-right: 5px;
}

 .formTable textarea {
    height: 40px;
     resize: none; 
 }

#formBox > h6 {
    font-size: 9pt;
    color: #A0A0A0;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#formBox > h6 > span {
    color: #CA4542;
}

.required {
    padding-right: 20px;
    background-image: url(/images/asterisk.png);
    background-repeat: no-repeat;
    background-position: 100% 9px;
}

.required2 {
    padding-right: 20px;
    background-image: url(/images/asterisk2.png);
    background-repeat: no-repeat;
    background-position: 100% 9px;
}

.spacerRight > div > span {
    display: none;
}

.formTable th div {
    padding-left: 20px;
    background-image: url(/images/asterisk.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    display: inline;
    float: left;
    text-align: left;
}

input[type=submit] {
    cursor: pointer;
}

#busySpinner1 {
    width: 400px;
    position: absolute;
    z-index: 10;
    opacity: 0.8;
    background-color: #292929;
    height: 250px;    
}

#busySpinner2 {
    left: 0px;
    right: 50px;
    position: absolute;
    z-index: 21;
    height: 250px;    
    background-image: url(/images/busy.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#busySpinner2 > div {
    left: 0px;
    right: 50px;
    position: absolute;
    top: 210px;
    z-index: 22;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000;
}

#logo {
    padding: 0 !important;
    margin: 0 !important;
    
}

#logo > a {
    padding: 5px !important;
    display: inline;
    width: 20px !important;
    height: 20px !important;
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#hidehover:hover {
    background-color: #232323 !important;
}


.videopost {
    background-color: #F8F8F8;
    padding: 5px;
}

.videopost > h4 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14pt;
}

.videopost > h4 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14pt;
}

.videopost > .youtubevideo {
    width: 100%;
    height: 205px;
}

.videopost > .youtubevideo > iframe {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 200px;
}

.videopost > .description {
    font-size: 12pt;
}

.videopost > .footer {
    padding-top: 5px;
    color: #808080;
    font-weight: bold;
    font-size: 12pt;
}

.videopost > .footer > .released {
    font-size: 10pt;
    text-align: right;
    float: right;
    font-weight: normal;
}

h4 {
	font-size: 9pt;
}

li {
	font-size: 8pt;
	line-height: 14pt;
}