html { height: 100%; }


body {
	margin: 0;
	background-color: #dedad4;

	font-family: Helvetica, Arial, sans-serif;
	color: #777777;
	font-size: 62.5%;
	line-height: 1.8em;

	height: 100%;
}

div, span, p, table, tr, th, td {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/************************/

p { margin-top: 0px; }

a img { border: 0; }

a, a:link, a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

.display {
	color: #7d6a55;
	font-size: 1.4em;
	line-height: 22px;
}

table.thin {
	margin-top: -10px;
	width: 99%;
}

table.thin td {
	border-bottom: 1px solid #cccccc;
}

table.thinbio {
	margin-top: -10px;
	width: 99%;
}

table.thinbio td {
	border-bottom: 1px solid #cccccc;
}

table.thinbio td br {
	display: block;
	margin-bottom: 7px;
}

.quote {
	padding-left: 18px;
	background: url(img/startquote.gif) no-repeat top left;
	color: #ff6633;
}

#contentpane ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#contentpane ul li {
	padding-left: 10px;
	background: url(img/arrow.gif) no-repeat left top;
}

.orange {
	color: #ff6633;
}


.grey {
	height: 1px;
	font-size: 1px;
        	line-height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
}

/************************/

#container {
	background-color: white;
	border-color: #7d6a55;
	border-style: solid;
	border-width: 0 1px;
	width: 950px;
	margin: 0 auto 0 auto;
	min-height: 100%;
	position: relative;

}

#inside #header {
	height: 81px;
	background: url(img/top-bg.gif) no-repeat bottom center;
}

#header-line {
	height: 81px;
	background: url(img/line-bg.gif) repeat-x bottom center;
	position: relative;
}


#home #header {
	height: 81px;
	background: url(img/top-bg-home.gif) no-repeat bottom center;
	position: relative;
	top: 8px;
}

#home #header-line {
	background: url(img/line-bg-home.gif) repeat-x bottom center;
}

ul#nav {
	list-style-type: none;
	padding: 55px 0 0 0;
       	margin: 0;
}

	ul#nav li {
		float: left;
	}

	ul#nav a {
		display: block;
		width: 83px;
		height: 26px;
		background-image: url(img/nav-sprite.gif);

		font-size: 1.2em;
		font-family: Helvetica, arial, sans-serif;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		color: #7d6a55;
	}

	#home ul#nav a {
		background-image: url(img/nav-sprite-home.gif);
	}

	ul#nav a img {
		display: block;
		width: 83px;
		height: 26px;
	}

	ul#nav a:hover {
		color: #ff6633;
	}

	a#nav-home, a#nav-home:link, a#nav-home:visited 		{ background-position: 0px 0px; }
	a#nav-home-on, a#nav-home-on:link				{ background-position: 0px -26px; }
	a#nav-home:hover, a#nav-home:active		 		{ background-position: 0px -52px; }
	a#nav-people, a#nav-people:link, a#nav-people:visited 		{ background-position: -83px 0px; }
	a#nav-people-on, a#nav-people-on:link 				{ background-position: -83px -26px; }
	a#nav-people:hover, a#nav-people:active 			{ background-position: -83px -52px; }
	a#nav-services, a#nav-services:link, a#nav-services:visited 	{ background-position: -166px 0px; }
	a#nav-services-on, a#nav-services-on:link 			{ background-position: -166px -26px; }
	a#nav-services:hover, a#nav-services:active 			{ background-position: -166px -52px; }
	a#nav-news, a#nav-news:link, a#nav-news:visited 		{ background-position: -249px 0px; }
	a#nav-news-on, a#nav-news-on:link 				{ background-position: -249px -26px; }
	a#nav-news:hover, a#nav-news:active 				{ background-position: -249px -52px; }
	a#nav-careers, a#nav-careers:link, a#nav-careers:visited 	{ background-position: -332px 0px; }
	a#nav-careers-on, a#nav-careers-on:link 			{ background-position: -332px -26px; }
	a#nav-careers:hover, a#nav-careers:active 			{ background-position: -332px -52px; }
	a#nav-media, a#nav-media:link, a#nav-media:visited 		{ background-position: -415px 0px; }
	a#nav-media-on, a#nav-media-on:link 				{ background-position: -415px -26px; }
	a#nav-media:hover, a#nav-media:active 				{ background-position: -415px -52px; }
	a#nav-contact, a#nav-contact:link, a#nav-contact:visited 	{ background-position: -498px 0px; }
	a#nav-contact-on, a#nav-contact-on:link 			{ background-position: -498px -26px; }
	a#nav-contact:hover, a#nav-contact:active 			{ background-position: -498px -52px; }


	#logo {
		position: absolute;
		top: 15px;
		right: 12px;
	}

