body {
	background-color: #fff;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
}	

a, a:visited, a:link {
	color: #d70004;
	/*background-color: #fff;*/
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {	
	text-decoration: underline;
}

#container {
	width: 730px;
	margin: 20px auto;
	position: relative;
	text-align: left;
}

#header, #header h1 {
	
}

#header h1 a img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 0;
}

#header p {
	margin: 20px 0 0 0;
	padding: 0;
	float: right;
	font-size: 70%;
	font-weight: bold;
	color: #999;
}

#welcome {
	clear: both;
	position: relative;
	height: 94px;
	width: 730px;
}

img#welcome_online {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header .flash_container {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}

#main_nav {
	background-color: #d70004;
	color: #fff;
	border-bottom: 10px solid #ff1a1a;
	height: 2.5em;
}

#our_products {
	
	float: left;
}

#our_products h2 {
	margin: 0;
	padding: 0;
	border: 0;
}


#our_products p img {
	display: block;
	margin: 0 auto;
}

#our_products p {
	text-align: center;
	margin: 30px 0;
}


#inner_container {
	width: 730px;
	margin: 0;
	padding: 0;
}

#content {
	float: right;
	width: 548px;
}

#footer {
	clear: both;
	background-color: #d70004;
	color: #fff;
	font-size: 90%;
	height: 2em;
}

#footer a {
	background-color: #d70004;
	color: #fff;
	font-weight: bold;
}

#footer img {
	border: 0;
}

#footer span#home_link {
	margin-left: 0 !important;
	margin-right: 60px;
}

#footer span#home_link img, #footer span#top_link img {
	margin-right: 10px;
}

#footer span {
	margin-top: 0.4em;
	margin-left: 20px;
	float: left;
}

#footer span#top_link {
	float: right;
}

#credit p {
	text-align: center; /* this is not necessary while property is being inherited from body */
	font-size: 90%;
}

#credit a {
	color: #d70004;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*home page specific */

#about_jb {
	width: 250px;
	float: left; 
}

a#findoutmore {
	font-size: 90%;
}

#picture_gallery {
	width: 250px;
	float: right;
}

#brochure {
	clear: both;
	position: absolute;
	padding-bottom: 2em;
	bottom: 2px;
	right: 0;
}

#brochure img {
	display: inline;
}

/* Inner Page Styles */

h2 {
	color: #d70004;
	background-color: #fff;
	border-bottom: 2px solid #6b6b6b;
	font-size: 150%;
	margin: 20px 0 10px 0;
}

table h4 {
	color: #fff;
	background-color: #D70004;
	margin: 0;
	padding: 3px;
	font-size: 120%;
}

td {
	font-size: 100%;
}

td.theader {
	background-color: #d70004;
	color: #fff;
	font-weight: bold;
}

td.tcell {
	background-color: #D9D9D9;
	color: #666;
	font-weight: bold;
}

/* News Styles */

#newssection {
	margin-top: 2em;
}

.article_container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#newssection h4 {
	margin: 3px 0;
	padding: 0;
	font-size: 100%;
	float: left;
}

#newssection span.news_date {
	font-size: 90%;
}

#newssection p {
	clear: both;
	margin: 0;
	padding: 0;
}

#newssection a.read_article {
	display: block;
	text-align: right;
}

#newssection br.clear {

}

/* form styles */

#frmAuto {
	width: 400px;
	margin: auto;
}

#frmAuto h4 {
	background-color: #d70004;
	color: #fff;
	padding: 0.3em;
	font-size: 100%;
	clear: both;
	margin: 20px 0;
}

#frmAuto .textField {
	border: 1px solid black;
}

#frmAuto input, #frmAuto label {
	margin: 5px 5px 2px 5px;
}

#frmAuto textarea {
	display: block;
	margin: 10px 0 0 40px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 110%;
	height: 7em;
	width: 250px;
	border: 1px solid black;
}

#frmAuto .textField {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 110%;
}

div.containsTextArea {
	margin-top: 20px;
}

div.containsTextArea label {
	display: block;
	font-weight: bold;
	margin: 10px 0 0 40px;
	
}

#frmAuto select {
	margin: 10px 0 0 80px;
	padding: 0;
}

#frmAuto div. label {
	display: block;
	font-weight: bold;
	margin: 10px 0 0 40px;
}

#frmAuto div.containsSelect label {
	display: none;
}

#frmAuto div.indented {
	padding: 10px 0 10px 0;
}

#frmAuto div.indented textarea {
	margin: 0;
	display: inline;
	float: left;
	width: 210px;
}

#frmAuto div.indented label {
	float: left;
	width: 80px;
	margin: 0;
}

#frmAuto div.indented input {
	display: block;
	float: left;
	margin: 0;
}

div.formRow {
	margin: 5px;
	clear: both;
}

#frmAuto div.submitRow input {
	margin-left: 130px;
	
}

p.reqtext {
	text-align: right;
	font-size: 80%;
}

.clear {clear:both;}

#our_products .clear {
	clear: both;
	line-height: 1px;
}

.bullet li {list-style-image : url(/images/cms/small-bullet.gif);}
.red {color:#d70004;}

.divNBSPlus {margin-left:2px;}