 /* Starter CSS 

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0px;
        padding: 0px;
        font: 100%/120% "Gill Sans", "Trebuchet MS", sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
		list-style-type:none;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

body {
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/sjs-bg.gif);
	background-repeat: repeat;
}
/* page container - full screen */
#pagecontainer {
	padding : 0px 0px;
	margin : 5px auto;
	background-color: #ffffff;
	text-align: center;
	width : 720px;
	vertical-align: top;
	border-top-width : 1px;
	border-top-color : #000080;
	border-top-style : solid;
	border-left-width : 1px;
	border-left-color : #000080;
	border-left-style : solid;
	border-right-width : 1px;
	border-right-color : #000080;
	border-right-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #000080;
	border-bottom-style : solid;
}
#pageheader {
	height : 70px;
	width : 720px;
	padding : 0;
	margin : 0;
	color: #000000;

}

#pageheader_extra_left {
	padding : 0;
	margin : 0;
	float: left;
	font: normal 1px "Gill Sans", "Trebuchet MS", sans-serif;
	}
#pageheader_extra_left img{
display: block; 
	}
	
.leftheader a{
	padding : 0 0px;
	margin : 0 0;
	display: block; 
	}

#pageheader_extra_right {
	padding : 0 0;
	margin : 0 auto;
	width: 400px;
	text-align:right;
	height : 70px;
	background-image: url(../images/sjs_header-R.gif);
	background-repeat: no-repeat;
	float: left;
}
#pageheader_extra_right p {
	padding : 0 0;
	margin : 0 10px 0 0;
	position:relative;
	top:0.5em;
	text-align:right; 
	font: normal 12px/14px "Gill Sans", "Trebuchet MS", sans-serif;
}

#pageheader_extra_right a {
	text-decoration: none;
	color: #000080;
}
#pageheader_extra_right a:hover {
color: #999999;
}

#header {
	margin: 0px auto;
	padding : 0px 0px;
	width : 720px;
	background-color: #000080;
	height:32px;
	float:left;
}
#header_nav {
	margin: 0px auto;	
	padding : 0px 0px 0px 0px;
	width : 720px;
	height:28px;
	float:right; display: block;
	border-top-width : 2px;
	border-top-color : #000000;
	border-top-style : solid;border-bottom-width : 2px;
	border-bottom-style : solid;border-bottom-width : 2px;
	border-bottom-color : #000000;
	border-bottom-style : solid;
	}

#header .nav a {
	margin: 0px;
	padding: 0px 1em;
	text-decoration: none;
	color: #ffffff;
	font: 14px/16px "Gill Sans", "Trebuchet MS", sans-serif;
	
}
#header li { /* all list items */
	float: left; /* for ie to not put extra space */
	margin: 0px;
	padding: 0px;
	width: auto; /* width needed or else Opera goes nuts */
	color:#FFFFFF;
}


#header .nav, #header .nav ul { /* all lists */
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}
#header .nav { float: left; margin: 0 0 0 0;
}

#header .nav a, #header .nav li.selected li a  {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000080;
	background-color: #ededed;
}
#header .nav a { width: 116px; height: 19px;} /* set the width */

/* the hover property needs to be repeated on the PageTemplate file for the dynamic styles */
#header .nav a:hover, #header .nav .selected a, #header .nav li.selected li a:hover { color: #000080; background-color: transparent; }


#header .nav li { /* all list items */
	float: left; /* for ie to not put extra space */
	margin: 0px;
	padding: 0px;
	width: auto; /* width needed or else Opera goes nuts */
	line-height: 28px;
}

/*set indiv top nav images */
#header .nav .menu1 a {
	height:28px; width:46px; background: url(../images/nav1.gif) no-repeat; text-indent: -999em; ; background-color: transparent;
}
#header .nav .menu1 a:hover { background-position:bottom;
	}
#header .nav .menu1 {
	height:28px; width:46px; background: url(../images/nav1.gif) no-repeat;
}

