/*
	font-family: 'Montserrat', sans-serif;
*/


html,
body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	padding: 0px;
	margin: 0px;
	background-image: url('../img/top_graphic.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

hr {
	border-top: 1px solid #eee;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:visited {
	text-decoration: none;
	color: #0000ff;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

table.space {
	margin-bottom: 30px;
	width: 100%;
}

table.space td:nth-child(2) {
	width: 1000px;
	padding: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

table.space:last-child td:nth-child(2) {
	border-bottom: none;
}

table.firstSpace {
	margin-top: 50px;
}

table.firstSpace td:nth-child(2) {
	padding-bottom: 50px;
}

h1,
h2,
h3,
h4 {
	color: #333;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
}


ul.address {
	line-height: 30px;
	vertical-align: top;
	display: inline-block;
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

ul:first-of-type.address {
	padding-right: 120px;
}

table.space td.article img {
	border: 1px solid #999;
	border-radius: 3px;
	max-width: 400px;
	vertical-align: top;
	margin-left: 30px;
	margin-bottom: 20px;
}

img.floatRight {
	float: right;
}

img.floatLeft {
	float: left;
}

.content {
	flex: 1 0 auto;
}

.footer {
	flex-shrink: 0;
	background-color: #006fa1;
	border-top: 1px solid #000;
	color: #ffffff;
}

.companyText {
	width: 300px;
	text-align: right;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	font-size: 25px;
	letter-spacing: 1px;
	color: #666;
}

.companyTextSmall {
	font-size: 10px;
	line-height: 14px;
}

.bread {
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

.important {
	font-weight: bold;
}

td.carousel {
	text-align: center;
	white-space: nowrap;
}

td.carousel img {
	max-height: 30px;
	padding: 0px 25px;
}








.contact div {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #333;
	width: 130px;
	display: inline-block;
	vertical-align: top;
}


.contact input[type=text] {
	height: 22px;
	width: 400px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding-left:3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	margin-bottom:10px;
}


.contact textarea {
	height: 60px;
	width: 400px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding-left:3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	vertical-align: middle;
}








button.green {
	font-family: 		arial;
	font-weight: 		bold;
	border:				1px solid #1b8b36;
	background-color: 	#39bb58;
	color:				white;
	font-size:			13px;
	padding:			10px 30px;
	border-radius:		2px;
}

button.green:hover {
	background-color: 	#33914a;
}


button.blue {
	font-family: 		arial;
	font-weight: 		bold;
	border:				1px solid #004977;
	color:				white;
	font-size:			13px;
	padding:			10px 30px;
	border-radius:		2px;
	background-image: 	linear-gradient(#006b9c, #024e84);
}

button.blue:hover {
	background-image:	linear-gradient(#0073a6, #005083);
}


button.gray {
	font-family: arial;
	font-weight: bold;
	border:1px solid #dedede;
	color: #006fa1;
	font-size: 13px;
	padding: 10px 30px;
	border-radius: 2px;
	background-image: linear-gradient(#f2f2f5, #efeeef);
}

button.gray:hover {
	background-image: linear-gradient(#fdfdff, #f0eff1);
}








