@charset "UTF-8";
body {
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-header.gif);
	background-color: #b6b6b6;	
	font-family: "Trebuchet MS", Arial, sans-serif;
}

body.portal {
	background-image: url(../images/bg-header-small.gif);
}

img {
	border: 0px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 132px;
}

.portal #header {
	height: 87px;
}


#logo {
	float: left;	
}

.portal #logo {
	margin-top: 5px;
	float: none;
}



#logo a{
	width: 240px;
	height: 132px;
	background-image: url(../images/logo-neighborhuddle.gif);
	display: block;
	text-indent: -9999px;
}

.portal #logo a {
	height: 44px;
	background-image: url(../images/logo-neighborhuddle-small.gif);
}


#signIn { 
	float: left;
	margin-left: 540px;
	margin-top: 20px;
	color:#FFFFFF;
	font-size: 12px;
	height: 20px;
	vertical-align:middle;
}

#signIn a{ 
	color:#FFFFFF;
	text-decoration: none;
}

.emphasize {
	font-weight:bold;
}

#nav { 
	list-style: none;
	height: 35px;
	width: 500px;
	float: left;
	margin-left: 162px;
	margin-top: 37px;	
}

.portal #nav {
	height: 25px;
	width: 900px;
	margin-left: 12px;
	margin-top: 0;
}

.portal #nav a {
	display: block;
	height: 30px;
	text-indent: -9999px;
}

#nav a {
	display: block;
	height: 35px;
	text-indent: -9999px;
}

#nav li { 
	float: left;
	position: relative;

}

#nav li a:hover, #nav li:hover, #nav a.selected {
	background-position:0 -35px;	
	
}

.portal #nav li a:hover, .portal #nav li:hover, .portal #nav a.selected {
	background-position:0 -30px;	
	
}

#main {
	background-image: url(../images/bg-main-faux-columns.gif);
	min-height: 520px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height: 1.5;
}

.smallCopy {
	font-size:12px;
}

.required-item {
	color: #ff0000;
}

#main-right a {
	color: #000000;
	text-decoration:underline;
}

#main-right a:hover {
	color: #990000;
	text-decoration: none;
}		
		
#main p {
	margin: 10px 0;	
}

#main-left {
	width: 239px;
	min-height:500px; height:auto !important; height:500px;
	float: left;
	background-image: url(../images/leftBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-left: 1px solid #929292;
}

#main-left h2 {
	font-size: 16px;
	color: #FFFFFF;
	height: 28px;
	width: 211px;
	padding: 2px 10px 0px 18px;
	margin:0px;
	background-image: url(../images/navHeadBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #770304;
	text-transform:uppercase;
}

#main-left ul {
	font-size: 14px;
	font-weight:bold;
	list-style:square;
	color: #B80000;
	padding:5px 10px 0px 10px;
	margin:5px 10px 0px 10px;
}

#main-left li {
	margin-bottom:10px;
}

#main-left ul a {
	color: #333333;
	text-decoration: underline;
}

#main-left ul a:hover {
	color: #B80000;
	text-decoration: none;
}		

#main-left .leftContent {
	padding: 10px 10px 0px 10px;
	line-height: 18px;
}

#main-left h3 {
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	margin-bottom: 10px;
	font-weight:bold;
	border-bottom: 1px solid #790907;
	width:200px;
	color:#000000;
}

#main-left .mgtAvatar {
	margin-left: 0px;
}

.right {
	float: right;	
}

.left {
	float: left;	
}

.center {
	text-align: center;	
}

img.right {
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

#main-right{
	width: 678px;
	min-height: 600px;
	padding: 20px;
	margin-left: 240px;
	background-image: url(../images/rightBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-right: 1px solid #929292;
	border-left: 1px solid #b9b9b9;
}

#main-right h1 {
	font-size: 24px;
	line-height: 36px;
	height: 36px;
	margin-bottom: 4px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px solid #790907;
	width:672px;
	color:#000000;
}

#main-right h2 {
	font-size: 16px;
	color: #FFFFFF;
	height: 27px;
	width: 647px;
	padding: 2px 10px 0px 13px;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/contentHeadBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #770304;
	text-transform:uppercase;
}

#main-right h4 {
	font-size: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#main-right blockquote {
	margin: 20px;	
}

#main-right ol {
	list-style-type: decimal;		
	margin-left: 25px;
}


