@charset "utf-8";
/* -------------------------------------------------------------------------------------
sjso1.css
Main SJSO stylesheet
---------------------------------------------------------------------------------------- */

/* Default styles
---------------------------------------------------------------------------------------- */
html body {
	margin:0;
	font-size:.8em;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	width:100%;
	background-image:url(/images/backgrounds/background.jpg);
	background-repeat:repeat-x;
	background-color:#576755;
}
select {
	font-size:1.1em;
}
img {
	border:0;
	margin:0;
	padding:0;
}
form {
	margin:0;
	padding:0;
}
abbr {
	border:none;
}
a:link {
	text-decoration:none;
	color: #1b5611;
	font-weight: normal;
}
a:visited {
	text-decoration:none;
	color: #1b5611;
	font-weight: normal;
}
a:hover {
	text-decoration:underline;
	color:#2c8d27;
}
a:active {
	text-decoration:underline;
	color:#2c8d27;
}
/* Body Shadow
---------------------------------------------------------------------------------------- */
#leftshadow {
	background-image:url(/images/backgrounds/bodyshadleft.gif);
}
#rightshadow {
	background-image:url(/images/backgrounds/bodyshadright.gif);
}
/* Wrapper
---------------------------------------------------------------------------------------- */
#wrapper {
	background-color:#ffffff;
}
/* Global Branding
---------------------------------------------------------------------------------------- */
#branding {
	background-color:#5c6d59;
}
/* Body
---------------------------------------------------------------------------------------- */	
#body {
	background-color:#ffffff;
	background-image:url(/tabbedpanels/images/mainboxback.gif);
	background-repeat:repeat-x;
}
/* Main
---------------------------------------------------------------------------------------- */	
#main {
	padding:15px 15px 15px 15px;
}

