@charset "utf-8";
/* CSS Document */

.mls {display:none;} 

.AgentName {
font:Arial, Helvetica, sans-serif;
color:#999900;
font-size:16px;
font-weight:bold;
}

.AgentText  {
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 977px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/sepia-ContentBKG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 196px;
	font-size: 12px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 10px;  /* 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. */
	height: 196px;
	background-color: #FFFFFF;
	background-image: url(/images/sepia-header.jpg);
	vertical-align: text-bottom;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 34px;
	color: #FFFFFF;
	font-style:italic;
}
#header #logo {
	height: 90px;
	width: 800px;
	margin-left: 10px;
	position: relative;
	top: 5px;
	float: left;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* pyramid */

#navTop {
	margin: 0;
	padding: 10px 0px 0px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	width: 100%;
}

#navTop li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navTop a:link, #navTop a:visited {
	float: left;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 52px 6px 2px;
	text-decoration: none;
	color: #A68D0C;
}

#navTop a:link.active, #navTop a:visited.active, #navTop a:hover {
	color: #EECE17;
	background: url(../pyramid.gif) no-repeat bottom center;
}
#navTop ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
        }
/* End Top Nav */

/*- Menu Tab--------------------------- */

    #tabsC {
	font-size:12px;
	line-height:normal;
	position: relative;
	top: 22px;
	float: left;
	padding-top: 9px;
	width: 90%;
	display: block;
	left: 50px;
      }
    #tabsC ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("/images/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
	float:left;
	display:block;
	background:url("/images/tabrightC.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {
	float:none;
}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
	color:#333333;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