#header .nav .menu2 a {
	height:28px; width:78px; background: url(../images/nav2.gif) no-repeat; text-indent: -999em; ; background-color: transparent;
}
#header .nav .menu2 a:hover { background-position:bottom;
	}
#header .nav .menu2 {
	height:28px; width:78px; background: url(../images/nav2.gif) no-repeat;
}
#header .nav .menu3 a {
	height:28px; width:76px; background: url(../images/nav3.gif) no-repeat; text-indent: -999em; background-color: transparent;
}
#header .nav .menu3 a:hover { background-position:bottom;
	}
#header .nav .menu3 {
	height:28px; width:76px; background: url(../images/nav3.gif) no-repeat;
}
#header .nav .menu4 a {
	height:28px; width:32px; background: url(../images/nav4.gif) no-repeat; text-indent: -999em; background-color: transparent;
}
#header .nav .menu4 a:hover { background-position:bottom;
	}
#header .nav .menu4 {
	height:28px; width:32px; background: url(../images/nav4.gif) no-repeat;
}
#header .nav .menu5 a {
	height:28px; width:82px; background: url(../images/nav5.gif) no-repeat; text-indent: -999em; background-color: transparent;
}
#header .nav .menu5 a:hover { background-position:bottom;
	}
#header .nav .menu5 {
	height:28px; width:82px; background: url(../images/nav5.gif) no-repeat;
}
#header .nav .menu6 a {
	height:28px; width:76px; background: url(../images/nav6.gif) no-repeat; text-indent: -999em; background-color: transparent;
}
#header .nav .menu6 a:hover { background-position:bottom;
	}
#header .nav .menu6 {
	height:28px; width:76px; background: url(../images/nav7.gif) no-repeat;
}
#header .nav .menu7 a {
	height:28px; width:62px; background: url(../images/nav7.gif) no-repeat; text-indent: -999em; background-color: transparent;
}
#header .nav .menu7 a:hover { background-position:bottom;
	}
#header .nav .menu7 {
	height:28px; width:62px; background: url(../images/nav7.gif) no-repeat;
}


#header .nav .spacer32  { 
	height:28px; width:32px; background: url(../images/nav_spacer32.gif) no-repeat; text-indent: -999em; background-color: transparent
}
#header .nav .divider34 { 
	height:28px; width:34px; background: url(../images/nav_divider.gif) no-repeat; text-indent: -999em; background-color: transparent
}




#header .nav li ul  {
	/* second-level lists */
	position: absolute;
	background-color: #c0c0e3;
	border: 1px solid #000;
	width: 180px;
	margin: 0 0 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: .7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	overflow: hidden;
}
#header .nav li li a {
	margin: 0px 0px 2px 0px;
	padding: .4em 0px 0px 10px;
	width: 180px;
	vertical-align: middle;
}

#header .nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#banner_wrapper_home {
	padding : 0 0;
	margin : 0 auto;
	width : 720px;
	height : 300px;
	vertical-align: top;
	border-top-width : 5px;
	border-top-color : #333333;
	border-top-style : solid;
	border-bottom-width : 5px;
	border-bottom-color : #333333;
	border-bottom-style : solid;
	clear: both;	
	}
	#banner_wrapper_home img {
	vertical-align: bottom;	
	}
#header_banner_home {
	margin: 0px 0px;
	padding : 0px 0px;
	width : 720px;
	height : 300px;
}
#header_banner_home h1 {
	text-indent: -999em; ; background-color: transparent;
	font : normal 13px/15px "Gill Sans", "Trebuchet MS", sans-serif;
	padding : 0 0;
	margin : 0 0;
	border: thick;
	border-color:#00FF66
}

#page_body {
vertical-align: top;
	margin: 0px auto 0px auto;
	padding : 0;
	width: 100%;
	font: normal 14px/16px "Gill Sans", "Trebuchet MS", sans-serif;
	float:left;
}
#page_body h1{
	font: normal 20px/22px "Gill Sans", "Trebuchet MS", sans-serif;
	color : #6565a2;
	margin: 5px auto;
	padding : 0px;
}

