@charset "UTF-8";
/* CSS Document */

html, body {
height: 100%;
}

body {
	font-family: calibri, arial, sans-serif;
	margin: 0;
	padding:20px;
}


img, object {
	border: 0;
}

	
a {	
	text-decoration: none;
	color: gray;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.visible {
	display: inline;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
	text-align: left;
}

.cl_both {
	clear: both;
}

.v-spaced {
	position: relative;
	top: 10px;
}

.l-spaced {
	padding-left: 20px;
}

/* UL */

.spaced-li {
	width: 150px;
	}
	
.noscroll {
	overflow: hidden;
}

.nobullets {
	list-style-type: none;
}

.noindent {
	margin: 0px;
	padding: 0px;
}
/* Fonts */

.sans {
	font-family: helvetica,sans-serif;
}	

.smaller {
	font-size: smaller;
}

.smallest {
	font-size: 8pt;
}

.medium {
	font-size: 10pt;
}

.bigger {
	font-size: 19pt;
}

.caps {
	text-transform: uppercase;
}

.lows {
	text-transform: lowercase;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strike {
	text-decoration: line-through;
}

.nobr {
	white-space: nowrap;
}

.inline {
	display: inline;
	}
	
.off {
	display: none;
}

.on {
	display: block;
}

.linkon a {
	text-decoration: none;
}

.linkoff a {
	text-decoration: underline;
}

/* Colors */

.white {
	color: white;
}

.awhite a{
	color: white;
}

.black {
	color: black;
}

.ablack a{
	color: black;
}

.blackbg {
	background: black;
}

.red {
	color: #CA2426;
	}
	
.navy {
	color: #030352;
}

.anavy a {
	color: #030352;
}

.grey {
	color: gray;
}

.agrey a {
	color: gray;
}

.cyan {
	color: #8CCBCA;
}

.cyanbg {
	background: #8CCBCA;
}

.pink {
	color: #EB648D;
}

.pinkbg {
	background: #EB648D;
}

.green {
	color: #97CA59;
}

.greenbg {
	background: #97CA59;
}

.greybluebg {
	background: #B5D4D6;
}

.lavender {
	color: #A4AED1;	
}

.lavenderbg {
	background: #A4AED1;	
}

.peach {
	color: #FAC145;
}

.peachbg {
	background: #FAC145;
}

.goldbg {
	background: #FAC950;
}

.purplebg {
	background: #959EBD;;
}

.salmonbg {
	background: #E55A5D;;
}

.whitebg {
	background: white;
}

.yellowbg {
	background: #FAC145;
}

.greybg {
	background: #F0F0F0;
}

tr.greybg input {
	background: #F0F0F0;
	}
.bluebg {
	background: #95D0D0;
}

/* Tables and Boxes */


.full {
	width: 100%;
}

.thumb {
	width: 120px;
	height: 90px;
}

.padded {
	padding: 20px;
}

td.nopad {
	padding: 0px;
}

td.vertc {
	vertical-align: middle;
}

td.vertt {
	vertical-align: top;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.indented {
	padding-left: 18px;
}

.border {
	border: 1px solid black;
}


.dash-bottom {
	border-bottom: 1px dashed gray;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.dash-right {
	border-right: 1px dashed gray;
}

/* Special */

/* Main */

#container {
	width: 100%;
	max-width: 1130px;
    min-height: 94%;
    height: auto !important;
}

#main-nav {
	margin-bottom: 45px;
}

#main-nav li {
	margin-bottom: 15px;
}

#main-event {
	margin-left: 300px;
	list-style-position: inside;
	border: 0px solid black;
}

#header {
	font-family: "helvetica neue", arial, sans-serif;
	font-size: 45px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: normal;
	color: #505050;
}

#header img {
	vertical-align: text-top;
	margin: 12px 13px 0px 0px;
}

#left-bar {
	height: 100%;
}

#credits {
	text-align: left;
	float: left;
	clear: both;
}

#photo {
	margin: 20px 20px 0;
	}

#photo img {
	float: right;
	border: 1px solid grey;
	padding: 20px;
	background-color: #DCDCDC;
	}

#schedules {
	table-layout: auto;
	width: 100%;
	margin: 10px 0px 20px;
	border-spacing: 2px 0px;
}
	
#schedules td {
	padding: 2px 2px;
/*	margin-bottom: 5px;*/
}

#schedules input {
	border: 0;
	padding: 0;
	margin: 0;
}

	
.sched-spacer {
/*	width: 1em;*/
	}
	
.sched-date {
	width: 5em;
}

.sched-loc {
	width: 6em;
}

#sched-headrow td {
	height: 50px;
}

#sched-toprow td {
	border-bottom: 1px dashed gray;
}


/* Request Quote. Heirarchy: Main-Event DIV, Contact TABLE, Contact FORM, Pickup-info TABLE, Delivery-info TABLE, Dates TABLE, Items TABLE */ 

#contact {
	text-align: left;
	}
	
#contact input, select, textarea, td.outset {
	margin-left: 3px;
	border: 1px outset gray;
}

#contact-address, #dates, #items, #comments, #contact-note, #contact-req {
	margin-top: 20px;
	padding-top:10px;
	}

#contact-req {
	width: 630px;
	}
	
#delivery-info {
	margin-top: 20px;
	margin-left: 50px;
}
	
#pickup-info {
	margin-top: 20px;
	margin-right: 50px;
}

#contact tr td {
	vertical-align: top;
	padding-bottom: 2px;
}


#delivery-date {
	margin-left: 20px;
	}
	
#contact-toprow td {
	padding-bottom: 10px;
	text-align: left;
}

.quote-submit {
	height: 50px;
	font-size: 20px;
    vertical-align: bottom;
    margin-bottom: 3px;
	}
