/* ************* */
/* *** RESET *** */
/* ************* */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}



/* **************** */
/* *** ELEMENTS *** */
/* **************** */

html, body {
	background: #121212 url(../images/bg_body.gif);
	color: #e4e4e4;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}

a, a:link { color: #4283fe; }

h1 {
/*	color: #cb7103; */
	font-size: 18px;
}

h2 {
	font-size: 0.9em;
	margin: 12px 0;
	text-transform: uppercase;
}

li {
	line-height: 1.2em;
	list-style-type: disc;
	margin: 12px 1em;
}

p {
	line-height: 1.2em;
	margin: 12px 0;
}

ul {
	margin: 12px 0;
}


/* *********** */
/* *** IDS *** */
/* *********** */

#hg_graphic {
	margin-bottom: 20px;
	}

#jc_body {
	clear: both;
	}

#jc_content {
	background: #121212;
	float: right;
	width: 490px;
	}

	#jc_content ul.column_x2 {
		float: left;
		width: 240px;
		}

#jc_feature {
	float: left;
	margin: 0;
	padding: 0;
	width: 275px;
	}

#jc_footer {
	margin: 0 auto;
	padding: 20px;
	width: 950px;
	}
	#jc_footer p {
		text-align: center;
		}

#jc_frame {
	background: #121212 url(../images/bg_jc_frame.gif) top no-repeat;
	border: solid #202020 1px;
	overflow: auto;
	padding: 20px 50px 30px 50px;
	position: relative;

	min-height: 450px;
	height: auto !important;
	height: 450px;
	}

#jc_frame_wrapper {
	border: solid #090909 2px;
	margin: 50px auto 0 auto;
	padding: 0;
	width: 900px;
	}

	body.jc_welcome #jc_frame {
		}

#jc_header {
	height: 90px;
	}

#jc_logo {
	float: left;
	}

#jc_splash {
	left: 0;
	position: absolute;
	top: 0;
	}

#mainNav {
	float: right;
	margin: 0;
	}
#mainNav li {
	border-left: dotted #3c3c3c 1px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 4px 6px;
	}
#mainNav li.first {
	border: 0;
	}
#mainNav li a, #mainNav li a:link, #mainNav li a:visited {
	color: #e4e4e4;
	font-size: 12px;
	text-decoration: none;
	}
#mainNav li a.current, #mainNav li a.current:link, #mainNav li a.current:visited {
/*	color: #ff8500; */
	}
#mainNav li a:hover {
	text-decoration: underline;
	}

#splash_instructions {
	font-size: 1.25em;
	text-align: center;
	}


/* *************** */
/* *** CLASSES *** */
/* *************** */

.disclaimer {
	color:#999;
	}

.errorMessage {
	color:#c00;
	}

.jc_testimonial {
	border-top: dotted #3c3c3c 1px;
	margin-top: 35px;
	padding-top: 25px;
	}

.jc_testimonial.first {
	border: 0;
	padding: 0;
	}

div.jc_welcome {
	display: none;
	}

.replace {
	text-indent: -1000em;
	text-decoration: none;
	background-repeat: no-repeat;
	visibility: visible;
	display: block;
	}

