@charset "UTF-8";

 body {
		background: #6B7870 url(images/abstract_background_linear2.jpg) no-repeat;
		background-position:top center;
		margin: 0;
		padding: 0;
	}
	
	#container {
		width: 960px;
		height: 694px;
		margin: 0 auto;
		border: 0px solid #cccccc;
	
	}
	
	body #container #logoBlock {
		position: relative;
		top:5px;
		left:0px;
		width: auto;
		height: auto;
		margin-bottom: 28px;
		background:url(images/rs_logo.png) no-repeat;
		float: left;
		}
		
	body #container #logoBlock img{
		border: none; 
		-moz-outline-style: none;
		}
		
	body #container #logoBlock img a {
		outline: none;
		-moz-outline-style: none;
		}		
		
	body #container #contactsBlock {
		position:relative;
		float: left;
		top: 23px;
		left: 436px;
	}	
			
	h1 {
		font-family:tahoma, helvetica, verdana, arial, sans serif;
		font-size: 17px;
		color: #780A00;
		font-weight:300;
		letter-spacing: -0.1px;
		margin: 0;
	}
	
	h2 {
		font-family:tahoma, helvetica, verdana, arial, sans serif;
		font-size: 16px;
		color: #780A00;
		font-weight:200;
		letter-spacing: -0.1px;
		margin: 0;
		padding: 0 0 14px 0;
		border-bottom: 1px dotted #780A00;
	}
	
	h3 {
		font-family:tahoma, helvetica, verdana, arial,  sans serif;
		font-size: 12px;
		color: #780A00;
		letter-spacing: -0.1px;
	}
	
	p {
		line-height:14px;
		margin: 0 0  4px 0;
	}
	
	p a {
		color: #780A00;
		text-decoration: none;
		border-bottom: 1px dotted #780A00;
	}
	
	p a:hover {
		color:#CC0000;
		border-bottom: 1px dotted #CC0000;
	}
	#infoTextBox li {
	 	list-style-position:inside;
	 }
	 
	 #featureLink {
	 	width:200px;
		height:177px;
	 	background:url(assets/WebDev/imgSML/th200-jwd-aliad.jpg) no-repeat;
	 }
	 
	 #featureLink a {
	 	display: block;
	 	width:200px;
		height:177px;
		margin: 0;
		padding: 0;
		border-style: none;
	 }
	 
	 #featureLink a:hover {
	 	border-style: none;
	 	background:url(assets/WebDev/imgSML/th200-jwd-aliad-a.jpg) no-repeat;
	 }
	
/*------------------------------------------------------------------------------*/

	ul {
		width:920px;
		float: left;
		margin: 15px 0 10px 12px;
		padding: 0;
		background: url(images/tile_semi-transp.gif); 
	}

	ul li {
		width:130px;
		height:26px;
		list-style: none;
		font-family:tahoma, helvetica, Verdana, sans serif;
		font-size: 11px;
		background:url(images/btn.gif) no-repeat;
		float: left;
		text-align: center;
		line-height: 26px;
		margin: 0 6px 0 0;
		
	}
	
	ul li a {
		display: block;
		width:130px;
		height:26px;
		color: #380500;
		font-size: 12px;
		font-weight: 200;
		text-decoration: none;
		padding: 0;
	}
	
	ul li a:hover {
		text-decoration: none;
		color: #FCFFE3;
		background:url(images/btn_active.gif) no-repeat;
	}
	
	ul li a:active {
		outline: none;
	}
	
