/*
//////// NOTES ////////////
#headerHomeWrap
#headerHome
-
#headerSectWrap
#headerSect
-
#headerWrap
#header

// COLOR //
Headlines: #D17100 orange
Headline Border: #EEEEE7 light grey
content: #333333 grey
nav/subnav links: #1A75CF blue
content links: #C656C1 magenta
misc: #72AD24 green
body background: #EAE9E0 beige

//////// END NOTES ////////////
*/


/* MADE FOR NOTES ONLY */
.questions{
	border:solid 3px #FFCC00;
}
/* END NOTES */
body {
	background: #EAE9E0;
	margin: 0px;
	padding: 0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#333;
}
a:link, a:visited{
	color:#c656c1;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6{
	font-family:Times New Roman, Times, Georgia, serif;
	color:#d17100;
	font-weight:normal;
	letter-spacing: -1px;
	line-height:100%;
	text-transform:capitalize;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link{
	color:#C656C1 !important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration:underline;
}
h1{
	font-size:28px;
	margin-top: 0px;
	border-bottom: 3px solid #EEEEE7;
	padding-bottom: 5px;
}
h2{
	font-size:20px;
	margin-bottom: 5px;
}
h3{
	font-size:17px;
	margin-bottom: 5px;
}
h4{
	font-size:15px;
	margin-bottom: 5px;
}
h5{
	font-size:13px;
	margin-bottom: 5px;
}
h6{
	font-size:12px;
	margin-bottom: 5px;
}

img {
	border-style: none;
}
sup {
	font-size: 75%;
	line-height: normal;
}
hr {
	height:0px !important;
	width:100%;
	color:#fff;
	border:none;
	border-bottom:5px solid #fff;
	margin:5px 0px 12px 0px;
	padding:0px 0px 0px 0px;
}
p {
	margin-top: 0px;
}
ul {
	margin-top: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#333;
}
input.submitButton{
	background: url(/images/bg_submitButton.gif) no-repeat left top;
	border:none;
	width:110px;
	height:26px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	padding:0px;
	line-height:12px;
	margin-top:9px;
	font-weight:bold;
}
.settingsTable{
	width:100%;
	border:none;
	padding:0px;
	margin:0px;
}
.settingsTitle{
	font-weight:bold;
	width:95px;
	vertical-align:top;
}
.settingsColB{
	width:165px;
}

.modHead {
	font-size: 19px;
	text-transform: lowercase;
	color: #1A75CF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-bottom: 5px solid #fff;
	padding-bottom: 2px;
	margin-bottom: 9px;
	margin-top:0px;
}
#modHeadOffsiteResources, #modHeadQuickLinks, #modHeadRelatedInformation{
	cursor:pointer;
	background:url(/images/menu-arrows.gif) no-repeat left 10px;
	padding-left:12px;
}
.slidemenuactive {
	background-position: left -35px;
}
#quickLinks, #offsiteResources, #subnavLinks{
	/* initial position for slide effect = display:none; */
	display:none;
}
.modHeadGrey {
	color: #666;
	margin-left: -3px;
}
.rightMod {
	padding-right: 11px;
	padding-left: 11px;
	padding-top:15px;
}
.resultListItemAllLink{
	font-weight:bold;
}
.clear {
	clear: both;
}
.divider {
	border-top: 5px solid #fff;
	margin-top: 8px;
	padding-bottom: 8px;
}
.disclaimer{
	font-style:italic;
	font-size:11px;
	color:#666666;
	border-top:solid 1px #fff;
	padding-top:4px;
}
.hint{
	font-style:italic;
	font-size:11px;
	color:#333;
}
#topNavWrap {
	background: url(/images/bg_topbar.gif) repeat-x center top;
	height: 75px;
	width: 100%;
	overflow: hidden;
}
#topNav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	overflow: hidden;
}
#topNavLogo {
	margin-top: 5px;
	margin-left: 25px;
	display: block;
	float: left;
}
#topNav ul {
	display: block;
	float: right;
	width: 249px;
	background: url(/images/bg_topNav-ul.gif) no-repeat left top;
	height: 40px;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topNav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #cacaca;
	line-height: 24px;
	padding: 10px 10px 0px;
}
#topNav ul li a:hover {
	background: url(/images/bg_topNav-a-hover.gif) repeat-x center 3px;
	color: #1A75CF;
}

