body {
	text-align: center;
	padding:0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	/*background:url(../images/bgd_bodybis.jpg);*/
	/*background:url(../images/bgd_body.jpg);*/
	/*background:#c5d8f6;*/
	background:#fafafa;
	color:#505050;
}
p { margin: 0px;  }
form {margin: 0px; }
img {border: 0px; margin:0px;}
img.center{
	margin-left:auto;
	margin-right:auto;
}
div { margin: 0px; padding: 0px;}
input,button {
	font-size:11px;
	border: 1px solid #242775;
    color:#30507A;
}
button{
	font-size:11px;
	background-color:#7eae19;
	border: 1px solid #7eae19;
	color:#ffffff;
	font-weight:bold;
}
input.button{
	font-size:11px;
	background-color:#7eae19;
	border: 1px solid #7eae19;
	color:#ffffff;
	font-weight:bold;
}
input.checkbox{
	border:0px;
	vertical-align:middle;
}
select{
    font-size:11px;
    border: 1px solid #242775;
    color:#30507A;
    margin-bottom:1px;
}
textarea{
	font-size:11px;
    border: 1px solid #242775;
    color:#30507A;
}
h1,h2,h3{
	margin:0;
	padding:0;
}

div#container{
	float:left;
	width: 100%;
	background:url(../images/bgd_body6.jpg);
	/*background:url(../images/bgd_bodytri2.jpg);*/
	/*background:url(../images/bgd_body2.jpg);*/
	background-repeat:repeat-x;
	text-align: center;
}
div#outterbox{
	position: relative;
	width: 762px;
	margin: 0px auto;
	text-align: left;
	/*border-left:2px solid #76090c;
	border-right:2px solid #76090c;*/
	background:#ffffff;
}
/**
* HEADER ZONE
**/
div#headerzone{
	float:left;
	width:722px; /* 762px total */
	height:64px;
	background:url(../images/bgd_header.jpg);
	background-repeat:repeat-x;
	border-bottom: 1px solid #d8d8da;
	padding:3px 20px;
	border-left:2px solid #c1c1c1;
	border-right:2px solid #c1c1c1;
}
	img.logo{
		float:left;
	}

	div#headerzone h1{
		float:left;
		font-size:24px;
		font-family: Arial;
		font-weight:bold;
		padding:5px 0 0 10px;
	}
		div#headerzone h1 span.city{
			font-size:16px;
			font-style:italic;
		}
		div#headerzone h1 span.phone{
			font-size:20px;
			color:#8c0000;
		}
	div#headerzone h2{
		font-size:24px;
		font-family: Arial;
		font-weight:bold;
		padding:5px 0 0 10px;
	}
	div#headermenu{
		float:right;
		padding:5px 20px 0 0;
	}
		div#headermenu img{
			padding:0 5px 0 20px;
		}

		div#headermenu a{
			text-decoration:none;
		}
	div#header_address{
		display:none;
	}
/**
* MENU ZONE
**/
div#menuzone{
	float:left;
	width:752px; /* 774px total */
	height:39px;
	border-bottom: 1px solid #d8d8da;
	background:#ffffff;
	padding:3px 5px 0 5px;
	border-left:2px solid #c1c1c1;
	border-right:2px solid #c1c1c1;
}
	div#menuzone table{
		float:left;
		width:752px;
		height:39px;
		/*margin:5px 0 6px 0;*/
		text-align:center;
		margin:0;
		padding:0;
	}
		div#menuzone table tr{
		}
		div#menuzone table td{
			background:url(../images/bgd_menu_l.jpg);
			background-repeat:no-repeat;
			padding:0;
			vertical-align:top;
			white-space:nowrap;
		}
		div#menuzone a.tab_off{
			display:block;
			width:100%;
			height:25px;
			margin:0;
			padding:0;
			padding:10px 0 0 0;
			background:url(../images/bgd_menu_r.jpg);
			background-position:top right;
			background-repeat:no-repeat;
			text-decoration:none;
			color:#5f5f5f;
			font-size: 12px;
			font-weight:bold;
		}
		div#menuzone a.tab_off:hover{
			color:#900002;
		}

		a.tab_on{
			display:block;
			width:100%;
			height:25px;
			margin:0;
			padding:0;
			padding:10px 0 0 0;
			background:url(../images/bgd_menu_r.jpg);
			background-position:top right;
			background-repeat:no-repeat;
			text-decoration:none;
			color:#900002;
			font-size: 12px;
			font-weight:bold;
		}

		div.tab_subtab{
			position:absolute;
			top:110px;
			width:150px;
			margin:0;
			padding:0;
			background:#ffffff;
			border:1px solid #627282;
			color:#306ca6;
			cursor:pointer;
		}
		div.tab_subtab a{
			display:block;
			width:135px; /* 250px total => refers to div.tab_submenu.width*/
			margin:0;
			padding:3px 10px 3px 5px;
			border-bottom:1px solid #627282;
			text-decoration:none;
			color:#306ca6;
			text-align:left;
		}
		div.tab_subtab a:hover{
			background:#306ca6;
			color:#ffffff;
		}