#page_body h2{
	font: normal 18px/20px "Gill Sans", "Trebuchet MS", sans-serif;
	color : #6565a2;
	padding : 0px;
}
#page_body h3{
	font: normal 17px/19px "Gill Sans", "Trebuchet MS", sans-serif;
	color : #666666;
	padding : 0px;
	margin: 1em auto .5em auto;
}
#page_body h4{
	font: normal 15px/17px "Gill Sans", "Trebuchet MS", sans-serif;
	color : #666666;
	padding : 0px;
	margin: 1em auto 0em auto;
}
 #page_body p{
	font: normal 14px/16px "Gill Sans", "Trebuchet MS", sans-serif;
	color : Black;
	padding : 0px 0px 0px 0px;
	margin : .8em 0px 1em 0px;
}
 #page_body a {
	color : #002596;
	text-decoration: underline;
}
 #page_body a:hover {
	text-decoration: none;
}
 #page_body em {
	color : #000080;
	font : normal 14px/16px "Gill Sans", "Trebuchet MS", sans-serif;
}
.wrap_li{
font : normal 13px/13px "Gill Sans", "Trebuchet MS", sans-serif;
}
 #page_body ul {
	margin: 0em .2em;
	padding: 0 0;
	line-height:1;
    list-style-type:none;
	list-style: none;
}

 #body_right_inner ul {
	margin: 1em .2em;
	padding: 0 0 0 0;
	line-height:1;
    list-style-type:none;
	list-style: none;
}

 #page_body li {
 padding: 5px 2px 5px 15px;
	color :#4C4C4C;
	margin: 0;
	background:transparent url(../images/sjs_li.gif)  0 .75em no-repeat;
}
 #page_body ol {
list-style-type: decimal ;
margin: .5em .2em;
}
 #page_body ol li {
 padding: 5px 2px 5px 0px;
	color :#4C4C4C;
	margin: 0 1.5em;
	background:none;
}
#page_body th {
	font: normal 12px/14px "Gill Sans", "Trebuchet MS", sans-serif;
	background-color: #cedbef;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: #000080;
	text-align: left;
	}
#page_body table {
	width: auto;	
	margin : 5px 0px 5px 0px;
}
#page_body td {
	font: normal 12px/14px "Gill Sans", "Trebuchet MS", sans-serif;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #DCDCDC;
}
.note {
	font: normal 12px/14px "Gill Sans", "Trebuchet MS", sans-serif;
	color: #660033;
}
.gnote {
	font: normal 12px/14px "Gill Sans", "Trebuchet MS", sans-serif;
	color: #000000;
}

#body_left {
	margin: 0px 0px;
	padding : 0px;
	width : 189px;
	float: left;
	text-align : left;
	height : auto;
}

#body_left h2{
	font: normal 16px/18px "Gill Sans", "Trebuchet MS", sans-serif;
	color : #6565a2;
margin: 8px auto;
	padding : 0px;
}
#body_left h3{
	font: normal 16px/18px "Gill Sans", "Trebuchet MS", sans-serif;
	color : #666666;
margin: 5px auto;
	padding : 0px;
}
#body_left h3 a{
	color : #666666;
}
#body_left h3 a:hover{
color: #6565a2;
	text-decoration: none;
}
#body_left p{
	font: normal 13px/15px "Gill Sans", "Trebuchet MS", sans-serif;
	color : #000000;
margin: 10px auto 15px auto;
	padding : 0px;
}
#body_left_inner {
	margin: 0px;
	padding : 0px 10px 0px 10px;
}
#sub-nav {
	float : left;
	width : 189px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
}
#sub-nav ul {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type : none;
}
#sub-nav li {
	color: black;
	font : normal 13px/21px "Gill Sans", "Trebuchet MS", sans-serif;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 100%;
	width: 100%;
	list-style-image: none;
	list-style: none;
}
#sub-nav ul li {
	background-image : none;	
}
#sub-nav li li {
	background-color: #ffffff;	
	background-image : none;	
}