/*--------Added by KP 04.05.2009-----------*/
#main-right ul {
	list-style-image: url(../images/mockBullet.gif);
	padding:5px 10px 0px 10px;
	margin:5px 10px 0px 10px;
}

/*--------Added by KP 04.05.2009-----------*/
#main-right ul a {
	color: #333333;
	text-decoration: underline;
}

/*--------Added by KP 04.05.2009-----------*/
#main-right ul a:hover {
	color: #B80000;
	text-decoration: none;
}	


#main-right dl {
	display: block;
}


#main-right dd {
	display: block;
	margin-left: 20px;
	margin-bottom: 1em;
}

#main-right dt {
	display: block;
	font-style: italic;
	font-weight: bold;
}

#footer-wrapper {
	background-color: #cb0002;
	background-position: 0 bottom;
	background-image: url(../images/bg-footer-bottom.gif);
	background-repeat: repeat-x;
	border-top: 5px solid #840001;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
}

#footer {
	width: 960px;
	margin: 0 auto;
	color: #ffffff;
	/*padding-left: 100px;*/
}

.sitemap {
	width: 110px;
	margin-right: 10px;
	float: left;
	line-height: 1.5;
	font-size: 10px;
}

.sitemap h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}		

.clearfix {
	clear: both;
	height: 0;
}

h1 {
	font-size: 36px;
	color: #969595;
	width: 640px;
}

#footer ul#legal {
	font-size: 12px;
	margin-top: 20px;
}

.portal #footer ul#legal {
	font-size: 12px;
	margin-top: 0px;
}


#footer ul#legal li{
	display: inline;
	margin-right: 10px;
	}

#building-image {
	margin-left: 1px;
}

#building-image img {
	display: block;
}

#subnav {
	width: 100%;
}

#main-right .community {
	width: 177px;
	height: 161px;
	background-image: url(../images/bg-community.gif);
	float: left;
	margin-right: 6px;
	margin-left: 5px;
	margin-bottom: 11px;
	padding: 19px;
	background-repeat: no-repeat;
	text-align:center;
}

#main-right .community:hover {
	width: 177px;
	height: 161px;
	background-image: url(../images/bg-community_roll.gif);
	float: left;
	margin-right: 6px;
	margin-left: 5px;
	margin-bottom: 11px;
	padding: 19px;
	background-repeat: no-repeat;
	text-align:center;
}

#main-right .community A:link {
	border: 0 !important;
	text-decoration:none;
	color:#790907;
	font-weight:bold;
}

#main-right .community A:visited {
	border: 0 !important;
	text-decoration:none;
	color:#790907;
	font-weight:bold;
}

#main-right .community A:hover {
	color:#000000;
}

#main-right .community a img:hover{
	border: 1px solid #292828;
}

#main-right .community img{
	border: 1px solid #cccccc;
}

.categories {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding:0px;
	border-spacing:0px;
	margin-top:10px;
}

.categories h3{
	font-size: 14px;
	line-height:16px;
	margin: 0px;
	padding: 0px;
}


.categories .discussions{
	width: 65%
}

.categories .replies{
	width: 15%;
}


.categories .latest-activity{
	width: 20%;
}


.categories td {
	padding: 10px;	
	vertical-align: top;
	text-align: left;
	font-size:12px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.categories th {
	background-color:#666666;
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	text-align: left;
	font-size:12px;
}

.categories .avatar {
	float: left;
	display: block;
	padding-right: 10px;
	padding-bottom: 5px;
}

.categories .avatar a{
	border: 0 !important;
}

.categories .post-info {
	float: left;
	display: block;
	margin: 0 !important;
}

.success_msg, .warning_msg, .error_msg, .cite_source {
	border: 1px solid;  
	margin-bottom: 10px;  
	padding:10px 8px 10px 42px;  
	background-repeat: no-repeat;  
	background-position: 10px 13px;
	FONT-SIZE: 11px; 
	FONT-FAMILY: "Trebuchet MS", Arial, sans-serif;
} 

.success_msg {  
	border-color: #4F8A10;  
	background-color: #DFF2BF;  
	background-image: url('../images/msg_success.png');
}

.error_msg {  
	border-color: #e68d8d;  
	background-color: #fde7e7;  
	background-image: url('../images/msg_error.png');
}

.warning_msg {
	border-color:#d2c41b;
	background-color:#fffbce;
	background-image:url('../images/msg_warning.png');
} 

.banner_ad {
	height: 96px;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.size16 {
	font-size:16px;
}

.cite_source {  
	border-color: #4F8A10;
	background-color: #DFF2BF;
}

	
/* ---------- Navigation Rules ---------- */


#b-home a {
	width: 55px;
	background: url(../images/b-home.gif) top left no-repeat;
}

#b-services a {
	width: 65px;
	background: url(../images/b-services.gif) top left no-repeat;
}

