﻿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;
	height:100%;
}

.CopyrightFooter {
    font: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 10px;
    }

.ArchiveWhiteText {
    font: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    }

#insideContent .standardLink a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#095380;
	}

#insideContent .standardLink a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#095380;
	}

#insideContent .standardLink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#095380;
	}
	
#insideContent .standardLink a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#095380;
	}

.ADMIN-Header {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:22px;
	font-weight:bold;
	}

.ADMIN-Menu:Link {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}

.ADMIN-Menu:Active {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}

.ADMIN-Menu:Visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}

.ADMIN-Menu:Hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	}

.ADMIN-MainText {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	}
	
.ADMIN-Error {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC0033;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	}

.ADMIN-SmallNote {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC0033;
	font-size:8px;
	}
	
.thrColFixHdr #container {
	width: 977px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header {
	background: url(images/header2.jpg);
	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. */
	height: 123px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F9E9AA; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(images/item_bg.gif);
	padding: 0px 2px 15px 5px; /* padding keeps the content of the div away from the edges */
	height: 100%;
	margin: 0px;
}

.thrColFixHdr #sidebar1 ul {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;

	}

.thrColFixHdr #sidebar1 li {
	padding:3px 0px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #90ACC7;
	font-weight: bold;
	color: #095380;
	}

.thrColFixHdr #sidebar2 {
	float: right; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DDE5EE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	height: 800px;
	width: 290px;
}

.thrColFixHdr #insidesidebar{
	float: right; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DDE5EE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	height: 100%;
	width: 220px;
}

.thrColFixHdr #mainContentDiv {
	width:470px;
	 margin: 5px 15px 0 0px; /*the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
} 

.thrColFixHdr #mainContent2 {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 190px;
	width: 755px;
	background-color:#ffffff;
    min-height:500px;
} 


.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003366;
} 
.thrColFixHdr #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 */
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
}
.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;
}

body, div {
	font: 12px Arial, Helvetica, sans-serif;
	color: #095380;
}

.tableheading { 
    color: #ffffff; 
    font-weight:bold; 
    font-family: verdana,arial,san-serif; 
    font-size:13px;
}

.collapsed {
	display: none;
	margin-left: 15px;
}

.expanded {
 	display: block;
}

.HomepageNewsTable {

    border: 1px dotted #003F87;
    border-right: #ffffff;
    border-left: #ffffff;
    border-top: #ffffff;
    }

.HomepageNewsLink:link,.HomepageNewsLink:active,.HomepageNewsLink:visited  {

    color: #000000;
    font-family:Arial,sans-serif;
    font-size:12px;
    text-decoration:none;
    }

.HomepageNewsLink:hover{

    color: #000000;
    font-family:Arial,sans-serif;
    font-size:12px;
    text-decoration:underline;
    }    

.whiteHeaderOfficeDetails {
    color: #ffffff;
    font-weight:bold;
    font-family:Verdana, Arial,sans-serif;
    font-size:12px;
    background-color: #163F68;
}

.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
position: relative;
width: 460px;
height: 150px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid maroon;
overflow: hidden;
}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
position: absolute;
background: white;
padding: 10px;
visibility: hidden;
width: 430px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
width: 450px;
border: 1px solid maroon;
border-top-width: 0;
overflow: hidden;
}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
border-right: 1px solid maroon;
padding: 0 5px;
float: left;
display: block;
font-weight: bold;
color: black;
}

.fadecontenttoggler a:hover{
background: #C03021;
color: white;
}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color: black;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
color: white;
background: black;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #C03021;
color: white;
}

/* NEW aspx control Nav CSS */


.NavBar
{
  background-color:#666666;
  background-image: url(images/item_bg.gif); 
  cursor: default; 
} 

