body {
	margin-top: 0;
	background: #CCC;
}

h1, h2, h3, h4, h5 {
	color: #555;
	}
	
	h3, h4, h5 {
	font-weight: bold;
}

p {
	color: #333;
}

.footer-stretch p {
	color: #555;
}

a {
	text-decoration: none;
	color: #003466;
}

a:hover, a:active {
	color: #003466;
	text-decoration: underline;
}

p strong {
	color: #222;
}

p img.right { float: right; margin: 0 0 1.5em 1.5em; }

#content hr.space {
	color: #eee;
	background: #eee;
}

hr {
	color: #ccc;
	background: #ccc;
}

.foot-logos {
	float: right;
}
.header-stretch {
	background: #FFF url(../images/interface/header-bg.gif) no-repeat bottom center;
	border-bottom: 5px solid #ccc;
	padding: 0;
}

span.req {
	color: #ce1e12;
} 

.content-stretch {
	background: #eee;
}

.colborder {
	border-right-color: #eee;
}

.project-image {
	margin: 0;
}
.footer-stretch {
	background: #CCC;
	color: #555;
	border-top: 5px solid #bbb;
}

.footer-stretch a,.footer-stretch a:link {
	color: #333;
	text-decoration: underline;
}

.footer-stretch div.container {
	padding-top: 1.5em;
}

p.date {
	color: #888;
	font-style: italic;
	margin-bottom: 0;
}

.upload {
	padding: 5px;
}

div.slideshow {
	width: 470px;
	height: 234px;
	margin-bottom: 18px;
}

ul li {
	font-weight: bold;
}

ul.sitemap {
	list-style: none;
	margin-left: 0;
}

ul.sitemap li a {
	padding-left: 5px;
	border-left: 5px solid #333;
}

ul.sitemap ul {
	list-style: none;
	margin-bottom: 0;

}

ul.sitemap ul li a, ul.sitemap ul li a:link {
	color: #333;	font-weight: normal;
	border-left: 5px solid #68a632;
	padding-left: 5px;
}

ul.sitemap ul ul li {
	list-style: none;
	font-style: italic;
}
ul#navlist  {
	margin: 0;
	float: right;
	padding: 0;
	
}

ul#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#navlist li a {
	color: #fff;
	float: left;
	text-decoration: none;
	background: #666;
	padding: 9px 15px;
	margin: 0;
	display: block;
	margin-right: 1px;
}

ul#navlist li a:hover {
	color: #fff;
	text-decoration: none;
	background: #555;
}

ul#navlist li.active a {
	color: #111;
	text-decoration: none;
	font-weight: bold;
	background: #d6d6d6 url(../images/interface/nav-bg.gif) repeat-x bottom left;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

ul#sub-nav {
	margin-left: 0;
	margin-right: 0;
}

ul#sub-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;

}


ul#sub-nav li a {
	display: block;
	font-weight: bold;
	color: #003466;
	padding: 4px 1em 5px 1em;
	background: #fff url(../images/interface/subnav-bg.gif) repeat-y top right;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

ul#sub-nav li a:hover {
	background: #fff;
}

ul#sub-nav ul{
	margin: 0;
}

ul#sub-nav ul li {
	margin: 0;
}

ul#sub-nav ul li a {
	display: block;
	font-weight: normal;
	color: #333;
	padding: 2px 1.5em 3px 1.5em;
	background: #ddd;
	border-bottom: 1px solid #ccc;
}


/* Branding
*********************************************************************/

#branding {
	/*background: url(../images/interface/branding-bg.gif) no-repeat bottom left;*/
}

#branding h1 {
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	background-color: transparent; 
}
	
#branding h1 a {

	display: block;
	width: 311px;
	height: 90px;
	overflow: hidden;
	border-bottom: none;
	background: url(../images/interface/sjc-logo.gif) no-repeat;
	margin-top: 18px;
	margin-bottom: 18px;
}

#branding h1 a:hover {
	border-bottom: none;
}

h1 {
	padding: 0;
	margin: 0;
}
#content {
	padding-top: 1.5em;
	background: url(../images/interface/content-bg.gif) repeat-y top left;
}

#content-wide {
	padding-top: 1.5em;
	background: url(../images/interface/content-wide-bg.gif) repeat-y top left;
}

/* Form Styles 
*********************************************************************/

input, 
select,
textarea {
	font-weight: normal;
	border: 0;
	border: 1px solid #bbb;
	padding: 3px 3px 3px 0;
	margin: 2px 0 0 0;
	color: #333333;
	background-color: #fff;
}

ul.check-list {
	list-style-type: none;
}

ul.check-list ul li label {
	font-weight: normal;
}

ul.check-list ul ul li label {
	font-style: italic;
}

ul.check-list ul {
	list-style-type: none;
	margin-bottom: 0;
}