#b-faq a {
	width: 40px;
	background: url(../images/b-faq.gif) top left no-repeat;
}

#b-communities a {
	width: 98px;
	background: url(../images/b-communities.gif) top left no-repeat;
}

#b-about-us a {
	width: 55px;
	background: url(../images/b-about-us.gif) top left no-repeat;
}

#b-pricing a {
	width: 59px;
	background: url(../images/b-pricing.gif) top left no-repeat;
}

#b-get-started a {
	width: 91px;
	background: url(../images/b-get-started.gif) top left no-repeat;
}

#b-portal-home a { 
	width: 54px;
	background: url(../images/b-portal-home.gif) top left no-repeat;
}

#b-portal-people a { 
	width: 62px;
	background: url(../images/b-portal-people.gif) top left no-repeat;
}

#b-portal-operations a { 
	width: 89px;
	background: url(../images/b-portal-operations.gif) top left no-repeat;
}

#b-portal-events a { 
	width: 62px;
	background: url(../images/b-portal-events.gif) top left no-repeat;
}

#b-portal-forum a { 
	width: 59px;
	background: url(../images/b-portal-forum.gif) top left no-repeat;
}

#b-portal-reviews a { 
	width: 73px;
	background: url(../images/b-portal-reviews.gif) top left no-repeat;
}

#b-portal-classifieds a { 
	width: 86px;
	background: url(../images/b-portal-classifieds.gif) top left no-repeat;
}

#b-portal-board-only a { 
	width: 88px;
	background: url(../images/b-portal-board-only.gif) top left no-repeat;
}

#b-portal-admin a { 
	width: 60px;
	background: url(../images/b-portal-admin.gif) top left no-repeat;
}

#b-portal-chgeCommunity a { 
	width: 146px;
	background: url(../images/b-change-community.gif) top left no-repeat;
}

#b-portal-signOut a { 
	width: 73px;
	background: url(../images/b-sign-out.gif) top left no-repeat;
}



/* ---------- Javascript Form Validation ---------- */

.form-box {
	margin: 20px 0;
	border: 1px;
}

.form-box label {
	display: block;
	float: left;
	width: 600px;
	margin-right: 20px;
	font-weight: bold;
}

.form-box input {
	margin-bottom: 10px;	
}

.form-box textarea {
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.form-box br{
	clear: both;
}

.form-box #submit {
	width: auto;	
	display: block;
}

.form-box span.required-item {
	color: #ff0000;
	margin: 0 3px;
	font-weight: normal;
}	



/* ---------- Form Elements in Content Areas ---------- */

.formItem {
	width:190px;
	margin: 0px 20px 5px 0px;
	float:left;
}

.formItem2 {
	width:500px;
	margin: 0px 20px 5px 0px;
	float:left;
}

.formItem3 {
	width:100px;
	margin: 0px 20px 5px 0px;
	float:left;
}

.formItemEditor {
	width:105px;
	margin: 0px 20px 5px 0px;
	float:left;
}

.formDisclaimer {
	width:590px;
	margin: 0px 20px 15px 10px;
	float:left;
	font-size:12px;
}

.formElement {
	margin-bottom:5px;
}

.formElement2 {
	margin-bottom:5px;
}

