body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-color: #EBE9ED;
}
#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
}
#adsBottom {
	text-align: center;
	background-image: url(../images/blueGradientBGmiddle.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}


#content {
	width: 728px;
	background-image: url(../images/blueGradientBGmiddle.png);
	background-repeat: repeat-y;
	margin: 0px;
	position: relative;
	padding-right: 16px;
	padding-left: 16px;
	overflow: auto;
}
#footer {
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
	background-image: url(../images/blueGradientBGbottom.png);
	background-repeat: no-repeat;
	height: 20px;
	color: #666666;
}

#content li {
	padding: 8px;
}
.bubble {
	padding: 0px;
	position: relative;
	width: 640px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.bubbleMiddle {
	background-image: url(../images/bubbleMiddle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 0.9em;
	font-style: italic;
}
.bubbleTop {
	background-image: url(../images/bubbleTop.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.bubbleBottom {
	background-image: url(../images/bubbleBottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 20px;
	text-indent: 80px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.9em;
}
.thumbLeft {
	font-size: 0.9em;
	margin: 0px;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
}
.thumbRight {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
}
.callWidget {
	float: left;
	margin-right: 20px;
	padding: 0px;
}

#quoteRequest {
	background-color: #00CCFF;
	padding: 1em;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	clear: both;
}
#quoteRequest fieldset {
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 0px;
	position: relative;
	border: 1px solid #FFFFFF;
	font-size: 0.9em;
}
#quoteRequest legend {
	font-weight: bold;
	color: #000000;
}
#quoteRequest p {
	margin: .5em;
	padding: 0px;
}
#quoteRequest input, select, textarea {
	margin-left: 0.7em;
	margin-right: 0.3em;
}
.columnLeft {
	float: left;
	margin: 0px;
	clear: left;
	padding-top: 0px;
}
.columnRight {
	float: right;
	margin: 0px;
	clear: right;
	padding: 0px;
}
#quoteRequest h1 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#quoteRequest label.contact {
	width: 5em;
	display: block;
	float: left;
	text-align: right;
	line-height: 1.5em;
}
#quoteRequest input.text {
	width: 12em;
}
#quoteRequest #commentArea {
	width: 500px;
	height: 50px;
}
.extraPadding {
	padding-top: 50px;
	padding-bottom: 50px;
}
