/* @override http://nrmrwib/css/screen.css */

@import url(reset.css);

/* @group Generic */

/* @group Font Sizes and Margins */

html,
body {
	height: 100%;
}

body {
	background: #fff url('/images/layout/bg.png') repeat-x left top;
	color: #333;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.2em;
	line-height: 1.6em;
}

li li,
li p,
td li {
	font-size: 1.0em;
}

p {
	margin: 1em 0;
}

/* @end */

/* @group Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.5em;
	color: #c2d691;
}

h1 {
	font-size: 3.6em;
	line-height: 1em;
	margin-top: 11px;
}

h2 {
	font-size: 3em;
	line-height: 1em;
	margin: 0.8em 0 0 0;
}

h3 {
	font-size: 2.2em;
	line-height: 1em;
	margin: 0.8em 0 0 0;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

/* @end */

/* @group Blockquotes */

blockquote {
	margin: 1em 0;
}

blockquote p {
	margin: 1em;
}

blockquote p cite {
	display: block;
	text-align: right;
}

blockquote p cite:before {
	content: "— ";
}

/* @end */

/* @group Lists */

ul,
ol {
	margin: 1em 0;
}

#content-main ul,
#content-main ol {
	margin: 1em 1em;
}

li {
	margin: 0.25em 0;
}

td li {
	margin-left: 1.2em;
}

ul li {
	list-style: disc;
	margin-left: 1.6em;
}

ul.square li {
	list-style-type: square;
}

ol li {
	list-style: decimal;
	margin-left: 1.6em;
}

ul.horizontal li {
	border-right: 1px solid #999999;
	display: inline;
	float: left;
	margin: 0 0.8em 0 0;
	padding: 0 0.8em 0 0;
}
	
ul.horizontal li.last {
	border-right: 0 none;
	padding-right: 0;
	margin-right: 0;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
	margin: 2em 0;
}

#content-main dl {
	margin-top: 1.2em;
}

#content-main dt {
	font-weight: bold;
}

#content-main dd {
	margin-bottom: 1em;
}

#content-main dl.phone dt {
	float: left;
	width: 60px;
}

#content-main dl.phone dd {
	margin: 0;
}

/* @end */

/* @group Tables */

table {
	margin: 1em 0;
	width: 100%;
}

table td,
table th {
	padding: 3px 11px;
	text-align: left;
}

table tr.alt,
table tr.alt td {
	background-color: #f0f1eb;
}

/* @end */

/* @group Links */

a:link {
	color: #333;
}

a:visited{ 
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

/* @end */

/* @group Images, Pullquotes and Callouts */

a img {
	border-width: 0;
}

img {
	margin: 0;
	padding: 0px;
}

.image-left,
div.callout-left,
div.pullquote-left {
	display: inline;
	float: left;
	margin: 15px 10px 10px 0;
}

.image-right,
div.callout-right,
div.pullquote-right {
	display: inline;
	float: right;
	margin: 15px 0 10px 10px;
}

p .image-right,
p .image-left {
	margin-top: 3px;
}

div.image-left,
div.image-right {
 	width: 100px;
}

img.image-left,
img.image-right,
.image-left img,
.image-right img {
	display: block;
}

.image-left p,
.image-right p {
	color: #797979;
	color: rgba(102, 102, 102, 0.99);
	font-size: 1.1em;
}

div.pullquote-left,
div.pullquote-right {
	background-color: #000;
	border-width: 3px 0;
	color: rgba(255, 255, 255, 0.99);
	font-size: 160%;
	line-height: 1.5em;
}

div.callout-left,
div.callout-right {
	background-color: #666;
}

/* @end */

/* @group Clear */

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* @end */

/* @group Grid */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	float: left;
	display: inline;
}

.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* @end */

/* @end */

/* @group Layout */

#header,
#content,
#footer-inner {
	width: 960px;
	margin: 0 auto;
}

#content {
	background: transparent url('/images/layout/content-bg.png') repeat-y right top;
	position: relative;
	margin-top: 1px;
	margin-bottom: 30px;
}

