﻿body {
}

.subSection
{
    float:left;
    width:234px;
    border: 3px solid rgb(198,0,0);
    height:350px;
    background-color:White;
}
.subSep
{
    margin-right:50px; 
}
.subSepTitle
{
    position:relative;
    bottom:0px;
    top:300px;
    height:30px;
    width:214px;
    background-color:Black;
    font: 1.4em 'JosefinSlabRegular', Arial, sans-serif;
    color:White;
    padding: 10px 20px 10px 0px;
    text-align:right;
    cursor:pointer;
    
}

.transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
.subSepDesc
{
    font: 0.9em 'JosefinSlabRegular', Arial, sans-serif;
    color:White;
    padding: 25px 10px 10px 10px;
    text-align:left;
    height:0px;
}
.newsletterHolder
{
    margin-left:0px;
    margin-right:0px;
    margin-top:50px;
    height:150px;
    padding-top:15px;
    padding-bottom:15px;
    background-color:White;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
.newsInput
{
    padding: 5px 5px 5px 5px;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.329412) 0px 1px 2px 0px;
    background-color: rgba(255, 255, 255, 0.901961);
    font: normal normal normal 17px/1.4em Helvetica, Arial, sans-serif;
    color: rgb(101, 101, 101);
    margin: 5px 5px 0px 5px;
    border: 0px solid rgb(255, 255, 255);
    border-image: initial;
    background-color:#FCF9D9;
}
.normalInput
{
    height:23px;
    width:200px;
}
.bigInput
{
    height:61px;
    width:330px;
    resize:none;
}
.suggLbl
{
    margin-left:80px;
    font:1em 'JosefinSlabRegular', Arial, sans-serif;
    font-weight:bold;
}

.newsButt
{
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.329412) 0px 1px 2px 0px;
    background-color: rgb(192, 0, 0);
    font: normal normal normal 17px/1.4em Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    padding: 5px;
    margin-left: 5px;
    border: none;
    border-image: initial;
    float: right;
    cursor: pointer;   
}
.check
{
    font:0.8em 'JosefinSlabRegular', Arial, sans-serif;
    font-weight:bold;
}