@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background:#fff;
	line-height:1.8em;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
}
#body-container {
	min-height:100%;
	}
* html #body-container {
	height: 100%;
}
#header {
	background:#003359;
	height:47px;
	padding:10px 20px 10px 10px;
}
#header-logo {
	float:left;
}
#search {
	color:#fff;
	float:right;
	font-size:0.8em;
	padding-top:7px;
	text-align:right;
}
#search-form {
	margin:0;
	padding-bottom:20px; /* for ie6 */
}
#search-form input, #search-form select {
	font-size:1.1em;
	float:left;
}
#search-form input {
	margin-left:3px;
}
#query {
	padding:1px;
	width:138px;
}
#search-button {
	width:16px;
	height:19px;
}
#utility-bar {
	background:#990000;
	border-bottom:1px solid #990000;	
	border-top:1px solid #900707;	
	color:#fff;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	padding:4px 0;
	text-align:center;
}
#utility-bar a {
	color:#fff;
	margin:0 3px;
	text-decoration:none;
}
#utility-bar a:hover {
	text-decoration:underline;
}
#container {
	padding:20px 0px;
	background:#fff url(/cdufiles/ssi/images/sidebar-background.gif) no-repeat -5px 0;	
}
/*sidebar*/
#side-bar {
	/*background:url(images/nav-background.gif) no-repeat 10px top; use an internal style to override*/
	float:left;
	padding:0 10px 0 40px;
	min-height:260px;
	width:160px;
}
* html #side-bar {
	height: 260px;
}
/*content*/
#content {

	margin-left:240px;
	padding-right:40px;
	min-height:290px;
	
}
#content_sub{
	margin-left:240px;
	padding-right:40px;
	min-height:150px;

}
*html #content{
	height:290px;
}

*html #content_sub {
	height:150px;
}
/*footer - sticks to the bottom of window */
#clearfooter {
	height: 83px;
	clear:both;
}
#footer {
	background: #003359;
	border-top:1px solid #ddd;
	clear:both;
	color:#fff;
	font:0.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	height: 72px;
	padding: 10px 0 0 213px;
	margin: -83px 0 0 0;	
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer-content {
/*	background: #f2f2f2 url(/cdufiles/ssi/images/c_footer.gif) no-repeat left 2px;*/
	padding-left:33px;

}
/*typography*/
a {
	color:#900;
	text-decoration: underline;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	
}
h2 {
	font-size: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #990000;
}
h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {
	list-style-type:disc;
	font-size: 1.0em;
	line-height: 1.6em;
	}
p {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}

/* global styles*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hidden {
	display:none;
}
.top-link {
	background:url(/cdufiles/ssi/images/bullet-up.gif) no-repeat right;
	padding-right:10px;
}
.float-left {
	float:left;
	margin:0 10px 10px 0;
}
.float-right {
	float:right;
	margin:0 0 10px 10px;
}
.breadcrumb2 {
	color: #999999;
	font-size:12px;}
	
.breadcrumb2 a:link {
	color: #666666;
	font-size:12px;
	text-decoration: none;}
	
.breadcrumb2 a:hover{
	color: #cccccc;
	font-size:12px;
	text-decoration: underline;}

