@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-image:url(../images/general/background.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#e3e4e9;
	font-family: Arial, Helvetica, sans-serif;
}
body p.signature {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	color:#666666;
}
body a.signature {
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#666666;
}
#pageContainer {
	width:708px;
	margin:auto;
	margin-bottom:15px;
}

/*Header*/
#header {
	background-image:url(../images/header/header.png);
	background-repeat:no-repeat;
	height:156px;
}
/*end Header*/

/*Navigation*/
#navShadowLft {
	width:708px;
	background-image:url(../images/general/nav-shad-lft.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
#navShadowLft #navShadowRgt {
	width:704px;
	background-image:url(../images/general/nav-shad-rgt.png);
	background-repeat:no-repeat;
	background-position:right;
	float:right;
}
#navShadowLft #navShadowRgt #pageTop {
	width:700px;
	height:22px;
	background-image:url(../images/general/page-top-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	float:left;
}
#nav {
	height:27px;
	width:708px;
}
#nav dl { 
	margin: 0; 
	padding: 0;
}
#nav dt {
	margin: 0; 
	padding: 0;
	float:left;
}
#nav dt a {
	display: block;
	height: 0px !important;
	height /**/:27px; /* IE 5/Win hack */ 
	padding-top: 27px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#nav dt a:hover {
	background-position: 0 -27px;
}
#nav dt#home,
#nav dt#home a { 
	width:140px; 
	background-image: url(../images/nav/home-tab.png); 
}
#nav dt#newsletter,
#nav dt#newsletter a { 
	width:140px; 
	background-image: url(../images/nav/newsletter-tab.png);
}
#nav dt#meetings,
#nav dt#meetings a { 
	width:140px; 
	background-image: url(../images/nav/meetings-tab.png);
}
#nav dt#contactInfo,
#nav dt#contactInfo a { 
	width:140px; 
	background-image: url(../images/nav/contact-us-tab.png);
}
#nav dt#classifiedAds,
#nav dt#classifiedAds a { 
	width:140px; 
	background-image: url(../images/nav/classified-ads-tab.png);
}
body.home dt#home, body.home dt#home a, body.newsletter dt#newsletter, body.newsletter dt#newsletter a, body.meetings dt#meetings, body.meetings dt#meetings a, body.contactInfo dt#contactInfo, body.contactInfo dt#contactInfo a, body.classifiedAds dt#classifiedAds, body.classifiedAds dt#classifiedAds a {
	background-position: 0 -27px;
}
/*end navigation*/

/*Body*/
#body {
	float:left;
	width:700px;
	background-color:#FFFFFF;
	padding-top:15px;
}
#body hr {
	clear:both;
	width:98%;
	color:#e0e0e0;
	background-color:#e0e0e0;
	border:0;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;	
}
#bodyShadowLft {
	width:708px;
	background-image: url(../images/general/shadow-lft.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position:left;
	float:left;
}
#bodyShadowRgt {
	width:704px;
	background-image: url(../images/general/shadow-rgt.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position:right;
	float:right;
}
#body .content {
	width:66%;
	float:left;
	margin-bottom:15px;
}
#body h1,h2,h3,h4 {
	color:#338226;
	text-align:center;
}
#body h1 {
	font-size:22px;
}
#body h2 {
	font-size:20px;
}
#body h3 {
	font-size:18px;
	padding-left:15px;
}
#body h4 {
	font-size:16px;
	text-align:left;
	padding-left:10px;
}
#body p {
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:15px;
	text-align:justify;
}
#body img {
	vertical-align:middle;
}
#body strong {
	color:#338226;
}
#body .content p {
	font-size:14px;
	color:#000000;
}
#body .content p.center {
	text-align:center;
}
#body .content a {
	font-size:14px;
}
#body .content ol {
	margin:0;
	padding:0;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	padding-left:25px;
	background-color:#e1f9de;
	text-align:justify
}
#body .content ol.contactInfo {
	font-size:16px;
}
#body .content ol.newsLetter {
	font-size:14px;
}
#body .content ol.whiteBg {
	background-color:#FFFFFF;
}
#body .content ul {
	margin:0;
	padding:0;
	padding-left:35px;
	margin-bottom:5px;
}
#body .content ul.latestNews {
	font-size:14px;
	line-height:30px;
}
#body .content ul.advert {
	font-size:12px;
	line-height:16px;
}
#body .content li.contactInfo {
	margin-bottom:10px;
}
#body .content a:hover {
	color:#338226;
}
#body .content .button dl { 
	margin: 0; 
	padding: 0;
	text-align:center;
}
#body .content .button  dt {	
	margin: 0; 
	padding: 0;
	margin-left:50px;
	float:left;
	background-repeat: no-repeat;
}
#body .content .button dt a {
	display: block;
	height: 0px !important;
	height /**/:38px; /* IE 5/Win hack */ 
	padding-top: 38px;
	overflow: hidden;	
}
#body .content .button dt a:hover {
	background-position: 0 -38px;
}
#body .content .button dt#signUp,
#body .content .button dt#signUp a { 
	width: 118px; 
	background-image: url(../images/nav/sign-up.jpg); 
}
#body .content .button dt.moreInfo,
#body .content .button dt.moreInfo a { 
	width: 118px; 
	background-image: url(../images/nav/more-info.jpg); 
}
#body .content .advert {
}
#body .content .advert p {
	padding:0;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:5px;
	font-size:12px;
	text-align:left;
}
#body .content. advert h3 {
	margin:0;
	padding:0;
	color:#338226;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
