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

#rendering {
	float: left;
	width: 390px;
	margin-right: 8px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #808760;
}
.home_info {
	display: block;
	float: left;
}
#pricing {
	float: left;
}
.plan_title, .plan_title_wide {
	font-size: 26px;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 10px;
}
.plan_title {width: 50%;}
.photorow {

}
.photorow table{
	margin-right: auto;
	margin-left: auto;

}

.plan_title_wide {
	width: 80%;
	margin-bottom: 10px;
	
}
.pricing_compare, .pricing_actual, .pricing_title {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	height: 38px;
	padding-top: 6px;
}
.pricing_compare, .pricing_actual{
	
	width: 92px;
	text-align: center;
	
}
.pricing_compare{
	text-decoration: line-through;
	color: #BCBEA3;
}
.details {
	width: 350px;
	float: right;
}

.pricing_actual{
	color: #990100;
	background-image: url(../source_graphics/starburst_bg1.png);
	background-repeat: no-repeat;
	font-size: 20px;

}
.pricing_title{
	color: #808760;
	font-weight: bold;
}
.pricing_info{
	float: right;
	width: 50%;
	background-color: #FFFFFF;
	text-align: right;
}
.titlebar{
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808760;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.home_display {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.formTable {
	background-color: #999999;
}
.formTable  td, .formTable th{
	padding: 4px;
}
.formTable  td{
	background-color: #FFFFFF;
}
.formTable  th{
	background-color: #808760;
	color: #FFFFFF;
	text-align: right;
}
table.photo_table{
	background-color: #808760;
	margin: 4px;
	float: left;
}
table.stafflist{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 25px;
}
table.stafflist td {
	padding: 4px;
}
h4.jobtitle {
	background-color: #DFDFDF;
	padding: 5px;
	color: #808760;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #808760;
	border-right-color: #808760;
	border-bottom-color: #808760;
	border-left-color: #808760;
	font-size: 115%;
}
table.homestats {
	background-color: #BCBEA3;
}
table.homestats td {
	background-color: #FFFFFF;
}
table.homestats th {
	font-weight: bold;
	background-color: #808760;
	text-align: right;
	color: #FFFFFF;
}
table.homestats th,  table.homestats td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
