html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
	}

body {
	background: url('../images/site/background.gif') #369;
	text-align: center;
	margin: 10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	}
a {color: #D74907;text-decoration: underline;}
a:hover {color: #393;text-decoration: underline;}
a:active {color: #D74907;text-decoration: underline;}
a:visited {color: #393;text-decoration: underline;}
h1 {
	color: #C30;
	margin: 0 0 5px 0;
	font-size: 20px;
	}
h2 {
	font-size: 20px;
	margin: 0 0 5px 0;
	color: #393;
	}
p {
	font-size: 14px;
	margin: 10px 0 20px 0;
	}	
select {
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px;
	color: #C30;
	}
input {	
	font-size: 14px;
	color: #000;	
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	display: inline;
	font-size: 14px;
	}
/*
Page Structure
-------------------------------------------*/
#outerContainer {
	width: 938px;
	background: url('../images/site/background-wrapper.png');
	margin: 0 auto;
	}
#headerContainer {
	z-index: 1;
	position: relative;
	height: 129px;
	margin: 0 0 5px 0;
	border: 1px;
	}
#navContainer {
	text-align: center;
	background: url("../images/site/background-menu-tile.gif") repeat-x 50px;
	z-index: 1;
	position: relative;
	height: 43px;	
	}
#navHolder {
	width: 890px;
	margin: 5px auto 0;
	text-align: left;
	background: url("../images/site/index-navHolder-bg.gif") repeat-x 50px;
	z-index: 1;
	position: relative;
	height: 55px;
	}
html>body #navHolder {
	margin: 0 auto 0;
	}
#navHolder h1 {
	color: #fff;
	vertical-align: middle;
	padding-top: 8px;
	margin: 0 5px;
	font-size: 18px;
	}
#contentContainer {
	background: url('../images/site/background-wrapper.png');
	margin: 0 auto;
	width: 890px;
	text-align: right;
	background: #fff;
	}
#mainContent {
	margin: 5px 0 0 0;
	border: 1px solid #ccc;
	text-align: left;	
	background: #fff;
	position: relative;
	clear: both;
	min-height: 300px;
	}
#indexContent {
	margin: 5px 0 0 0;
	border: 1px solid #ccc;
	text-align: center;	
	background: #fff;
	position: relative;
	clear: both;
	min-height: 300px;
	}
#sidebar {
	width: 200px;
	float: right;
	border: 0 solid #ccc;
	position: relative;
	background: #fff;
	text-align: center;
	padding: 0;
	margin: 5px 0 0 0;
	}
#content_sub {
	clear: left;
	width: 680px;
	float: left;
	border: 1px solid #ccc;
	z-index: 1;
	position: relative;
	margin-top: 10px;
	background: #fff;
	text-align: left;
	}
/* 
main navigation
-----------------------------------------------*/
#navContainer ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0px solid red;
	height: 43px;
	}
#navContainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
	display: block;
	float: left;
	background: url("../images/site/background-menu-tile.gif") repeat-x 50px;
	font: 18px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	border-right: 1px solid #BA3F05;
	}
#navContainer li#active {background: url("../images/site/background-menu-tile-over.gif") repeat-x 50px; }
#navContainer a {
	color: #fff;
	text-decoration: none;
	display: block;	
	height: 43px;
	padding: 0;
	}
#navContainer a:hover {
	background: url("../images/site/background-menu-tile-over.gif") repeat-x 50px;
	color: #fff;
	text-decoration: none;
	}
#navContainer a:active {
	background: url("../images/site/background-menu-tile-over.gif") repeat-x 50px;
	color: #fff;
	text-decoration: none;
	}
.active {
	background: url("../images/site/background-menu-tile-over.gif") repeat-x 50px;
	color: #fff;
	text-decoration: none;
	}
	}
#navContainer a:visited {
	color: #fff;
	text-decoration: none;
	}
#navContainer li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	top: 43px;
	height: 50px;
	}
#navContainer li ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 1px solid #BA3F05;
	border-left: 1px solid #BA3F05;
	}
#navContainer li:hover ul {
	left: auto;
	}
#navContainer li ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	border-right: 1px solid #BA3F05;
	}
#navlist li:hover ul, #navlist li.sfhover ul {
	left: 740px;	
	}
/* 
sidebar
-----------------------------------------------*/
#sidebar h1 {
	text-align: left;
	border-bottom: 1px solid;
	color: #C30;
	margin: 2px 0;
	font-size: 20px;
	}
#sidebar p {
	text-align: left;
	font-size: 14px;
	margin: 0;
	}
/* 
footer
-----------------------------------------------*/
#footerContainer {
	color: #8F8F8F;
	font-size: 12px;
	text-align: center;
	margin: 5px 0 0 0;
	}
#footerContainer p {
	margin: 5px 0 0;
	}
/* 
index
-----------------------------------------------*/
table#buttonB {
	margin: 0 auto;
	border: 0 solid #ccc;
	width: 700px;
	background: #fff;
	}
table#buttonB td {
	margin: 0 auto;
	padding: 0;
	font: 24px/30px georgia, Verdana, Helvetica, sans-serif;
	line-height: 40px;
	width: 345px;
	height: 95px;
	font-style: italic;
	border: 0 solid;
	text-align: center;
	}
table#buttonB td a {
	text-align: center;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
	}
html>body table#buttonB td a {
	top: 15px;
	}
table#buttonB td a:link {
	color: #D74907;
	font-weight: bold;
	vertical-align: middle;
	}
table#buttonB td a:visited {
	color: #D74907;
	font-weight: bold;
	vertical-align: middle;
	}
