﻿/*	Global Styles */
div, body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, dl, fieldset, address, image {margin:0px; padding:0px;}
img {border:none;display:block;}

body  {
	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 */
	margin: 0px 0px 0px 0px;
}

.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;
}

.masterContainer{
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 6px 0px 6px;
	background: url(../images/contentBG.gif) repeat-y;
	/*border:1px solid #ff0000;
	display: table;  this is a firefox and safari hack to force y repeat of BG image. Without it, the BG will not tile */
	
	
}
.masterContainerHome{
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 6px 0px 6px;
	background: url(../images/contentHomeBG.gif) repeat-y;
	/*border:1px solid #ff0000;
	display: table;  this is a firefox hack to force y repeat of BG image. Without it, the BG will not tile */
}

.topNavContainer
{ 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;



}
.topNav {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
.headerDS{
	padding: 0px 6px 0px 6px;
	background:url(../images/headerBG.gif) no-repeat;
	height:6px;
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    font-size: 1px;/* IE 6 Hack for 3 px vertical space between divs*/
	display: table;  /*this is a firefox and safari hack to force y repeat of BG image. Without it, the BG will not tile */
}

.banner {
	width:758px;
	height:170px;
	background:#c5c19d;
	border-right:1px solid #C5C19D;
	border-left:1px solid #C5C19D;
}

.bannerBottom{
background:#B06010;
width:758px;
height:10px;
border-right:1px solid #C5C19D;
border-left:1px solid #C5C19D;
}
.bannerBottomHome{
background:#B06010;
height:10px;
}

#leftPane 
{
width:180px;
float:left;
background:#d2ceb3;
border-left:1px solid #C5C19D;

}


.contentPane 
{
width:367px;
float:left;
padding:15px;
text-align:left;
}

.homePageContentPane{

width:578px;
float:left;
 
/*border-left:1px solid #C5C19D;
border-right:1px solid #C5C19D;*/
}
.photoPane 
{
float:left;
margin-left:11px;
width:170px;
background:#d2ceb3;
}
.footerDS{
	padding: 0px 6px 0px 6px;
	background:url(../images/footerBG.gif) no-repeat;
	height:7px;
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	display: table;  /*this is a firefox and safari hack to force y repeat of BG image. Without it, the BG will not tile */	
}

.footerContainer
{ 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 15px 12px 0px 0px;
	font-size:9px;
	background:#eae7dc;	
}

#siteMap ul 
{ 
    margin-top:10px;
    margin-bottom:10px;
    margin-left:20px;
    }
#siteMap table
{
    width:367px;
}
#siteMap td{
	padding: 1px;
	background-color: white;
 	padding:3px;
} 
    
/* Text Styles */ 

