/* ---Needed for static top navigation--- */
body {  
padding-top: 50px;
height: 100%;
}

/* gives a little padding for the search form in the nav header */
.navsearch {margin-top:10px; margin-right:5px; margin-left:5px}


/* Optional: Puts a white background for your content and a solid background behind it.  */
body {
background-color:#474949;
background-image:url("/uploads/images/waterBG.jpg");
}

.mainContainer {
background-color:#fff; 
padding-bottom:30px;
}

.footerContainer {
background-color:#eee; 
padding:30px 10px;
}



footer {
border-top:1px solid #eee;
clear:both;
}

/* optional but seems to work better with this */
input.textarea {width:100%}

/* Stylesheet: bootstrap3 Modified On 2014-07-17 11:37:45 */
