
@font-face {
 font-family: 'Open Sans Condensed';
 src: url('fonts/OpenSansCondBold.eot');
 src: url('fonts/OpenSansCondBold.eot?#iefix') format('embedded-opentype'),
 url('fonts/OpenSansCondBold.woff') format('woff'),
 url('fonts/OpenSansCondBold.ttf') format('truetype');
 font-style: normal;
 font-weight: 700;
}
body {
	background-color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
h1, h2, h3, h4, h5 {
	margin-bottom: 0em;
	}
h1, h2, h3 {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	}
h1 { font-size: 1.5em; }
h3 {
	margin-top: 2em;
	}
h4 {
	margin-top: 1.5em;
	}
a {
	color: #05e;
	}
a:visited {
	color: #729;
	}
a:hover {
	color: #f40;
	text-decoration: underline;
	}
a:active {
	color: #661b00;
	}
img {
	border: 0;
	padding: 0;
	}
.inner {
	width: 94%;
	min-width: 620px;
	max-width: 1120px;
	margin: 0 auto;
	}
#header {
	text-align: left;	
	padding: 10px 0 5px 0;
	margin: 0 0 1.8em 0;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(white, #f7f7f7); 
	background-image: -ms-linear-gradient(white, #f7f7f7); 
	background-image: -webkit-linear-gradient(white, #f7f7f7); 
	background-image: -o-linear-gradient(white, #f7f7f7); 
	background-image: linear-gradient(white, #f7f7f7); 
	border-bottom: 1px solid #ccc;
	}
#header .inner {
	position: relative;
	}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
@media print {
	#header ul {
	display: none;
	}
}
#header li {
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #ddd;
	}
#header li.last {
	margin: 0;
	padding: 0;
	border-right: none;
	}
#header li a {
	color: #f40;
	text-decoration: none;
	}
#header li a:hover {
	color: black;
	text-decoration: underline;
	}
#header li a:active {
	color: #661b00;
	}
#header #navsearch {
	position: absolute;
	right: 0px;
	bottom: 5px;
	}
@media print {
	#header #navsearch {
	display: none;
	}
}
#header #navsearch form {
	margin-bottom: 4px;
	}
#header #navsearch #navbar-searchbox {
	color: #999;
	padding: 2px;
	border: 1px solid #aaa;
	border-radius: 2px;
	}
#content {
	text-align: left;	
	clear: both;
	}
#content p, #content li {
	line-height: 1.4em;
	}
#mainbar {
	float: left;
	width: 75%;
	}
#sidebar {
	float: right;
	width: 22%;
	}
#flip #mainbar {
	float: right;
	}
#flip #sidebar {
	float: left;
	}
#sidebar ul {
	margin-top: 0.5em;
	padding-left: 0;
	margin-left: 1.2em;
	list-style-type: none;
	}
#sidebar li {
	position: relative;
	}
#sidebar li .bullet {
	position: absolute;
	left: -1.2em;
	}
#sidebar a {
	text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}
#footer {
	clear: both;
	margin: 0;
	padding-top: 2em;
	font-size: 90%;
	text-align: center;
	color: #777;
	}
#footer a {
	text-decoration: none;
	color: #777;
	}
#footer a:hover {
	color: #f40;
	text-decoration: underline;
	}
#footer a:active {
	color: #661b00;
	}
#sidebar #search-box-header {
	margin: 0;
	padding: 0.25em;
	text-align: center;
	color: white;
	background-color: #004080;
	}
#sidebar #search-box {
	background-color: #e6f2ff;
	margin: 0;
	margin-bottom: 2em;
	padding: 0.5em 1em;
	border: 1px solid #004080;
	text-align: center;
	font-size: smaller;
	}
#sidebar #search-box form {
	padding-top: 0.5em;
	margin: 0em;
	}
#sidebar #search-box input {
	margin-bottom: 0.5em;
	}
#sidebar #search-box #search-field {
	width: 95%;
	}
.box-center {
	margin: 0 auto;
	}
.box-width-95 {
	width: 95%;
	}
.box-width-90 {
	width: 90%;
	}
.box-width-80 {
	width: 80%;
	}