#content-main {
	width: 690px;
	float: left;
}

#content-sub {
	width: 240px;
	float: right;
}

#wrapper {
	margin: 0 0 -80px 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.back-to-top {
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent url('/images/layout/back-to-top.png') no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 88px;
	width: 240px;
}

/* @end */

/* @group Header */

#header {
	background: transparent url('/images/layout/header-bg.png') no-repeat center top;
	position: relative;
}

a#logo {
	display: block;
	background: url('/images/layout/logo.png') no-repeat left top;
	text-indent: -9999px;
	height: 136px;
	width: 211px;
	margin-left: -13px;
	position: relative;
	z-index: 20;
}

#nav {
	position: absolute;
	top: 84px;
	background: transparent url('/images/layout/nav-bg.png') repeat-x left 11px;
	padding: 0 55px;
	right: 0;
	z-index: 10;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
	font-size: 1.4em;
}

#nav li a:link,
#nav li a:visited,
#nav li a:active,
#nav li a:hover {
	color: #fff;
	text-decoration: none;
	padding: 0 14px;
	background-color: #3c2d23;
}

#nav li a:hover {
	text-decoration: underline;
}

#header form {
	right: 0;
}

#header input.search {
	background: transparent url('/images/layout/search-box.png') no-repeat left top;
	border: 0;
	height: 23px;
	width: 179px;
	padding-left: 8px;
	font-size: 1.2em;
	color: #999;
	margin-right: 3px;
	position: absolute;
	top: 48px;
	right: 33px;
	padding-top: 4px;
}

#header input.go {
	background: transparent url('/images/layout/button-go.png') no-repeat left top;
	border: 0;
	text-indent: -9999px;
	width: 30px;
	height: 27px;
	position: absolute;
	top: 48px;
	right: 0;
}

/* @end */

/* @group Content Sub */

#content-sub {
	background: transparent url('/images/layout/content-sub-bg.png') no-repeat left top;
	padding-top: 14px;
	margin-bottom: 74px;
}

#content-sub h4 {
	color: #26302d;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 0.4em;
}

#content-sub .callout {
	padding: 13px;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #fff;
	margin: 0 1px;
}

#content-sub .callout.top {
	border-top: none;
}

#content-sub .callout.alt {
	background-color: #f5f5f5;
}

#content-sub p {
	margin: 0.5em 0 1em 0;
}

#content-sub ul,
#content-sub ol {
	margin: 0.5em 0;
}

#content-sub ul li {
	background: transparent url('/images/layout/bullet-square-green.gif') no-repeat 0 6px;
	list-style: none;
	margin: 0.4em 0;
	padding-left: 11px;
}

#content-sub ul li a:link,
#content-sub ul li a:visited,
#content-sub ul li a:active {
	text-decoration: none;
}

#content-sub ul li a:hover {
	text-decoration: underline;
}

#content-sub ul.list-2-col li {
	width: 95px;
	float: left;
	margin: 0.2em 0;
}

#content-sub dl {
	margin: 0.5em 0;
}

#content-sub dt {
	float: left;
	font-weight: bold;
}

#content-sub dd {
	float: right;
	width: 158px;
}

/* @end */

/* @group Contact Page */

.contact #content-main {
	width: 697px;
}

label {
	color: #737855;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin: 15px 0 4px 0;
}

input.text,
textarea {
	display: block;
	border: 1px solid #ccc;
	font-size: 1.2em;
	margin: 0;
	width: 300px;
	padding: 5px;
}

textarea {
	height: 198px;
	font-family: Helvetica;
}

input.send {
	background: transparent url('/images/layout/button-send.png') no-repeat left top;
	border: 0;
	text-indent: -9999px;
	height: 33px;
	width: 72px;
	margin-top: 14px;
}

/* @end */

/* @group Homepage */

.home #content-main {
	margin-top: -3px;
	margin-left: -5px;
	width: 720px;
}

