body {
	color: #888;
	background-color: #EDECE7;
	background-image: url(../images/bg-shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 70%;
	text-align: center;
	}
a {
	color: #AEB406;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #666;
	background-color: inherit;
	font-weight: bold;
	}


#shadow {
	width: 699px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	}
#container {
	padding: 0 0 0 1px;
	color: inherit;
	background-color: #fff;
	}
#splash {
	position: relative;
	clear: both;
	height: 140px;
	padding: 25px 0;
	color: inherit;
	background-color: #E4E77E;
	background-image: url(../images/image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
#content {
	float: right;
	width: 430px;
	padding: 25px 20px;
	}
#column {
	float: left;
	width: 220px;
	}
#footer {
	clear: both;
	padding: 6px 12px;
	color: #0084C8;
	background-color: #C0C0C0;
	font-size: 90%;
	text-align: right;
	}
#iframe {
	padding: 0 0 0 5px;
	color: inherit;
	background-color: #F5F5E1;
	font-size: 80%;
	text-align: left;
	line-height: 10px;
	}






#header ul {
	float: right;
	margin: 8px 5px;
	font-size: 90%;
	list-style: none;
	}
#header ul li {
	display: inline;
	}
#header ul li a {
	padding: 0 10px;
	color: #aaa;
	background-color: inherit;
	text-decoration: none;
	}
#header ul li a:hover {
	color: #AEB406;
	background-color: inherit;
	}
#splash ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	padding: 0 20px;
	color: #333;
	background-color: #CBD040;
	font-size: 90%;
	font-weight: bold;
	list-style: none;
	}
#splash ul li a:hover, #splash ul li a.on {
	color: #333;
	background-color: inherit;
	}
#splash ul li {
	height: 15px;
	margin: 0 0 -2px 0;
	}
#splash[id] ul li {
	height: 27px;
	}
#splash ul li a.on {
	display: block;
	padding: 7px 0 6px 10px;
	color: #555;
	background-color: inherit;
	background-image: url(../images/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	}
#splash ul li ul { 
	position: absolute;
	left: -999em; 
	width: 10px;
	color: inherit;
	background-color: transparent;
	}
#splash ul li:hover ul, #splash ul li.sfhover ul { 
	top: 25px;
	left: 0;
	width: 179px;
	height: 140px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg-transparent.png');
	border-right: 1px solid #fff;
	}
#splash[id] ul li:hover ul { 
	background-image: url(../images/bg-transparent.png); 
	}
#splash ul li:hover ul li a, #splash ul li.sfhover ul li a { 
	display: block;
	padding: 4px 0;
	color: #333;
	background-color: inherit;
	text-align: right;
	}
#splash ul li:hover ul li, #splash ul li.sfhover ul li { 
	display: block;
	height: 16px;
	padding: 4px 20px;
	color: #333;
	background-color: inherit;
	text-align: left;
	}
#column ul {
	color: #333;
	background-color: #CBD040;
	list-style: none;
	border: solid #fff;
	border-width: 1px 0 0 0;
	}
#column ul li a {
	display: block;
	width: 140px;
	padding: 6px 40px;
	color: #fff;
	background-color: #D7DB69;
	font-weight: bold;
	text-decoration: none;
	border: solid #fff;
	border-width: 0 0 1px 0;
	}
#column ul li a:hover, #column ul li a.on {
	color: #fff;
	background-color: #E4E77E;
	}
#column ul li ul li a {
	display: block;
	width: 100px;
	padding: 4px 60px;
	color: #666;
	background-color: #E8EAA0;
	font-weight: normal;
	text-decoration: none;
	border: solid #fff;
	border-width: 0 0 1px 0;
	}
#column ul li ul li a.on {
	width: 140px;
	padding: 6px 40px;
	color: #444;
	background-color: #E8EAA0;
	font-weight: bold;
	}






a.logo {
	display: block;
	float: left;
	padding: 10px 25px;
	}
