/* reset
.................................................................. */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
}

body {
	color: #333;
	background: #fc8b1b url(img/body-bg.png) repeat-x;
	font: .9em/1.4em Arial, sans-serif;
}

a {
	color: #fc8b1b;
	text-decoration: none;
}

a:hover {
	color: #fc1922;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}

h1 span {
	color: #ccc;
}

h2 {
	line-height: 2em;
	font-size: 1.6em;
}

h3 {
	line-height: 2em;
	font-size: 1.4em;
}

h4 {
	line-height: 2em;
	font-size: 1.1em;
}

h5 {
	line-height: 2em;
	font-size: 1.3em;
	color: #fc1922;
}

h6 {
	color: #333;
	padding-top: 5px;
	font-size: .9em;
}

.case-study h6 {
	font-weight: bold;
}

ul {
	list-style-type: none;
}

p {
	margin: 0;
	padding: 5px 0;
	line-height: 1.4em;
}

blockqu3ote {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.5em;
	font-size: 1.2em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px 10px 10px 20px;
	/*background: #eee url(img/grey-grad.png) repeat-x left bottom;*/
	margin-left: 520px;
	background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
	color: #eee;
}

blockquote {
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px 10px 10px 20px;
	/*background: #eee url(img/grey-grad.png) repeat-x left bottom;*/
	color: #666;
	font: italic 1.1em/1.5em Georgia, "Times New Roman", Times, serif;
}

hr {
	margin-top: 5px;
	margin-bottom: 10px;
	border-width: 0;
	border-bottom: 1px solid #e1e1e1;
}

p a, #footer a {
	color: #fc8b1b;
	border-bottom: 1px dotted #ccc;
}

#wrapper {
	position: relative;
	background-color: #fff;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	width: 100%;
}

#splash {
	background: url(img/splash.png) no-repeat 0;
	width: 320px;
	height: 470px;
	float: left;
	margin-right: 10px;
}

#masthead {
	height: 50px;
	text-align: center;
}

h1#lo3go a {
	width: 325px;
	height: 100px;
	display: block;
	background: url(img/logo_yardstick.gif) no-repeat 0 bottom;
	text-indent: -9999px;
}

h1#logo a {
	width: 324px;
	height: 113px;
	display: block;
	background: url(img/logo_yardstick.gif) no-repeat 0 bottom;
	text-indent: -9999px;
}

.inner {
	width: 960px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

.external {
	padding-right: 16px;
	background-image: url(img/ext-link.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}

.external:hover {
	background-position: right -14px;
}

a.top {
-moz-border-radius:4px 4px 4px 4px;
background-color:#EEEEEE;
border-bottom-style:none;
border-bottom-width:0;
display:block;
float: right;
margin-bottom:5px;
margin-top:5px;
padding:2px 5px;
	font-size: .8em;
	color: #333;
	clear: both;
}
a.top:hover {
background-color:#999999;
color:#F3F3F3;
}


a#login {
	position: absolute;
	right: 20px;
	top: -40px;
	display: block;
	color: #fff;
}

a#login:hover {
	color: #eee;
}

#content {
	padding: 10px;
	min-height: 400px;
}

h2.intro {
	line-height: 1.1em;
}

h2.intro strong {
	font-size: 1.1em;
	display: block;
	float: right;
	padding-bottom: 15px;
}

.col {
	width: 390px;
	float: left;
	/*padding-left: 20px;*/
}

.col-right {
	width: 520px;
	margin-left: 20px;
	float: right;
	/*position: relative;*/
	/*background: url(img/scroller-top.png) no-repeat left top;*/
}

/* @group nav */

ul#nav {
	list-style: none;
	position: absolute;
	right: 10px;
	top: 5px;
	height: 30px;
}

ul#nav li {
	float: left;
	/*margin-left: 1px;*/
}

ul#nav li a {
	color: #666;
	/*color: #ca3566;*/
	text-decoration: none;
	display: block;
	text-align: center;
	height: 20px;
	text-transform: capitalize;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px;
	font-size: .9em;
}

ul#nav li.last a {
	border-right-style: none;
}

ul#nav li a:hover {
	color: #333;
	background-color: #f3f3f3;
	/*border-top-color: #ccc;*/
}

ul#nav li.current a {
	color: #fff;
	font-weight: bold;
	background: #fc8b1b url(img/body-bg.png) repeat-x 0 center;
}

ul#nav li a.on:hover {
	color: #ccc;
	/*background-color: #f4e7d4;*/
}

ul#nav li a#home {
	
}

