/*
 * Green Hills Software global styles
*/
@charset "utf-8";

/* Bootstrap overrides */

/* Add 5 columns */
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}

.col-xs-5ths {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
	padding-left: 15px;
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* Adjust Gutters */
.gutter-20 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
}
.gutter-10 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.gutter-0 > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* General Styles */

body {
	color: #333;
	font-family: museo-sans, sans-serif;
	font-size: 12px;
	background: #999 url(../images/bg_gradient.png) repeat-x;
}

.container {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(115,115,115,1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(115,115,115,1);
	box-shadow: 0px 0px 6px 0px rgba(115,115,115,1);
}
.top-nav {
	text-align: right;
	padding-right: 20px;
}
.horizontal-blue {
	font-size: 10px;
	color: #ffffff;
	min-height: 31px;
	/*background: url(../images/bg_blue.png) repeat-x;*/
	background-color: #125687;
}

.horizontal-blue2 {
	font-size: 10px;
	color: #ffffff;
	min-height: 31px;
	background-color: #125687;
}

.horizontal-blue a {
	line-height: 3em;
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	font-size: 10px;
}
.horizontal-blue a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#horizontal-yellow {
	background: url(../images/bg_yellow.png) repeat-x;
	margin-top: 5px;
	height: 10px;
	background-color: #f2c534;
}
#masthead {
	padding: 20px 0 5px 0;
}
#masthead #logo {
	padding-left: 10px;
    padding-right: 0px;
	padding-bottom: 9px;
}
#tagline {
	font-family: museo-sans, sans-serif;
	font-size: .85em;
	line-height: 1.2em;
	 padding: 0; 
	text-align: center;
	    
}
#tagline p {
	font-family: museo-sans, sans-serif;
}
#tagline h2 {
	font-family: museo-sans, sans-serif;
	color: #006633;
	font-size: 1.3em;
	text-align: center;
	margin: 0px 0 8px 0;
	line-height: 17px;
}


#masthead #logo2 {
    padding-left: 0;
    text-align: right;
    padding-right: 17px;
}
#middle {
	background: #fff;
	width: 100%;
}
.clear {
	height: 0;
	overflow: hidden;
	_display: none;
	clear: both;
}
.column-container {
}
p {
	font-size: 16px;
	line-height: 20px;
	margin: 14px 0;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #004779;
}
img {
	border: 0;
}
h1 {
	color: #f15c22;
	font-size: 20pt;
	line-height: 34pt;
}
h2 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 8px;
	letter-spacing: .02em;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

img {
	    max-width: 100%;
}
.column-right h1 {
	line-height: 26px;
}
.column-right li {
	font-size: 16px;
}
/* Buttons */
.btn-default {
    color: #333;
    background-color: #ededed;
    border-color: #ccc;
}

/* Footer */
.footer-nav {
	text-align: center;
	line-height: 3em;
}


	
	
#footer {
	text-align: center;
	padding-top: 10px;
	color: #333;
	font-weight: bold;
}
#footer p {
	font-size: .7em;
}
#footer a {
	margin-left: 20px;
	font-weight: normal;
	color: #333;
	font-weight: bold;
}
#footer img {
	float: left;
}
#footer ul {
	float: left;
	list-style: none;
	list-style-type: none;
	margin: 2px 0 0;
}
#footer ul li {
	background: none;
	border-right: 1px solid #455560;
	line-height: 14px;
	padding: 0 8px;
}
#footer ul li.last {
	border-right: 0px;
}
#footer ul li a {
	color: #ffffff;
}
.code {
	border: 1px solid #ccc;
	list-style-type: decimal-leading-zero;
	padding: 5px;
	margin: 0;
}
.code code {
	display: block;
	padding: 3px;
	margin-bottom: 0;
}
.code li {
	background: #ddd;
	border: 1px solid #ccc;
	margin: 0 0 2px 2.2em;
}
.indent1 {
	padding-left: 1em;
}
.indent2 {
	padding-left: 2em;
}
img.rssIcon {
	vertical-align: middle;
}



/* Portrait tablets and small desktops */
@media (min-width: 768px)  {
	.horizontal-blue a {
		margin: 0 0 0 30px;
	}
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.top-nav {
		text-align: center;
		padding-right: 0px;
	}
	.horizontal-blue a {
		margin: 0 0 0 10px;
	}
	#masthead {
		text-align: center;
	}
	#masthead #logo2 {
		text-align: center;
	}
	
	#tagline {
		padding: 0 20px;
			
	}
	.navbar {
		min-height: auto;
		    border: 0px solid transparent;
	}
	
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.footer-nav {
		text-align: center;
		line-height: 1.8em;
	}
	.footer-nav a {
		line-height: 1.5em;
	}
	.footer-nav span {
		display: block;
	}
	
}

