@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #555;
	font: 11px Verdana, Arial, sans-serif;
	background: #414141 url(../images/gfx/bg_body.png) repeat-x;
}
#header  {
	padding: 0;
	margin: 0;
	width: 980px;
	margin: 0 auto 10px;
	background:url(../images/gfx/hdr_logo.png) no-repeat right top;
	height: 120px;
	position:relative;
} 
#header h1  {
	margin: 0;
	padding: 0;
	background:url(../images/gfx/hdr_jb.png) no-repeat left 20px;
	text-indent:-9999px;
	height:80px;
	color:#fff;
}
#container1  {
	padding:0;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	position: relative;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border: 1px solid #999;
} 
#sidebar1  {
	position: absolute;
	width: 270px;
	left:680px;
	top:20px;
}
#sidebar2 {
	float: right;
	width: 310px;
}
#mainContent  {
	margin: 10px 330px 0 25px;
	min-height: 380px;
} 
#mainContent.full {
	margin-right:25px;
}
#mainContent #sidebarL {
	width:300px;
}
#footer  {
	padding: 0 16px;
	border-top: 1px solid #c80;
	color: #999;
	margin-top: 10px;
} 
#footer p  {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1;
}
#footer p span  {
	padding-left:30px;
	padding-right:30px;
}
h1  {
	margin: 0 0 12px -15px;
	padding:14px 0 0 42px;
	font:1.6em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#069;
	color:#4FA0A2;
	color:#68c;
	color:#5876b1;
	background:url(../images/gfx/bg_h1.png) no-repeat 0 0;
}
h1.title {
	text-transform: none;
	border-top:1px solid #e0b01b;
	color:#0347a6;
	padding:0;
	margin:10px 0;
	background:none;
}
h2 {
	font-size: 1.9em;
	color:#333;
	margin: 10px 0 3px;
	font-weight: normal;
}
h3 {
	margin: 6px 0 2px;
	font-size: 1.2em;
	color:#c80;
	color:#700;
	font-weight: bold;
}
h3 a:link, h3 a:visited {
	color: #700;
}
h3 a:hover, h3 a:active {
	color: #E8A700;
}
h4 {
	margin: 4px 0 2px;
	font-size: 1.3em;
	font-weight: normal;
	color:#388391;
	line-height: 1.4;
}
h5 {
	margin: 2px 0;
	font-size:1em;
	font-weight:bold;
	color:#333;
}
p {
	font-size: 1em;
	margin: 0 0 4px;
	color: #444;
	line-height: 1.4;
}
ul , ol{
	margin-top: 8px;
	margin-bottom: 6px;
}
li {
	margin-bottom: 4px;
}
/* home pg portals */
.hblock {
	background:#333 url(../images/gfx/bg_hn3.png) repeat-x;
	color:#FFF;
	padding-left: 3px;
	margin-top: 20px;
	font-size:1.4em;
}
.horbox {
	width:310px;
	height:270px;
	color:#fff;
	display:inline;
	float:left;
	padding:0;
	margin: 15px 0;
	background: #5876B1 url(../images/logo/ribbonsblue.gif) no-repeat left 64%;
}
.horbox h2, .horbox h3, .horbox p, .horbox ul {
	color:#fff;
	padding-left:10px;
	padding-right: 8px;
}
.horbox#box1 {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}
.horbox#box1 h2 {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}
.horbox#box2 {
	background-color:#57B1B1;
	background-image: url(../images/logo/ribbonsteal.gif);
}
.horbox#box3 {
	background-color:#5A97B5;
	background-image: url(../images/logo/ribbonssky.gif);
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	
}
.horbox h2 {
	color:#fff;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#68c;
	margin:0;
	padding:6px 10px 2px;
	height: 28px;
}
.horbox#box2 h2 {
	background-color:#6cc;
}
.horbox#box3 h2 {
	background-color:#66A9CC;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}