/* @end */

/* @group lava */

.lavaLampBottomStyle {
	position: relative;
	/*width: 500px;*/
	overflow: hidden;
}

.lavaLampBottomStyle li.back {
	/*border-bottom: 1px solid #9a1100;*/
	width: 9px;
	height: 1px;
	z-index: 8;
	position: absolute;
	background-color: #fc1922;
}

.lavaLampBottomStyle li a {
	text-decoration: none;
	color: #333;
	outline: none;
	text-align: center;
	top: 1px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 29px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	font-size: 1em;
}

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}



/* @end */

/* @group scrollable */

#content .scrollable h5 {
	margin: 0;
	color: #333;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
}

#content .scrollable h5 a {
	color: #333;
}

#content .scrollable h6 {
	margin: 0;
	color: #333;
	padding: 20px 0 0;
	line-height: 1.5em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}



/* @end */

.content-right {
	float: left;
	width: 630px;
	margin-left: 10px;
}

/* @group case-studies */

#case-studies {
	/*margin-top: 360px;*/
	padding-left: 10px;
}

#case-studies li {
	border-bottom: 1px solid #ccc;
	font-size: .9em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#case-studies li img {
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}

.case-study {
	font-size: .9em;
	border-left: 1px solid #ccc;
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.case-study h3 {
	font: italic bold 1.4em/1.5em Georgia, "Times New Roman", Times, serif;
	text-align: right;
color: #fc8b1b;
}

.case-study .blurb {
	font: italic bold 1em Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
}

.quote {
	display: block;
	color: #666;
	font-size: .9em;
	padding-left: 20px;
}



/* @end */

#contact-content {
	color: #666;
	background-color: #fff;
}

.address {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background-color: #f3f3f3;
border:1px solid #eee;
margin-left:20px;
padding:10px;
width:40%;
}

#content h1 {
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-size: 1.6em;
	margin: 0;
	padding-top: 150px;
	padding-bottom: 10px;
}

#content h1 span {
	color: #ccc;
}

li.odd {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f0e4df;
}

.float-box {
	float: left;
	display: block;
	width: 280px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	background: #eee url(img/grey-grad.png) repeat-x left bottom;
	margin-right: 8px;
	/*height: 305px;*/
}

.float-box-right {
	float: right;
	display: block;
	width: 250px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	background: #eee url(img/grey-grad.png) repeat-x left bottom;
	margin-left: 20px;
	font-size: .8em;
	color: #666;
}

.float-box-left {
	display: block;
	width: 250px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	background: #eee url(img/grey-grad.png) repeat-x left bottom;
	margin-right: 20px;
	font-size: .8em;
	color: #666;
}

.height-300 {
	height: 305px;
}

.float-box-last {
	margin-right: 0;
}

.float-box h4 {
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
}

ul#who-menu  {
	float: left;
	/*width: 198px;*/
	text-align: left;
	margin-left: 0;
	/*position: absolute;
	top: 160px;
	left: 25px;*/
	margin-left: 10px;
	/*margin-left: 770px;*/ /*for use with sticky rail*/
	clear: right;
	padding-bottom: 3px;
}

ul#who-menu li {
	float: left;
	color: #999;
}

ul#who-menu li a {
	/*color: #666;*/
	/*color: #ca3566;*/
	text-decoration: none;
	/*display: block;*/
	text-align: center;
	height: 20px;
	text-transform: capitalize;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px;
	font-size: 1em;
}

.pull {
	padding-right: 50px;
}

h5.pull  {
	padding-right: 50px;
	color: #fc8b1b;
}

ul.resources {
	margin-left: 20px;
}

ul.resources li {
	padding-bottom: 2px;
	font-size: .9em;
}

#footer {
	color: #eee;
	clear: both;
	padding: 10px;
	font-size: .9em;
}

#footer .small {
	font-size: .9em;
}

#footer a {
	color: #fff;
}

#copy {
	float: left;
	width: 550px;
	text-align: justify;
	padding-bottom: 20px;
}

#info {
	float: right;
	width: 350px;
	text-align: right;
}

#footer p {
	color: #eee;	
}

/* @group thumbs */

.pictureFrame {
	display: inline;
	float: left;
	/*margin-left: -140px;*/
	position: relative;
}

.pictureFrame {
	cursor: pointer;
	display: block;
	height: 88px;
	overflow: hidden;
	position: relative;
	width: 132px;
}

.pictureFrame .image {
	display: block;
	height: 79px;
	left: 3px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 126px;
}