/* Content
---------------------------------------------------------------------------------------- */		
#content {
	width:590px;
}
/* Standard formating tags
---------------------------------------------------------------------------------------- */
#content h1 {
	margin:0 0 4px 0;
	font-size:1.6em;
	font-family:Times New Roman, Times, serif;
	font-weight:normal;
	color:#254021;
}
#content h2 {
	margin:0 0 5px 0;
	font-size:1.5em;
	font-family:Times New Roman, Times, serif;
	font-weight:normal;
	color:#254021;
}
#content p {
	margin:0 0 10px 0px;
	color:#000000;
}
#content .Quote {
	margin:0 0 10px 0;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	color:#666666;
	font-style: italic;
}
/* Lists
---------------------------------------------------------------------------------------- */
#content ul, #content ul ul {
	list-style:disc;
}
#content .greenbold {
	font-size:1em;
	font-weight:bold;
	font-variant:small-caps;
	margin:0 0 14px 0px;
	color:#254021;
}
/* Red Text
---------------------------------------------------------------------------------------- */
#content .specialnotice {
	color: #821601;
}
/* Borders for block elements
---------------------------------------------------------------------------------------- */
#content .border {
	border-left: solid 1px #c1cfbf;
	border-bottom: solid 1px #c1cfbf;
	border-top: solid 1px #c1cfbf;
	border-right: solid 1px #c1cfbf;
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
	width:auto;
}
#content .borderwarrants {
	border-left: solid 1px #c1cfbf;
	border-bottom: solid 1px #c1cfbf;
	border-top: solid 1px #c1cfbf;
	border-right: solid 1px #c1cfbf;
	width:100%;
	height:1000px;
}
/* Green Line Horizontal Rule
---------------------------------------------------------------------------------------- */
#content .greenline {
	margin-top:15px;
	margin-bottom:0px;
	font-size:10px;
	width:100%;
	background-image:url(/images/greenline.gif);
	background-repeat:repeat-x;
}
/* Hyperlink
---------------------------------------------------------------------------------------- */
#content a {
	text-decoration:underline;
	color: #1b5611;
}
#content a:link {
	text-decoration:underline;
	color: #1b5611;
	font-weight: normal;
}
#content a:visited {
	text-decoration:underline;
	color: #1b5611;
	font-weight: normal;
}
#content a:hover {
	text-decoration:underline;
	color:#2c8d27;
}
#content a:active {
	text-decoration:underline;
	color:#1b5611;
}
/* Image Floats
---------------------------------------------------------------------------------------- */
#content .ImgRight {
	float:right;
	margin:0 0 8px 8px;
	clear:both;
}
#content .ImgLeft {
	float:left;
	margin:0px 8px 8px 0px;
	clear:both;
	vertical-align:top
}
#content .ClearBoth {
	clear:both;
}
/* Data Tables
---------------------------------------------------------------------------------------- */
#content .DataTable {border:1px solid #039;}
/* menubar.css 
---------------------------------------------------------------------------------------- */
#sjsomenu {
	background-image:url(/menubar/images/buttonback.gif);
	background-repeat:repeat-x;
	height:25px;
	background-color:#5d6755;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#sjsomenu a:link, a:visited{
	font-weight:bold;
	color:#ffffff;
}
#sjsomenu, #sjsomenu a:hover {
	font-weight:bold;
	color:#b9e6b3;
}
	
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	list-style-type: none;
	color:#ffffff;
	font-weight:bold;
	cursor: default;
	width: auto;
	background-color:#5d6755;
	line-height: 1.2em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:#ffffff;
	font-weight:bold;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	background-image: url(/menubar/images/buttonspace.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:#ffffff;
	font-weight:bold;
	z-index: 1020;
	cursor: default;
	width: 220px;
	position: absolute;
	left: -1000em;
	background-color:#5c6e5a;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 220px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -5% 0 0 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	border-top: 1px solid #3d443a;
	border-bottom: 1px solid #3d443a;
	border-left: 1px solid #3d443a;
	border-right: 1px solid #3d443a;
	color:#ffffff;
	font-weight:bold;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: transparent;
	padding: 0.4em 0.6em .4em 0.4em;
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	color:#b9e6b3;
	font-weight:bold;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #3c473a;
	color: #ffffff;
	font-weight:bold;
	background-image: url(/menubar/images/buttonspace.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	color:#ffffff;
	font-weight:bold;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(/menubar/images/rightarrow.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	font-weight:bold;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(/menubar/images/rightarrowhover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	color:#ffffff;
	font-weight:bold;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	color:#ffffff;
	font-weight:bold;
}
}
/* tabbedpanel.css - Revision: Spry Preview Release 1.4 
---------------------------------------------------------------------------------------- */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;/* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background-color: #667963;
	font-size: .95em;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
}
/* This is the selector for the TabGroup.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
/* This is the selector for the TabbedPanelsTab.
 */
.TabbedPanelsTab {
	position: relative;
	float: left;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left:5px;
	padding-right:7px;
	margin: 0px;
	color:#ffffff;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-weight:bold;
	background-image:url(/tabbedpanels/images/tabbtback.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#667963;
}
/* TabbedPanelsTabHover
 */
.TabbedPanelsTabHover {

	background-image:url(/tabbedpanels/images/tabbtback2.gif);
	color:#b9e6b3;
	background-position:right;
	background-color:#3f4a3d;
}
/* TabbedPanelsTabSelected
 */
.TabbedPanelsTabSelected {

	color:#ffffff;
	background-image:url(/tabbedpanels/images/tabbtback2.gif);
	background-position:right;
	background-color:#3f4a3d;
	color:#b9e6b3;
}
/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
/* TabbedPanelsContentGroup
 */
.TabbedPanelsContentGroup {
	clear: both;

	border-left: solid 1px #aab7a8;
	border-bottom: solid 1px #aab7a8;
	border-right: solid 1px #aab7a8;
	background-color: #ffffff;
	background-image:url(/tabbedpanels/images/mainboxback.gif);
	background-repeat:repeat-x;
	font-size: 1.1em;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
}
/* TabbedPanelsContent
 */
.TabbedPanelsContent {
	padding-top:4px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
}
/* TabbedPanelsContentVisible
 */
.TabbedPanelsContentVisible {
}

/* Sidebar
---------------------------------------------------------------------------------------- */
#sidebar {
	vertical-align:top;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
}
#sidebar p {
	margin:0px;
}
#sidebar img {
	margin-top:0px;
	margin-bottom:0px;
}
/* Sidebar Global Navigation Search
---------------------------------------------------------------------------------------- */
#GlobalNavSearch {
	margin:0px;
	padding:5px;
	font-size:10px;
	background-image:url(/sidebar/images/sideboxbacksearch.gif);
	background-repeat:repeat-x;
	background-color:#6e836b;
	color: #000000;
}
/* Sidebar Quick Links
---------------------------------------------------------------------------------------- */
#sidebar .quicklinks {
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
}
#sidebar .quicklinks li a {
	background: #3c473a url(../sidebar/images/linkback.gif) repeat-x bottom left;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	display: block;
	width: auto;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:3px;
	padding-right: 0px;
	text-decoration: none;
}
#sidebar .quicklinks li a:visited, .quicklinks li a:active {
	color: #ffffff;
}
#sidebar .quicklinks li a:hover {
	background-image:url(../sidebar/images/linkback2.gif);
	color:#b9e6b3;;
}
/* Content Slider
---------------------------------------------------------------------------------------- */	
#sidebar .contentdiv a {
	color: #f7f7c3;
	text-decoration:underline;
}
#sidebar .contentdiv a:visited {
	color: #f7f7c3;
	text-decoration:underline;
	font-weight:normal;
}
#sidebar .contentdiv a:hover {
	color: #adf3a3;
	text-decoration:underline;
}
#sidebar .contentdiv strong, b {
	color: #f7f7c3;
}
#sidebar .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	margin:0px;
	font-size:11px;
	line-height:1.3em;
	font-family:Verdana, Arial, sans-serif;
	color:#ffffff;
	padding:5px;
	height:62px;
	width:auto;
	text-align:left;
	background-color:#70856d;
}
#sidebar .sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	color:#ffffff;
	padding: 5px;
	height:62px;
	width: 100%;
	background-image:url(/sidebar/images/sideboxback.gif);
	background-repeat:repeat-x;
	background-color:#70856d;
}
#sidebar .sliderwrapper2 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	margin:0px;
	font-size:11px;
	line-height:1.3em;
	font-family:Verdana, Arial, sans-serif;
	color:#ffffff;
	padding:5px;
	height:45px;
	width:auto;
	text-align:left;
	background-color:#70856d;
}
#sidebar .sliderwrapper2 .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	color:#ffffff;
	padding: 5px;
	height:45px;
	width: 100%;
	background-image:url(/sidebar/images/sideboxback.gif);
	background-repeat:repeat-x;
	background-color:#70856d;
}
#sidebar .sliderwrapper3 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	margin:0px;
	font-size:11px;
	line-height:1.3em;
	font-family:Verdana, Arial, sans-serif;
	color:#ffffff;
	padding:0px;
	height:65px;
	width:auto;
	text-align:left;
	background-color:#70856d;
}
#sidebar .sliderwrapper3 .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	color:#ffffff;
	padding: 0px;
	height:65px;
	width: 100%;
	background-image:url(/sidebar/images/sideboxback.gif);
	background-repeat:repeat-x;
	background-color:#70856d;
}
#sidebar .ImgLeft {
	float:left;
	margin:0px 5px 0px 0px;
	clear:both;
}
#sidebar .pagination {
	/*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-image:url(/sidebar/images/sidebottom.gif);
	background-repeat:repeat-x;
	background-color:#5d6755;
	padding: 0px;
	font-size:10px;
	color: #ffffff;
}
#sidebar .pagination a {
	padding: 0px 2px 1px 2px;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
#sidebar .pagination a:hover {
	background-color: #2c2c2c;
	color: #adf3a3;
}
#sidebar .pagination a.selected {
	background-color: #404c3e;
	color: #adf3a3;
}
#sidebar .pagination strong, b {
	color: #ffffff;
}
/* Footer
---------------------------------------------------------------------------------------- */
#footer {
	background-image:url(/images/backgrounds/backfooter.gif);
	background-repeat:repeat-x;
	background-color:#242820;
}
#footer td {
	padding:15px 15px 15px 15px;
}
#footer .FooterWrapper {
	color:#c1cfbf;
	font-size:.85em;
	line-height:1.4em;
	padding:0;
	margin:0 0 0 0;
}
#footer p {
	color:#c1cfbf;
	font-size:.85em;
	line-height:1.4em;
	padding:0;
	margin:0 0 0 0;
}
#footer a:link, #footer a:visited {
	text-decoration:underline;
	font-weight:normal;
	color:#d3f2cf;
}
#footer a:hover {
	text-decoration:underline;
	color: #adf3a3;
}
#footer a.active, a.active {
	text-decoration:underline;
	color: #adf3a3;
}
