H1, H2, H3, H4, H5, H6 {
	page-break-after: avoid;
	page-break-inside: avoid;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}
#container {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#container #header {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}
#container #header img.logo {
	float:none;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	width: 20%;
	height: 20%;
}
#container #header .focus {
	display: none;
}
#container #header .tagline {
	display: none;
}
#container #left_bg {
	background-image: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
	top: 0px;
}
#container #left {
	display: none;
	background-color: #0033cc;
	height: 0px;
	width: 0px;
	float: left;
}
#container #right {
	display: none;
	height: 0px;
	width: 0px;
	float: right;
}
#container #footer {
	clear: both;
	padding-top: 10px;
}
#container #footer .red_bar {
	background-color: #FF0000;
	height: 21px;
}
#container #footer .blue_bar {
	background-color: #0033cc;
	text-align: center;
	margin-top: 10px;
}
#container #footer .copyright {
	color: #999999;
	text-align: center;
	margin: 5px;
}


/* content stuff */
#container #content {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	min-height: 350px; /* should be height of highest float (right or left) as to drag the background behind the left menu down */
	overflow: visible;
}
#container #content p {
	text-align: justify;
	margin-bottom: 0px;
}
#front_page_news {
}
#front_page_news img {
	position: relative;
	float: left;
	display: block;
	padding-right: 10px;
	padding-bottom: 5px;
}
#front_page_news h1 {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 12.5px;
	text-transform: uppercase;
	text-align: left;
}
#front_page_news h1 a {
	
}
#front_page_news p a {
	text-decoration: none;
	color: #000000;
	
}
.date {
	color: #FF0000;
}
#front_page_news hr {
	margin-bottom: 10px;
}
#front_page_news .item_photo {
	display: block;
	min-height: 110px;
}
#front_page_news .item {
	display: block;
	min-height: 60px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.justify {
	text-align: justify;
}
.extra-bottom-12 {
	margin-bottom: 12px;
}
.hr-white {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bg-red {
	background-color: #FF0000;
	color: #FFFFFF;
}
.user-message {
	background-color:#E1FDE2;
	padding: 8px;
	width: auto;
	border: 1px solid #009900;
}
.table-standard {
	width: 100%;
	background-color: #FFFFFF;
}
.table-standard td {
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 4px;
}
ul.list-basic {
	padding: 0px;
	margin: 0px;
}
.list-basic li {
	list-style-type: none;
	margin-bottom: 10px;
}
.list-underline li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#pricing-sheet {


}
#pricing-sheet #pricing-header {
	width: auto;
	position: relative;
	display: block;
	text-transform: uppercase;
	height: 350px;
	border: thin solid #999999;
}
#pricing-sheet #pricing-header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#pricing-sheet #pricing-header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	color: #990000;
}
#pricing-sheet #pricing-header address {
	font-style: normal;
	font-size: 11px;
	text-align: center;
}
#pricing-sheet #pricing-header .left {
	font-size: 14px;
	display: block;
	position: absolute;
	float: left;
	width: 360px;
	top: 100px;
}
#pricing-sheet #pricing-header .right {
	font-size: 14px;
	display: block;
	position: absolute;
	width: 370px;
	top: 100px;
	left: 380px;
}
#pricing-sheet #liveprice {
	background-color: #FF0000;
	position: fixed; 
	top: 375px; 
	left: 500px;  
	width: 160px; 
	border: solid 1px black; 
	padding: 8px;
}