@charset "UTF-8";
body  {
	font: 13px/15px Helvetica, Arial, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* 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;
}
body.mceContentBody {
	text-align: left;
}
.twoColFixLtHdr #backdrop { 
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0px 105px;
	background-image: url(images/site-backdrop.jpg);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 2px solid #808080;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	margin: 0px;
	padding: 0px;  /* 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:970px;
	height:219px;
} 
.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 */
	text-indent: -9999px;
} 
.twoColFixLtHdr .greenheader {
	background-image:url(images/header-green.gif);
} 
.twoColFixLtHdr .redheader {
	background-image:url(images/header-red.gif);
} 
.twoColFixLtHdr .blueheader {
	background-image:url(images/header-blue.gif);
} 
.twoColFixLtHdr .orangeheader {
	background-image:url(images/header-orange.gif);
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 201px; /* 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 */
	padding: 20px 0px 20px 20px;
	text-align: center;
	font-size: 11px;
	display: inline;
}
.twoColFixLtHdr #sidebar1 ul {
	border: 1px solid #808080;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style:none;
}
.twoColFixLtHdr #sidebar1 li {
	padding: 0px;
	margin: 0px;
	font: 11px/23px Helvetica, Arial, sans-serif;
}
.twoColFixLtHdr #sidebar1 li a {
	color:#fff;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
