#container {
	width: 760px;
	margin: auto;
}
.clear {
	clear: both;
}
div#navigation {
	background-color: #ccc599;
	height: 30px;
	margin-top: -16px;
}
div#navigation ul {
	list-style: none;
	padding: 0;
}
div#navigation ul a, div#navigation ul a:visited {
	font-family: Arial;
	text-transform: uppercase;
	color: #000 !important;
	font-weight: 700;
	text-decoration: none;
	font-size: 75%;
	/* font-size: 65%;*/ /* UNCOMMENT THIS LINE AND DELETE LINE ABOVE WHEN GALLERY GOES LIVE */
	padding: 0 5px;
}
div#navigation ul a:hover {
	color: #FFF !important;
}

div#navigation ul li {
	float: left;
	padding: 5px;
}
	#contact-wrapper {
	margin-top: 10px;
}
	#contact-wrapper div {
		margin:5px 0 20px;
		width: 400px;
		/*float: left;*/
	}
	#contact-wrapper div.divCity, #contact-wrapper div.divState, #contact-wrapper div.divZip {
		width: 112px;
		float: left;
		margin-right: 20px;
		float: left;
	}
	#contact-wrapper div.message {
		width: 600px;
	}
	#contact-wrapper label {
		display:block;
		float:left;
		font-size:90%;
	}
	#contact-wrapper label.error,
	#contact-wrapper label.errorDropdown {
		color: #FF0000;
		font-size: 70%;
		float: right;
		margin-right: 13px;
		font-weight: 700;
	}
	#contact-wrapper label.errorDropdown {
		margin-right: 213px;
	}
	
	form#contactform input {
		border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
		border-style:solid;
		border-width:1px;
		padding:5px;
		font-size:80%;
		color:#333;
	}
	form#contactform textarea {
		font-family:Arial, Tahoma, Helvetica, sans-serif;
		font-size:80%;
		padding:0.6em 0.5em 0.7em;
		border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
		border-style:solid;
		border-width:1px;
		color: #333;
	}
	.submitButton {
		float: left;
		clear: both;
	}
	.contactInput {
		width: 400px;
	}
	.messageInput {
		width: 574px;
		height: 90px;
	}
	#requirementMessage {
		padding: 5px;
		font-size: 80%;
	}
	span.req {
		font-size: 90%;
	}
	div#emailSuccess {
		background:none repeat scroll 0 0 #E2FFE0;
		border:3px solid #BBFFB8;
		display:block;
		height:13px;
		margin:auto;
		padding:10px;
		text-align:center;
		width:300px;
	}
.city, .state, .zip {
	width: 115px;
}
.divAddressInfo {
	width: 400px !important;
	margin: auto;
}
#rates-table {
	border-collapse: collapse;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	margin:1px 10px 20px;
	text-align:left;
	width: 570px;
}
#rates-table tbody {
	border: 1px solid #99A3AA;
}
#rates-table th,
#rates-table tfoot {
	-moz-background-inline-policy:continuous;
	border-bottom:4px solid #99A3AA;
	color:#333333;
	font-size:180%;
	font-weight:normal;
	padding:8px;
	text-align:center;
}
#rates-table tfoot {
	border-bottom :4px solid #99A3AA;
	border-top: none;
	background: none;
}
#rates-table tfoot td {
	text-align: center;
	font-weight: 700;
}
#rates-table tr.rates-even td {
	background-color: #fff7de;
}
#rates-table tr.rates-odd td {
	background-color: #FFF;
}
#rates-table td {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#000;
	padding:4px;
}
#rates-table tr.even td {
	background-color: #fff7de;
}
#rates-table tr.odd td {
	background-color: #FF0000;
}
ul#rates-tableList li {
	float: left;
	display: inline;
}
.confirm {
	background: url(images/check.png) center no-repeat;
	width: 16px;
	height: 16px;
}
.negative {
	background: url(images/minus.png) center no-repeat;
	width: 16px;
	height: 16px;
}
#home-left {
	float: left;
	width: 290px;
	text-align: left;
	margin-right: 35px;
}
#home-left p {
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 20px;
}
#home-right {
	float: left;
	width: 350px;
}
#home-right img {
	/* border: 2px solid #CCC599; */
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
	box-shadow: 0 0 7px #000;
}
.pull-quote {
	border-color:#CCC599;
	border-style:solid;
	border-width:1px 0;
	display:block;
	margin: 20px 0;
}
p.quote {
	font-weight: 700;
}
p.italic {
	font-style: italic;
	line-height: 0;
	padding-bottom: 5px;
}
#monoslideshow {
	/* border: 2px solid #CCC599; */
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
	box-shadow: 0 0 7px #000;
}
