/* CSS Document */

#quoteBox {
	width: 500px;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

#quoteBox h1 {
	margin: 5px 0 10px 0;
	font: 23px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
}

#quoteBox h2 {
	margin: 5px 0 10px 0;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
}

#quoteBox label {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
}

#quoteBox p {
	clear: both;
	margin: 0 0 5px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#quoteBox label.address {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
	float: left;
	margin: 0 0 2px 0;
}

#quoteBox input.address {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
	float: right;
	margin: 0 0 2px 0;
	border: 2px #0099CC solid;
	background: #F1F8FA;
}

#quoteBox input {
	border: 2px #0099CC solid;
	background: #F1F8FA;
}

#quoteBox textarea {
	border: 2px #0099CC solid;
	background: #F1F8FA;
}

#quoteBox input.noBorder {
	border: none;
	background: none;
}

.quoteQuestion {
	clear: both;
	margin: 0 0 20px 0;
	background: #FEF8F1;
	border-top: 4px #0099CC solid;
}


#quoteInfo {
	float: left;
	margin: 25px 0 0 0;
	padding: 0 10px 0 0;
	width: 350px;
	border-right: #006699 1px solid;
}

#quoteInfo h1 {
	margin: 5px 0 10px 0;
	font: 23px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
}

#quoteInfo p {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
	margin: 0 0 10px 0;
}

#quoteInfo a:link, #quoteInfo a:visited {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
	margin: 0 0 10px 0;
	text-decoration:underline;
}

#quoteInfo a:hover, #quoteInfo a:active {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
	margin: 0 0 10px 0;
	text-decoration: none;
	border-bottom: #006699 1px dotted;
}