/**
* MAIN ZONE
**/
div#mainzone{
	float:left;
	width:762px; /* 774px total */
	background:#ffffff;
	border-left:2px solid #c1c1c1;
	border-right:2px solid #c1c1c1;
}
	div#main_left{
		float:left;
		width:179px;
		padding:0 3px 0 15px;
	}
		div#main_left h1,h1.red{ /* the red and default title */
			width:141px;
			height:30px;
			margin:10px 0 10px 0;
			padding:5px 0 0 35px;
			background:url(../images/bgd_title_left_r.jpg);
			background-repeat:no-repeat;
			font-weight:normal;
			color:#ffffff;
			font-size:14px;
		}
		div#main_left h1.orange{
			background:url(../images/bgd_title_left_o.jpg);
			background-repeat:no-repeat;
		}
		div#main_left a.button{
			display:block;
			width:141px;
			height:30px;
			margin:10px 0 10px 0;
			padding:5px 0 0 35px;
			background:url(../images/bgd_title_left_r.jpg);
			background-repeat:no-repeat;
			font-weight:normal;
			color:#ffffff;
			font-size:14px;
			text-decoration:none;
		}
		div#main_left a.button,visa{
			background:url(../images/bgd_title_left_visa.jpg);
			background-repeat:no-repeat;
		}
		div#main_left div#partners{
			float:left;
			padding:20px 0 0 0;
			text-align:center;
		}
		div#main_left a.submenu{
			width:160px;
			display:block;
			margin:0 0 5px 0;
			padding:0 0 0 18px;
			background:url(../images/bullet_o.jpg);
			background-position:5px 5px;
			background-repeat:no-repeat;
			color:#505050;
			border-bottom:1px dotted #929292;
			text-decoration:none;
		}
		div#main_left a.submenu:hover{
			color:#900002;
		}

		div#main_left div.readmore{
			float:left;
			width:75px;
			height:18px;
			border-top:1px solid #c8c8c8;
			background:url(../images/bgd_read_more.jpg);
			background-position:top right;
			background-repeat:no-repeat;
			padding:3px 0 0 100px;
			font-size:10px;
			text-transform:uppercase;
		}

		div#main_left div#address{
			float:left;
			padding:20px 0 0 30px;
			color:#a0a0a0;
		}
	div#jbc_images{
		float:left;
		width:100%;
	}
	div#breadcrumb{
		float:left;
		margin:10px 0 0 0;
		padding:0 0 0 10px;
		background:url(../images/bullet_o.jpg) no-repeat;
		background-position:0 5px;
	}
		div#breadcrumb a{
			color:#909090;
		}
		div#breadcrumb a:hover{
			color:#505050;
		}
	div#main_center{
		float:left;
		width:565px;
		padding: 10px 0 0 0;
	}
		div#main_content{
			float:left;
			clear:both;
			width:524px;
			padding:1px 0 0 22px;
		}
		div#main_content h1,h1.red{
			width:500px; /* 524px total*/
			height:36px;
			margin:10px 0 10px 0;
			padding:4px 0 0 35px;
			background:url(../images/bgd_title_right_r.jpg);
			background-repeat:no-repeat;
			font-weight:normal;
			color:#ffffff;
			font-size:16px;
		}
		div#main_content h2{
			margin:5px 0 0 0;
			padding:0 0 5px 0;
			font-size:14px;
			color:#1d3557;
		}
		div#main_content div.readmore{
			float:left;
			width:75px;
			height:18px;
			border-top:1px solid #c8c8c8;
			background:url(../images/bgd_read_more.jpg);
			background-position:top right;
			background-repeat:no-repeat;
			padding:3px 0 0 449px;
			font-size:10px;
			text-transform:uppercase;
		}
	div#main_footer{
		float:left;
		width:742px;
		background:#e6e6e6;
		padding:10px;
		margin:50px 0 10px 0;
		color:#787878;
	}
		div#footer_left{
			float:left;
			width:371px;
		}
			div#footer_left img{
				vertical-align:bottom;
			}
		div#footer_right{
			float:left;
			width:371px;
		}
			div#footer_right img{
				border:1px solid #000000;
				margin-right:5px;
			}

		div#main_footer a{
			color:#787878;
		}

/**
* USER FORMATTING LAYOUTS
**/
.JBC_red{
	color:#8c0000;
}
.JBC_green{
	color:#679403;
}
.JBC_blue{
	color:#1d3557;
}

