/* CSS Document */
/* Created 02.01.11 by RB */


body 			{ 
				padding: 0;
				margin: 0 auto; /* Need to set body margin and padding to get consistency between browsers. */ 
				font-family: arial, helvetica, sans-serif;
				font-size:62.5%;
				background-color: #fff; 
				background-image:url(../images/tile03_rb01.gif);
				background-repeat: repeat-x;
				text-align:center; /* IE hack */
				
				} 


#site_container {
	margin:0px auto;
	width:950px;
	position:relative;
	text-align:left; /* IE hack */
	
}


#header_container {
	margin:0px auto;
	width:950px;
	position:relative;
	z-index:100; /* keeps dropdown menu on top */
}

#main_container {
	width:715px; 
	float:left;
	}

#leftcol	{
			float: left;
			width: 210px;
     		border: none; /*#000066 double medium; */
 			margin:50px 10px;
			margin-bottom:10px; 
			padding: 5px;
			background-color:#FFFFFF; /*#E2E2C7;*/
			}

#leftcol h4 {
	font-weight:normal;
	}

#main {
	width:400px; 
	padding-bottom:10px;
	padding-right: 10px;
	float:left;
	border-bottom: solid 1px #EABB7A;
	margin-bottom:10px;
	margin-left:10px;
	}


#path	{
			position: absolute;/*was relative changed by sf - absolute positioning required for drop down nav to work*/
			top: 132px;/*was 72px changed by sf*/
			left:0; /*added by rb*/
			padding-top: 10px;
			/*padding-bottom: 60px;*/
			z-index: 0;
			font-size:1.1em; /* rb - 1/17 */
			}

		/* added 8/10/07 by rb */  
	#path a {border: none;}
			

#content {width: 950px;}


#mainBox { 
	float:left;
	width: 540px;
	padding: 5px; 
	line-height:2em;
	}





.tab {
	visibility:hidden;
}

.panel {
	visibility:hidden;
}


	

.panelGraphic
	{visibility:hidden;}

.arrow {font-size: 18px; font-family: verdana;}


#panel0 {visibility:hidden;}






#tabnav {visibility:hidden;}
	
	
	/* overrides default anchor border on tabnav style */
	  #tabnav a {visibility:hidden;}

/* Tab styling for JS off */
/* Contains 5 tabs laid out in two rows, 2 over 3 */

#jsoff_tabContainer {visibility:hidden;}

/* contains top row of tabs */
#jsoff_tabTopRow {visibility:hidden;}
/* contains first tab */
#jsoff_tabOne {visibility:hidden;}

/* contains second tab */
#jsoff_tabTwo {visibility:hidden;}
/* contains bottom row of tabs */
#jsoff_tabBtmRow {visibility:hidden;}
/* contains third tab */
#jsoff_tabThree {visibility:hidden;}
/* contains fourth tab */
#jsoff_tabFour {visibility:hidden;}
/* contains fifth tab */
#jsoff_tabFive {visibility:hidden;}
.jsoff_tabs {visibility:hidden;}


