@charset "utf-8";
/*
Title:      
Author:     
Updated:    
Notes:	    
*/

html{
margin:0;
padding:0;

}

body{
margin:0;
padding:0;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#999;
}

a{text-decoration:none;}
a:link{}
a:hover{text-decoration:underline;}
a:active{}
a:visited{}
a img{}

h1{}
h2{}
h3{}

p{line-height:160%;}

ul{list-style:none;}
	li{}

blockquote{}

#container{
width:1120px;
margin:30px auto;
}

	#tabs{}
		#tabs ul{
		margin:0 0 0 40px;
		padding:0;
		}
			#tabs li{
			padding:0;
			float:left;
			}
			#tabs a{
			width:237px;
			height:54px;
			text-indent:-9999px;
			float:left;
			text-decoration:none;
			}
				#srr{background:url(../images/tab_srr.jpg) no-repeat;}
				#ibs{background:url(../images/tab_ibs.jpg) no-repeat;}	
			
		#tabs p{
		font-size:26px;
		font-weight:bold;
		text-align:right;
		color:#ccc;
		margin:0 100px 0 0;
		padding:5px 0 0 0;
		}
	
	#header{
	height:301px;
	clear:both;
	}
	
		#sliver{}
			#sliver h1{
			margin:0;
			padding:0;
			}
				#sliver h1 a{
				background:url(../images/logo.jpg) no-repeat;
				width:180px;
				height:163px;
				text-indent:-9999px;
				float:left;
				text-decoration:none;
				margin:45px 0 47px 45px;
				}
			#sliver p{
			color:#999;
			width:375px;
			margin:100px 0 0 35px;
			font-size:16px;
			font-weight:bold;
			float:left;
			}
		
		#navContainer{
		clear:both;
		padding:0 0 0 9px;
		}
			#nav, #nav ul{ /* all lists */
			padding:0;
			margin:0;
			list-style:none;
			line-height:1;
			}
				#nav ul{margin:0;padding:5px 0 0 0;}
				#nav a{
				display:block;
				/*width:10em;*/
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				padding:14px 22px 15px 21px;
				}
					#nav a:hover{}
					#nav li li a{
					padding:5px 0 0 8px;
					text-transform:none;
					width:127px;
					height:22px;
					background:url(../images/nav_drop.gif) no-repeat;
					color:#333;
					}
					#nav li li a:hover{color:#0af;}
				#nav li{ /* all list items */
				float:left;
				/*width:10em;*/ /* width needed or else Opera goes nuts */
				}
				#nav li ul{ /* second-level lists */
				position:absolute;
				width:141px;
				left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
				}
				#nav li:hover a, #nav li.sfhover a{}
				#nav li:hover ul, #nav li.sfhover ul{ /* lists nested under hovered list items */
				left: auto;
				}
				
				
.floatL{float:left;}
.floatR{float:right;}			
.clear{clear:both;}			