@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.center {
	text-align: center;	
}
.fltright {
	float: right;
	position: relative;
	margin: 0 0 1em 2em;	
}
.fltleft {
	float: left;
	position: relative;
	margin: 0 2em 1em 0;	
}
div {
	position: relative;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
#wrap {
	position: absolute;
	width: 832px;
	left: 50%;
	top: 30px;
	margin-left: -416px;
	height: auto;
	background-image: url(../assets/content_bkg.png);
	background-repeat: repeat-y;
}
#header {
	height: 123px;
	background-color: #000;
	width: 832px;
	background-image: url(../assets/SPR_Logo_3D_sm.png);
	background-repeat: no-repeat;
	background-position: 38px 24px;
}
#top_menu {
	position: absolute;
	width: 802px;
	text-align: right;
	top: 40px;
	left: 0;
}
#top_menu a, #top_menu a.last {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 0 8px;
}
#top_menu a.last {
	border-right: none;
	padding-right: 0;
}
#top_menu a:hover {
	color: #aecd3e;
}
#navbar {
	position: absolute;
	left: 189px;
	top: 98px;
	height: 21px;
	background-color: #aecd3e;
	width: 643px;
	padding-top: 4px;
}
#navbar a, #navbar a.last {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.95em;
	color: #000;
	text-decoration: none;
	border-right: 2px solid #006056;
	padding: 0 8px 0 8px;
	margin-top: 3px;
}
#navbar a.last {
	border-right: none;
	padding-right: 0;
}
#navbar a:hover {
	color: #fff;
}
#content_wrap {
	height: auto;
}
#content {
	width: 553px;
	float: right;
	padding: 30px 45px;
}
#sidebar {
	width: 189px;
}
#sidebar img.top {
	margin-bottom: 14px;
}
#sidebar img.bottom {
	margin-top: 20px;
}
/* sidebar navigation menu ============================================ */
#navcontainer {
	margin: 0 0 30px 0;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
}
#navcontainer li {
	list-style-type: none;
}
#navcontainer a {
	display: block;
	padding: 0 0 6px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}
#navcontainer a:hover {
	color: #aecd3e;
	text-decoration: none;
}
#navcontainer ul ul {
	margin-top: 0;
}
#navcontainer ul ul a {
	display: block;
	margin: 0;
	padding: 0 0 6px 30px;
	color: #fff;
	text-decoration: none;
	line-height: 1.2em;
	background-image: url(../assets/arrow.gif);
	background-repeat: no-repeat;
	background-position: 22px 3px;
}

#navcontainer ul ul ul {
	padding-bottom: 6px;
	margin: 0;
}
#navcontainer ul ul ul a {
	display: block;
	padding: 3px 10px 4px 40px;
	color: #000;
	text-decoration: none;
	background-image: url(../assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: 37px 7px;
}
#navcontainer ul ul ul a:hover {
	color: #fff;
}

/* footer ============================================================== */
#footerspacer {
	background-color: #fff;
	height: 7px;
	width: 832px;
}
#footer {
	height: 48px;
	border-top: 1px solid #616362;
	background-color: #fff;
	background-image: url(../assets/keep_it_in_play.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin-top: 8px;
}
#footer a {
	border-right: 1px solid #006056;
	padding: 0 8px;
	text-decoration: none;
	color: #000;
}
#footer a.last {
	border-right: none;
	padding-right: 0;
}
#footer a:hover {
	color: #006056;
}
#subfooter {
	background-color: #fff;
	height: 30px;
	width: 832px;
}
 /* forms ================================================================================ */
.contactform label, .contactform input, .contactform select, .contactform textarea, .contactform input .file {
	display: block;
	font-size: 1em;
	float: left;
	width: 21em;
	margin: 5px 0;
	padding: 2px;
	border: 1px solid #616362;
	}
input.hidden {
	height: 1px;
	width: 1px;
	border: none;
	background-color: #d1d4d3;
}
.contactform h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	border-top: 2px solid #fff;
	padding-top: 8px;
}
.contactform select {
	width: 21.5em;
}
.contactform .checkbox {
	width: auto;
	border:none;
}
.contactform label {
	color: #000;
	text-align: right;
	width:15em;
	margin-right: 5px;
	font-size: 1em;
	border: none;
}
* html .contactform label.editoralign {
	margin-right: 2px;
}
.contactform input.button {
	width: auto;
	padding: 1px 5px;
	color: #fff;
	background-color: #aecd3e;
	margin-bottom: 18px;
}
.contactform br {
	clear:both;
}
.contactform input.xsmall, .contactform select.xsmall {
	width: 3em;
}
.appform input.xsmall {
	float: right;
	margin-right: 7%;
	width: 5%;
	text-align: center;
}
.contactform input.small, .contactform select.small {
	width: 6.5em;
}
.contactform input.file {
	border: 1px solid #616362;
}
.contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* News & Events ================================================ */

.itemdetail {
	position: relative;
}
.itemdetail p, .itemdetail li, .itemdetail ol {
	font-size: 12px;
	line-height: 1.3em;
}
.itemdetail ul {
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 6px;
}
.itemdetail li, .itemdetail ol {
	margin-left: 20px;
}
div .itemwrap {
	padding-bottom: 4px;
}
div .itemloc {
	text-align: left;
	padding: 0;
	float: left;
}
div .itemloc h3, div .itemtitle h3 {
	font-size: 1em;
	color: #000;
	margin-bottom: 0;
}
div .itemtitle {
	float: right;
	width: 435px;
	border-left: 2px solid #19a9c0;
	padding: 0 0 0 10px;
	margin: 0 0 6px 0;
}
* html div .itemtitle {
	margin-top: -18px;
}
.Accordion {
	height: auto;
	overflow: visible;
}
.AccordionPanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	overflow: hidden;
	height: auto;
}
.AccordionPanelOpen .AccordionPanelTab {
	cursor:auto;
}
/* rounded corners without images ====================================================== */

#xsnazzy h1, #xsnazzy h2, #xsnazzy h3, #xsnazzy h4, #xsnazzy p {margin:0 10px;}
#xsnazzy h1, #xsnazzy h2, #xsnazzy h3, #xsnazzy h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #6e8133;
	line-height: 1.3em;
}
#xsnazzy h2 {
	font-size: 15px;
	color: #000;
	padding-bottom: 3px;
	margin-bottom: 12px;
}
#xsnazzy h3 {
	font-size: 12px;
	color: #000;
	line-height: 1.4em;
}
#xsnazzy h4 {
	font-size: 13px;
	color: #000;
}

#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ddd; border-left:1px solid #e5f4f2; border-right:1px solid #e5f4f2;}
.xb1 {margin:0 5px; background:#e5f4f2;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#ddd; border:0 solid #e5f4f2; border-width:0 1px;overflow:visible;height: auto;}