﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



/* Taller NavBar

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.tallerNavbar .navbar-brand {
	height: 80px;
}

.tallerNavbar .nav > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
}

.tallerNavbar .navbar-toggle {
	padding: 10px;
	margin: 25px 15px 25px 0;
}

.logo {
	height: 100px;
	width: 110px;
	padding-right:8px;
	float:left;
}
.borderMiddleColumn {
	border-left: 2px solid #00BFFF;
	border-right: 2px solid #00BFFF;
}

.horzBorder {
	border-top: 2px solid #00BFFF;
} 
.horzSpaceTop12{
	padding-top: 12px;
}

.colFixHt800 {
	min-height: 600px;
}

/*.ofManager {
	position:absolute;
	overflow-y:scroll;
}*/

.newsImage {
	height: 300px;
	width: 100%;
}	

.spaceRt8 {
	padding-right:8px
}