#topNav ul li a#topNavLastLink {
	border-right-style: none;
}
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#headerInterior, #headerMain, #headerHomeWrap{
	width: 100%;
	border-bottom: 1px solid #AFCFEE;
	overflow:hidden;
}
#headerHomeWrap {
	height: 195px;
	background: #F4F8FD;
}
#headerInterior{
	height:125px;
	background: #fff;
}
#headerMain {
	height: 175px;
	background: #fff;
}
#pageWrapFade {
	background: url(/images/bg_pageWrapFade_2.gif) repeat-x center bottom;
	width: 100%;
}
#pageWrapFadeShadow {
	background: url(/images/bg_pageWrapFadeShadow_2.jpg) no-repeat center bottom;
}
#pageWrapFadeShadowTop {
	background: url(/images/bg_pageWrapShadowTop.jpg) no-repeat center top;
	width: 100%;
}
#pageWrap {
	background: /*#EAE9E0*/ url(/images/bg_pageWrap.gif) repeat-y center bottom;
	border-top: 1px solid #fff;
}

#pageWrapCal {
	background: url(/images/bg_pageWrap_cal.gif) repeat-y center bottom;
	border-top: 1px solid #fff;
}
#pageWrapCalFadeShadow {
	background: url(/images/bg_pageWrapCalShadow.jpg) no-repeat center bottom;
}
#pageWrapCalFadeShadowTop {
	background: url(/images/bg_pageWrapCalShadowTop.jpg) no-repeat center top;
	width: 100%;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	background: url(/images/bg_container.gif) no-repeat 198px bottom;
}
.containerCal{
	background:none !important;
}
#cola {
	float: left;
	width: 198px;
}
#leftNav {
	margin-top: 0;
	margin-bottom: 20px;
}
#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	border-top: 1px solid #E2E2D6;
	width:196px;
}
#leftNav ul li a {
	font-size: 14px;
	line-height: 16px;
	color: #1A75CF;
	border-bottom: 1px solid #E2E2D6;
	letter-spacing: -1px;
	display: block;
	padding: 6px 15px 6px 17px;
	width: 165px;
}
#leftNav ul li a:hover {
	color: #C656C1;
	text-decoration: none;
	background: url(/images/bg_leftNav_ul_li_a-hover.gif) no-repeat left center;
}
#leftNav ul li ul {
	background: #F7F6F3 url(/images/bg_leftNav_ul_li_ul.gif) repeat-x left top;
	margin: 0px;
	/*width:196px;*/
	width:195px;
	overflow:hidden;
	padding:0px;
}
#leftNav ul li ul li {
	margin: 0px;
	padding: 0px;
}
#leftNav ul li ul li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-left: 25px;
	width: 161px;
	text-transform:capitalize;
}
#upcomingEventHead {
	padding-right: 11px;
	padding-left: 11px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-style: none;
	padding-bottom: 0px;
}

#ue {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #F4F4F0 url(/images/bg_ue.gif) repeat-x left top;
	padding: 9px 8px 0px;
	border-top: 1px solid #DBDACB;
	width: 181px;
	/*width: 180px;*/
	overflow:hidden;
	}