/* images */
.featrt {
	margin: 0 0 0 160px;
	display: block;
}
.feat ul {
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 5px;
	margin-bottom: 4px;
}
.imgCtr {
	display: block;
	margin: 10px auto;
}
.imgRt {
	margin: 0px 0px 10px 20px;
	float: right;
}
.imgLft {
	margin: 0px 20px 10px 0;
	float: left;
}
.imgitem img {
	margin: 0px 10px 10px 0px;
	float: left;
}
/* tables */
table.events {
	border:none;
	empty-cells:show;
	float:right;
	margin-left: 20px;
	width: 580px;
}
table.events td, table.events th {
	vertical-align:top;
	padding:4px 10px;
	border-bottom:1px solid #FFE17E;
}
table.events th {
	text-align:left;
	font-weight:bold;
	color:#000;
	width: 11em;
}
table.events.past {
	width:80%;
	float:none;
	margin:0 auto;
}
#detailwrapper {
	background-color:#eee;
	padding:5px;
	min-height:300px;
	margin:0 0 10px;
}
#detail {
	width: 260px;
	margin: 0;
	text-align:right;
}
table.articles {
	margin:0;
	empty-cells:show;
	border:0 none;
}
table.articles th, table.articles td {
	text-align:left;
	vertical-align:top;
	padding:10px 20px;
}
table.articles th {
	text-align:center;
}
table.merch {
	border:1px solid #ddd;
	background:#fff;
	border-collapse:collapse;
	empty-cells:show;
	margin:5px auto;
}
table.merch td, table.merch th {
	font-size:1em;
	line-height:1.6em;
	padding:5px 6px;
	text-align:left;
	vertical-align:top;
	border:1px solid #ddd;
	color:#333;
}
table.merch thead th {
	font-stye:italic;
	font-weight:normal;
	background: #ccc;
	color:#fff;
}
table.merch tbody td.img {
	text-align:center;
	background:#fff;
	padding:0;
}
table.merch tfoot td {
	background:#eee;
}
table.merch td.rt{
	text-align: right;
}
/* links */
a:link, a:visited {
	text-decoration:none;
	color:#069;
}
a:hover, a:active {
	color: #E8A700;
	text-decoration:underline;
}
a img {
	border:none;
}
.crumb a {
	color: #aaa;
}
.crumb a:hover, .crumb a:active {
	color:#e8a700;
}
/* obsolete? */
.subhd {
	background-color:#72a5b1;
	padding:5px 10px;
	margin:5px 0 15px;
}
.subhd p, .subhd h2 {
	color:#fff;
}
/* blurbs, citations */
.quote {
	font-style: italic;
	color: #4B769D;
	margin: 8px 0 2px;
	line-height: 1.3;
}
.cite {
	color: #4B769D;
	line-height: 1.2;
	font-size: 0.9em;
	padding-left: 20px;
}
/* forms */
fieldset.bg {
	background:#eee url(../images/forms/bg_fieldset.png) repeat-x;
}
legend {
	color: #006;
}
.liform {
	margin:0 auto;
	font-size: 1em;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.liform label {
	position:relative;
	width:14em;
	margin-right:1em;
	float:left;
	text-align:right;
	line-height: 1.6;
}
.liform label em {
	position:absolute;
	left:14em;
	top:0;
}
.validation-failed {
	border: 1px solid #39f;
}
.validation-advice {
	color:#39f;
}
.liform .validation-advice {
	margin-left:15em;
}
.spinner {
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 999;
    background: #000;
}
.spinner-msg {
    text-align: center;
    font-weight: bold;
}
.spinner-img {
    background: url(../images/forms/spinner.gif) no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
table.tform {
	border-collapse: collapse;
	empty-cells: show;
	margin: 0 auto;
	background-color:#eee;
	color:#222;
	font:11px Verdana, Geneva, sans-serif;
}
table.tform td, table.tform th {
	text-align:left;
	padding:2px 4px;
	vertical-align: middle;
	border:1px solid fff;
}
table.tform th {
	font-weight:normal;
	font-size:110%;
	text-align:left;
	color:#39F;
}
table.tform td.label, table.tform td.req {
	text-align:right;
	padding-right:12px;
}
table.tform tr td.req {
	background: url(../images/forms/reqstar.png) no-repeat right center;
}
table.tform tr td.submit {
	padding-top: 6px;
}
form select.locale {
	width: 120px;
}
.tform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.fc-field-error {
	border: 2px solid #face00 !important;
	background:#fff url(../images/forms/reqstar.png) no-repeat right center;
}
/* misc */
.temprtlogo {
	float: right;
	width: 300px;
	margin: 0 0 0 20px;
}
.hilite {
	color:#900;
}
.msg {
	color:#F60;
}
.small {
	font-size: .86em;
}
.dim, p.dim {
	color:#999;
}
.nocase {
	text-transform: none;
}
.bordersupra {
	border-top: 1px solid #c60;
	margin-top: 12px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat, .clrlft, .clrrt { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clrlft  {
	clear: left;
}
.clrrt {
	clear: right;
}