ul.recent_news {
	float: left;
	width: 230px;
         list-style-type: none;
	margin: 0;
	padding: 60px 0 0 0;
}

ul.subnav,
ul#subnav {
	float: left;
	width: 230px;
         list-style-type: none;
	margin: 0;
	padding: 60px 0 0 0;
}

ul.subnav li,
ul#subnav li {
	min-height: 20px;
	background-color: #f8f7f6;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

ul.subnav li.h1,
ul#subnav li.h1 {
	background-color: #ff6633;
	border-color: #ff6633;
	color: white;
	font-weight: bold;
	padding: 0 0 0 25px;
	font-size: 1.3em;
	line-height: 21px;
}

ul.subnav li.em,
ul#subnav li.em {
	border-color: #ff6633;
}

ul.subnav li.hidden,
ul#subnav li.hidden {
	display: none;
}

ul.subnav li a,
ul#subnav li a {
	display: block;
	padding: 0 0 0 25px;
	font-size: 1.3em;
	line-height: 20px;
	color: #999999;
	text-decoration: none;
}

ul.subnav li a:hover,
ul#subnav li a:hover {
	color: #666666;
	text-decoration: underline;
}

ul.subnav li a.on,
ul#subnav li a.on {
	color: #ff6633;
	font-weight: bold;
}

ul.subnav li.strong a,
ul#subnav li.strong a {
	font-weight: bold;
}

ul.subnav li ul,
ul#subnav li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #cccccc;
	background-color: #e5e5e5;
}

ul.subnav li ul li,
ul#subnav li ul li {
	background-color: transparent;
	border: 0;
}

ul.subnav li ul li a.on,
ul#subnav li ul li a.on {
	color: #666666;
	font-weight: bold;
}

ul#tertiary {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 21px;
}

ul#tertiary li {
	min-width: 115px;
	line-height: 21px;
	float: left;
	margin-right: 1px;
}

ul#tertiary li a,
ul#tertiary li a:link,
ul#tertiary li a:visited {
	display: block;
	padding: 0 4px 0 4px;
         line-height: 21px;
	background-color: #f8f7f6;
	color: #999999;
	text-decoration: underline;
}

ul#tertiary li a:hover,
ul#tertiary li a:active {
	color: #666666;
	text-decoration: underline;
}

ul#tertiary li a.on,
ul#tertiary li a.on:link,
ul#tertiary li a.on:visited {
	background-color: #ff6633;
	color: white;
	font-weight: bold;
	text-decoration: none;
}



#inside #main {
	background: url(img/content-bg.png) repeat-x center top;
}



#content {
	margin: 0 95px 0 350px;
}

#contentpadd {
	padding: 60px 0 50px 0;
	font-size: 1.3em;
	line-height: 18px;
}

#cleaner {
	clear: left;
	height: 60px;
}

#copy {
	padding: 0 0 0 10px;
	color: #b1b1b1;
	text-transform: uppercase;
	font-size: 1em;
	position: absolute;
	bottom: 10px;
	left: 0;
}

#copy a {
	color: #b1b1b1;
	text-decoration: none;
}

.marker {
	width: 7px;
	height: 22px;
	position: absolute;
	top: -1px;
	right: -7px;
	background: url(img/marker.gif);
}

a.people {
	position: relative;
	z-index: 1;
}

.hover {
	position: absolute;
	right: -106px;
	top: -43px;
	z-index: 5;
}

.tab-on {
	display: block;
	padding: 2px 20px 2px 5px;
	background: #ff6633;
	color: white;
	margin-bottom: 6px;
}

.tab {
	display: block;
	padding: 2px 20px 2px 5px;
	color: #ff6633;
	margin-bottom: 6px;
}

.tab a {
	color: #ff6633;
}

.clear { clear: both; }
body div#hp_content { margin: 32px 0 100px; padding: 0; float: none; width: 940px; clear: both; overflow: hidden; }
body div#hp_content div.links { width: 250px; float: left; position: relative; overflow: hidden; }
body div#hp_content div.links ul.subnav { float: none; width: 232px; margin: 0; padding: 0; }
body div#hp_content ul#recent_news { margin-bottom: 40px; }
body div#hp_content div.news_feature { width: 504px; float: right; padding-right: 84px; }
body div#hp_content div.news_feature h2 { margin: 0 0 7px; padding: 0; color: #7d6a55; font-size: 1.80em; font-weight: normal; }
body div#hp_content div.news_feature h5 { margin: 0 0 3px; padding: 0; color: #a0a0a0; font-size: 1.40em; font-weight: normal; }
body div#hp_content div.news_feature p { font-size: 1.30em; line-height: 1.80em; color: #a0a0a0; }
body div#hp_content div.news_feature p a { text-decoration: none; color: #ff6633; font-style: italic; }
body div#hp_content div.news_feature p a:hover { text-decoration: underline; }


