@charset "utf-8";
/* CSS Document */

body  {
  font-size: 72%; 
  font-family: Verdana, Constantia, Georgia, serif;
  line-height: 160%;
  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: #373738;
}
p {
 margin: 4px 0 14px 0;
}
sup.registered {
line-height: 10px;
font-family: Tahoma, Arial; 
font-size: 8px;
}
h1 {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 130%;
	color: #913713;
	margin: 0 0 12px 0;
}
h1 em {
	color: #BA2526;
}
h2 {
	font-size: 14px;
	line-height: 130%;
	font-weight: 600;
	font-family: Georgia, serif;
	color: #1d4167;
	margin: 24px 0 12px 0;
	text-transform:uppercase;
}

h2 a:link, h2 a:visited {
   color: #0c4580;
}
.rightColumn h2 {
  color: #2e506e;
  font-size: 14px;
   letter-spacing: 1px;
   text-transform:uppercase;
 }
.rightColumn h6 {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  margin: 1px 0 18px 32px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 1px;
	line-height: 130%;
	color: #913713;
	margin: 10px 0;
}
h4 {
	font-size: 122%;
	line-height: 130%;
	margin: 6px 0;
}
h4 p {
  font-size: 22px;
  line-height: 26px;
  color: #1d4167;
  font-family: Georgia;
  font-weight: normal;
}
h5 {
	font-size: 112%;
	line-height: 130%;
	margin: 6px 0;
}
h6 {
	font-size: 100%;
	margin: 3px 0 6px 0;
}
form, input, select {
	margin: 0;
	padding: 0;
}
ul, ol {
margin:3px 3px 15px 0;
padding:0;
}
ul li {
margin:3px 3px 5px 3px;
padding: 0 12px;
list-style:none;
background: url(/images/bullet.gif) 0 7px no-repeat;
}
ol li {
   margin:3px 3px 9px 19px;
padding: 0 6px;
}
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left;}
ul.menu ul {position:absolute; top:26px; left:0; background:#FFFFFF; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; background: none; border-top:none; width:210px; margin:0; text-align: left;}
ul.menu ul li a {display:block; padding: 4px 4px 6px 6px; background-color:#e2e4ef; text-align: left;}
ul.menu ul li a:hover {background-color:#FFFFFF}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {padding:0; width:118px; }
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}
div.navButtons {
 height:27px; 
 width: 984px;
 z-index: 3;
 }
p.breadcrumb {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 7px 0 15px 0;
}
div#searchForm {
  float: right;
  position: relative;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #
 is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

div.boxLeft { float:left;margin:5px 8px 8px 0;  }  div.boxRight { float:right;margin:5px 0 8px 8px;  }
div.photo { padding:0; border: 1px solid #2c5d8a; float:left;  }
div.captionBlock { font-size: 80%; line-height: 110%; color: #3d4859; }
.boxLeft a, .boxRight a { color: #0066cc; border: none; }
.photo img { border: 1px solid #FFF; margin:0; padding:0; float:left; }
div.caption {  height: 30px; min-height: 18px; }
.caption div { padding-top: 3px; font-size: 10px; line-height: 11px; font-family: Georgia, serif; text-decoration:none; }
.caption a { color:#0C249F; text-decoration:none; }

div.standardSearch { 
margin-left:-290px;
width: 300px;
margin-top: 8px;
position:absolute;
}

#statesautocomplete, div.standardSearch { 
	z-index:9000; /* z-index needed on top instance for ie & sf absolute inside relative issue */ 
} 
#statesinput, #statesinput2 { 
	_position:absolute; /* abs pos needed for ie quirks */ 
} 

img {
  border: none;
}

div.close {
	float:right;
	margin-top: 5px;
	margin-right: 6px;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	cursor:pointer;
	color: #ba2526;
}

div.recentStuff {
background: #F2F3F7; padding: 5px 12px; margin: 12px 0;
width: 60%;
clear:both;
}
.recentStuff  p {
	font-size: 90%;
	color: #333333;
}

div.navigation {
float:left;
width: 858px;
height: 30px;
border-top: 1px solid #6b6a64;
}
div.searchResults {
float:left;
width: 56%;
}
.searchResults h6 {
	margin-bottom: 5px; 
	padding-bottom: 0; 
	letter-spacing:0; 
	font-family: Candara, Arial, sans-serif; 
	font-size: 120%;
}
.searchResults p{
  font-size: 90%; 
  padding: 0; 
  margin: 0 0 18px 0;
}
.searchResults span.dateStamp {
  color: #676767;
}

#container p.pullquote { 
	float:right;
	background:#eef1f6; 
	padding: 10px;
	border-top: 1px solid #95a2c0;
	border-bottom: 1px solid #95a2c0;
	width: 185px;
	font-family: Georgia, serif;
	margin: 0 0 12px 12px;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/



/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/


.footer { 
	padding: 10px 0 25px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
	width: 100%;
} 
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	font-family: Verdana, Tahoma, sans-serif;
}
.footer p a:link, .footer p a:visited{
  color: #0f4b8c;
}

div.liner {
	margin: 10px 14px;
}

div.downloads {
  margin: 12px 0;
  background: url(/images/downloads-bg.jpg) no-repeat 0 0;
}
div.document {
  float:left;
  padding: 5px 10px;
  width: 84px;
}
.downloads h4 {
 color: #000;
 font-family: Verdana, sans-serif;
 font-size: 100%;
 font-weight: bold;
 margin: 12px 2px;
 padding: 0;
}
.document p {
  font-size: 11px;
  margin: 3px 0;
  line-height: 14px;
}


 
 
/* Miscellaneous classes for reuse */

div.paragraphBreak {
margin:10px 0;
}

.searchTerm table {
  width: 191px;
}
.searchTerm td.searchLabel {
  font-size: 11px;
  line-height: 12px;
  font-family: Tahoma, arial, sans-serif;
  margin: 6px 0;
  padding: 1px;
  float:left;
}
.searchTerm input {
  width: 123px;
  font-size: 12px;
  margin: 4px 5px 4px 0;
  padding: 0;
  height: 16px;
}
div.pgFurniture {
  float:right;
  font-weight:bold;
  font-size: 11px;
  font-family: Tahoma, Verdana, sans-serif;
}
.clearfloat, div.clear { /* 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;
}   
