@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	background-image:url(../../images/JRD-BG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#010101;
}
#nav_bg {
	position:absolute;
	top:0px;
	left:0px;
	height:50px;
	width:100%;
	background-image:url(../../images/nav_bg.gif);
	background-repeat:repeat-x;
	z-index:1;
}
#content {
	position:relative;
	z-index:100;
}
#body_bg {
	width:776px;
	height:474px;
	background-image:url(../../images/frame_06.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#body_content {
	float:left;
}
#topmenu {
	background-color:#222;
	opacity:.80;
	/*filter:alpha(opacity=80);*/
	-max-opacity:0.80;
	border-left:solid #000 1px;
	border-right:solid #000 1px;
	border-bottom:solid #000 1px;
}
#topmenu td {
	border-left:solid #666 1px;
	border-right:solid #666 1px;
}
#topmenu a {
	color:#ddd;
	font-size:12px;
	text-decoration:none;
}
#topmenu a div {
	height:100%;
	width:100%;
}
#left_column {
	width:25px;
	background-image:url(../../images/frame_07.jpg);
	background-repeat:repeat-y;
}
#right_column {
	width:25px;
	background-image:url(../../images/frame_09.jpg);
	background-repeat:repeat-y;
}
#center_column {
	width:776px;
	background-image:url(../../images/frame_08.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#divider {
	width:6px;
	height:auto;
	float:left;
}
#footer {
	width:776px;
	height:25px;
	background-image:url(../../images/frame_11.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
	font-size:10px;
	text-align:center;
}
.main {
	width:500px;
	padding: 0px 5px 5px 0px;
	text-align:justify;
	text-indent:10px;
	font-size:14px;
}
.rightsub {
	width:256px;
	padding: 0px 0px 5px 5px;
	text-align:left;
	font-size:14px;
}
.rightsub div {
	width:100%;
	border:solid #000 1px;
	background-color:#F33000;
	text-align:center;
}
.rightsub div a {
	color:#FF0;
	text-decoration:none;
	display:block;
}
.whitebox {
	border:solid 2px #000;
	background-image:url(../../images/whitebox.png);
	background-repeat:repeat;
	width:100%;
}
.whitebox h3 {
	font-size:16px;
	text-align:left;
	padding:10px 0px 0px 0px;
	border-bottom:#999 dotted 2px;
	border-left:#999 dashed 2px;
	text-indent:10px;
}
.whitebox h3 span {
	font-size:12px;
	text-align:right;
	float:right;
}
.whitebox p img {
	border:solid 1px #000;
	margin:10px 10px 10px 10px;
}
.whitebox a {
	color:#900;
	text-decoration:none;
}
.caption {
	color:#FFF;
	font-size:16px;
	font-family:Gill Sans Ultra Bold, Verdana;
	font-weight:bold;
	text-align:left;
	padding:10px 0px 0px 0px;
	border-bottom:#999 dotted 2px;
	border-left:#999 dashed 2px;
	text-indent:10px;
}
.recenttitle {
	float:left;
	width:776px;
	text-align:left;
	padding:0px 0px 0px 0px;
}
.recent {
	float:left;
	width:736px;
	padding:10px 10px 10px 10px;
	border:solid #FFF 10px;
	z-index:10;
}
.recent span {
	margin-left:18px;
	margin-right:18px;
	float:left;
}
.recent span div {
	color:#CCC;
	font-size:10px;
}
.pricing {
	margin:10px;
	border:solid #000 1px;
}
.pricing blockquote {
	font-size:12px;
	color:#999;
	margin:2px 0px 5px 10px;
	padding:0px;
}
/* TABS */
#tabs{
	margin-left: 4px;
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#tabs ul{
	font: bold 10px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
#tabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}
#tabs a{
	float:left;
	background:#A3BBE6 url(images/tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 0;
	text-decoration:none;
}
#tabs a span{
	float:left;
	display:block;
	background: transparent url(images/tabs_right.gif) no-repeat right top;
	padding:4px 5px 2px 0;
}
#tabs a span{float:none;}
#tabs a:hover{background-color: #7E94B9;color: white;}
#tabs a:hover span{background-color: #7E94B9;}
#tabHeaderActive span, #tabHeaderActive a { background-color: #42577B; color:#fff;}
.tabContent {
	clear:both;
	border:2px solid #42577B;
	padding-top:2px;
	background-color:#FFF;
}
/* END TAB */