/*------------------------------------*\
* Contains the layout for the website  *
\*------------------------------------*/

#wholepage
{
position:relative;
top:0px;
left:0px;
width:90%;
margin:auto;
height:auto;
/*background-color:#c1c0c0;*/
border-size:2px;
border-style:solid;
border-color:black;
}

#logobar
{
position:relative;
top:0px;
left:0px;
background-color:#c1c0c0;
height:auto;
margin:auto;
text-align:left;
/* width:100%;*/
/*border-size:2px;
border-style:solid;
border-color:yellow;*/
}

#mainpage
{
position:relative;
top:0px;
left:0px;
background-color:#ECECEA;
font-family: "Georgia";
font-size: 12pt;
color: #000000;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
/* width:1180px; */
min-height: 650px;
height:auto;
/*border-size:2px;
border-style:solid;
border-color:red;*/
}

#footerbar
{
position:relative;
/*top:0px;
left:0px;*/
clear:both;
padding-top: 5px;
padding-bottom: 5px;
background-color: #333;
color:white;
text-align:center;
/*background-color:#c1c0c0;*/
height:auto;
/* width:100%; */
/*border-size:2px;
border-style:solid;
border-color:yellow;*/
}

/*#footertext
{
position:relative;
top:0px;
left:0px;
background-color:#c1c0c0;
font-family: "Georgia";
font-size: 10pt;
height:auto;
width:1200px;
border-size:2px;
border-style:solid;
border-color:green;
}*/

/*-----------------------------------*\
* Used For Forms In The Website      *
\*-----------------------------------*/

.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    /*max-width: 400px;*/
    width: 95%;
	margin: 10px auto;
    padding: 16px;
	background: #F7F7F7;
}
.form-style-6 h1{
    /*background: #43D1AF;*/
	background: #333;
    padding: 5px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    /*margin-bottom: 4%;*/
	margin-bottom: 1%;
    border: 1px solid #ccc;
    /*padding: 3%;*/
	padding: 1%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6-radbut 
{
    outline: none;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 1%;
    border: 1px solid #ccc;
    padding: 1%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 input[type="radio"],
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    /*padding: 3%;*/
	padding: 1%;
    border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
	font-size: 140%;
    font-weight: 300;
    padding: 1%;
	background: #333;
    /*background: #43D1AF;*/
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: red;
	/*background: #2EBC99;*/
}

/*-----------------------------------*\
* Used For Galleria Sliding Gallery   *
\*-----------------------------------*/

.cred{margin-top:20px;font-size:11px;}

/* This rule is read by Galleria to define the gallery height: */
#galleria{height:800px}

/*---------------------------------*\
* Tags Used In The Bulk Of Website  *
\*---------------------------------*/

h2
{
font-family: "Georgia";
text-align: center;
}