.formItem input, .formItem2 input, .formItem3 input {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.formElement2 input {
	margin: 0px 0px 0px 8px;
	padding: 0px;
}

.form_button {
background-color: #ff0300;
background-image: url(../images/buttonBg.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0pt 0pt;
border: 1px solid;
border-bottom-color: #a90200;
border-right-color: #a90200;
border-left-color: #e2000b;
border-top-color: #e2000b;
color: #ffffff;
font-family: Arial;
font-weight: bold;
font-size: 11px;
white-space: nowrap;
overflow-x: visible;
overflow-y: visible;
cursor: pointer;
height: 21px;
display: -moz-inline-box;
vertical-align: middle;
text-decoration: none;
padding: 1px 8px 2px 8px;
}

.form_button:hover {
background-color: #ad0201;
background-image: url(../images/buttonBgHover.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0pt 0pt;
border: 1px solid;
border-bottom-color: #660200;
border-right-color: #660200;
border-left-color: #a80008;
border-top-color: #a80008;
color: #ffffff;
font-family: Arial;
font-weight: bold;
font-size: 11px;
white-space: nowrap;
overflow-x: visible;
overflow-y: visible;
cursor: pointer;
height: 21px;
display: -moz-inline-box;
vertical-align: middle;
text-decoration: none;
padding: 1px 8px 2px 8px;
}


/* ---------- General Content Area Under a h2 ---------- */

.contentBlock {
	width: 644px;
	margin: 0px 13px 0px 13px;
}

.contentBlock2 {
	min-height:350px; height:auto !important; height:350px;
}


/* ---------- Avatar CSS ---------- */

.avatar {
	display:inline-block;
	vertical-align:top;
	margin: 0px 7px 0px 0px;
}

.avatar img {
	border: 1px solid #000000;
}

.avBullet {
	width:45px;
	margin: 0px 0px 0px 13px;
	float:left;
}

.avBullet48 {
	width:61px;
	margin: 0px 0px 0px 13px;
	float:left;
}

.avContent {
	width:600px;
	min-height: 37px !important;
	margin-bottom: 13px;
	padding-top: 4px;
}

.avContent550 {
	width:550px;
	min-height: 37px !important;
	margin-bottom: 13px;
	padding-top: 4px;
}

.icon {
	display:inline-block;
	vertical-align:middle;
	margin: 0px 7px 0px 0px;
}

.comBullet {
	width:45px;
	float:left;
}

.comContent {
	min-height: 37px !important;
	padding-top: 4px;
}

.comContent a{
	color: #000000;
}


/* ---------- CSS for People Pages ---------- */

.pplAvatar {
	width:111px;
	margin: 0px 0px 0px 0px;
	float:left;
}

.pplEntry {
	width:210px;
	min-height: 102px !important;
	margin-bottom: 13px;
	float:left;
}

.fs01 {
	text-align:left;
	width: 430px;
	margin-bottom:15px;
}

.fs02 {
	text-align:left;
	width: 644px;
	margin-bottom:15px;
}

.profileName {
	font-size:24px;
	line-height:24px;
	margin-bottom:20px;
	font-weight:bold;
}

.profSecTitle {
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	margin-bottom: 4px;
	font-weight:bold;
	border-bottom: 1px solid #790907;
	width:430px;
	color:#000000;
}

.avRight {
	float:right;
}


/* ---------- CSS to make links into buttons ---------- */

#main-left .linkButton, #main-right .linkButton {
background-color: #ff0300;
background-image: url(../images/buttonBg.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0pt 0pt;
border: 1px solid;
border-bottom-color: #a90200;
border-right-color: #a90200;
border-left-color: #e2000b;
border-top-color: #e2000b;
color: #ffffff;
font-family: Arial;
font-weight: bold;
font-size: 11px;
white-space: nowrap;
overflow-x: visible;
overflow-y: visible;
cursor: pointer;
height: 16px;
display: -moz-inline-box;
vertical-align: middle;
text-decoration: none;
padding: 1px 8px 2px 8px;
}

#main-left .linkButton:hover, #main-right .linkButton:hover {
background-color: #ad0201;
background-image: url(../images/buttonBgHover.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0pt 0pt;
border: 1px solid;
border-bottom-color: #660200;
border-right-color: #660200;
border-left-color: #a80008;
border-top-color: #a80008;
color: #ffffff;
font-family: Arial;
font-weight: bold;
font-size: 11px;
white-space: nowrap;
overflow-x: visible;
overflow-y: visible;
cursor: pointer;
height: 16px;
display: -moz-inline-box;
vertical-align: middle;
text-decoration: none;
padding: 1px 8px 2px 8px;
}


/* ---------- CSS for Pagination Logic ---------- */

#main-right .pagination {
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#main-right .pagination A:link {
	text-decoration:none;
	padding: 1px 3px 1px 3px;
}

#main-right .pagination A:visited {
	text-decoration:none;
	padding: 1px 3px 1px 3px;
}

#main-right .pagination A:hover {
	background-color:#a90200;
	color:#FFFFFF;
	text-decoration:none;
	padding: 1px 3px 1px 3px;
}

#main-right .pageHighlight {
	background-color:#660200;
	color:#FFFFFF;
	padding: 1px 3px 1px 3px;
	margin: 0px 3px 0px 3px;
}

#main-right .smallNav {
	float:right;
	font-size:12px;
	line-height:16px;
}

