body {
	background-image: url(/dev/images/home/jbos_r4_c6.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A1F0B;
	line-height: 175%;
}
.red-bold { 
color: #a1000a;
font-weight:bold;
}
a:link {
	color: #A1000A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #A1000A;
}
a:hover {
	text-decoration: none;
	color: #D66F12;
}
a:active {
	text-decoration: underline;
	color: #A1000A;
}
.nav_bg {
	background-image: url(/dev/images/j_home/j_navigation/over_r1_c1.jpg);
	background-repeat: repeat-x;
	height: 60px;
}
/* Navigation */
a.button {
	width: 197px;
	height: 54px;
	display: block;
	background-image: url(/dev/images/xj_images/Modern-Over.jpg);
	background-repeat: no-repeat;	/* background-position: 0px 0px; */
}
a.button span { display: none; }
a.button:hover {
	background-image: url(/dev/images/xj_images/Modern-Up.jpg);
	background-repeat: no-repeat;	/* background-position: 0px 0px; */
}

a.button_0 {
	width: 70px;
	height: 54px;
	display: block;
	background-image: url(/dev/images/xj_images/home.jpg);
	background-repeat: repeat;	/* background-position: 0px 0px; */
}
a.button_0 span { display: none; }
a.button_0:hover {
	background-image: url(/dev/images/xj_images/home-over.jpg);
	background-repeat: no-repeat;	/* background-position: 0px 0px; */
}

a.button_1 {
	width: 179px;
	height: 54px;
	display: block;
	background-image: url(/dev/images/xj_images/up_base_r1_c3.jpg);
	background-repeat: repeat;	/* background-position: 0px 0px; */
}
a.button_1 span { display: none; }
a.button_1:hover {
	background-image: url(/dev/images/xj_images/base_r3_c6.jpg);
	background-repeat: no-repeat;	/* background-position: 0px 0px; */
}

a.button_2 {
	width: 138px;
	height: 54px;
	display: block;
	background-image: url(/dev/images/xj_images/up_base_r1_c5.jpg);
	background-repeat: repeat;	/* background-position: 0px 0px; */
}
a.button_2 span { display: none; }
a.button_2:hover {
	background-image: url(/dev/images/xj_images/base_r3_c8.jpg);
	background-repeat: no-repeat;	/* background-position: 0px 0px; */
}

a.button_3 {
	width: 103px;
	height: 54px;
	display: block;
	background-image: url(/dev/images/xj_images/up_base_r1_c7.jpg);
	background-repeat: repeat;	/* background-position: 0px 0px; */
}
a.button_3 span { display: none; }
a.button_3:hover {
	background-image: url(/dev/images/xj_images/base_r3_c10.jpg);
	background-repeat: repeat;	/* background-position: 0px 0px; */
}

a.button_4 {
	width: 123px;
	height: 54px;
	display: block;
	background-image: url(/dev/images/xj_images/up_base_r1_c10.jpg);
	background-repeat: repeat;	/* background-position: 0px 0px; */
}
a.button_4 span { display: none; }
a.button_4:hover {
	background-image: url(/dev/images/xj_images/base_r3_c13.jpg);
	background-repeat: no-repeat;	/* background-position: 0px 0px; */
}
.button_bg {
	background-image: url(/dev/images/xj_images/base_r3_c2.jpg);
	background-repeat: repeat-x;
	height: 54px;
}.footer {
	color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
}
.main_content {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
/* call to action (contact form) styles */
.frm {
	background-color: #FCE1A3;
	padding: 4px;
	border: 1px solid #CC4200;
	width: 99%;
}
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.contact_shade {
	background-image: url(/dev/images/xj_images/contact_shade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
/* flash header bg */
.top_bg_main {
	background-image: url(/dev/images/base_home/base_fla_r1_c3.jpg);
	background-repeat: repeat-x;
}
.top_bg_corner {
	background-image: url(images/base_home/base_fla_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-size: 175%;
	color: #A1000A;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}