table#buttonB td a:hover {
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	}
table#buttonB td a:active {
	font-weight: bold;
	vertical-align: middle;
	}
table#buttonB td img {
	margin-right: 0;
	margin-left: 0;
	vertical-align: middle;
	}
table#sub_menu {
	margin: 10px auto;
	width: 685px;
	z-index: 1;
	}
table#sub_menu h1 {
	font-size: 18px;
	color: #D74907;
	font-weight: bold;
	border-bottom: 1px solid #D74907;
	text-align: left;
	}
table#sub_menu td a {
	font: 17px/25px georgia, Verdana, Helvetica, sans-serif;
	text-align: left;
	text-decoration: underline;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
	font-style: italic;
	}
html>body table#sub_menu td a {
	top: 15px;
	}
table#sub_menu td a:link {
	color: #D74907;
	font-weight: bold;
	vertical-align: middle;
	}
table#sub_menu td a:visited {
	color: #D74907;
	font-weight: bold;
	vertical-align: middle;
	}
table#sub_menu td a:hover {
	font-weight: bold;
	vertical-align: middle;
	}
table#sub_menu td a:active {
	font-weight: bold;
	vertical-align: middle;
	}
/* 
appointment timeline
-----------------------------------------------*/
#steplist ol{
	margin: 0;
	white-space: nowrap;	
	padding: 15px 0;	
	text-align: center;	
	}
#steplist ol li {
	display: inline;				
	padding: 0 1px;
	line-height: 40px;						
	}
html>body #steplist li { line-height: 10px;}
.current_step {
	font-size: 15px; 
	padding: 0; 
	color: #C30; 
	font-weight: 700; 
	height: 40px;
	}
.timeline_arrows {
	padding: 10px 0;		
	height: 40px;		
	}	
/* 
classes
-----------------------------------------------*/
.with-sidebar {
	width: 680px;
	float: left;
	}
	
.without-sidebar {
	width:100%;
	}
.image_border {
	border: 1px solid rgb(183, 183, 183);
	margin: 0 10px 10px;
	padding: 2px;
	background: rgb(255, 255, 255) none repeat scroll 0 50%;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	}
.form-background {
	font-size: 16px;
	color: #CC3300;
	font-weight: bold;
	position: relative;
	margin: 2px 5px;
	height: 35px;
	padding-top: 10px;
	}
.more {
	display: none;
	padding: 2px 5px;
	}
.more_faq {
	display: none;
	padding: 0 5px;
	}	
.faq a {
	text-decoration: none;
	height: 100%;
	width: 98%;
	display: block;
	padding: 6px 0 0;
	margin: 3px 2px 0 0;
	vertical-align: middle;
	-moz-outline-style: none;
	font-size: 16px;
	font-weight: bold;
	}
.faq a:link {color: #C30;}
.faq a:visited {color: #C30;}
.faq a:hover {color: #393;}
.faq a:active {color: #393;}
.faq p {
	margin: 4px 0;
	}
	
.sub {
	border: #ccc 1px solid;
	margin: 10px 0 0;
	padding: 0 0;
	}
.sub a {
	text-decoration: none;
	height: 100%;
	width: 98%;
	display: block;
	background: #FC3;
	padding: 5px 0 4px 10px;
	margin: 3px 2px 3px 3px;
	vertical-align: middle;
	font-weight: bold;
	-moz-outline-style: none;
	}
.sub a:link {color: #C30;}
.sub a:visited {color: #C30;}
.sub a:hover {color: #fff; background: #393;}
.sub a:active {color: #fff;	background: #393;}
.topic {width: 98%;padding: 0;}
.topic a img {
	padding: 0 4px 0 0;
	margin: 0;
	vertical-align: middle;
	-moz-outline-style: none;
	}
.arrow {align: right;background: #fff;}
.arrow a {padding: 0;width: 13px;background: #fff;}
.timeline_box { 		 		
	border-bottom: 1px solid #ccc; 
	background: #fff;
	font-style: normal; 
	padding: 0;
	font: Arial, Verdana, Helvetica, sans-serif;
	}
.note_box { 		 		
	border: 1px solid #ccc; 
	background: #fff;
	font-style: normal; 
	padding: 5px;
	font: Arial, Verdana, Helvetica, sans-serif;
	}
.large_label_err {
	color: #FF0000;
	}
.appointment-label {
	color: #C30;
	border: 0px solid;	
	padding-left:75px;			   
	}
.appointment-row1 {
	background: #FFA94A;
	border: 0 solid #fff;
	margin: 3px 0 0;
	text-align: center;
	}
.appointment-row2 {
	background: #FFE065;
	border: 0 solid #FFE065;
	margin: 3px 0 0;
	text-align: center;
	}
.appointment-error {
	margin: 15px 0 5px 0; 
	color: #FF0000;
	font-weight: bold;
	display: none;
	background: #fff;
	padding: 5px;
	}
#registration label {
	text-align: left;
	width: 215px;				        
	font-weight: 700;
	margin: 0;				       
	font-size: 13px;
	padding: 0;
	float: left;	
	}
#registration input {
	width: 180px;
	color: #000;
	font-weight: normal;
	} 
#registration select {
    width: 185px;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: normal;
    } 
#registration_select_sm select {
	width: 80px;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: normal;
	}
.registration_header  {
	font-size: 18px;
	margin: 0 0 5px 0;
	}
.registration_p {
	margin: 0;
	margin-bottom: 8px;
	}
#terms input{
	width: 50px;
	}