@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%;
}
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 {
	display:none;
}
#rightshadow {
	display:none;
}
/* Wrapper
---------------------------------------------------------------------------------------- */
#wrapper {
	width:100%;
}
/* Global Branding
---------------------------------------------------------------------------------------- */
#branding {
	display:none;
}
/* Body
---------------------------------------------------------------------------------------- */	
#body {
	width:100%;
}
/* Main
---------------------------------------------------------------------------------------- */	
#main {
	width:100%;
}
/* Content
---------------------------------------------------------------------------------------- */		
#content {
	width:100%;
}
/* 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;
}
/* 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;
}
#sjsomenu {
	display:none;
}
/* Sidebar
---------------------------------------------------------------------------------------- */
#sidebar {
	display:none;
}
/* Sidebar Global Navigation Search
---------------------------------------------------------------------------------------- */
#GlobalNavSearch {
	display:none;
}
/* Sidebar Quick Links
---------------------------------------------------------------------------------------- */
#sidebar .quicklinks {
	display:none;
}
/* Footer
---------------------------------------------------------------------------------------- */
#footer {
	display:none;
}
#footer td {
	display:none;
}
#footer .FooterWrapper {
	display:none;
}
/* Horizontal Tabbed Panels
 */
.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 {
	display:none;
}
/* TabbedPanelsTabHover
 */
.TabbedPanelsTabHover {

	display:none;
}
/* TabbedPanelsTabSelected
 */
.TabbedPanelsTabSelected {
	display:none;
}
/* 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;
	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 {
}