.box-width-70 {
	width: 70%;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.center {
	text-align: center;
	}
img.center {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	}
.ok-box {
	padding: 20px 16px 20px 70px;
	margin: 1em auto;
	background-color: #ddf7dd;
	border: 1px solid #9c9;
	border-left: 7px solid #9c9;
	background-image: url('/images/green-check-bg-eeffee.gif');
	background-repeat: no-repeat;
	background-position: 14px 20px;
	min-height: 52px;
	line-height: 1.4em;
	}
.ok-box h4 {
	margin: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	}
.ok-box p {
	margin: 1em 0 0 0;
	}
.ok-box p:first-child {
	margin: 0;
	}
.ok-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.tip-box {
	padding: 20px 16px 20px 70px;
	margin: 1em auto;
	background-color: #ddf7f7;
	border: 1px solid #9bb;
	border-left: 7px solid #9bb;
	background-image: url('/images/light-bulb-48x48.png');
	background-repeat: no-repeat;
	background-position: 10px 16px;
	min-height: 52px;
	line-height: 1.4em;
	}
.tip-box h4 {
	margin: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	}
.tip-box p {
	margin: 1em 0 0 0;
	}
.tip-box p:first-child {
	margin: 0;
	}
.tip-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.warning-box {
	padding: 20px 16px 20px 70px;
	margin: 1em auto;
	background-color: #ffa;
	border: 1px solid #dd7;
	border-left: 7px solid #dd7;
	background-image: url('/images/warning-large-bg-ffffaa.gif');
	background-repeat: no-repeat;
	background-position: 10px 16px;
	min-height: 52px;
	line-height: 1.4em;
	}
.warning-box h4 {
	margin: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	}
.warning-box p {
	margin: 1em 0 0 0;
	}
.warning-box p:first-child {
	margin: 0;
	}
.warning-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.error-box {
	padding: 20px 16px 20px 74px;
	margin: 1em auto;
	background-color: #fee;
	border: 1px solid #c99;
	border-left: 7px solid #c99;
	background-image: url('/images/red-x.png');
	background-repeat: no-repeat;
	background-position: 12px 20px;
	min-height: 52px;
	line-height: 1.4em;
	}
.error-box h4 {
	margin: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	}
.error-box p {
	margin: 1em 0 0 0;
	}
.error-box p:first-child {
	margin: 0;
	}
.error-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.data-entry-box-header {
	background-color: #fc6;
	padding: 0.35em;
	margin-top: 2em;
	margin-bottom: 0;
	border: 1px solid #fb3;
	font-weight: bold;
	}
.data-entry-box {
	background-color: #eee;
	padding: 1em;
	margin-bottom: 2em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.data-entry-box-no-header {
	background-color: #eee;
	padding: 1em;
	margin-bottom: 2em;
	border: 1px solid #ccc;
	}
.data-entry-subhead {
	font-weight: bold;
	}
.data-entry-button {
	padding: 1em 0;
	text-align: center;
	}
.radio-row {
	margin-bottom: 1em;
	}
.radio-first-row {
	margin-top: 1.5em;
	margin-bottom: 1em;
	}
.radio-button {
	float: left;
	}
.radio-caption {
	margin-left: 28px;
	margin-bottom: 0.25em;
	font-weight: bold;
	}
.radio-text {
	margin-left: 28px;
	margin-bottom: 1em;
	}
.text-box-label {
	vertical-align: top;
	text-align: right;
	}
.text-box-box {
	vertical-align: top;
	text-align: left;
	}
table.standard-table {
	border-collapse: collapse;
	outline: #ccc solid 1px;
	}
table.standard-table th {
	padding: 0.25em 0.75em;
	background-color: #fc6;
	border-bottom: 1px solid #fb3;
	}
table.standard-table td {
	padding: 0.25em 0.75em;
	background-color: #eee;
	border-top: 1px solid #fff;
	}
table.mimic-data-entry-box {
	border-collapse: collapse;
	}
table.mimic-data-entry-box tr {
	background-color: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	}
table.mimic-data-entry-box tr.header-row {
	background-color: #fc6;
	border: 1px solid #fb3;
	}
table.mimic-data-entry-box tr.last-row {
	border-bottom: 1px solid #ccc;
	}
table.mimic-data-entry-box th, table.mimic-data-entry-box td {
	padding: 0.35em;
	}
.bold {
	font-weight: bold;
	}
.error {
	font-weight: bold;
	color: #f00;
	}
.all-pages-notice {
	margin: 2em;
	border: 1px solid #aaa;
	padding: 1em;
	background-color: #ffa;
	}
kbd {
	background-color: #f0f7ff;
	border: 1px solid #bcd;
	padding: 0.25em 0.5em;
	border-radius: 3px;
	white-space: nowrap;
	}
.full-page-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	}
.full-page-overlay-background {
	background-color: black;
	width: 100%;
	height: 100%;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
.full-page-overlay-box {
	position: absolute;
	top: 30%; left: 25%;
	width: 50%;
	border: 2px solid black;
	border-radius: 1em;
	background-color: white;
	padding: 1em;
	}
.tt-button {
	display: inline-block;
	border-radius: 0.3em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0.5em 1.2em;
	background-color: #fc6;
	color: #333333;
	border: 1px solid #eb9c00;
	box-shadow: inset 0px 1px 0px 0px #fed897;
	}
.tt-button:hover {
	text-decoration: none;
	background-color: #ffc34d;
	}
.tt-button:active {
	text-decoration: none;
	background-color: #cc8800;
	}

@media print {
	.inner {
	width: 100%;
	}
	#mainbar {
	width: 100%;
	float: none;
	}
	#sidebar {
	display: none;
	float: none;
	}
	#breadcrumbs {
	display: none;
	}
	#print-tip {
	display: none;
	}
}
h2 {
	margin-bottom: 0.5em;
	}