#ue p {
	margin: 0px;
	padding: 0px 0px 6px;
	position: relative;
	overflow: hidden;
}
.ueDateBox {
	display: block;
	float: left;
	background: #FFFFFF url(/images/bg_ueDateBox.gif) no-repeat center center;
	height: 35px;
	width: 40px;
	overflow: hidden;
	margin-right: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #4D4D4D;
	font-size: 10px;
	line-height: 10px;
	padding-top: 5px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:hover .ueDateBox{
	text-decoration:none !important;
	cursor:pointer;
	background: #FFFFFF url(/images/bg_ueDateBox_hover.gif) no-repeat center center;
}
.ueDate {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 21px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.ueTitle {
	font-size: 12px;
	line-height: 14px;
	color: #333;
	display: block;
	float: left;
	width: 132px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 6px;
}

#ue p span.ueTitle a {
	color: #000 !important;
}
#ue p span.ueTitle a:hover, #ue p span.ueTitle a:active {
	color: #1A75CF !important;
	text-decoration: none !important;
}
.viewFullCal {
	background: url(/images/bg_viewFullCal.gif) no-repeat left top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-bottom: 0px;
	font-size: 11px;
	padding-left: 8px;
	text-transform: lowercase;
	height: 30px;
	width: 189px;
	overflow: hidden;
	line-height: 14px;
}
#colb {
	float: left;
	width: 587px;
	padding-bottom: 20px;
}
#colb blockquote.quoteFloatRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	color: #000;
	float: right;
	width: 183px;
	border-left: 4px solid #E8E7DD;
	margin: 0px 0px 7px 14px;
	padding: 4px 0px 6px 12px;
}

#colb ul {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#colb ul li {
	background: url(/images/bg_ul_li.gif) no-repeat left 5px;
	padding-left: 12px;
	margin-left: 16px;
	padding-bottom: 6px;
}
#colb strong {
	color: #000000;
}

/* BORDER IMAGE STYLES */
#colb img.borderFloatRight, #colb img.borderFloatLeft {
	background: #FFFFFF;
	padding: 1px;
	border: 3px solid #DBDACB;
	margin-bottom: 3px;
}
#colb img.borderFloatRight{
	float: right;
	margin-left: 8px;
}
#colb img.borderFloatLeft{
	float: left;
	margin-right: 9px;
}
#colb a:hover img.borderFloatRight, #colb a:hover img.borderFloatLeft {
	border-color: #fff;
}

/* NO BORDER IMAGE STYLES */
#colb img.noBorderFloatRight, #colb img.noBorderFloatLeft{
	margin-bottom:3px;
}
#colb img.noBorderFloatRight{
	float:right;
	margin-left:8px;
}
#colb img.noBorderFloatLeft{
	float:left;
	margin-right:9px;
}
.colbPad {
	padding-right: 16px;
	padding-left: 16px;
}
#customHomeContent {
	background: #FFFFFF;
	border-bottom: 5px solid #DCDBCC;
	width: 587px;
	position:relative;
	overflow:hidden;
	margin-top: 3px;
	margin-bottom: 15px;
}
#chcHeaderReturn, #chcHeader{
	width: 587px;
	overflow: hidden;
	margin-bottom: 1px;
	position: relative;
}
#chcHeader {
	height: 38px;
	padding-top: 8px;
	background: #fff url(/images/bg_chcHeader.gif) repeat-x left top;
	border-top: 5px solid #E8E7DD;
	border-bottom: 1px solid #CEE2B2;
}
#chcHeaderReturn{
	height: 28px;
	background: #fff url(/images/bg_chcHeaderReturn.gif) repeat-x left bottom;
	border-bottom: 1px solid #CEE2B2;

}
#chcHeader h1, #chcHeaderReturn h1{
	border-style: none;
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#chcHeader h1{
	background: url(/images/bg_chcHeader_h1.gif) no-repeat left top;
	line-height: 31px;
	padding-left: 35px;
	margin-left: 10px;

}
#chcHeaderReturn h1{
	padding-left: 12px;

}
.chcGreeting{
	font-size:17px;color:#1A75CF;font-weight:bold;
}
#chcSignin {
	float: right;
	padding-right: 12px;
	line-height: normal;
	color: #666;
	font-size:12px;
	letter-spacing:-1px;
}
#chcContainer {
	width: 565px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
}
#chcLeft, #chcCenter, #chcRight {
	width: 175px;
	float:left;
}
#chcLeft, #chcCenter {
	margin-right:20px;
}
#chcLeft h2, #chcCenter h2, #chcRight h2 {
	margin-bottom: 0px !important;
	line-height: normal;
	padding-bottom: 0px !important;
}