/*-------------------------------------Sliding Panel Widget--------------------------------------*/
	
	#panelwidget {
		overflow: hidden !important;
	
	}

	/* This is the selector for the main SlidingPanels container. This selector
	 * defines the width and height of the view port for the widget. Note that
	 * this selector does not set the overflow property since that is done programatically
	 * by the widget. Setting the overflow property programatically ensures that
	 * the contens of the widget will be fully visible should JavaScript be disabled
	 * in the browser.
	 *
	 * If you want to constrain the width of the SlidingPanels widget, set a width on
	 * the SlidingPanels container. By default, our sliding panels widget expands
	 * horizontally to fill up available space.
	 *
	 * The SlidingPanels container is positioned relative so that content inside it
	 * can be positioned relative to its upper left corner.
	 *
	 * Avoid placing any CSS border or padding properties on the SlidingPanels container
	 * as they can affect the proper positioning and sliding animations of the contents
	 * inside the container.
	 *
	 * The name of the class ("SlidingPanels") used in this selector is not necessary
	 * to make the widget function. You can use any class name you want to style the
	 * SlidingPanels container.
	 */
	 
	.SlidingPanels {
	position: relative;
	width: 920px;
	height: 570px;
	padding: 0px;
	border: none;
	float: left;
	background:none;
	}

	/* This is the selector for the container that holds all of the content panels
	 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
	 * positioned to create the slide animation. It is also what governs the layout of
	 * the panels.
	 *
	 * By default, the width of the container is the same as its parent, the SlidingPanels
	 * container.
	 *
	 * You can make the panels within the SlidingPanelsContentGroup container layout
	 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
	 * or larget than the sum of the widths of all of the content panels, and then floating
	 * the content panels inside the SlidingPanelsContentGroup container so they all appear
	 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
	 * containers to insure that none of the content panels "leak" outside of the widget.
	 *
	 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
	 * container as they can affect the proper positioning and sliding animations of the
	 * the container within the widget.
	 *
	 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
	 * necessary to make the widget function. You can use any class name you want to style the
	 * SlidingPanelsContentGroup container.
	 */
	.SlidingPanelsContentGroup {
		position: relative;
		width:1000em;
		margin: 0px;
		padding: 0px;
		min-height:0;
		border: none;
	}
	
	
	/* This is the selector for the container that holds content for a given panel. In our
	 * default style implementation, the dimensions of each content panel exactly match the
	 * dimensions of the view port (SlidingPanels) container. This ensures that only one
	 * panel ever shows within the view port.
	 *
	 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
	 * container as they can affect the proper positioning and sliding animations of the
	 * the panel within the widget. You can place border, margins and padding on any content
	 * *inside* the content panel.
	 *
	 * The name of the class ("SlidingPanelsContent") used in this selector is not
	 * necessary to make the widget function. You can use any class name you want to style the
	 * SlidingPanelsContent container.
	 */
	.SlidingPanelsContent {
		width: 920px;
		height: 570px;
		overflow: hidden;
		margin: 0px;
		padding-top: 20px;
		float: left;
	}
	
	/* The class used in this selector is programatically added to the SlidingPanels container
	 * anytime we are animating between panels. This rule makes sure that *all* content inside
	 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
	 * there is an element inside the widget that displays a scrollbar.
	 *
	 * The class is automatically removed once the animation has stopped so that the overflow
	 * properties of the content inside the widget should be restored.
	 */
	.SlidingPanelsAnimating * {
		overflow: hidden !important;
	}
	
	/* The class used in this selector is programatically added to the SlindingPanelsContent
	 * container that is currently visible in the view port. The class is automatically removed
	 * when the widget switches to a different panel.
	 */
	.SlidingPanelsCurrentPanel {
	}
	
	/* The class used in this selector is programatically added to the SlidingPanels container
	 * anytime the SlidingPanels container is given focus. The class is automatically removed
	 * once the SlidingPanels container loses focus.
	 */
	.SlidingPanelsFocused {
	}
	
	#p0 {
		background:url(images/panelBkgrnd_front.jpg) no-repeat;
		padding: 0;
		margin: 0;
	}
	
	#p1 {
		background: ;
	}
	#p2 {
		background: ;
	}
	#p3 {
		background: ;
	}
	#p4 {
		background: ;
	}
	#p5 {
		background: ;
	}
	
	#p6 {
		background:url(images/panelBkgrnd_about.jpg) no-repeat;
		background-position: 0 0 0 -10px;
	}
	
	#infoTextBox {
		float: left;
		margin-top: 10px;
		margin-left: 10px;
		width:200px;
		height:524px;
		padding: 0 10px 10px 10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 17px;
		color:#780A00;
		}
		
	#infoTextBox img {
		margin: 0;
		}
		
		#infoTextBox a img {
		border-style: none;

		}
		
					
	
	#infoTextBox.emphasis {
		background: none /*url(images/textBkgrnd.gif) no-repeat;*/
	} 
	
	#infoImageBox {
		margin-top: 10px;
		margin-left: 250px;
		width:650px;
		height:450px;
		background: none;
		border: 1px solid #263841;
		background:none;
		}
		
/*-------------------------grid | thumbnail styles--------------------------*/

	ul.thumbnailArray {
		float: left;
		top:10px;
		left:280px;
		width:660px;
		margin-left: 26px;
		height:auto;
		overflow: visible;
	}
	
	ul.thumbnailArray  li.th {
		display: block;
		width: 120px;
		height: 141px;
		margin: 0 10px 10px 0;
		padding: 0;
		background: none;
		
	}
	
	ul.thumbnailArray  li.th a {
		display: block;
		width: 120px;
		height: 120px;
		color: #06243b;
		font-size: 9px;
		
	}
	
	ul.thumbnailArray  li.th a:hover {
		/*border: 1px solid #d52710;*/
		background-image: none;
		
	}
	
	ul.thumbnailArray  li.th a img{
		border-style: none;
		margin:0;
	}
	
	

/*------------------------- nested list items -------------------------*/
	ul.thumbnailArray li.th ul.nestedNav {
		float: left;
		width:90px;
		height:auto;
		margin: 3px 0 0 8px;
	}
	
	
	ul.thumbnailArray li.th ul.nestedNav li {
		width: 14px;
		height: 20px;
		margin: 0 1px 0 0;
		padding: 0;
		text-align:center;
		line-height:18px;
		list-style:none;
		border: 0px;
		background:	url(images/subSet.gif) no-repeat;
	}
	
	ul.thumbnailArray li.th ul.nestedNav li a {
		display: block;
		width: 15px;
		height: 18px;
		color: #780A00;
	}
	
	ul.thumbnailArray li.th ul.nestedNav li a:hover {
		background:	url(images/subSet-active.gif) no-repeat;
		color: #F4F9DF;
	}
/*---------------------------- Hacks------------------------------*/

	* html body #container #logoBlock{
 	background-image: none; 
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rs_logo.png', sizingMethod='none');
}


:-moz-any-link:focus {
  outline: none;
}
	
/**/

	ul.thumbnailArray {
		float: left;
		top:10px;
		left:280px;
		width:660px;
		margin-left: 10px;
		height:auto;
		overflow: visible;
	}
	
	ul.thumbnailArray  li.th {
		display: block;
		width: 130px;
		height: 141px;
		margin: 10px 0 0 0;
		padding: 0px;
		background: none;
		
	}
	
	ul.thumbnailArray  li.th a {
		display: block;
		width: 130px;
		height: 130px;
		color: #06243b;
		font-size: 9px;
		
	}
	
	ul.thumbnailArray  li.th a:hover {
		/*border: 1px solid #d52710;*/
	background:url(assets/rs-th-active2.gif) no-repeat;
		
	}
	
	ul.thumbnailArray  li.th a img{
		border-style: none;
		margin:5px 0 0 0;
	}