li {
	margin-bottom: 0.5em;
	}
li ul, li ol {
	margin-top: 0.5em;
	}
#search-here {
	display: inline;
	}
#search-here-text {
	font-size: smaller;
	background: #ff7;
	border: 1px solid black;
	padding: 0.25em 0.25em 0.25em 0.5em;
	font-weight: bold;
	}
#search-here-arrow {
	margin-left: -2px;
	background-image: url(/includes-private/tiptip-8x12-bg-fff7e6.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}
#known-address {
	margin: 0 0 1em 0;
	font-size: smaller;
	border: 1px solid #aaa;
	background-color: #ffc;
	}
#known-address p {
	margin: 0.5em;
	}
#ask-for-address {
	margin: 0 0 1em 0;
	border: 1px solid #aaa;
	background-color: #ffa;
	font-size: smaller;
	text-align: center;
}
@media print {
	#ask-for-address {
	display: none;
	}
}
#ask-for-address p {
	margin: 0.75em;
}
#mainbar {
	margin-top: 0;
	}
#mainbar > p:first-child {
	margin-top: 0;
	}
#sidebar .related-items {
	background-color: #ddeeff;
	color: #004080;
	margin: 0 0 2em 0;
	padding: 0.5em 0.75em;
	border: 2px solid #aaccff;
	border-radius: 8px;
	font-size: smaller;
	}
#sidebar .related-items h2, #sidebar .related-items h3, #sidebar .related-items h4 {
	margin: 0;
	text-align: center;
	color: #004080;
	}
#sidebar .related-items ul {
	margin-bottom: 0.25em;
	}
#sidebar .related-items li {
	margin-bottom: 0.25em;
	}
#sidebar .related-items a {
	color: #004080;
	}
.categorycolumn {
	margin: 0px;
	padding: 0px;
	}
.category2column {
	float: left;
	width: 49%;
	margin: 0px;
	padding: 0px;
	}
.categorybox {
	margin: 1em 2em 1em 0;
	}
.category-title {
	margin-top: .5em;
	margin-bottom: .2em;
	}
.category-answer {
	margin-top: .2em;
	}
.header3 {
	margin-top: 2em;
	font-weight: bold;
	}
.numbered-step {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dashed #aaa;
	}
h3.numbered-step {
	color: #000;
	}
.numbered-step-last {
	margin: 1em 0;
	border-top: 1px dashed #aaa;
	}
.image {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	}
.screen-shot-border {
	border: 1px solid black;
	}
#bad-search {
	margin-top: 2em;
	padding-top: 0.5em;
	border-top: 1px solid #ccc;
	font-size: small;
	font-style: italic;
	color: #777;
	}
#search-results {
	margin-top: 2em;
	}
.error {
	color: red;
	font-weight: bold;
	}
.editinstructions {
	font-size: small;
	color: #777777;
	margin-top: 4px;
	margin-bottom: 10px;
	}