.chcMod {
	background: url(/images/bg_chcMod.gif) repeat-x left top;
	padding: 4px;
	border-top: 2px solid #E8EBE8;
	margin-bottom: 15px;
}
.chcMod p{
	margin-top:0px;
	margin-bottom:9px;
}
#chcGoogleSearch {
	margin: 0px;
	padding: 0px;
}
#chcGoogleSearchField {
	border: 1px solid #D5D4C2;
	margin: 0px;
	padding: 1px;
	font-size: 12px;
}
#chcFindButton {
	margin-left: 5px;
	background: url(/images/bg_chcFindButton.gif);
	height: 18px;
	width: 33px;
	border-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	cursor:pointer;
}
#chcWeather {
	position: relative;
	overflow: hidden;
}
#chcWeatherIcon {
	float: left;
	margin-right: 8px;
}
#chcWeather p {
	width: 100px;
	float: left;
}
#colab {
	width: 785px;
	float: left;
	overflow: hidden;
}
#calTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #DFDFD1;
}
#calTable td {
	height: 110px;
	width: 110px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	border-right: 1px solid #DFDFD1;
	border-bottom: 1px solid #DFDFD1;
	text-align: left;
	vertical-align: top;
	background: #FFFFFF url(/images/bg_calTable_td.gif) repeat-x left top;
}
#calTable .calDate {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -1px;
	display: block;
	margin: 0px 0px 5px;
	padding: 3px 3px 0px;
	float: left;
	color: #8a8a8a;
	border-right: 1px solid #DFDFD1;
	border-bottom: 1px solid #DFDFD1;
}
#calTable .calEventTitle {
	clear: left;
	display: block;
	margin: 0px;
	padding: 0px 3px;
}

#calTable .calEventTitle a {
	color: #1A75CF;
	text-decoration: none;
}
#calTable .calEventTitle a:hover {
	text-decoration: underline;
}



#calTable td.otherMonth {
	background: #E7E7DD;
}
#calTable td.otherMonth .calDate {
	color: #C7C5A9;
}
#calTable td.today {
	background: #EEF5E5 url(/images/bg_calTable_td_today.gif) repeat-x left bottom;
}
#calTable td.today .calDate {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
#calSearchWrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}
#calNextPrev {
	float: left;
	color: #CCCCCC;
	font-size: 14px;
}
#calSearch {
	float: right;
	width: 225px;
}

#calSearchField {
	border-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	overflow: hidden;
	background: url(none);
	width: 125px;
	height: 19px;
	margin: 0px;
	padding: 2px;
}
#calSearchFieldBg {
	background: url(/images/bg_calSearchField.gif) no-repeat left top;
	height: 19px;
	width: 156px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 1px;
	float: left;
}
#calSearchButton {
	background: url(/images/bg_searchButton-cal.gif) no-repeat left top;
	height: 19px;
	width: 59px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-style: none;
	cursor:pointer;
}








#textSizing {
	padding-top: 12px;
	padding-bottom: 18px;
	text-align: right;
	font-size: 10px;
	color: #777;
	padding-right: 20px;
}
#smallFont {
	font-size: 10px;
}
#normalFont {
	font-size: 12px;
}
#largeFont {
	font-size: 14px;
}

