@charset "utf-8";
body {
	margin: 0;
	background: #ffffff;
	table-layout: inherit;
}

.masthead {
	margin: auto;
	padding: 0;
	width: 100%;
	background-position: center top;
	background-image: url(/images/header-bkgnd.jpg);
	background-repeat: repeat-x;
     background-size:contain;
     background-position:center;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
	background-color: #f6f7f7;
}
.masthead-2 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-position: center top;
	background-color: #561f17;
}
.main-content {
	float: left;
	width: 76%;
	margin-right: 1%;
}
.sidebar {
	width: 23%;
	float: left;
}

.sidebar .content {
	margin: 0 auto;
	text-align: justify;
	padding: 20px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #d5dac2;
	/* sidebar color gradiant */	
	background-image: -webkit-linear-gradient(#c4cfdc, #dfe5eb);
	background-image: linear-gradient(#c4cfdc, #dfe5eb);
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
}
/* sets distance of content from head */
.content-wrapper{
	margin-top: 1em;
}
.main-content .content{
	padding: 20px 20px;
	line-height: 1.5em;
	/*border: 1px solid;
	border-radius: 5px;
	border-color: #666;*/
}
#info-columns {
    width: 100%;
    margin: 0 auto;
}
.columns-content{
	float: left;
    width: 30%;
	margin: 3px;
	vertical-align: top;
	line-height: 1em;
	background-color: #ffffff;
/* sidebar color gradiant */	
	background-image: -webkit-linear-gradient(#c4cfdc, #dfe5eb);
	background-image: linear-gradient(#c4cfdc, #dfe5eb);
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #000000;
	padding: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.footer {
	padding: 3px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0;
	width: 100%;
	/* color gradiant */	
	background-image: -webkit-linear-gradient(#8d966e, #456124);
	background-image: linear-gradient(#8d966e, #456124);
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-color: #f6f7f7;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}

.footer a {
	color: #561f17;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	
}
.footer a:hover, .footer a:focus { 
      color: #FFF; 
	 
}
h1
{
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #4b642a;
	font-size: 1.2em;
	text-decoration: none;
}
h2 
{
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #040c87;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}
h3 /* footer text */
{
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #f7f7f7;
	text-align: center;
}
h4
{
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

h5
{
	margin-top: 0; 
	margin-bottom: 0;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
}
h6
{
	margin-top: 0; 
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
}
hr{
	/* html5 compatible*/
	height: 3px;
	color: #8d966e;
	background-color: #8d966e;
	border: solid 1px #8d9663;
	width: 75%;
	text-align: center;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
a img {
	border: none;	
}

.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}
.imgright {
float: right;
padding: 6px 10px 6px 0px;
}
li {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;	
}

a:link {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #561f17;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;;
	color: #561f17;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active
{
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #486227;
	font-size: 1em;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}	
p {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.p-center {
	text-align: center;
}

table{
	width: 95%;
	margin:0 auto;
}
td {
	vertical-align: top;
	width: 33%;
	line-height: .9em;
	background-color: #ffffff;
/* sidebar color gradiant */	
	background-image: -webkit-linear-gradient(#c4cfdc, #dfe5eb);
	background-image: linear-gradient(#c4cfdc, #dfe5eb);
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #000000;
	padding: 2px 3px 2px 3px;
}

ul, ol, dl 
{ 
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000000;
	margin-left: 0;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;

}
