/*	"Resetting Again" reset stylesheet by Eric Meyer
	http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	Base styles */
body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #301020;
	background-color: #504030;
}
body.lightbox {
	background: #fff;
}
h1 {
	font-size: 5.4em;
	line-height: 1.1111;
	text-transform: lowercase;
}
h2 {
	font-size: 2.8em;
	line-height: 1.25;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	line-height: 1.25;
	font-weight: bold;
}
p,
li {
	font-size: 1.4em;
	line-height: 1.25;
}
li {
	margin-left: 1em;
	list-style: disc outside;
}
li h2 {
	font-size: 1.2857em;
}
li h3 {
	font-size: 1.0714em;
}
li p {
	font-size: 1em;
}
p + p,
p + ul,
ul + ul,
ul + p,
h2 + h3,
h3 + h3 {
	margin-top: 1.25em;
}
p + h2,
p + h3,
ul + h2,
ul + h3 {
	margin-top: 2.5em;
}
h2 + p,
h3 + p,
h2 + ul,
h3 + ul {
	margin-top: 1.25em;
}
a {
	border-bottom: 1px solid #ff5f00;
	text-decoration: none;
	color: #ff5f00;
}
a:hover {
	border-bottom-color: #bb2600;
	color: #bb2600;
}

/*	Float clearing */
#nav,
#content,
#footer {
	overflow: hidden;
}

#content h2 a {
	border-bottom: 0;
}


/*	Section-specific styles */
#wrap {
	margin: 0 auto;
	width: 96em;
	background: #ffffef;
}
#header {
	position: relative;
	padding: 8em 12.5em 2em 12.5em;
	min-height: 6em;
	border-bottom: 1px solid #f6e6bf;
	background: #f17538 url(/img/header-gradient.png) repeat-x 0 0;
}
#header h1 {
	position: absolute;
	top: 0;
	left: -0.5556em;
	z-index: 1;
	padding: 0.1852em 0 2.2222em 2.8704em;
	background: transparent url(/img/logo.png) no-repeat 0 0.1852em;
}
#header h1 a {
	border-bottom: 0;
	color: #f6e6bf;
}
#header h1 a:hover {
	color: #fff;
}

#nav {
	position: relative;
	z-index: 2;
	padding: 1em 2em 1em 2em;
}
#nav ul {
	float: right;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 0.5em;
	border-left: 1px solid #cba;
	list-style: none;
	font-size: 1.8em;
}
#nav li#nav-rss,
#nav li#nav-facebook,
#nav li#nav-twitter {
	padding: 0;
}
#nav li#nav-rss,
#nav li#nav-facebook,
#nav li#nav-twitter {
	border-left: 0;
}
#nav li:first-child {
	border-left: 0;
}
#nav li a {
	float: left;
}
#nav li#nav-rss a,
#nav li#nav-facebook a,
#nav li#nav-twitter a {
	text-indent: -9999px;
	width: 2.2857em;
	height: 2.2857em;
	border-bottom: 0;
}
#nav li#nav-rss a {
	background: url(/img/rss-32x32.png) no-repeat 50% 50%;
}
#nav li#nav-facebook a {
	background: url(/img/facebook-32x32.png) no-repeat 50% 50%;
}
#nav li#nav-twitter a {
	background: url(/img/twitter-32x32.png) no-repeat 50% 50%;
}
#content {
	padding: 8em 2em 6em 8em;
	height:86em;
}
ul.services {
	overflow: hidden;
}
*+html ul.services {
	margin-bottom: 20px;
}
ul.services li {
	float: left;
	width: 13.6429em;
	height: 12.7143em;
	padding: 0.7143em;
	margin: 0 1.4286em 1.4286em 0;
	border: 1px solid #d6c69f;
	border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	list-style: none;
	background: #f6e6bf;
}
ul.services h2 + p,
ul.services p + p {
	margin-top: 0.75em;
}
ul.services li p.enter {
	font-style: italic;
}
ul.prices {
	margin-left: -2em;
	width: 64em;
}
ul.prices li {
	position: relative;
	margin: 0;
	padding: 0.7143em 10em 0.7143em 1.4286em;
	list-style: none;
}
ul.prices li.odd {
	background: #f6e6bf;
}
ul.prices .explanatory {
	font-style: italic;
}
ul.prices .price {
	position: absolute;
	top: 0.7143em;
	right: 1.4286em;
	font-weight: bold;
	font-style: italic;
}
p.footnote {
	font-size: 1.2em;
}
#footer {
	padding: 1.1667em 2.3334em;
	font-size: 0.8571em;
	background: #f17538;
}
#footer ul {
	float: right;
}
#footer li {
	float: left;
	margin: 0;
	padding: 0 0.5em;
	border-left: 1px solid #f59f74;
	list-style: none;
}
#footer li:first-child {
	padding-left: 0;
	border-left: 0;
}
#footer li a {
	float: left;
	border-color: #f6e6bf;
	color: #f6e6bf;
}
#footer li a:hover {
	border-color: #fff;
	color: #fff;
}
#footer li:first-child a {
	padding-left: 0;
}
#footer p {
	float: left;
	margin: 0;
}

/*	Page-specific styles */
#index #content {
	padding-right: 0;
	padding-bottom: 0;
}
#disclaimer #content h2 {
	text-transform: uppercase;
}
#disclaimer #content strong {
	text-transform: uppercase;
	font-weight: normal;
}
#full-price-list p.footnote {
	width: 51.6667em;
}
#full-services-list #content {
	width: 64em;
}
#full-services-list #content li {
	margin-bottom: 1.5em;
}
#full-services-list #content li li {
	margin-bottom: 0;
	font-size: 1em;
}
#full-services-list h3 {
	font-size: 1.2857em;
	line-height: 1.1111;
	font-weight: normal;
}
#full-services-list h2 + ul {
	margin-top: 1.5em;
}
#full-services-list h3 + p,
#full-services-list h3 + ul {
	margin-top: 0.25em;
}


/*	THICKBOX STYLES: originally in thickbox.css, from http://jquery.com/demo/thickbox/ */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/*	END THICKBOX STYLES */