td, p, body,input {
	color:#636467;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
body 
{
    background:#eae7dc; 
}
p{
margin-top:5px;
margin-bottom:10px;
line-height:20px;
text-align: left;
 }
 
/* Master Page Layout Styles */

.containerBorder
{
border:1px solid #c5c19d;   
    }   
    


 
.navigationAndContentAndFooterTrRowBgColor
{
background:#FFFFFF;    
}
    
.navigationRightBorder
{
border-right:1px solid #C5C19D; 
background:#d2ceb3;    
}    
    

 

  

.navLabel
{   
    display:block;
	height:20px;
    background:#B06010;

}
  /* Global Link Styles*/   
a:link,  a:active, a:visited
 {
	color:#636467; 
 	text-decoration:none;
  }
 a:hover
 {
 color:#636467;
 text-decoration:underline;
  } 
  /* Navigation Styles*/ 
/* Top level*/
.dashedLine{
border-top:dashed 1px #C5C19D;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
margin-top:0px;
}
    
.l1ul
    { 
    margin:0px;
    margin-right:0px;
    margin-top:20px; 
    margin-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    list-style:none;
    }
    
.l1ul li
    {
    padding-top:5px;    
    padding-bottom:0px;
    margin-right:0px; 
    padding-top:0px; 
    margin-top:0px;
    margin-bottom:0px;
       
    }
    
a.l1InActive:link,  a.l1InActive:active,  a.l1InActive:visited
    {
    display:block; 
    color:#636467; 
    text-decoration:none;
    padding-left:5px;
    padding-top:7px;        
    padding-bottom:7px;
    }
    
a.l1InActive:hover
    {
	display:block; 
    color:#636467;
    text-decoration:underline;
    padding-left:5px;
    padding-top:7px;        
    padding-bottom:7px;	
    }  

a.l1Active:link, a.l1Active:active, a.l1Active:visited, a.l1Active:hover
    {
    display:block;        
    padding-left:5px;
    padding-right:10px;
    padding-top:10px;        
    padding-bottom:10px;
    font-weight:bold;
    color:#B06010; 
    text-decoration:none;
    background:#C5C19D;
   
    }

/* Second level */   
    
.l2ul
    {
	margin:0px;
	padding-left:30px;
   	padding-top:5px;
	padding-bottom:5px;  
    list-style:circle;
    }
    
.l2ul li
    {   
    margin:0px; 
    padding:0px;
	padding-top:5px;
	padding-bottom:5px; 
    }
    
a.l2InActive:link,  a.l2InActive:active,  a.l2InActive:visited
    {
	display:block;
    padding:0px;    
    color:#636467; 
    text-decoration:none;
    padding-right:10px;
    }
    
a.l2InActive:hover
    {
	display:block;
    padding:0px;    
    color:#636467; 
    text-decoration:underline;
    padding-right:10px; 
    }  

a.l2Active:link, a.l2Active:active, a.l2Active:visited, a.l2Active:hover
    {

	
	display:block;
    padding:0px;    
    font-weight:bold;
    color:#B06010; 
    text-decoration:none;
    padding-right:10px;       
    }

/* Third level */ 

.l3ul
    { 
    margin:0px;
    padding-left:10px;
   	padding-top:5px;
	padding-bottom:0px; 
    list-style:none;
    } 
  
.l3ul li
    {
    margin:0px; 
    padding:0px;
	padding-top:3px;
	padding-bottom:3px; 	
    }  
    
a.l3InActive:link,  a.l3InActive:active,  a.l3InActive:visited
    {
	display:block;
    padding:0px;    
    color:#636467; 
    text-decoration:none;
    padding-right:10px;
    }
    
a.l3InActive:hover
    {
	display:block;
    padding:0px;    
    color:#636467; 
    text-decoration:underline;
    padding-right:10px; 
    }  

a.l3Active:link, a.l3Active:active, a.l3Active:visited, a.l3Active:hover
    {
	display:block;
    padding:0px;    
    color:#B06010; 
    text-decoration:none;
    padding-right:10px;       
    }

/* Fourth level */ 

.l4ul
    { 
    margin-left:0px;
    margin-right:0px;
    margin-top:4px; 
    margin-bottom:4px;
    padding-left:0px;
    padding-right:0px; 
    width:180px;
    list-style:none;
    } 
  
.l4ul li
    {
    border:none;
    padding-bottom:4px;
    padding-right:20px;
    margin-right:20px; 
    padding-top:2px; 
    margin-top:2px;	
    }   
  
a.l4Active:link,  a.l4Active:active, a.l4Active:visited, a.l4Active:hover
    {
    color:#003699; 
    text-decoration:none;
    }

a.l4InActive:link,  a.l4InActive:active,  a.l4InActive:visited
    {
    color:#666666; 
    text-decoration:none;
    }
    
a.l4InActive:hover
    {
    color:#003699;
    text-decoration:underline;
    }
    
 
 
  .hr{
 	border-top:1px solid #C8C8C8;
	height:10px;
	color:#FFFFFF;
	margin-top:7px;
	margin-bottom:7px;
 } 





#bottomPane .legal {
clear:left;
}

h1{
color:#B06010;
/*color:#006A71;*/
font-weight:bold;
font-size:11px;
margin-bottom:5px;
margin-top:0px;
text-align: left;
}


h2,th  {
color:#B06010;
font-weight:bold;
font-size:10px;
margin-top:5px;
margin-bottom:5px;
padding-bottom:0px;
text-align: left;
}

h3  {

font-weight:bold;
font-size:10px;
margin-top:15px;
margin-bottom:0px;
padding-bottom:0px;
text-align: left;
}


.button 
{
	display:block;
	float:right;
	background-color:#d2ceb3;
    border:solid 1px #c5c19d;
	color:#666666;
    height:24px;
    width:75px;
    text-align:center;
	margin:0px 0px 3px 0px;
}
.field
{
	display:block;
	float:right;
	margin-right:5px;
    border:solid 1px #c5c19d;
    height:20px;
    }


a.button:link,a.button:visited, a.button:hover
{
    color:#666666;
    text-decoration:none;
    font-size:12px;
    font-family:Arial;
    padding-top:3px;
}
	
.hr{
border-top:#C8C8C8 solid 1px;
}	

.series1 {border-right: solid 1px #C8C8C8;
border-left: solid 1px #C8C8C8;
border-bottom: solid 1px #C8C8C8;
padding:10px;
}
.series2 {padding:10px;
border-bottom: solid 1px #C8C8C8;
border-right: solid 1px #C8C8C8;
}

/* Scroller */
#ScrollerContainer{
	font-size:10px;
	border:1px solid #c5c19d;
	padding:10px;
	margin:15px 0px 15px 10px;
	width:135px;
	height:92px;
	background:#ffffff;
	 
}


#ScrollerContainer ul{list-style:none;margin:0px;padding:0px;}
#ScrollerContainer li{margin:0px;padding:0px;}


