html {
  margin: 0;
}

body {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  color: #D3DCF2;
  background-image: url(/images/bg.jpg);
  background-repeat: repeat-y;
  background-attachment:fixed;
  background-position: top center;
}a

img.icon {
	vertical-align:middle;
}

.container {
  font-size: 120%;
}

#header {
  height: 80px;
}

#home_slideshow {
  height: 300px;
  max-width:946px;
  /* max-width spec'd to account for 2px on each side for shadow box border */

}

.home_title {
  text-align: center;
}

#content {
  padding-top: 12px;
  padding-bottom: 20px;
}

#nav {
  height: 38px;
  padding: 0;
  background: url(/images/navbar1.jpg);
}

ul#menu {
color: #fff;
margin: 0;
padding: 0.3em 0em;
}

ul#menu li {
display: inline;
margin: 0.1em 1em;
position: relative;
font-family: Helvetica, Arial, sans-serif;
font-size:  110%;
font-weight: bold;
}

ul#menu h2, ul#menu h3 {
font-size: 100%;
font-weight: normal;
display: inline;
}


ul#menu li a, ul#menu li h2 a {
color: #fff;
text-decoration: none;
padding: 3px 0.4em;
font-weight: bold;
}

ul#menu li a:hover {
text-decoration: underline;
	color:#cf0;


}

ul#menu li.mega h2, ul#menu li.mega h2 a {
  color: #fff;
  padding: 5px 0.4em 0px 0.4em;
  font-weight: bold;
}

ul#menu li.mega h2 a {
  color: #fff;
  text-decoration: none;
  padding: 5px 0.4em 0px 0.4em;
  font-weight: bold;
}

ul#menu li.mega h2 a:hover {
text-decoration: underline;

}

ul#menu div {
display: none;
}

ul#menu li.mega div p {
  margin-bottom: 4px;
}

/* forces override of front page slide show for VEI drop down menu */
ul#menu li{
z-index:9;
}
#nav{
	z-index:1000;
}

ul#menu li.mega div {
border: 1px solid #dda;
width: 180% /*18em;*/;
position: absolute;
top: 1.6em;
left: 0em;
padding: .77em;
background: #eec;
color: #000;
z-index: 10;
}

ul#menu li.mega div h3 {
  color: #000;
}

ul#menu li.mega div a {
color: #300;
padding: 0;
background-image: none;
text-decoration: underline;
}

ul#menu li.mega div a:hover {
  	font-weight: bold;
	/* color: #cf0; */
	color:blue;
}

ul#menu li.mega h2 a:hover, ul#menu li.mega h2 a:active {
font-weight: bold;
color: #cf0;
text-decoration: none;

}

table.listing td, table.listing th {
  vertical-align: top;
}

table.syslog {
  width: 90%;
}

table.syslog td {
  font-size: 90%;
}

a.center {
  text-align: center;
  width: 100%;
  display: block;
}

.checkbox_horizontal {
  margin-right: 20px;
}

div#signed_in_as {
  text-align: right;
  padding-top: 8px;
  font-size: 90%;
}

h1, h2, h3, h4, h5, h6, #modal_login h1, #modal_login h2, #modal_login h3 {
  color: #FFF;
}

h1#logo a {
	display:block;
	width:350px;
	height:61px;
	background:url(/images/header_logo.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 0;
}

div.sidebar_box {
  width: 350px;
  background: url(/images/sidebar_350_bottom.jpg) no-repeat bottom left;
  background-color-transparent;
  color: #222;
  margin-bottom: 30px;
}

div.sidebar_box a, div.sidebar_box a:visited {
  color: #8C6A1A;
  font-weight: bold;
  text-decoration: none;
}

div.sidebar_box a:hover {
  text-decoration: underline;
}

p.returning {
  text-align: center;
  font-size: 90%;
}

div.sidebar_box h3 {
  background: url(/images/sidebar_350_top.jpg) no-repeat top left;
  padding: 10px;
  text-align: center;
  color: #111;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 170%;
  border-bottom: 2px solid #B48721;
}

div.sidebar_box div.sidebar_content {
  padding: 0px 0px 10px 0px;
}

div.sidebar_box1 h3 {
  background: url(/images/sidebar_420s_top.jpg) no-repeat top left;
  padding: 20px 20px 15px 20px;
  text-align: center;
  color: #111;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 150%;
  border-bottom: 2px solid #B48721;
}

div.sidebar_box1 {
  width: 420px;
  background: url(/images/sidebar_420s_bottom.jpg) no-repeat bottom left;
  text-align: center;
  padding-right:-10px;
  margin-bottom: 17px;
  color: #222;
}

div.sidebar_box1 a, div.sidebar_box1 a:visited {
  color: #8C6A1A;
  font-weight: bold;
  text-decoration: none;
}

div.sidebar_box1 a:hover {
  text-decoration: underline;
}

div.sidebar_box1 div.sidebar_content1 {
  padding: 12px 20px 13px 30px;
  font-size: 115%;
  margin-left: 0px;
  margin-right: 10px;
}