.TopItem
{
  color:#095380;
  background-image: url(images/item_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  
  border-right-color:#8C8C8C;
  border-bottom:1px dotted #003366;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemHover
{
  color:black;
  background-color:#ffd700;
  /*background-image: url(images/item_hover_bg.gif);*/
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  border: 0px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-bottom: 3px; 
  cursor:hand;
}
.greenNav
{
  color:green;
  background-image: url(images/item_bg-green.gif);
  background-position: -20px 0px;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  
  border-right-color:#8C8C8C;
  border-bottom:1px dotted #003366;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.greenNavHover
{
  color:White;
  background-color:green;
  /*background-image: url(images/item_hover_bg.gif);*/
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  border: 0px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-bottom: 3px; 
  cursor:hand;
}

.TopItemActive
{
  color:black;
  background-color:#D5D5D5;
  background-image: url(images/item_hover_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  border: 0px solid #8C8C8C;
  border-right-color:white;
  border-bottom-color:white;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
  background-color:#F9E9AA;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemSelected
{
  background-color:White;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid #CCCCCC;
  border-right-color:white;
  border-bottom-color:white;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2Group
{
  background-color:white;
  background-image: url(images/group_bg.gif);
}

.mls {
  display:none;
  }
  
.filesize { 
  color: #000000;
  font-family: verdana,arial,san-serif;
  font-size:9px 
  }
.largeheader { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #032263  }
.largeheader:link { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #032263  }
.largeheader:active { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #032263  }
.largeheader:visited { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #032263  } 
.largeheader:hover { text-decoration: underline; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #ffffff }

.largeheader3 { text-decoration: none; font-family:verdana,arial,san-serif;font-size:8pt; font-weight:600; color: #032263  }
.largeheader3:link { text-decoration: none; font-family:verdana,arial,san-serif;font-size:8pt; font-weight:600; color: #032263  }
.largeheader3:active { text-decoration: none; font-family:verdana,arial,san-serif;font-size:8pt; font-weight:600; color: #032263  }
.largeheader3:visited { text-decoration: none; font-family:verdana,arial,san-serif;font-size:8pt; font-weight:600; color: #032263  } 
.largeheader3:hover { text-decoration: underline; font-family:verdana,arial,san-serif;font-size:8pt; font-weight:600; color: #095380 }

 .largeheaderRED:link { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #032263  }
.largeheaderRED:active { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #032263  }
.largeheaderRED:visited { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #032263  } 
.largeheaderRED:hover { text-decoration: underline; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #990000 }
 
.largeheader2 { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #ffffff  }
.largeheader2:link { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #ffffff  }
.largeheader2:active { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #ffffff  }
.largeheader2:visited { text-decoration: none; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #ffffff  } 
.largeheader2:hover { text-decoration: underline; font-family:verdana,arial,san-serif;font-size:10pt; font-weight:600; color: #ffffff }

.whitelinks:link {
    font-family:Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    font-style:italic;
    text-decoration: none;
    color: #FFFFFF;
    }

.whitelinks:active {
    font-family:Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    font-style:italic;
    text-decoration: none;
    color: #FFFFFF;
    }

.whitelinks:visited {
    font-family:Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    font-style:italic;
    text-decoration: none;
    color: #FFFFFF;
    }
    
.whitelinks:hover {
    font-family:Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    font-style:italic;
    text-decoration: underline;
    color: #FFFFFF;
    }

h3 {
    font-size:15px;
    }

form {
	margin: 0px;
}
#RSSFEEDS {
	padding-top: 10px;
}
#RSSFEEDS a:link, #RSSFEEDS a:visited {
font-size:12px;
color: #095380;
text-decoration:none;
}
#RSSFEEDS a:hover, #RSSFEEDS a:active {
font-size:12px;
color: #095380;
text-decoration:underline;
}
#newsdayDiv {
background-image: url(images/newsdaylogo-sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;
	width: 200px;
	float: right;
	}

#inmanNewsDiv {
background-image: url(images/InmanNewslogo-sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;
	width: 220px;
	float:left;
	}

#interContainer{
position: absolute;
width: 670px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #d0e47e;
border: 1px solid black;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid gray;

background-color: white;
}
.liveChatBox
{
	float:right; 
	width:300px;
	padding-bottom:5px;
}
	
.Empty
{
}

</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 162px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
}