.pictureFrame .overlay {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(img/thumb-frame.png) repeat scroll left top;
	display: block;
	height: 88px;
	left: 0;
	position: absolute;
	top: 0;
	width: 132px;
}

/* @end */

.clear {
	clear: both;
}

.clear10 {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sm {
	font-size: .9em;
}

.img-border {
	padding: 2px;
	border: 1px solid #ccc;	
}

a .sm {
	color: #55aa99;
}

.sets li a:hover .sm {
	color: #666;
}

/* @group buttons */

/* @group services list */

ul.services {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #666;
}

ul.services li {
	padding-bottom: 4px;
	font-size: .9em;
	background: url(img/bullet.gif) no-repeat 0 1px;
	padding-left: 20px;
}

ul.services li a {
	display: block;
	font-size: .9em;
}



/* @end */

.button, .gobutton, .button-sm {
	display: inline;
	margin: 4px 2px 2px;
	text-decoration: none;
	color: #eee;
	/*text-transform: uppercase;*/
	text-align: center;
	background-image: url(img/button-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #ca3566;
	font-size: .9em;
	line-height: 2em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 14px 1px;
}

.button {
	margin: 4px 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	/*float: left;*/
}

.button-sm {
	font-size: .7em;
	line-height: 1.6em;
	margin: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	background-position: 0 -4px;
}

.gobutton {
	display: inline;
	width: 30px;
	margin: 4px 4px 2px;
	background-position: 0 -2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}

.button:hover, .gobutton:hover, button-sm:hover {
	color: #fff;
	border: 1px solid #666;
}

#formit form .button {
	margin-left: 95px;
	margin-top: 0;
}



/* @end */

/* @group forms */

form {
	margin: 0;
	padding: 0;
	font-size: .9em;
}

fieldset {
	padding-left: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
	border:none;
	border-bottom: 1px solid #ddd; /*#e9e9e9*/
	margin-right: 10px;
	padding-bottom: 1em;
	color: #333;
}

legend {
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .2em;
	color: #333;
	margin: 0 4em .25em 0;
	line-height: 1.4em;
	display: block;
	padding-left: 0;
}

legend a {
	background-image: url(../img/toggle-sm-off.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 18px;
	display: block;
}

legend a.on {
	background-image: url(../img/toggle-sm-on.gif);
}

select {
	font-size: .9em;
	padding-right: 2px;
	padding-left: 2px;
}

#formit label, #formit input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 8px;
	/*font-size: .9em;*/
	color: #666;
}

.formrow {
	float: left;
	margin-right: 2em;
}

.submit {
	/*background: #55aa99 url(img/button-bg.png) repeat-x;*/
	padding: 4px 8px 5px 8px;
	color: #fff/*!important*/;
	/*font-weight:  bold;*/
	border: 0;
	font: .9em Arial, Helvetica, Geneva, sans-serif;
	background-color: #55aa99;
}

input.submit,
.submit_alt,
.button a.submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}



label {
	display: block;
	margin-bottom: .1em;
	color: #999;
	margin-top: .5em;
	/*font-size: .9em;*/
}

label.req {
	background: url(../img/req.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

input {
	/*width: 120px;*/
	/*float: left;*/
	border: 1px solid #ccc;
	/*border-color: #eee #ccc #ccc #eee;*/
	color: #333;
	padding: 4px 2px;
}

input:hover, input:focus {
	border-color: #999;
}

.req, .nonreq {
	margin-top: 5px;
}

.required {
	background-color: #ffffcc;
}

label.error {
	color: #900;
	font-weight: bold;
}

.invalid {
	/*background-color: #ffffcc;*/
	display: block;
	line-height: 1.4em;
	color: #993300;
	font-size: .9em;
}

#formit label {
	text-align: right;
	width: 75px;
	padding-right: 10px;
}

#formit form br {
	clear: left;
}

#formit form .button {
	margin-left: 95px;
	margin-top: 0;
}

.validator {
	background: url(../img/green-check.gif) no-repeat 0 50%;
	padding-left: 10px;
	padding-right: 20px;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #f3f3f3;
}

.warning {
	display: block;
	line-height: 16px;
	padding: 2px 2px 2px 18px;
	margin-right: 45px;
	background: #f3f3f3 url(../img/warning-ltgr.gif) no-repeat left 2px;
	border: 1px solid #ccc;
}

.warning-in {
	padding-left: 18px;
	background: transparent url(../img/warning-sq.gif) no-repeat left center;
	text-transform: uppercase;
	color: #ad0000;
}
/* @end */