#body .content .left {
	margin-top:5px;
	width:49%;
	float:left;
}
#body .content .right {
	margin-top:5px;
	margin-bottom:5px;
	width:49%;
	float:right;
	border-left:solid 1px #dfdfdf;
}
#body .sideBar {
	border-left:solid 1px #dfdfdf;
	float:right;
	width:33%;
}
#body .sideBar h1 {
	text-align:center;
	color:#338226;
	font-size:22px;
}
#body .sideBar p {
	text-align: justify;
	font-size:12px;
}
#body .sideBar p.center {
	text-align:center;
}
#body .sideBar a {
	font-size:14px;
}
#body .sideBar ul {
	margin:0;
	padding:0;
	padding-left:35px;
	margin-bottom:5px;
	font-size:14px;
}
#body .sideBar dl { 
	margin: 0; 
	padding: 0;
	text-align:center;
}
#body .sideBar dt {
	margin: 0; 
	padding: 0;
	margin-left:52px;
	float:left;
	background-repeat: no-repeat;
}
#body .sideBar dt a {
	display: block;
	height: 0px !important;
	height /**/:38px; /* IE 5/Win hack */ 
	padding-top: 38px;
	overflow: hidden;
}
#body .sideBar dt a:hover {
	background-position: 0 -38px;
}
#body .sideBar dt#signUp,
#body .sideBar dt#signUp a { 
	width: 118px; 
	background-image: url(../images/nav/sign-up.jpg); 
}
#body .sideBar dt.moreInfo,
#body .sideBar dt.moreInfo a { 
	width: 118px; 
	background-image: url(../images/nav/more-info.jpg);
}
#body .sideBar #meetingsNotice {
	background-image:url(../images/general/meetings-notice.jpg);
	background-repeat:no-repeat;
	height:133px;
	width:175px;
	margin:auto;
}
#body .sideBar #meetingsNotice p {
	padding-top:40px;
	text-align:center;
	font-size:18px;
	color:#000000;
}
#body .sideBar .news {
	clear:both;
}
#body .sideBar .news p{
	background-color:#e1f9de;
}

/*end Body*/

#footer {
	clear:both;
	width:700px;
	height:23px;
	background-image:url(../images/general/footer-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}
#footer p {
	margin:0;
	padding:0;
	font-size:12px;
	text-align:center;
	line-height:23px;
	color:#FFFFFF;
}
#footer a {
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
}
#footer a:hover {
	color:#e0cfbd;
}
#pageBtm {
	width:708px;
	height:7px;
	clear:both;
	background-image:url(../images/general/page-btm-bg.png);
	background-repeat:no-repeat;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}

