@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 790px;
	overflow: hidden;
} 
.twoColFixRtHdr #header {
	background-repeat: repeat;
	background-image: url(../Images/header2.jpg);
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	overflow: visible;
	background-image: url(../Images/ssi-whoopiepi_1.jpg);
	height: 550px;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent {
	width: 629px;
} 
.twoColFixRtHdr #footer {
	background-color: #27415A;
	background-image: url(file://///Jlcurtain/Windows/Inetpub/wwwroot/ssi%20new%20web%20site/img/foot3.png);
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 16px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.maincontent{
	float: right;
	top: auto;
	height: 700px;
}
.header{
background-color:#000033}
.nav{
	background-image:url(../Images/navbackground.jpg);
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
}
.heading{
	height: 91px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

form {
	margin-left: 10px;
	color: #000000;
	font: 12;
}


.SpryHiddenRegion {
   visibility: hidden;
}
select {
	color: #203246;
	background-color:  #ffffff;
	border: 1px solid #b1b1bc;
	font-size: 14px;
	margin-left: 10px
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}


#LeftColumn {
	width: 168px;
	float: left;
	height: 700px;
}

#RightColumn {
	margin:0;
	padding:0;
	height: 100px;
	float: left;
	width: 800px;
	margin-bottom: 5px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 100px;
	margin-right: 15px;
	padding-top: 5px;
}
#columnHeadings {
	color: #000000;
	font-size: 110%;
	width: 620px;
	height: 20px;
	cursor: default;
}
#SubjectTitle{
	width: 200px;
}
#PubDateTitle{
	width: 150px;
	margin: 0;
}
 .PubDateColumn {
	width: 300px;
	margin: 0;
	word-spacing: normal;
	white-space: normal;
	display: block;
	letter-spacing: normal;
	clear: none;
	overflow: visible;
	
 }
 #SubjectTitle1{
	width: 205px;
}
#PubDateTitle1{
	width: 95px;
	margin: 0;
}
 .PubDateColumn1 {
	width: 320px;
	margin: 0;
	word-spacing: normal;
	white-space: normal;
	display: block;
	letter-spacing: normal;
	clear: none;
	overflow: visible;
	
 }
#DemensionTitle, .DemensionTitle {
	width: 150px;
	margin: 0;
}

#SubjectTitle, #PubDateTitle, .SubjectColumn, .PubDateColumn {
	padding:3px 0 5px 0.25em;
	float: left;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#SubjectTitle1, #PubDateTitle1, .SubjectColumn1, .PubDateColumn1 {
	padding:3px 0 5px 0.25em;
	float: left;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
}

.EvenRow {
	background-color: #EBEBEB;
}
/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 8px;
	cursor: default;
	width:790px;
	height: 30px;
	color: #356798;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal hr
{
	color: #000000;

}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	background-image: url(../Images/gray_white.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	margin: 0;
	padding: 0;
	list-style-type: circle;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 131.4px;
	float: left;
	height: 30px;
	font-size: 11px;
	color: #FFFFFF;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 143px;
	position: absolute;
	left: -1000em;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	
	left: auto; 
	/* show the submenu items*/
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 141px;
	color: #FFFFFF;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	color: #FFFFFF;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
li.MenuBarHorizontal li
{
    color: #FFFFFF;

}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	color: #000000;
	background-color: #CCCCCC;

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.25em;
	padding-right: 0.9em;
	padding-bottom: 1.1em;
	padding-left: 0.9em;
	text-align: center;
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #CCCCCC;
	color: #000000;
	height: 18px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #F6F7F9;
	color: #0F265C;
	height: 15px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../images/blt_panel_exp.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../images/blt_panel_clps.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	float: left;
		
	}
}
/*88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/
#emp{
	width:600px;
	background-position: top;
}
