/*
** general
*/

html, body {
	height: 100%;
}

html {
	margin-bottom: 1px; /* forces vertical scrollbar so we don't have left-right shifting */
}

body {
}

#wrapper {
}

/*
** header
*/

#header {
	position: relative;
	height: 58px;
	min-width: 1000px;
	background: #231f20 url(../_images/ssb_banner_bkg.png) left top no-repeat;
}

img#si-logo {
	display: block;
	position: absolute;
	top: 15px;
	left: 16px;
	width: 114px;
	height: 23px;
}

a#home-link {
	display: block;
	position: absolute;
	top: 8px;
	left: 174px;
	width: 591px;
	height: 40px;
	background: url(../_images/ssb_banner_txt.png) left top no-repeat;
}

#search-form {
	position: absolute;
	top: 18px;
	left: 828px;
	
}

#search-form input#q {
	display: block;
	float: left;
	margin: 0;
	border: 0; /* border: 1px solid #4c4c4c; */
	padding: 2px 3px;
	width: 100px;
	height: 16px;
	font-size: 1em;
	color: #5c5c5c;
}

#search-form input#submit {
	display: block;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}

/*
** the two top nav bits 
*/


#topnav {
	position: relative;
	background: url(../_images/ssb_top_grad.png) top left repeat-x;
	height: 120px;
	min-width: 1000px;
}

/* nav1 is in it's own file */

ul#nav2 {
	position: absolute;
	top: 2px;
	left: 828px;
	width: 146px;
}

ul#nav2 li {
	float: left;
	width: 73px;
}

li#LI_7000 a, li#LI_8000 a {
	display: block;
	width: 73px;
	height: 70px;
}

li#LI_7000 a:link,  li#LI_7000 a:visited { background: url(../_images/ssb_visit_bt.png) left top no-repeat; }
li#LI_7000 a:hover, li#LI_7000 a:active  { background: url(../_images/ssb_visit_bt.png) left bottom no-repeat; }
li#LI_8000 a:link,  li#LI_8000 a:visited { background: url(../_images/ssb_resources_bt.png) left top no-repeat; }
li#LI_8000 a:hover, li#LI_8000 a:active  { background: url(../_images/ssb_resources_bt.png) left bottom no-repeat; }

/*
** the main editable region
*/

#main {
	width: 960px;
	padding: 0 20px;
}

/*
** footer
*/

#footer {
	min-width: 1000px;
	min-height: 120px;
	background: #666666 url(../_images/ssb_btm_bar_slice.png) left top repeat-x;
	color: white;
}

#footer a {
	color: #ade2ff;
}

a#nmah-link {
	display: block;
	float: left;
	margin-top: 52px;
	margin-left: 20px;
	width: 249px;
	height: 56px;
	background: url(../_images/nmah_logo.png) left top no-repeat;
}

p#nmah-info {
	float: left;
	margin-top: 56px;
	margin-left: 20px;
	font-size: 1.0em;
	line-height: 1.2;
}

ul#nav3 {
	float: left;
	margin-top: 70px;
	margin-left: 20px;
}

ul#nav3 li {
	display: inline;
	margin-right: 5px;
	border-right: 1px solid #404040;
	padding-right: 7px;
	font-size: 1.0em;
}

ul#nav3 li a {
	color: white;
}

ul#nav3 li.last {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}