.editing_notes {
	clear: both;
	border-top: 1px dashed #777;
	margin-top: 30px;
	padding-top: 1em;
	font-size: small;
	color: #777777;
	}
#top-page-search-box {
	background-color:#eee;
	border: 1px solid #ccc;
	padding: 1em;
	text-align: center;
	}
#top-page-search-box form {
	margin: 0.75em 0 0 0;
	padding: 0;
	}
#ticket-overview-box {
	background-color:#eee;
	border: 1px solid #ccc;
	margin-top: 0;
	padding: 1.5em 0;
	}
#ticket-overview-box table {
	border-collapse: collapse;
	}
#ticket-overview-box table tr {
	vertical-align: top;
	}
#ticket-overview-box h3 {
	margin-top: 0;
	color: black;
	}
#ticket-overview-box ul {
	margin-left: 1em;
	padding-left: 0;
	}
#ticket-overview-box li {
	margin-left: 0;
	padding-left: 0;
	}
.ticket-overview-column {
	margin: 0 1.5em;
	}
#ticket-overview-faq-column {
	width: 50%;
	border-right: 1px solid #aaa;
	}
#ticket-overview-search-column {
	width: 50%;
	}
#ticket-overview-search-column form {
	margin-top: 1.5em;
	text-align: center;
	}
#ticket-overview-search-column #contact-col2-search-box {
	width: 100%;
	margin-bottom: 1em;
	}
#holiday-hours {
	background-color: #ddffdd;
	border: 1px solid #777777;
	padding: 0 1em;
	margin-bottom: 1em;
	}
.editcaption {
	white-space: nowrap;
	vertical-align: top;
	}
.ticketcaptionfirst {
	margin-top: 0em;
	margin-bottom: 0em;
	}
.ticketcaption {
	margin-top: 1.5em;
	margin-bottom: 0em;
	}
.tickettip {
	margin-top: 0.3em;
	margin-bottom: 1em;
	font-size: smaller;
	font-style: italic;
	color: #777;
	}
.ticketbox {
	margin-top: 0.3em;
	}
.ticketerrorfirst {
	color: red;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	}
.ticketerror {
	color: red;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0em;
	}
.external-referer {
	background-color:#fec;
	border: 1px solid #000;
	padding: 1em;
	margin-top: 0em;
	margin-bottom: 2em;
	}
.fineprint {
	font-size: small;
	}
.invisible {
	background-color:#fee;
	}
.needs_review {
	background-color:#ffc;
	}
.nesting_0 {padding-left: 0px;}
.nesting_1 {padding-left: 20px; padding-top: 1em;}
.nesting_2 {margin-left: 40px; padding-top: .75em;}
.nesting_3 {padding-left: 60px; padding-top: .5em;}
.nesting_4 {padding-left: 80px; padding-top: .25em;}
.nesting_5 {padding-left: 100px; padding-top: .1em;}
.nesting_6 {padding-left: 120px;}
.nesting_7 {padding-left: 140px;}
.nesting_8 {padding-left: 160px;}
.nesting_9 {padding-left: 180px;}
#edit-links {
	font-size: smaller;
	margin-bottom: 2em;
	}
table#price-comparison {
	border-collapse: collapse;
	border: none;
	}
#price-comparison th {
	background-color: #fc6;
	padding: 0.5em 1em;
	text-align: right;
	}
#price-comparison th:first-child {
	text-align: left;
	}
#price-comparison td {
	background-color: #eee;
	border-top: 1px solid #fff;
	padding: 0.5em 1em;
	text-align: right;
	}
#price-comparison td:first-child {
	text-align: left;
	}
table.field-value {
	margin-left: 1em;
	border-collapse: collapse;
	border: none;
	}
table.field-value td {
	padding: 0.25em;
	vertical-align: top;
	}
table.field-value td:first-child {
	text-align: right;
	white-space: nowrap;
	}
#breadcrumbs {
	font-size: smaller;
	margin-top: -1em;
	margin-bottom: 2em;
	color: #777;
	}
#breadcrumbs a {
	text-decoration: none;
	color: #777;
	}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #f40;
	}
#breadcrumbs a:active {
	color: #661b00;
	}
form#faqform textarea {
	font-family: "Helvetica Neue", Arial, Helvetica;
	}
