header {
	background: url("../images/bgHeadMaster05.png") repeat-x scroll 0 0 #F3F3F3;
}

body {
	background: url("../images/homeMeasureBanner.jpg") no-repeat scroll center 96px #F8F8F8;
}

.layout {
	width: 962px;
	overflow: auto;
	padding: 0 10px;
	margin: 0 auto 30px;
}

section#measuring {
	display: block;
	position: relative;
	height: 520px;
	cursor: pointer;
}

section#measuring h2 {
	font-weight: normal;
	text-align: center;
	font-family: arial;
	font-size: 36px;
	display: none;
}

section#measuring h3 {
	position: absolute;
	width: 500px;
	right: 0;
	font-weight: normal;
	text-align: right;
	font-family: arial;
	font-size: 24px;
	color: #777;
	top: 78px;
}

#measureText {
	position: relative;
	top: 400px;
	width: 680px;
	margin: 0 auto;
	text-align: justify;
}
#measureText ul {
	text-align: center;
}
#measureText li {
	display: inline;
	font-size: 18px;
	font-weight: normal;
	background: url("../images/bltRedPoints.gif") no-repeat scroll 0 3px transparent;
	padding: 0 13px 0 13px;
	color: #514F4D;
	font-family: Geneva,Arial,Helvetica,sans-serif;
}

#measureText p {
	margin: 2px 0 0 15px;
	font-family: arial;
	line-height: 150%;
	font-size: 13px;
	text-align: justify;
}
a#measureLearn {
	position: absolute;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	right: 0;
	top: 398px;
	background: #D70000;
	color: #FFF;
	padding: 4px 10px;
	border-radius: 5px;
}
a#measureLearn:hover {
	background: red;
}

section#otherServices, section#interpreter {
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #BBBBBB;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE);
	height: 250px;
}

section#otherServices {
	float: left;
	font-family: arial;
	padding: 0 25px;
	width: 510px;
	border-radius: 0 8px 8px 8px;
}

section#otherServices h2 {
	background: none repeat scroll 0 0 #888;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin: -25px 0 0 -26px;
	padding: 0 12px;
	line-height: 25px;
	position: absolute;
}

section#otherServices ul {
     position: relative;
     top: 21px;
	width: 500px;
}

section#otherServices li {
	padding: 0 0 8px 18px;
}

section#otherServices a {
	font-weight: bold;
	font-size: 14px;
	color: #084595;
	text-decoration: underline;
}
section#otherServices a:hover {
	color: #D70000;
}
section#interpreter {
	float: right;
	text-align: center;
	padding: 0;
	width: 380px;
}

section#interpreter h2 {
	position: relative;
	font-family: arial;
	font-weight: normal;
	font-size: 21px;
	text-align: center;
	color: #084595;
	background: url("../images/bomaInterpreter.png") no-repeat scroll center 20px transparent;
	padding: 92px 0 0;
}

section#interpreter p {
	position: relative;
	font-size: 12px;
	margin: 5px 0;
}
section#interpreter a {
	text-decoration: underline;
	color: #084595;
}

section#interpreter #standards {
	position: relative;
	overflow: auto;
	margin-top: 8px;
}

section#interpreter li {
	background: url("../images/bltRedArrowSm.gif") no-repeat scroll 0 4px transparent;
	text-align: left;
	font-size: 11px;
	padding-left: 13px;
	line-height: 18px;
}

section#interpreter ul#st01 {
	float: left;
	margin-left: 35px;
	width: 145px;
}

section#interpreter ul#st02 {
	float: left;
}