span.date {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 90%;
	}
#splash h1 {
	float: right;
	width: 200px;
	padding: 50px 40px;
	color: #fff;
	background-color: transparent;
	font-size: 150%;
	font-weight: normal;
	}
#splash h1 span {
	display: block;
	margin: 0 0 0 30px;
	font-size: 80%;
	font-weight: bold;
	}
#content h2 {
	color: #444;
	background-color: inherit;
	font-size: 100%;
	}
#content h2 em {
	color: #AEB406;
	background-color: inherit;
	font-style: normal;
	}
#content p {
	padding: 15px 0 25px 0;
	background-image: url(../images/bg-dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 18px;
	}
#content span.sl {
	float: left;
	width: 190px;
	padding: 25px 20px 20px 0;
	background-image: url(../images/bg-dots.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
#content span.sr {
	float: right;
	width: 200px;
	padding: 25px 0 20px 10px;
	}
#content span p {
	background-image: none;
	}
blockquote {
	clear: both;
	margin: 40px 0;
	padding: 20px 0 0 0;
	color: #666;
	background-color: #ECEDC4;
	border: solid #C0C28A;
	border-width: 1px 0 0 0;
	}
blockquote h3 {
	padding: 0 20px;
	font-size: 100%;
	color: #444;
	background-color: inherit;
	}
blockquote p {
	padding: 10px 20px;
	font-size: 100%;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	line-height: 15px;
	}
blockquote a {
	display: block;
	padding: 5px 10px;
	color: #666;
	background-color: #F5F5E1;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	}
blockquote a:hover {
	color: #333;
	background-color: #F5F5E1;
	}
#footer a {
	color: #aaa;
	background-color: inherit;
	font-size: 90%;
	text-decoration: none;
	text-align: right;
	}
#footer a:hover {
	color: #333;
	background-color: #F5F5E1;
	}
.alert {
	color: #b00;
	background-color: inherit;
	font-size: 90%;
	font-weight: bold;
	}






th {
	width: 100px;
	padding: 5px 10px;
	}
input.ti {
	width: 250px;
	padding: 3px;
	color: #444;
	background-color: #fff;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 100%;
	border: 1px;
	}
textarea {
	width: 250px;
	height: 100px;
	padding: 3px;
	color: #444;
	background-color: #fff;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 100%;
	border: 1px;
	}
input.submit {
	width: 80px;
	padding: 2px;
	color: #eee;
	background-color: #444;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	border: 1px;
	cursor: hand;
	cursor: pointer;
	}
input.reset {
	width: 80px;
	padding: 2px;
	color: #aaa;
	background-color: #F5F5E1;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	border: 0;
	cursor: hand;
	cursor: pointer;
	}
.footer {
	font-size: 9px;
	padding: 7px;
	text-align: right;
	background-color: #C0C0C0;
}
.bodycopy {
	font-size: 11px;
	line-height: 20px;
	color: #707070;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bodycopyHeading {
	font-size: 16px;
	line-height: 18px;
	color: #0084C8;
	font-weight: normal;
	padding-top: 5px;
}
.testimonial {
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	font-style: italic;
	font-weight: lighter;
	padding-right: 5px;
	padding-left: 10px;
}
.BJGhome {
	background-image: url(../images/bkg_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.middleline {
	font-size: 11px;
	line-height: 20px;
	color: #5C5C5C;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #0385C8;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.headerBorder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #3366CC;
	background-repeat: no-repeat;
	background-position: center center;
}
.NavBaseLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.testimonials {
	padding: 15px;
	font-size: 9px;
	line-height: 14px;
	font-style: italic;
	color: #FFFFFF;
}
.dateCode {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}
.FormBodyCopy {
	font-size: 10px;
	line-height: 14px;
	color: #555555;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.FormHeaderCopy {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: normal;
}
.pictures {
	border: 1px solid #839097;
}
.inlineimage {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