.twoColFixLtHdr #sidebar1 li a.home {
	background: url(images/nav-home.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.home-on, .twoColFixLtHdr #sidebar1 li a.home:hover, .twoColFixLtHdr #sidebar1 li a.home_Hover {
	background: url(images/nav-home-on.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.what {
	background: url(images/nav-what.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.what-on, .twoColFixLtHdr #sidebar1 li a.what:hover, .twoColFixLtHdr #sidebar1 li a.what_Hover {
	background: url(images/nav-what-on.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.where {
	background: url(images/nav-where.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.where-on, .twoColFixLtHdr #sidebar1 li a.where:hover, .twoColFixLtHdr #sidebar1 li a.where_Hover {
	background: url(images/nav-where-on.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.who {
	background: url(images/nav-who.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.who-on, .twoColFixLtHdr #sidebar1 li a.who:hover, .twoColFixLtHdr #sidebar1 li a.who_Hover {
	background: url(images/nav-who-on.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.newsroom {
	background: url(images/nav-newsroom.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.newsroom-on, .twoColFixLtHdr #sidebar1 li a.newsroom:hover, .twoColFixLtHdr #sidebar1 li a.newsroom_Hover {
	background: url(images/nav-newsroom-on.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.businesses {
	background: url(images/nav-businesses.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.businesses-on, .twoColFixLtHdr #sidebar1 li a.businesses:hover, .twoColFixLtHdr #sidebar1 li a.businesses_Hover {
	background: url(images/nav-businesses-on.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.resources {
	background: url(images/nav-resources.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.resources-on, .twoColFixLtHdr #sidebar1 li a.resources:hover, .twoColFixLtHdr #sidebar1 li a.resources_Hover {
	background: url(images/nav-resources-on.gif) no-repeat;
	width:199px;
	height:41px;
}
.twoColFixLtHdr #sidebar1 li a.contact-green {
	background: url(images/nav-contact-green.gif) no-repeat;
	width:199px;
	height:111px;
}
.twoColFixLtHdr #sidebar1 li a.contact-blue {
	background: url(images/nav-contact-blue.gif) no-repeat;
	width:199px;
	height:111px;
}
.twoColFixLtHdr #sidebar1 li a.contact-red {
	background: url(images/nav-contact-red.gif) no-repeat;
	width:199px;
	height:111px;
}
.twoColFixLtHdr #sidebar1 li a.contact-orange {
	background: url(images/nav-contact-orange.gif) no-repeat;
	width:199px;
	height:111px;
}
.twoColFixLtHdr #sidebar1 li a.minutes {
	background: url(images/nav-minutes.gif) no-repeat;
	width:199px;
	height:34px;
}
.twoColFixLtHdr #sidebar1 li a.minutes-on, .twoColFixLtHdr #sidebar1 li a.minutes:hover, .twoColFixLtHdr #sidebar1 li a.minutes_Hover {
	background: url(images/nav-minutes-on.gif) no-repeat;
	width:199px;
	height:34px;
}
.twoColFixLtHdr #mainContent { 
	display: block;
	margin: 20px 0 0 241px; /* 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-right: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent a {
	color: #1B75BB;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover, .twoColFixLtHdr #mainContent a_Hover {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent p {
	margin-top: 0px;
	margin-bottom: 15px; 
}
.twoColFixLtHdr #mainContent h1 {
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px; 
}
.twoColFixLtHdr #mainContent h2 { 
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px; 
	font-size: 20px;
	line-height: 20px;
}
.twoColFixLtHdr #mainContent h3,h4 {
	text-transform: uppercase;
	margin: 0px;
}
.twoColFixLtHdr #spotlight h3,h4 {
	text-transform: uppercase;
	margin-bottom: 10px !important;
}
.twoColFixLtHdr #spotlight table {
	margin-bottom: 10px !important;
}
.twoColFixLtHdr .tableBusinesses h4 {
	margin-bottom: 0px !important;
}
.twoColFixLtHdr #mainContent h1 { 
	text-indent: -1999px;
	width: 100%;
	height: 47px;
}
.twoColFixLtHdr #mainContent h1.home { 
	background-image: url(images/title-home.gif);
}
.twoColFixLtHdr #mainContent h1.what { 
	background-image: url(images/title-what.gif);
}
.twoColFixLtHdr #mainContent h1.where { 
	background-image: url(images/title-where.gif);
}
.twoColFixLtHdr #mainContent h1.who { 
	background-image: url(images/title-who.gif);
}
.twoColFixLtHdr #mainContent h1.newsroom { 
	background-image: url(images/title-newsroom.gif);
}
.twoColFixLtHdr #mainContent h1.businesses { 
	background-image: url(images/title-businesses.gif);
}
.twoColFixLtHdr #mainContent h1.resources { 
	background-image: url(images/title-resources.gif);
}
.twoColFixLtHdr #mainContent .horizontalrule { 
	margin-bottom: 10px;
	 width: 100%;
	 height: 4px;
}
.twoColFixLtHdr #mainContent .leftcolumn { 
	width: 340px;
	float: left;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent .rightcolumn { 
	margin-left: 370px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent .firstcolumn { 
	width: 223px;
	float: left;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent .secondcolumn { 
	width: 224px;
	margin-left: 20px;
	margin-bottom: 5px;
	float: left;
}
.twoColFixLtHdr #mainContent .thirdcolumn { 
	margin-left: 487px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent .framedphoto { 
	border: 2px #999999 solid;
}
.twoColFixLtHdr #mainContent img.home-spotlight { 
	margin-top: -15px;
}
.twoColFixLtHdr #mainContent form { 
	margin: -5px 0 4px 0;
}
.twoColFixLtHdr #mainContent input, .twoColFixLtHdr #mainContent select { 
	margin-right: 5px;
	border: 1px solid #808080;
	background-color: #EEEEEE;
	font: 12px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
}
.twoColFixLtHdr #mainContent td.resultsCell {
	margin-right: 20px;
	width: 233px;
}
.twoColFixLtHdr #footer { 
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color: #FFFFFF; 
} 
.twoColFixLtHdr #footer a { 
	color: #FFFFFF;
	text-decoration: underline;
} 
.twoColFixLtHdr .greenfooter {
	background:#8CC63F;
} 
.twoColFixLtHdr .redfooter {
	background:#eb008b;
} 
.twoColFixLtHdr .bluefooter {
	background:#00adee;
} 
.twoColFixLtHdr .orangefooter {
	background:#f89829;
}
.twoColFixLtHdr #footer a:hover, .twoColFixLtHdr #footer a_Hover { 
	text-decoration: underline;
}
.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;
}
br.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;
}