#colc {
	float: right;
	width: 195px;
}
#colc a {
	color: #1A75CF;
}
#colc a:hover, #colc a:active{
	text-decoration:underline;
}
#quickLinks, #offsiteResources, #subnavLinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#quickLinks li, #offsiteResources li, #subnavLinks li {
	line-height: 15px;
	padding-bottom: 7px;
}
#offsiteResources li {
	background: url(/images/bg_offsiteResources_li.gif) no-repeat left 3px;
	padding-left: 17px;
}
.bannerAd {
	margin-top: 20px;
}
.bannerAd img {
  margin-top: 5px;
}
#footer{
	width:925px;
	margin:0px auto;
	padding:15px 0px 40px 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	background: url(/images/bg_footer_REALTOR.gif) no-repeat left 14px;
}
.footSep {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
#footer #threeSixtyLink {
	color: #899A69;
	font-size:10px;
	line-height:18px;
	background: url(/images/bg_threeSixtyIcon.gif) no-repeat left top;
	padding:0px 0px 5px 17px;
	height: 14px;
	width:100px;
	margin-top:3px;
}

/* /////////////////////////////////
Begin News Pages Styles
*/
#newsListings .postMeta {
	padding-top: 2px;
	border-top: 3px solid #fff;
}
#postPage .postMeta{
	margin-bottom:15px;
}
#newsListings .postMeta, #postPage .postMeta{
	font-size: 11px;
	padding-bottom: 2px;
	color: #555;
}
.postMeta strong {
	color: #FFFFFF;
}
.postMeta a{
	color:#555;
}
.postList {
	margin-bottom: 35px;
}
#postPage h1 {
	margin-bottom: 3px;
}
#postPage span{
	display: block;
	margin-bottom: 10px;
}
#postPage span.backToNews a {
	background: url(/images/bg_backToNews.gif) no-repeat left 4px;
	padding-left: 13px;
}
.postList h2 {
	margin-bottom: 4px;
}
/* //////////////////////////////////////////////////
END NEWS PAGE STYLING
*/

/* //////////////////////////////////////////////////
BEGIN EVENT PAGE STYLING
*/
.eventtable {
	width: 555px;
	position: relative;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:solid 5px #E8E7DD;
}
.eventtable .tableleft {
	float: left;
	width: 415px;
}
.eventtable .tableright {
	float: right;
	width: 120px;
}
.eventtable h2 {
	font-size: 20px;
	margin-bottom: 1px;
	padding-bottom: 2px;
	line-height: normal;
	margin-top: 0px;
}
.eventtable .tableleft h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing:-1px;
	margin: 0px 0px 3px;
	line-height: normal;
	font-weight:bold;
}
.eventtable .tableright img {
	border: 3px solid #D5D4C2;
	padding:1px;
	height: 110px;
	width: 110px;
	background-color:#fff;
}
.tableright a:hover img{
	border-color:#D686D2;
}
.eventInfo{
	background: url(/images/bg_eventInfo.gif) no-repeat left top;
	padding-left:21px;
}
#eventDetail h1 {
	
}
#eventDetail .eventdescr p {
	margin-top: 0px;
}
#eventDetail .eventdescr ul.eventDate {
}
#eventDetail .eventdescr h4 {
	margin-bottom: 2px;
	margin-top: 14px;
}
#eventDetail .eventimage {
	float: right;
	margin-left: 8px;
	margin-bottom: 3px;
}
#eventDetail .eventimage img {
	border: 3px solid #fff;
	height: 150px;
	width: 150px;
	padding:1px;
}
#eventDetail .viewallevents {
	padding-top: 10px;
}
/* /////////////////////////////////////
END EVENT PAGE STYLING
*/


