@charset "utf-8";

body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000000;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
h1, h3, h5 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-weight: bold;
	color: #29407F;
	padding-bottom: 5px;
}
h1 {
	font-size: 18px;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
}
h2, h4, h6 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	color: #537E24;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0B687;
	padding-bottom: 3px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
}
h4 {
	font-size: 12px;
	line-height: 16px;
}
.reference {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}



a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #29407F;
	text-decoration: underline;
}
a:hover, a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #3C6F06;
	text-decoration: none;
}

.topnav {
	background-image: url(../images/header_fade.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
}

*html .topnav {
float: left;
margin-left: 0px;
}

.first {background:none !important;}

ul.toplinks {
	float:right;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	width: 490px;
	margin: 0px;
	padding-top: 4px;
	color: #29407F;
}
ul.toplinks li {
	float:left;
	list-style:none;
	font-size:11px;
	line-height:13px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #29407F;
	background-image: url(../images/topnav_separator.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
ul.toplinks li a:link {
	color:#29407F;
	text-decoration:none;
}
ul.toplinks li a:visited {
	color:#29407F;
	text-decoration: none;
}
ul.toplinks li a:hover {
	color:#3C6F06;
	text-decoration: none;
}
ul.toplinks li a:active {
	color:#3C6F06;
	text-decoration: none;
}

#navcontainer {
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6a4a5;
	padding-top: 1px;
	width: 180px;
	}

ul#secnav
{
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	width: auto;
}


ul#secnav li
{
	display: block;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

ul#secnav li a
{
	display: block;
	width: 100%;
	color: #003f5e;
	text-decoration: underline;
	background-image: url(../images/secondary_bg.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a6a4a5;
	height: 30px;
	padding-top: 9px;
	padding-right: 3px;
	padding-left: 15px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	background-repeat: repeat-x;
}
* html ul#secnav li a {
margin-bottom: -9px;
} 

#navcontainer>ul#secnav li a {
	width: auto;
}

ul#secnav li#active a
{
	color: #3C6F06;
	text-decoration: none;
	background-image: url(../images/secondary_bghover.jpg);
	background-repeat: repeat-x;
}

ul#secnav li a:hover, ul#secnav li#active a:hover
{
	color: #3C6F06;
	text-decoration: none;
	background-image: url(../images/secondary_bghover.jpg);
	background-repeat: repeat-x;
}
.logo {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.nav-bar {
	overflow:hidden;
	height: 55px;
	width: 784px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/navbar_bg.gif);
	background-repeat: repeat-x;
}

.nav-bar ul {
	overflow:hidden;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav-bar ul li {
	float:left;
	padding:0px;
	list-style:none;
	margin: 0px;
}
.nav-bar ul li a {
	display:block;
	height:27px;
	width:157px;
	text-indent:-9999px;
	overflow:hidden;
}
.nav-bar ul li a.nav-about {background:url(../images/nav_about.gif) no-repeat;}
.nav-bar ul li a.nav-chamber {background:url(../images/nav_chamber.gif) no-repeat;}
.nav-bar ul li a.nav-news {background:url(../images/nav_news.gif) no-repeat;}
.nav-bar ul li a.nav-relocation {background:url(../images/nav_relocation.gif) no-repeat;}
.nav-bar ul li a.nav-employment {background:url(../images/nav_employment.gif) no-repeat;}
.nav-bar ul li a:hover, .nav-bar ul li a.active {background-position:0 -27px;}

.layout  #container {
	width: 965px;
	margin: 0 auto;
	border-top-width: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e4e2e3;
	border-right-color: #e4e2e3;
	border-left-color: #e4e2e3;
	background-color: #e4e2e3;
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e2e3;
} 
.layout #containersec {
	width: 965px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e4e2e3;
	border-right-color: #e4e2e3;
	border-left-color: #e4e2e3;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e2e3;
}


.layout  #header { 
	background: #DDDDDD; 
	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. */
} 
.layout  #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 */
}
.layout  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #e4e2e3;
	margin: 0px;
	padding: 0px;
}
.sidebarlft-content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 14px;
}
strong.green {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-weight: bold;
	color: #3C7004;
}

.layout #wntitle {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 18px;
	line-height: 14px;
	background-image: url(../images/whatsnew_title_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 407px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0px;
	color: #FFFFFF;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.layout #whatsnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(../images/whatsnew_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 407px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #edf6f6;
	margin: 0px;
	color: #FFFFFF;
}
.layout #newstitle {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 18px;
	line-height: 14px;
	color: #FFFFFF;
	padding: 10px;
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	margin: 0px;
	background-image: url(../images/news_title_bg.jpg);
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.layout #news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3C7004;
	background-color: #E4E2E3;
	padding: 10px;
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	margin: 0px;
}
.layout  #news  span {
	font-weight: bold;
	color: #3F548D;
}

.layout #adstitle {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/ads_title_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 145px;
	line-height: 14px;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.layout #ads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/ads_bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	float: right;
	width: 165px;
	text-align: center;
}
.layout #ads img {
	border: 1px solid #213467;
}

.flash  {
	float: left;
	margin-left: 0px;
	margin-bottom: -4px;
}

* html .flash {
margin-bottom: 0px;
} 

 
*:first-child+html .flash {
margin-bottom: 0px;
}


.layout #homecontent {
	float: left;
	width: 784px;
	background-image: url(../images/homecontent_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.layout  #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E2E3;
} 
.layout  #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;
}
#pagecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	padding: 15px;
	float: left;
	width: 755px;
}
.GreenHeadings {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 14px;
	font-weight: bold;
	color: #3C6F06;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E2E3;
	width: 100%;
	display: block;
	line-height: 22px;
	margin-bottom: 5px;
}
.BlueSubHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #29407F;
	width: 100%;
	display: block;
	line-height: 22px;
	margin-bottom: 5px;
}
.RedSubHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	width: 100%;
	display: block;
	line-height: 22px;
	margin-bottom: 5px;
}

div.hr {
	height: 5px;
	background-image: url(../images/hr1.gif);
	background-repeat: repeat-x;
	background-position: center;
}
div.hr hr {
  display: none;
}
.bgGray {
	background-color: #eeeeee;
}
.gallery img {
	border: 1px solid #000000;
}

form.search input.q { width: 113px; }
form.search button.submit { padding: 0; }

ul.ui-widget-sidebar {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px;
    position: relative;
}
ul.ui-widget-sidebar {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.ui-widget-sidebar li {
    background: url("http://members.fallonchamber.com/images/sidebar-button.gif") no-repeat scroll 0 0 transparent;
    margin-top: 12px;
}
ul.ui-widget-sidebar li span.ui-icon.ui-icon-locked {
    background-image: url("http://members.fallonchamber.com/css/jqueryui/images/ui-icons_537e24_256x240.png");
    background-position: -192px -96px;
    margin: 3px;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
}
ul.ui-widget-sidebar li a {
    color: #537E24;
    display: block;
    font-weight: bold;
    padding: 4px 0 4px 30px;
    text-decoration: none;
}

.adSmall {
float:right;
padding: 5px;
border: solid 1px #ccc;
margin-left:.5em;
background-color:#E4E2E3;
}
.adSmall img {
	border: solid 1px #29407F;
}

.memberSmall {
float:right;
padding: 5px;
border: solid 1px #ccc;
margin-left:.5em;
background-color:#E4E2E3;
}

.postsSmall {
float:right;
padding: 5px;
border: solid 1px #ccc;
margin-left:.5em;
background-color:#E4E2E3;
width: 38%;
}

