@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.twoColFixLtHdr #top {
	display: none;
}
.twoColFixLtHdr #topnav {
	display: none;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	height: 85px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #search {
	display: none;
}
.twoColFixLtHdr #hdlft {
	padding: 20px 0 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. */
	width: 225px;
	/*height: 150px;*/
}
.twoColFixLtHdr #hdcnt {
	display: none;
}
.twoColFixLtHdr #headernav {
	display: none;
}
.twoColFixLtHdr #mainContent { 
	background: #FFFFFF;
	margin: 0;
} 
.twoColFixLtHdr #center {
	margin-top: 30px;
	padding: 0;
}
.twoColFixLtHdr #articleoptions {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #trail {
	margin: 5px;
	height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.twoColFixLtHdr #betterview {
	display: none;
}
.twoColFixLtHdr #tmain, .twoColFixLtHdr #aboutmain, .twoColFixLtHdr #aboutmainwide, .twoColFixLtHdr #survey, .twoColFixLtHdr #maintext, .twoColFixLtHdr #maintext2 {
	padding: 0;
	margin: 5px;
}
.twoColFixLtHdr #aboutpic, .twoColFixLtHdr #historypic, .twoColFixLtHdr #contentpic {
	display: none;
}
.twoColFixLtHdr #survey-submit {
	display: none;
}
.twoColFixLtHdr #tmain .headerboxt {
	padding-left: 5px;
	padding-top: 1px;
}
.twoColFixLtHdr #articletitle {
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #articletitle h1 {
	font-size: 20px;
	font-style:	italic;
}
.twoColFixLtHdr #articletitle h4 {
	font-size: 14px;
}
.twoColFixLtHdr #articletitle p {
	font-size: 10px;
	color: #666666;
}
.twoColFixLtHdr #articlesrc {
	font-size: 12px;
	width: 520px;
	height: 50px;
}
.twoColFixLtHdr .headerboxt {
	display: none;
}
.twoColFixLtHdr #mainimage1, .twoColFixLtHdr #mainimage2, .twoColFixLtHdr #mainimage3 {
	display: none;
}
.twoColFixLtHdr #community {
	width: 535px;
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.twoColFixLtHdr #timelinetop {
	display:none;
}
.twoColFixLtHdr #timeline {
	display:none;
}
.twoColFixLtHdr #yrtop1, .twoColFixLtHdr #yrtop2, .twoColFixLtHdr #yrtop3, .twoColFixLtHdr #yrtop4, .twoColFixLtHdr #yrtop5, .twoColFixLtHdr #yrtop6, .twoColFixLtHdr #yrtop7 {
	display:none;
}
.twoColFixLtHdr #yrtop1 p, .twoColFixLtHdr #yrtop2 p, .twoColFixLtHdr #yrtop3 p, .twoColFixLtHdr #yrtop4 p, .twoColFixLtHdr #yrtop5 p, .twoColFixLtHdr #yrtop6 p, .twoColFixLtHdr #yrtop7 p {
	display:none;
}
.twoColFixLtHdr #yrmid1, .twoColFixLtHdr #yrmid2, .twoColFixLtHdr #yrmid3, .twoColFixLtHdr #yrmid4, .twoColFixLtHdr #yrmid5, .twoColFixLtHdr #yrmid6, .twoColFixLtHdr #yrmid7 {
	display:none;
}
.twoColFixLtHdr #yrbot1, .twoColFixLtHdr #yrbot2, .twoColFixLtHdr #yrbot3, .twoColFixLtHdr #yrbot4, .twoColFixLtHdr #yrbot5, .twoColFixLtHdr #yrbot6, .twoColFixLtHdr #yrbot7 {
	display:none;
}
.twoColFixLtHdr #sidebar1 {
	display: none;
}
.twoColFixLtHdr #contact-submit {
	display: none;
}
.twoColFixLtHdr #awards {
	margin: 10px;
}
.twoColFixLtHdr #btnav {
	display: none;
}
.breadcrumb {
	color: #333333;
}
.breadcrumb a {
	/*background: transparent url(images/breadcrumb.jpg) no-repeat center right;*/
	/*padding-right: 18px; */ /*adjust bullet image padding*/
	color: #333333;
}

.breadcrumb a:visited, .breadcrumb a:active{
	color: #6699CC;
}
.breadcrumbhere {
	color: #333333;
	font-weight: bold;
}
.disclaimer {
	font-size: 1.0em;
	color: #999999;
}
.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;
}
.article {
	font-weight: normal;
	color: #000000;	
}
.article:hover {
	font-weight: bold;
}
.article1 {
	color: #000000;
	text-decoration: none;
}
.article2 {
	font-weight: normal;
	color: #333333;	
}
.article2:hover {
	color: #6699CC;
}
.article3 {
	font-weight: normal;
	color: #6699CC;
}
.tabbul {
	background-image: url(images/diamond.PNG);
	background-repeat: no-repeat;
	background-position: left top;
	border: thin solid #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	margin-right: 10px;
}
.hlblue {
	color: #3366CC;
}
.quoteblue {
	padding-left: 10px;
	color: #3366CC;
	font-style: italic;
}
.twoColFixLtHdr #pak1, .twoColFixLtHdr #pak2, .twoColFixLtHdr #pak3, .twoColFixLtHdr #pak4, .twoColFixLtHdr #pak5, .twoColFixLtHdr #pak6, .twoColFixLtHdr #pak7 {
	display:none;
}

#container img, #container #logospace2{ display:none;}
#container #hdlft #logospace { display:block; float:left;}


/*---- Specific to Agent Dashboard Styles---------*/

div#top, #sdirectory, #sidebar1 { display:none;}

.twoColFixLtHdr #headertitle, .twoColFixLtHdr form { display:none;}