#sub-nav a {
	display: block;
	padding:5px 5px 5px 20px;
	margin: 0px 0px;
	border-bottom-color : black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	background-image : none;
	background-repeat : no-repeat;
	background-position : 0% 50%;
}

#sub-nav a:link, #sub-nav a:visited  {
	color: black;
	text-decoration : none;
}
#sub-nav a:hover, #sub-nav a:active, #onsection a:link,  #onsection  a:visited , #onsection  a:hover,  #onsection a:active  {
	color: #6565a2;
	text-decoration : none;
	background-image : url(../images/sjs_li_sub_selected.gif);
	background-repeat : no-repeat;
	background-position : 0% 50%;
}
#sub-nav .menu1 a,#sub-nav .menu2 a,#sub-nav .menu3 a,#sub-nav .menu4 a,#sub-nav .menu5 a,#sub-nav .menu6 a,#sub-nav .menu7 a {
	background-image : url(../images/sjs_li_sub.gif);
	background-repeat : no-repeat;
	background-position : 0% 50%;
	background-color: #CCCCCC;
}
#body_right {
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 10px 0px;
	width : 530px;
	text-align : left;
		float:left;
	border-left-width : 1px;
	border-left-color : #999999;
	border-left-style : solid;
	vertical-align: top;
}
.body_right_header {
	padding : 3px 0px;
	margin : 0px auto;
	clear: both;
	width : 530px;
	color: #000080;
	background-color: #b4c8e7;
	}
#body_right .body_right_header  h1{
	padding : 3px 0px 3px 5px;
	margin : 0px auto;
	font : normal 18px/20px "Gill Sans", "Trebuchet MS", sans-serif;
	}
.subheadtext {
	font-size: .8em;	
	}
#body_right_inner {
	margin: 0px;
	padding : 0px 10px 0px 10px;	
}
#body_right_footer {
	margin: 5px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 510px;
}
#sub_template_image{
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 375px;
	height :125px;
	background-image : url(../images/page_images/0710_0042.jpg);
	background-repeat : no-repeat;
	vertical-align: top;	
	border-left-width : 2px;
	border-left-color : #000000;
	border-left-style : solid;
	border-right-width : 2px;
	border-left-color : #000000;
	border-right-style : solid;
	border-bottom-style : solid;border-bottom-width : 2px;
	border-bottom-color : #000000;
	border-bottom-style : solid;
	float:left;
}
#sub_template_image h2 {
	text-indent: -999em; ; background-color: transparent;
	font : normal 13px/15px "Gill Sans", "Trebuchet MS", sans-serif;
	padding : 0 0;
	margin : 0 0;
}
#sub_template_filler{
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 151px;
	height :125px;
	background-image : url(../images/sub_template_image_filler.gif);
	background-repeat : no-repeat;
	border-bottom-style : solid;border-bottom-width : 2px;
	border-bottom-color : #000000;
	border-bottom-style : solid;
	float:left;
}
#sub_template_filler h2 {
	text-indent: -999em; ; background-color: transparent;
	font : normal 13px/15px "Gill Sans", "Trebuchet MS", sans-serif;
	padding : 0 0;
	margin : 0 0;
}
#sub_template_under {
	padding : 0px;
	margin : 0px auto;
	width : 530px;
	border-bottom-width : 2px;
	border-bottom-color : #000000;
	border-bottom-style : solid;
	clear: both;	
	}