.home h1 a {
	display: block;
	background: transparent url('/images/layout/fp-spotlight.jpg') no-repeat left top;
	text-indent: -9999px;
	height: 335px;
}

ul#slideshow {
	margin: 0;
	height: 335px;
	overflow: hidden;
}

ul#slideshow li {
	list-style: none;
	margin: 0;
	height: 335px;
	width: 722px;
}

ul#slideshow a {
	display: block;
	background: transparent url('/images/layout/fp-spotlight.jpg') no-repeat left top;
	text-indent: -9999px;
	height: 335px;
}

#content-main ul.fp-callouts {
	margin: 8px 0 10px 5px;
}

ul.fp-callouts li {
	float: left;
	list-style: none;
	margin: 0 13px 0 0;
}

ul.fp-callouts li.last {
	margin-right: 0;
}

ul.fp-callouts li a {
	background: transparent url('/images/layout/fp-callouts.jpg') no-repeat 0 0;
	display: inline-block;
	text-indent: -9999px;
	height: 180px;
	width: 228px;
}

ul.fp-callouts li.services a {
	background-position: -230px;
}

ul.fp-callouts li.data a {
	background-position: -460px;
}

.fp-bottom-callouts {
	background: transparent url('/images/layout/fp-bottom-callouts-bg.gif') repeat-y;
	margin-left: 6px;
	/*margin-top: 197px;*/
	margin-right: 6px;
	border: 1px solid #e5e5e5;
	padding-bottom: 15px;
}

.fp-bottom-callouts .col1,
.fp-bottom-callouts .col2 {
	float: left;
	width: 317px;
	padding: 0 18px;
	margin-top: -6px;
}

.fp-bottom-callouts h2 {
	font-size: 2.3em;
	color: #737855;
	margin-bottom: 0;
	line-height: 1.2em;
}

.fp-bottom-callouts h2 a:link,
.fp-bottom-callouts h2 a:visited,
.fp-bottom-callouts h2 a:active,
.fp-bottom-callouts h2 a:hover {
	background: transparent url('/images/layout/bullet-arrow-green.png') no-repeat 100% 60%;
	color: #737855;
	text-decoration: none;
	padding-right: 13px;
}

.fp-bottom-callouts h2 a:hover {
	text-decoration: underline;
}

.fp-bottom-callouts p {
	margin: 0.5em 0;
}

a.disclosure:link,
a.disclosure:active,
a.disclosure:visited,
a.disclosure:hover {
	background: transparent url('/images/layout/bullet-arrow-small-green.png') no-repeat 100% 50%;
	padding-right: 10px;
	text-decoration: none;
}

a.disclosure:hover {
	text-decoration: underline;
}

p.clear-margin {
	margin-bottom: -12px;
}

/* @end */

/* @group Tour */

body.tour {
	background: transparent url('/images/layout/tour-bg.png') repeat-x center top;
	margin: 10px 20px;
}

.tour h1 {
	color: #fff;
	line-height: 1em;
	margin: 45px 0 0 0;
	font-size: 2em;
}

.tour h3 {
	margin-top: 10px;
}

.tour-questions {
	background-color: #e0e0e0;
	float: left;
	width: 150px;
	padding: 5px 10px;
	border: 1px solid #bbb;
	margin: 20px 20px 20px 0;
}

.tour-questions ul {
	margin: 0;
}

.tour-questions li {
	background: transparent url('/images/layout/bullet-square-green.gif') no-repeat left 5px;
	list-style: none;
	margin: 5px 0;
	padding-left: 10px;
}

.tour .content {
	float: left;
	width: 500px;
}

.tour .pagination {
	margin-top: 25px;
}

.tour .pagination span {
	float: right;
}

/* @end */

/* @group Footer */

#footer {
	background: transparent url('/images/layout/footer-bg.png') repeat-x left top;
}

.push {
	height: 80px;
}

#footer-inner {
	background: transparent url('/images/layout/footer-inner-bg.png') no-repeat center top;
	height: 79px;
	padding-top: 1px;
}

#footer-inner {
	color: #fff;
	text-align: right;
}

/* @end */