@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../../html/images/bg-top-sm.jpg) top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1;
	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: #CCCCCC;
}
a:link
{
	color: #0066CC ;
	text-decoration: none;
}
a:visited
{
	color: #6699CC;
	text-decoration: none;
}
a:hover
{
	color: #CCCC00;
	text-decoration:underline;
}
a:active
{
	color:  #900;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;/*#202020;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #303030;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000 url(http://www.carlbertassociates.com/images/banner-bg.jpg) top no-repeat;
	height:286px; 
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #navbar {
	height:60px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;/*#202020;*/
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;/*#202020;*/
	font-size:x-small;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.txtBoxHeader {
	background:url(../../html/images/txtBoxHeader.jpg) repeat-x top;
	padding:4,2,4,2;
}
.txtBoxBody {
	background:url(../../html/images/txtBoxBody.jpg) repeat-x top;
	padding:6,2,6,2;
	border: 1px solid #303030;
}
.txtBoxFooter {
	background:url(../../html/images/txtBoxHeader.jpg) repeat-x top;
}
.floatLeft{
	position: relative;
	float:left;
	padding: .6em .4em .4em .6em;
}
.floatRight{
	position: relative;
	float:right;
	padding: .6em .4em .4em .6em;
}
#clr{
	clear:both;
}
#clr_l{
	clear:left;
}
#clr_r{
	clear:right;
}

#banner-container  
{  
    width:100%;  
    height:680px;  
    position:relative;  
    /*background-color:#000000; */ 
}  
  
#banner-container img  
{  
    display:none;  
    position:absolute;  
    top:0px;  
    left:25em;
	z-index:10;
}  
  
#banner-nav  
{  
    height:3em;  
    width:980px;  
    position:absolute;  
    top:0px;  
    left:0px;  
    /*background-color:#000000; */ 
}  
   
#banner-nav ul  
{  
    padding-bottom:0.9em;  
}  
  
#banner-nav li  
{  
    display:block;  
    float:left;  
    padding-right:30px;  
    padding-left:10px;   
}  
  
#banner-nav li a  
{  
    color:#999999;  
    font-size:130%;  
    text-decoration:none;  
}  
   
#banner-nav li a.active  
{  
     color:#FFFFFF;  
     font-size:130%;  
     text-decoration:none;  
}