#main-right .smallNav h4 {
	font-size: 14px;
	line-height: 30px;
	height: 24px;
	margin-bottom: 4px;
	font-weight:bold;
	border-bottom: 1px solid #790907;
	color:#000000;
}

#main-right .smallNav A:link {
	color:#790907;
	text-decoration: none;
	font-weight: bold;
}

#main-right .smallNav A:visited {
	color:#790907;
	text-decoration: none;
	font-weight: bold;
}

#main-right .smallNav A:hover {
	color:#000000;
}

#main-right .uLinedTitle {
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	margin-bottom: 4px;
	font-weight:bold;
	border-bottom: 1px solid #790907;
	width:100%;
	color:#000000;
}

/* ---------- CSS for FAQ Pages ---------- */

#main-right .faqQuestions {
	margin-bottom:20px;
}

#main-right .faqAnswer {
	margin: 0px 0px 15px 15px;
	padding-bottom:10px;
	border-bottom: 1px solid #790907;
}

#main-right .faqAnswer .ansTitle {
	font-weight:bold;
	text-decoration:none;
}


/* ---------- CSS for a small "Go Back" link ---------- */

.goBack {
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

.goBack A:link {
	color:#790907;
	text-decoration: none;
}

.goback A:visited {
	color:#790907;
	text-decoration: none;
}

.goBack A:hover {
	color:#000000;
}

/* ---------- CSS for a small top horizontal navigation ---------- */
/* ---------- Added by KP 05.05.09 ------------------------------- */

.horiz-nav {
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	margin: 20px 0px 20px 0px;
}

.horiz-nav A:link {
	color:#990000;
	text-decoration: none;
}

.horiz-nav A:visited {
	color:#990000;
	text-decoration: none;
}

.horiz-nav A:hover {
	color:#000000;
}

.active-loc{
	color: #990000;
}


/* ---------- CSS for the Reviews section ---------- */

.biz_list {
	width:100%;
}

/* ---------- CSS for the public Home Page ---------- */

#home-main {
	background-image: url(../images/bg-main-faux-columns.gif);
	min-height: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height: 1.5;
}

#home-right {
	width: 318px;
	height: 360px;
	padding: 20px;
	margin-left: 601px;
	background-image: url(../images/rightBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-right: 1px solid #929292;
}

#home-left {
	background-image: url(../images/rightBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 538px;
	height:359px;
	float: left;
	padding: 20px 31px 21px 31px;
	margin-left: 1px;
}

#home-right h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight:bold;
	color:#000000;
	width: 278px;
}

#home-right h2 {
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	margin-bottom: 4px;
	font-weight:bold;
	border-bottom: 1px solid #790907;
	width:100%;
	color:#000000;
}

#home-right ul {
	font-size: 13px;
	list-style:square;
	color: #B80000;
	line-height:16px;
	padding:0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
}

#home-right ul a {
	color: #333333;
	text-decoration: none;
}

#home-right ul a:hover {
	color: #B80000;
	text-decoration: underline;
}		

#recHeadlines {
	width: 938px;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #929292;
	border-left: 1px solid #929292;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#recHeadlines a {
	color: #333333;
	text-decoration: underline;
}

#recHeadlines a:hover {
	color: #B80000;
	text-decoration: none;
}		

#featureBox {
	width: 938px;
	padding: 10px;
	background-color: #CCCCCC;
	border-top: 2px solid #BB0000;
	border-right: 1px solid #929292;
	border-left: 1px solid #929292;
	text-align:center;
}

#featureBox ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#featureBox li {
	border-left: 1px solid #666666;
	float:left;
	padding:8px 0 8px 16px;
	width:290px;
	text-align:left;
}

#featureBox li.first {
	border:none;
	margin-right:10px;
	padding-left:0;
	width:296px;
}

#featureBox li.second {
	margin-right:10px;
	width:280px;
}

#featureContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#featureContent a {
	color: #333333;
	text-decoration: underline;
}

#featureContent a:hover {
	color: #B80000;
	text-decoration: none;
}		

#featureContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#featureContent img {
	margin-left:10px;
}

.textButton
{
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

.textButton:hover {
	color: #B80000;
	text-decoration: underline;
}		

/* ---------- CSS for the public Community Page ---------- */

#bigIMG {
	border:1px solid black;
}

#smallIMG {
	border:1px solid black;
	margin: 5px;
}

#map_canvas{
	width:642px;
	height: 300px;
	border:1px solid black;
}


