/* set a level playing field */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}
html { min-height: 100%; margin-bottom: 1px; } /* fix page shift on short pages */
body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #525053;
	color: #fff;
}
.bodger {
	clear: both;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
}

#topNav {
	margin: 3px auto;
	text-align: center;
	font-size: 75%;
}
#topNav li {
	display: inline;
	padding: 0 3px 0 10px;
	background-image: url(../i/nav-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#topNav li.firstItem {
	background-image: none;
}
#topNav li a {
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
}
#topNav li a:hover {
	color: #94c465;
}

#bottomNav {
	margin: 3px auto;
	text-align: center;
	font-size: 75%;
}
#bottomNav li {
	display: inline;
	padding: 0 3px 0 10px;
	background-image: url(../i/nav-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#bottomNav li.firstItem {
	background-image: none;
}
#bottomNav li a {
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
}
#bottomNav li a:hover {
	color: #fff;
}

#content {
	background-color: #a2a1a4;
	padding: 10px 35px 35px 35px;
	background-image: url(../i/about-us-content-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content h1 {
	font-size: 120%;
	padding-top: 20px;
}
#content h2 {
	font-size: 105%;
	color: #cadc91;
	padding-top: 10px;
}
#content #negmargin {
	margin-left: -35px;
	margin-right: -35px;
	padding-top: 15px;
}
#content p {
	padding: 5px 0;
	font-size: 80%;
	line-height: 150%;
	letter-spacing: 0.05em;
	text-align: justify;
}
#content #col1 ul {
margin-left: 30px;
}
#content #col1 li {
	padding: 2px 0;
	font-size: 80%;
/*	line-height: 150%;*/
	letter-spacing: 0.05em;
/*	text-align: justify;*/
}

#content p.narrow, #content h2.narrow {
	padding-right: 150px;
}
#content p.narrower {
	padding-right: 220px;
}
.contactInfo {
	margin-top: 15px;
}
.contactInfo img {
	float: left;
	padding: 15px 30px 0 15px;
}
.contactInfo p {
	width: 150px;
	float: left;
	padding: 10px 30px;
	font-size: 75%;
	font-weight: bold;
	line-height: 170%;
}
.contactInfo p .green {color: #9c6;}
.green {color: #cadc91;}
.contactInfo p a {
	color: #fff;
	text-decoration: none;
}

#services-winches {
	float: right;
	padding: 5px 0 5px 10px;
}
#rope-access {
	float: right;
	padding: 0 0 5px 10px;
	margin-right: -35px;
}
#working-at-height-requirements {
	float: right;
	padding: 5px 0 5px 10px;
	border: 0;
}
#services-list {
	margin: 10px 150px 10px 30px;
}

table#services {
	clear: left;
	border-collapse: separate;
	padding: 10px 0;
	width: 100%;
}
table#services td {
	padding: 10px;
	color: #333;
	font-size: 80%;
	vertical-align: top;
	width: 16%;
}

table#services td.one {
	background-color: #fafbf3;
}
table#services td.two {
	background-color: #eff5e0;
}
table#services td.three {
	background-color: #e5eec6;
}
table#services td.four {
	background-color: #d8e5ac;
}
table#services td.five {
	background-color: #cadc91;
}
table#services td.six {
	background-color: #b4cb6b;
}


#credits {
	padding: 10px 0;
}
#credits p {
	text-align: right;
	font-size: 70%;
}
.full-width-pull-quote {
	background-color: #cadc91;
	margin-left: -35px;
	margin-right: -35px;
}
#content .full-width-pull-quote h1 {
	padding: 15px;
	color: #fff;
	font-size: 180%;
	margin: 0;
}

#content li {
	font-size: 90%;
}

#content ul.sidebyside {
	width: 250px;
	float: left;
	padding: 20px;
}.lowercase {
	text-transform: lowercase;
}
#col1 {
 	width: 280px;
	float: left;
}
#col2 {
	width: 320px;
	float: right;
}
#col2 table {
	color: #666;
	font-size: 80%;
	border-collapse: collapse;
}
#col2 table th {
	background-color: #cadc91;
	padding: 3px;
}
#col2 table td {
	padding: 6px;
	vertical-align: top;
	line-height: 140%;
}
#col2 table tr.Odd {
	background-color: #d2e1a1;
}
#col2 table tr.Even {
	background-color: #cadc91;
}