html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	font-weight: 700;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

/*******/
html {
	font-family: 'Open Sans Condensed', sans-serif;
}
body {
	background-color: #333;
}
p {
	margin-bottom: 1.0em;
}
.strong {
    font-weight:700;
}
.quote {
	font-style: italic;
}
.content-wrapper {
	width: 960px;
	margin: 0 auto;
}
#header, #footer {
	background-color: #333;
	color: #FFF;
}
#header {
	overflow: visible;
	height: 3.0em;
}
#navigation {
	float: right;
}
#navigation > li {
	float: left;
	padding-left: 1.0em;
	line-height: 3.0em;
}
#navigation a {
	color: #81A4C6;
}
#navigation a:hover {
	border-bottom: 2px solid #81A4C6;
}
#main {
	background-color: #528114;
	
}
#main .content-wrapper {
	background-image:url('images/gradient.png');
	background-repeat:no-repeat;
	background-position:center; 

}
#secondary {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	background-color: #FFF;
}
#equipment-image {
	float: right;
	margin-top: 1.7em;
	margin-right: 2.5em;
}
.two-column {
	width: 50%;
	float: left;
}
#tag-line {
	font-size: 2.5em;
	text-align: center;
	display: inline-block;
	margin: 3.0em 0 3.0em 1.0em;
	font-weight: 700;
	color: #BEE38C;
}
#tag-line .big-text {
	font-size: 1.5em;
}	

.table, .full-table {
	background-color: #EEEEEE;
}
.full-table {
	padding: 36px 36px 1px 36px;
}
.full-table ul {
	list-style: disc;
	margin-left: 2.5em;
	list-style-position: inside;
}
ul {
	margin-bottom: 1.0em;
}
.table-content-container {
	background-color: #DDDDDD;
	font-family: 'Raleway', sans-serif;
	font-size: 0.93em;
	line-height: 1.5em;
	padding: 1.0em;	
	margin-bottom: 36px;
}
#unique-header {
	text-align: center;
	background-color: #81A4C6;
	font-size: 2.0em;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #333;
	line-height: 1.5em;
}
.unique-reason {
	font-family: 'Raleway', sans-serif;
	font-size: 0.93em;
	line-height: 1.5em;
	color: #111;
	width: 272px;
	background-color: #DDDDDD;
	padding: 1.0em;	
}
.unique-reason  a {
	color: #111;
	font-weight: normal;
}
.unique-reason  a:hover {
	text-decoration: underline;
}
.merged {
	width: 580px !important;
}
.unique-reason img {
	display: block;
	margin: 0 auto;
	margin-top: -30px;
}
 h3 {
	font-weight: 700;
	color: #333;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.equal {
	display: table;
	border-collapse: separate;
	border-spacing: 36px;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}

#footer {
	
	text-align: right;
	position: relative;
}
#footer img {
	top: -13px;
	position: relative;
}
#footer a {
	color: #FFF;
	font-weight: 300;
}
#footer a:hover {
	text-decoration: underline;
}
#contact-info {
	
	text-align: right;
	border-right: 1px solid #999;
	padding-right: 2.0em;
	line-height: 1.2em;
	display: inline-block;
	margin-right: 1.0em;
	position: relative;
	top: -8px;
	
}
#contact-info li {
	font-weight: 300;
	font-size: 14px;
}
.heavy {
	font-weight: 700 !important;
}