div.errorExplanation {
  background:#43464C none repeat scroll 0 0;
  border: 2px solid #F00;
  padding: 20px;
  margin: 15px 0px;
}

div.errorExplanation h2 {
  font-size: 140%;
}

label em {
  color: #F00;
}

#contact_block {
  padding-top: 10px;
}

/* facebox */
div.photo_caption {
  margin-top: 6px;
  margin-bottom: 18px;
}

a, a:visited {
  color: #8b6;
}

 a:hover {
  color: #adff2f;
 /* font-weight:bold;
  font-size:87%; */
}

a:active {
	color: #ddff4f;
	font-weight:320;
}

h1#logo {
  font-size: 120%;
  height: 60px;
}

#home_slideshow {
  margin-bottom: 15px;
}

#home_image_links a img {
  border: 2px solid #999;
  padding: 0;
}

form small {
  display:block;
  color: #ad9;
  font-style: italic;
  margin-bottom: 12px;
}

#home_image_links a:hover img {
  border: 2px solid GreenYellow /*#cf0*/;
  padding: 0;
}

/* facebox */
div.photo_web {
  width: 800px;
  overflow: auto;
}

.label_above {
  font-weight: bold;
  display: block;
}

#facebox .body {
  text-align: center;
}

#facebox .body h3 {
  color: #cf0;
}

#contact_header {
  width: 100%;
  text-align: right;
  font-size: 130%;
  font-weight: bold;
  color: #cf0;
}

/*was #D9A629*/
#contact_header a, #contact-header a:visited {
  color: #cf0 ; 
  text-decoration: none;
}

#contact_header a:hover {
  text-decoration: underline;
}

#navbar a, #navbar a:visited, #signed_in_as a, #signed_in_as a:visited {
  text-decoration: none;
}

#navbar a:hover, #signed_in_as a:hover {
  text-decoration: underline;
}

.rightalign, td.rightalign, th.rightalign {
  text-align: right;
}

table.valign td, table.valign th {
  padding-bottom: 20px;
}

div.invoice_list  {
  width: 100%;
}

#modal_login{
    position:relative;
    display:none;
    z-index:1000;
    padding:30px;
    background-color: #1F2024;
    color: #D3DCF2;
}

.invoice_total_row_mini td{
  font-weight: bold;
}

.invoice_mini {
  font-size: 90%;
}

.invoice_final_row td {
  font-size: 110%;
  font-weight: bold;
}


.box {
  background:#43464C none repeat scroll 0 0;
  border: 2px solid #9197A6;
}

/* facebox */
div.great_photos_sidebar {
	width:270px;
	background:url(/images/home_sidebar_bg.jpg) no-repeat;
	padding: 120px 40px 60px 40px;
}

/* facebox */
div.great_photos_sidebar h2 {
	display: none;
}

.options_box {
  border-top: 1px solid #9197A6;
  border-bottom: 1px solid #9197A6;
  padding: 5px 20px -3px 0px;
  margin-bottom: 7px;
  background-color: #363940;
  padding: 10px 20px;
}

/* Removed duplicate
 div.tour_option label {
  display: inline;
  font-size: 110%;
}*/

div.pagination_group {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style:normal;
  font-weight:300;
  font-size:100%;
  text-align: center;
}