/*BEGIN BLOG STYLING*/
#blogComments {
	padding:0px;
	margin:10px 0px;
}
.blogComment {
	padding:5px 0px;
	border-bottom:solid 5px #EFF0EA;
	margin:0px 0px 8px 0px;
}
.blogComment p {
  margin:0px 10px 5px 10px !important;
}
.blogCommentCredit {
 font-size:11px;
 color:#1975D7;
 padding:0px;
 margin:0px;
 line-height:11px;
}
.blogCommentMsg {
	color:#FFF;
	background-color:#1A75CF;
	font-size:21px;
	padding:10px;
	border:1px solid #EAE9E0;
	margin:5px 0;
}
#blogNav{
	border-bottom: 2px solid #EEEEE7;
	padding: 2px 0px 5px;
	margin-bottom: 5px;
	color:#999999;
}

/*END BLOG STYLING*/

#msg {
  font:16px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#AD0DA6;
	padding:0 0 5px 0;
}
#btn-rssFeed{
	float:right;
	margin:10px 0 0 0;
}
#siteSearchMod{
	padding:35px 15px 20px;
	background: url(/images/bg_searchSiteField.gif) no-repeat 15px 35px;
}
.siteSearchField{
	width:90px !important;
	margin-left:12px;
	margin-right:12px;
	padding-top:5px;
	background-color:transparent;
	height:20px !important;
	border:none;
	/*padding:5px 12px 0;*/
	vertical-align:middle;
	font-size:11px;
	line-height:normal;
}
.siteSearchButton{
	background:url(/images/bg_searchSiteButton.gif) no-repeat 0 0;
	width:47px;
	height:23px;
	font-size:11px;
	line-height:normal;
	color:#222;
	border:none;
	vertical-align:middle;
}
#memberSearchFormWrap {
	background:url(/images/bg-memberSearchFormWrap.png) no-repeat 0 0;
	padding:20px;
	width:511px;
	min-height:115px;
}
#memberKeywordsTitle {
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #D17100;
	margin: 0 0 2px 10px;
}
#memberSearchKeywords {
	border: none;
	background: transparent;
	width: 345px;
	margin: 0 20px 0 15px;
	padding: 7px 0 0 0;
	vertical-align:top;
	height:22px;
}
#memberSearchFormWrap input.submitButton {
	margin: 2px 0 0 0;
	vertical-align:top;
}
#memberSearchFieldBg {
	background: url(/images/bg-memberSearchKeywords.png) no-repeat 0 0;
	height: 30px;
	margin:0 0 10px 0;
}
#memberSearchAreas {
	margin: 5px 0 0 0;
}
.searchAgain{
	background: url(/images/bg_backToNews.gif) no-repeat left 4px;
	padding-left: 13px;	
}
#membersResultsTable {
	margin: 9px 0 20px 0;
	width: 555px !important;
}
#membersResultsTable tr th {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	background: #474747;
	padding: 4px 0 4px 4px;
	text-align: left;
	font-weight:normal;
}
#membersResultsTable tr th a {
	color: #fff;
}
#membersResultsTable tr td {
	border-bottom: dotted 1px #A1A1A1;
	padding: 7px 0 7px 3px;
	font-size: 11px;
	line-height:13px;
}
#membersResultsTable tr td span.break-word{
	width:155px;
}
#membersResultsTable tr th a.sortUp {
	background: url(/images/bg-sortUp.png) no-repeat 0 6px;
	display: block;
	padding-left: 7px;
}
#membersResultsTable tr th a.sortDown {
	background: url(/images/bg-sortDown.png) no-repeat 0 6px;
	display: block;
	padding-left: 7px;
}
#membersResultsTable tr th a.sortDefault {
	background: url(/images/bg-sortDefault.png) no-repeat 0 6px;
	display: block;
	padding-left: 7px;
}
#membersResultsTable tr th a.sortActive{
	text-decoration:underline;
	font-weight:bold;
}
.resultsPagBlock {
	color: #999;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
}
.resultsPagBlock a {
	margin: 0 5px;
}

a.resultsPagCurrent {
	font-weight: bold;
	color: #000;
	text-decoration:none;
	cursor:default;
}
.break-word{
	display:block;
	word-wrap: break-word !important;
}