#body_footer {
	padding : 1px 10px;
	clear: both;
	text-align : left;
	font: normal 11px/16px "Gill Sans", "Trebuchet MS", sans-serif;
}
#pagecontainer_footer {
	padding : 0px 10px;
	clear: both;
	text-align : left;
	font: normal 11px/16px "Gill Sans", "Trebuchet MS", sans-serif;
}
#page_footer {
	padding : 0px 0px 0px 0px;
	margin : 10px 0 0 0;
	vertical-align : middle;
	display: block;
	font: normal 12px/16px "Gill Sans", "Trebuchet MS", sans-serif;
	clear: both;
}
#page_footer_inner {
	padding : 0 0;
	margin : 0 auto;
	width: 700px;
	text-align:center;
}
#page_footer_inner p {
	padding : 0 0 .25em 0;
	margin : 0 0;
	position:relative;
	top:0.5em;
	text-align:center;
}
 #page_footer a {
 margin : 0px 0px;
 padding : 0px 0px;
	color : #002596;
	text-decoration: underline;
}
 #page_footer a:hover {
	text-decoration: none;
}
 #inpage_nav {
 margin : 10px 0px;
 padding : 5px 0px;
	clear: both;
}
#inpage_nav ul {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type : none;
}
#inpage_nav li{
	padding: 5px 0px;
	margin: 0px 0px;
	list-style-image: none;
	list-style: none;
	background-image : none;
}

.listbox {
padding : 0px;
margin : 0px;
	height: auto;
	
}
.listbox_left {
	margin : 0px 0px;
	padding : 0px 5px 5px 0px;
	height: auto;
	float: left;
	width: 195px;
}
.listbox_right {
	margin : 0px 0px;
	padding : 0px 0px 5px 0px;
	height: auto;
	float: left;
	width: 195px;
}
#listbox_footer {
margin : 0px 0px;
	padding : 0px 10px;
	clear: both;
	text-align : left;
	font: normal 11px/12px "Gill Sans", "Trebuchet MS", sans-serif;
}

#listbox_footer p {
	text-align : left;
	font: normal 11px/12px "Gill Sans", "Trebuchet MS", sans-serif;
}

.sup {
	font-size: x-small;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
.smaller {font: normal 11px/12px "Gill Sans", "Trebuchet MS", sans-serif;
	color : Black;}

#calLinks {margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px;}
#calLinks H3 a{font-size: small; color: #6565a2;}
#calPadding {
margin : 0px 0px 10px 0px;
	padding : 0px 0px;
}
#calPadding dl{
margin : 0px 0px 0px 0px;
	padding : 0px 0px;
}
#calPadding dt, dd{
	font: normal 13px/15px "Gill Sans", "Trebuchet MS", sans-serif;
	color : Black;
}

#VA a{color: #ff6600;}
#VA a:hover{color: #ee9b63;}
#logo_area{
margin : 5px 0px 0px 0px;
	padding : 0px 0px;
}

a.linked-image img {
margin : 0px 20px;
border-width : 1px;
	border-bottom-color : #ffffff;
	border-bottom-style : solid;
	border-top-width : 1px;
	border-top-color : #ffffff;
	border-top-style : solid;
	border-left-width : 1px;
	border-left-color : #ffffff;
	border-left-style : solid;
	border-right-width : 1px;
	border-right-color : #ffffff;
	border-right-style : solid;
	border-right-width : 1px;
	}

a.linked-image:hover img {
border-width : 1px;
	border-bottom-color : #000080;
	border-bottom-style : solid;
	border-top-width : 1px;
	border-top-color : #000080;
	border-top-style : solid;
	border-left-width : 1px;
	border-left-color : #000080;
	border-left-style : solid;
	border-right-width : 1px;
	border-right-color : #000080;
	border-right-style : solid;
	border-right-width : 1px;
}
#sitemap_extra{
	margin-top: .5em;
}

#pageheader {
	height : auto;
	padding : 0px 0 10px 0;
	margin : 0 auto;
	
	clear: both;
		display: block;
}

#contentarea_home a:hover {
	text-decoration: underline;
}
#maincol_home {
	margin: 0px 0px;
	padding : 0px 0px;
	width : 250px;
	float: left;
	height : auto;
}


/* content chunks */








