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

body {
	background-image: url(../images/dollar_background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 10px;
}
#container {
	width: 646px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #d4cc56;
	background-color: #FFF;
}
.divider {
	height: 0px;
	width: 626px;
	padding-bottom: 10px;
	border-top-width: 10px;
	border-top-style: dashed;
	border-top-color: #d4cc56;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
object {
	display: block;
}
#header {
	background-color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #d4cc56;
}
#main {
	background-color: #FFF;
	padding: 10px;
}
.text-large {
	font-size: large;
}
.text-XXL {
	font-size: xx-large;
}
.question-text {
	font-weight: bold;
	color: #888229;
}
.yellow-highlight {
	background-color: #FF0;
}

.main-border {
	border: 10px solid #d4cc56;
}
.table-border {
	border: 5px ridge #888229;
	background-color: #d4cc56;
}
.clear-both {
	clear: both;

}.text-small {
	font-size: small;
}
.text-small {
	font-size: small;
}
.image-left {
	float: left;
	padding: 10px;
}
#video_div {
	height: 339px;
	width: 617px;
	border: 5px solid #d4cc56;
}
#video_div_inner {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	height: 338px;
	width: 617px;
}
.pad-10px-bottom {
	padding-bottom: 10px;
}
#right_form {
	float: right;
	padding-left: 10px;
	width: 291px;
}
.pad-15px-bottom {
	padding-bottom: 15px;
}
.redbox {
	font-weight: bold;
	padding: 5px;
	border: 2px solid #F00;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #F00;
	margin-bottom: 1em;
}
.text-red {
	color: #F00;
}
.td-header {
	font-weight: bold;
}
a {
	color: #888229;
	font-weight: bold;
}
.float-right {
	float: right;
}
.phone-3w {
	width: 25px;
}
.phone-4w {
	width: 32px;
}
.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pad-10px-allaround {
	padding: 10px;
}
