body {
	background-color: #c2e0fe;
	background-image: url(../../images/bgrd-flare.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper {
	width: 1000px;
	height: 190px;
	margin: 0 auto;
	background-image: url(../../images/top-flare.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentwrapper {
	width: 1000px;
	float: left;
	clear: both;
}
#header, #footer {
	padding: 15px;	
	float: left;
	clear:both;
	width: 970px;
}
#header {
	padding-top: 40px;	
}
#footer {
	padding-top: 5px;	
}
h1, h2, h3, h4, h5, h6, p {
	color: #333;
}
h1 {
	font-size: 2.5em;
}
#header h1 {
	float: left;
	color: white;
	font-size: 3em;
	text-decoration: none;
}
#header h1 a {
	color: white;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: underline;
}

#header h2 {
	float: right;	
	color: #c2e0fe;
	text-decoration: none;
	margin-bottom:0;
	text-align: right;
}
#header p  {
	float: right;	
	clear: right;
		color: #c2e0fe;
		font-size: 16px;
		font-weight:bold;
}
#header p a {
		color: #c2e0fe;
		font-size: 14px;
		text-decoration: none;
}
#header p a:hover {
	text-decoration: underline;
}

#content {
	width: 570px;
	padding: 250px 15px 0 15px;
	float: left;
	background-color: white;
	background-image: url(../../images/hero-orange-room.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
#content a {
	color: #ff6600;
}
#content img {
	border: 1px solid #ff6600;
	float: right;
	margin: 0 0 10px 10px;
}

ul#rightmenu, ul#leftmenu {
	width: 185px;
	float: left;
	margin: 25px 0 0 0;
	list-style: none;
	background-color: white;
	display: inline;
	
}
ul#rightmenu  {
	background-image: url(../../images/corner-right-large.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	padding: 15px 15px 10px 0;
}
ul#leftmenu {
	background-image: url(../../images/corner-left-large.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 15px 0 10px 15px;
}
ul#leftmenu li, ul#rightmenu li {
	background-color: #c0dc8e;
}
ul#leftmenu li {
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	background-image: url(../../images/corner-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
ul#rightmenu li {
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	background-image: url(../../images/corner-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}
ul#leftmenu li a, ul#rightmenu li a {
	font-size: 120%;
	font-weight: bold;
	color: black;
	text-decoration: none;
	display: block;
	padding: 10px;
}

ul#leftmenu li:hover {
	background-image: url(../../images/corner-left-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#rightmenu li:hover {
	background-image: url(../../images/corner-right-over.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	clear: both;	
	text-align: center;
	color: #333;
}
#footer a {
	margin: 0;
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 5px 0;
}
#footer ul {
	list-style-type: none;	
	margin: 5px 0;
}
#footer ul li {
	display: inline;
	border-right: solid 1px #333;
	padding: 0 6px 0 3px;
	_padding: 0 6px 0 6px;
	margin: 0;
}
#footer ul li.last {
	display: inline;
	border-right: none;
}

.error {
	color: red;
	display: block;
}

form#quote table {
background-color: darkorange;	
}
form#quote table th {
background-color: navajowhite;	
}
form#quote table td {
background-color: white;	
}
form#quote table td.tblfooter {
	text-align:right;
	padding:10px;
	background-color:orange;
}
.button {
	text-align: center;	
}
#content .button img {
	float: none;
	border: none;
}
.floatnone {
	float: none;	
}