.pagination { padding: 3px; margin: 3px; } 
.pagination a { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #aaaadd; text-decoration: none; background-color:DimGray;color: #8b6; } 
.pagination a:hover, .pagination a:active { border: 1px solid #ffff99; color: #ad9; background-color:DimGray;border-color:#ad9;} 
.pagination span.current { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #000099; font-weight: bold; background-color: #339873; color: #FFF; } 
.pagination span.disabled { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #eee; color: #777;border:none; }


label {
  display: block;
  font-size: 90%;
  font-weight: bold;
  font-color: #1F2024;
}

div.services_tab {
	margin-bottom: 0px;
	background-color: #475e5e;
	color: Ivory;
	font-size: 1.5em;
	padding: 5px 10px;
	float: left;
}

.clear {
	clear: both;	
}

div.services_block {
	border: 1px solid #fff;
	padding: 0 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}

div.tour_step {
	border: 1px solid #fff;
	background-color:#223a3a;
	padding: 10px 20px 5px;
	margin-bottom: 20px;
	margin-top: 0px;	
}

div.tour_option {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.tour_option label {
  display: inline;
  font-size: 140%;
  color: #cf0;
  font-weight: normal;
}

div.tour_step label {
  font-size: 140%;
  color: GreenYellow;
  font-weight: normal;
}

.form_button {
	font-size: medium;
}

div.tour_option p {
	margin-bottom: 20px;
	margin-top: 0;
}

div.tour_option h4 {
	margin-bottom: 5px;
}

div.tour_option input {
	margin-bottom: 5px;
}

div.tour_suboptions label {
  display: block;
  font-size: 90%;
  font-weight: bold;
  font-color: #1F2024;
}

div.tour_suboptions {
  margin: 30px;
}

input {
  color: #000;
}

textarea {
  color: #000;
  width: 390px;
  height: 91px;
}

textarea#styled {
	width: 450px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

input.numbers {
  width: 60px;
  font-size: 120%;
  margin-right: 10px;
}

.blur {
  color: #555;
}

.shadowbox {
  border: 2px solid;
  border-color: #999 #ddd #ddd #999;
}

input.short {
  width: 60px;
}

div.tour_option_details {
  margin-left: 24px;
}

div.tour_option_moreinfo {
	margin-left: 50px;
	/* background-color: #9b7d35; */
	background-color: transparent;
	padding: 5px;
	color: white;
}

div.moreinfo_link a, div.hidemoreinfo_link a {
  color: #ad9;
  text-decoration: none;
}

div.moreinfo_link a:hover, div.hidemoreinfo_link a:hover {
  color: GreenYellow;
  text-decoration: underline;
}

div.list_header h2 {
  padding-right: 7px;
  display: inline;
}

div#list_header_left {
  height: 45px;
  vertical-align: text-bottom;
}

div.option_item {
  float: right;
}

/*#D9A629*/
div.gallery_thumbnail_highlighted img {
  border-color: #cf0 ;
}

div.gallery_thumbnail {
  text-align: center;
  font-size: 85%;
  margin-bottom: 10px;
}

div.gallery_thumbnail div.thumbnail_links {
  text-decoration: uppercase;
  font-size: 90%;
}

div.gallery_thumbnail div.thumbnail_caption {
  text-style: italic;
}



div.clearright {
  clear:right;
}

div.top_buttons {
  text-align: right;
  vertical-align: bottom;
  height: 45px;
  line-height: 45px;
  /*filter:progid:DXImageTransform.Microsoft.Gradient*/
  /*(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');*/
}

input.btnhov { 
  border-color: #c63 #930 #930 #c63;
<input type="button" value="Submit" class="btn" 
  onmouseover="this.className='btn btnhov'" onmouseout="this.className='btn'"/>
}

input.btn {
	color:#050;
	font: bold 84% 'trebuchet ms',helvetica,san-serif;
	background-color:#fed;
	border:1px solid;
	border-color: #696 #363 #363 #696;
}

div#show_list_options_toggle {
  color: #ad9;
}
div#show_list_options_toggle:hover {
  color: #cf0;

}

div.tour_option span.price {
  font-color: #cf0;
}

label.inline {
  display: inline;
}

/* why 18px; bottom margin? */
input {
  margin-bottom: 0px;
}

/* why 18px; bottom margin? */
select {
  margin-bottom: 0px;
}

#footer {
  padding-top: 30px;
  text-align: center;
  font-size: 90%;
}

table.schedule_table {
  margin-bottom: 15px;
}

td.schedule_table_left {
  vertical-align: top;
  width: 150px;
}

td.schedule_table_right {
  vertical-align: top;
  width: 300px;
}

table.ups_listing_entry tr, table.ups_listing_entry th, table.ups_listing_entry td {
  border: 1px solid #444444
}

table.scheduler tr, table.scheduler th {
  border: 1px solid #444444
  width: 15% 25% 15% 25% 20% 
}

th.unscheduled_table_hdr1 {
  vertical-align: center;
  width: 13%;
  padding: 0px 5px 5px,10px;
  text-align:center;  
}
	
th.unscheduled_table_hdr2 {
  vertical-align: center;
  width: 22%;
  padding: 0px 5px 5px,10px;
  text-align:center;  
}

th.unscheduled_table_hdr3 {
  vertical-align: center;
  width: 20%;
  padding: 0px 5px 5px,10px;
  text-align:center;  
}

th.unscheduled_table_hdr4 {
  vertical-align: center;
  width: 23%;
  padding: 0px 5px 5px,10px;
  text-align:center;  
}

th.unscheduled_table_hdr5 {
  vertical-align: center;
  width: 22%;
  padding: 0px 5px 5px,10px;
  text-align:center;  
}

td.unscheduled_table_col1 {
  vertical-align: center;
  width: 13%;
  padding: 0px 5px 5px 10px;
  overflow:auto;
}

td.unscheduled_table_col2 {
  vertical-align: center;
  width: 22%;
  padding: 0px 5px 5px 20px;
  overflow:auto;
}
  
td.unscheduled_table_col3 {
  vertical-align: center;
  width: 20%;
  padding: 0px 5px 5px 20px;
  overflow:auto;
}
  
td.unscheduled_table_col4 {
  vertical-align: centerp;
  width: 23%;
  padding: 0px 5px 5px 15px;
  overflow:auto;
}
  
td.unscheduled_table_col5 {
  vertical-align: center;
  width: 22%;
  padding: 0px 5px 5px 15px;
  overflow:auto;
}

#list-line-odd {
	background-color:#3a4c4c;
}

#list-line-even {
	background-color:#223a2a;
}
