﻿#slides {
    display:inline-block;
    position:relative;
    height:auto;
    width: 55%;
    height: auto;
    max-width: 55%;
    float:left;
    overflow:visible;
    text-align: left;
    clear:both;
}
.sp {
    position: absolute;
    max-height:400px;
    max-width: 600px;
    width: 100%;
    text-align:left;
    display:none;
    float:left;
    padding: 0px 0px 0px 0px;
}
h1 {
    text-align: center;
    color: white;
    margin-top: 0px;
}
#twitter {
       display:block;
       vertical-align:auto;
       position:relative;
       margin:0;
       padding: 1px;
       height:auto;
       width: auto;
       overflow:hidden;
       text-align:center;
       clear: both;
}
#twitter div {
    padding: 1px;
    margin:0;
    display:inline-block;
}
#logo {
    text-align: center;
}
#logopic{
}
#pics {
    text-align: center;
}
#toppage {
    background-color: #eb1818;
    margin-top: 0px;
    margin-left: -8px;
    margin-right: -8px;
}
#navbar {
    background-color: white;
    margin-left: -8px;
    margin-right: -8px;
}
#foot {
    display: inline-block;
    position:static;
    text-align: center;
    color: white;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    background-color: none;
}
#foot p {
    display: inline-block;
    color:white;
    font-family: Arial;
    font-size: small;
    padding: 0px 20px 0px 20px;
}
#fgrad {
    display:block;
    background: linear-gradient(0deg, rgba(0,0,0,1) 60%, rgba(255,255,255,1) 100%);
    height: auto;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
}
nav {
    color: #ed2f2f;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(235,24,24,1) 50%);
    font-family: 'Times New Roman';
    font-weight: bolder;
    text-align: center;
    margin: auto;
    padding: 20px;
    height: initial;
    width: auto;
    border: 0px solid white;
    border-radius: 0px;
}
nav ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: auto;
    height: initial;
}
nav ul:after {
    content: "";
    clear: both;
    display: inline-block;
}
nav ul li {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: auto;
    font-size:larger;
    background-color: none;
    border: 2px solid none;
    border-radius: 0px;
    list-style-type: none;
    text-align: center;
    position: relative;
}
nav ul ul {
    display: none;
    position:absolute;
    list-style-type: none;
    float: none;
    padding: 0px;
}
nav ul ul li {
    font-weight: normal;
    font-size: large;
    display: block;
    text-align: center;
    background:radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(140,140,140,1) 100%);
    /*background: linear-gradient(0deg, rgba(235,24,24,1) 0%, rgba(235,24,24,1) 85%, rgba(255,255,255,1) 100%);*/ /*rgba(237,47,47,1)*/
    border: 0px solid white;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    z-index: 1000;
}
nav ul ul li a{
    text-shadow: none;
    font-size: medium;
    padding-right: 20px;
    padding-left: 20px;
    font: bolder;
}
nav ul li:hover > ul{
    display: block;
}
nav ul li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    list-style-type: none;
    text-shadow: 0px 10px 15px black;
}
nav ul li:hover {
    background-color: #d30e0e;
    /*background:radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(140,140,140,1) 100%);*/
    /*background-color: #313131;*/
}
nav ul ul li:hover {
    /*background: linear-gradient(0deg, rgba(211,14,14,1) 0%, rgba(211,14,14,1) 100%);*/
    background:radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(0,0,0,1) 100%);
}
nav ul ul li a:hover {
    color: black;
}
p {
    color: black;
    text-align: center;
    font-size: larger;
    font-family: Arial;
}
a {
    color: black;
}
body {
    margin-bottom: 0px;
    margin-top: 0px;
    /*height:100%;*/
    /*background: linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(255,255,255,1) 8%, rgba(255,255,255,1) 100%);*/
}
html {
    /*height: 100%;*/
}
.fp{
    width:49%;
    max-width:500px;
    max-height:500px;
}
#bodywrap{
    display: block;
    max-width: 1100px;
    float: none;
    margin:auto;
}
#wbuf{
    text-align:center;
    display:inline-block;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}