/* Global styles for site
--------------------------------------------------------------------- */


/* Float Clearing */
.clear { display: inline-block; }
.clear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/* Accessibility */
.accessibility { left: -9999px; position: absolute; top: -9999px; border: 1px solid green; }

.action {
	font-size: 15px;

}

	.action a{
		background:url("../images/bullets/red_blue_arrow.gif") no-repeat 0 top;
		padding-left:25px;
		font: bold 15px arial;
		display: block;
	}

	.action a:hover{
		background-position:0 -17px;
	}

/*********************/
 .action {
	font-size: 14px;
	margin: 0 0 25px;
	padding: 0;
	line-height: 14px;
 }

.action a{
	background:url("../images/bullets/red_blue_arrow.gif") no-repeat 0 top;
	padding: 2px 0 0 25px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	height: 15px;
	margin: 0;
}

* html .action a {
	height: 17px;
}

.action a:hover{
	background-position: 0 -17px;
	text-decoration: underline;
}

/*********************/

body {
	background: #3e3578 url(../images/bg/body_gradient.jpg) repeat-x;
	color: #333333;
	font: 13px/16px arial, helvetica, sans-serif;
	text-align: center;
	margin: 20px 0;
}

/* general lists */
ul, ol {
	list-style: none;
	margin: 0;
	/*font: 13px/16px arial, helvetica, sans-serif;*/
	font-size: 13px;
	line-height: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

	li {
		margin: 0;
		padding-left: 7px;
		line-height: 20px;
	}

	.unorderedList ul{
		padding: 0px 0 5px 20px;
		margin: 10px;
		list-style: disc;
		line-height: 20px;
	}
	
	.orderedList ol{
		padding: 0px 0 5px 25px;
		margin: 10px;
		list-style: decimal;
		line-height: 20px;
	}	

	#main ul{
		padding: 0px 0 5px 20px;
		margin: 10px;
		list-style: disc;
		line-height: 20px;
	}
	
	#main ol{
		padding: 0px 0 5px 25px;
		margin: 10px;
		list-style: decimal;
		line-height: 20px;
	}		
	
/* STRUCTURAL ITEMS */
#wrapper {
	background: #FFF url(../images/bg/wrapper_sub.jpg) no-repeat;
	margin: 0 auto;
	padding:10px;
	width: 970px;
	width: expression("990px");
	text-align: left;
}

	.home #wrapper {
		background: #FFF url(../images/bg/wrapper_home.jpg) no-repeat;
	}

#page {
	padding: 0 6px 60px 12px;
}


.subpage #page {
	padding-right: 0;
	padding-left: 0px;
}


#content {
	position: relative;
	width: 100%;
}

	/* primary content */
	#primary {
		display: inline;
		float: right;
		width: 710px;
		padding-left: 28px;
		padding-left: expression("0px");
	}

	.home #primary {
		width: 748px;
	}

		/* main content well */
		#main {
			float: left;
			width: 512px;
			width: expression("515px");
		}

		.home #main {
			width: 515px;
			/*width: expression("550px");*/
			margin-top: 10px;
		}

		/* promo content */
		#promo {
			float: left;
			width: 190px;
			width: expression("195px");
			text-align: center;
		}

		.home #promo {
			width: 183px;
			width: expression("198px");
			padding: 16px 0 0 15px;
			/* padding-left: expression("18px"); commented out b/c of conflict with other stylesheets 4-14-2009 by Alison */
		}

			#promo ul li{
				padding: 8px 0 0 8px;
				/* text-align: center; commented out b/c conflict with realtor_basic.css (section starting at line 38) 4-14-2009 by Alison*/
			}

			#promo ul .first{
				padding: 0;
			}

			.banner1 {
				margin-top: -3px;
			}

			.banner2 {
				margin-top: 6px;
				margin-top: expression("8px");
			}
			
			#promo TABLE TD IMG{
				margin:5px 5px 12px 5px;
				margin:expression("5px");	
			}
			

	/* secondary content */
	#secondary {
		float: left;
		width: 216px;
		width: expression("252px");
		padding-right: 36px;
	}

	.home #secondary {
			width: 204px;
			padding-right: 0px;
		}


/* MASTHEAD */
#masthead {
	top: -10px;
	top: expression("0px");
	height: 90px;	
	height: expression("100px");
	position: relative;
}

	.home #masthead h1 a{
		display: block;
		background: url(../images/headers/logo_masthead.gif) no-repeat;
		height: 83px;
		width: 765px;
		margin-top: 10px;
		margin-top: expression("0px");
		text-indent: -9999px;
	}

	.subpage #masthead h1 a {
		display: block;
		background: url(../images/headers/logo_masthead.gif) no-repeat;
		height: 83px;
		width: 765px;
		margin: 10px 0 0 12px;
		margin-top: expression("0px");		
		padding: 0;
		text-indent: -9999px;
	}


/* global search */
	#globallogin {
		margin: 0;
		position: absolute;
		top: 0px;
		right: 30px;
		left: 615px;
		text-align: left;
		vertical-align: middle;
	}

	.subpage #globallogin {
		left: 625px;
	}


	#globallogin form {
		padding-top: 3px;
		padding-top: expression("0px");
	}
	#globallogin label,
		#globallogin input {
			vertical-align: middle;
		}
		#globallogin input.image {
			vertical-align: middle;
		}
		#globallogin label {
			color: #000;
			font-size: 11px;
			font-weight: bold;
			line-height: 20px;
			margin: 0 6px 0px 0;
		}
			#globallogin label span {
				color: #D32A31;
				font-weight: normal;
			}
				#globallogin label span a{
					color: #D32A31;
					font-weight: bold;
				}

		#globallogin input.text {
			background: #FFF;
			font-size: 11px;
			line-height: 1;
			padding: 2px 5px;
			margin-right: 3px;
			width: 200px;
		}
		#globallogin input.password {
			background: #FFF;
			font-size: 11px;
			line-height: 1;
			padding: 2px 5px;
			margin-right: 3px;
			width: 140px;
		}

		.login{
			display: block;
			position: absolute;
			top: 65px;
			top: expression("67px");
			left: 250px;
			background: url(../images/buttons/log_in.gif) no-repeat;
			height:20px;
			width: 55px;
			text-indent: -9999px;
			vertical-align: middle;
		}
		.login:hover {
			background-position: 0 -21px;
		}


		.signout a{
			background: url(../images/buttons/sign_out.gif) no-repeat;
			height: 20px;
			width: 80px;
			text-indent: -9999px;
			vertical-align: middle;
			margin-bottom: 2px;
		}
		.signout a:hover {
			background-position: 0 -21px;
		}

		 #globallogin span span{
			display: none;
		}

		#globallogin p {
			padding-bottom: 0;
			margin: 0;
			text-align: center;
			font: 14px/18px;
		}


		.loggedin {
			position: relative;
			top: 45px;
		}
		* html .loggedin {
			top: 0px;
		}
		#globallogin .loggedin {
			text-align: left;
		}
		.user {
			padding-left: 8px;
		}
		.loggedin .signout a {
			display: block;
			width: 80px;
			height: 21px;
			margin-top: 5px;
		}


		/* MY ACCOUNT */

				#globallogin #myaccount {
					padding: 0;
					vertical-align: top;
				}
				.houseicon {
					display: block;
					width: 90px;
					height: 87px;
					background: url(../images/links/myaccount_house.png) no-repeat;
					padding: 0;
					margin: 0;
					vertical-align: top;
				}



				.houseicon:hover {
					background-position: 0 -87px;
					cursor: pointer;
				}
				.houseicon span {
					display: none;
				}



				
/* NAV MAIN */
#nav_main {
	height: 50px;
	padding: 0 0 0 12px;
}
.home #nav_main {
	height: 50px;
	padding: 0 0 0 0px;
}
#nav_main ul  {
	margin: 0;
	padding: 0;
}
#nav_main li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#nav_main a {
	display: block;
	float: left;
	height: 50px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#nav_main a:hover {
	background-position: 0 -51px;
}
.realtorparty {
	width: 255px;
	background-image: url(../images/links/mainnav_realtorparty2.gif);
}
.rpac {
	width: 180px;
	background-image: url(../images/links/mainnav_rpac.gif);
}
.forrealtors {
	width: 246px;
	background-image: url(../images/links/mainnav_forrealtors.gif);
}
.forstaff {
	width: 270px;
	background-image: url(../images/links/mainnav_forassociations.gif);
}

/* BREADCRUMBS */
/* ".breadcrumbComponent" class specifications added, "#breadcrumbs" div deleted, line 467 added, and line 456 commented out 4-14-2009 by Alison */

.breadcrumbComponent {
	background: url(../images/bg/red_breadcrumbs.png) no-repeat;
	margin: 0 0 10px 15px;
	height: 34px; /* 34 */
	padding: 10 0 0 30px;
	display: block;
}

/*
   * html .breadcrumbComponent {
				background-image: none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/design/images/bg/red_breadcrumbs.png", sizingMethod="crop");								
			}
*/

.breadcrumbComponent a.breadcrumb, .breadcrumbComponent .breadcrumbseparator {
	color: white;
	font: bold 14px/1 arial, sans-serif;
}

.breadcrumbComponent .breadcrumb.breadcrumbItem {
	color: white;
	font: 14px/1 arial, sans-serif;
}

/* FOOTER */
#footer {
	background: #FFF url('../images/bg/footer_base.jpg') no-repeat;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
	width: 990px;
	height: 62px;
}

	#footer ul {
		height: 32px;
		height: expression("50px");
		list-style-type: none;
		text-align: right;
		padding: 18px 18px 0 0;
	}

		#footer ul li{
				display: inline;
				border-right: 1px solid #FFF;
				text-align: center;
				padding: 0 10px;
			}

			#footer ul .last{
						border-right: none;
			}

	#footer a {
		color: #FFF;
		text-decoration: none;
	}

		#footer a:hover {
			color: #fff;
			text-decoration: underline;
		}


/*CONTENT*/

#main {
	padding: 0px;
}	

.home #main {
	padding: 35px 12px 0 23px;
	/*padding-left: expression("37px");*/
}
	.home #main h1{
		width: 400px;
		font-size: 20px;
	}
	#main p.utilitynav{
		text-align: right;
		margin: -15px 0 0 0;
		padding: 0 0 0 0px;
	}
	 #main h1 {
		font-size: 20px;
		font-weight: normal;
		margin: 0;
		padding: 0 0 20px 0;
		color: #c22126;
		
	}

		#main h1 sup{
			font-size: 16px;
			color: #c22126;
		}

	#main #intro {
		padding-bottom: 30px;
	}

		#main p {
			/* font-size: 14px; */
			font-weight: normal;
			/* line-height: 14px; */
			padding-right: 10px;
		}

			#main .block {
				border-top: 1px solid #9C9C9C;
				padding: 30px 0 20px 0;
				clear: both;
			}

			#main .block h3{
				font-size: 24px;
				line-height: 26px;
				color: #272727;
				margin: 0;
				padding: 0;
			}

			.txtBlock {
				float: left;
				width: 312px;
				width: expression("322px");
				padding-right: 10px;
			}
			.pictureBlock {
				float: right;
				width: 168px;
				width: expression("193px");
				padding: 12px;
			}

			.photoShadow {
				background: url(../images/bg/photo_shadow.gif) no-repeat;
				text-align: center;
				vertical-align: middle;
				width: 168px;
				width: expression("193px");
				height: 185px;
			}

/* Sub Pages */
.subpage #main {
	padding-top: 15px;
}

.subpage #main h1 {
	color: #c22126;
	width: 500px;
}

.subpage #main #intro {
		padding-bottom: 5px;
}

.subpage #main .block {
		border-top: 1px solid #9C9C9C;
		padding: 20px 0 0px 0;
		clear: both;
}

.subpage #main .block h3{
		color: #29236D;
		margin: 0;
		padding: 0 0 5px 0;
}

.subpage .contact {
	color: #2a2a2a;
	font-size: 14px;
	font-weight: bold;
}


.subpage #main .requestInfo {
		border-top: 1px solid #9C9C9C;
		margin-top: 30px;
		padding: 20px 0 0px 0;
		clear: both;
}
	.subpage #main .requestInfo h3{
		font-size: 24px;
		line-height: 26px;
		color: #29236D;
		margin: 0;
		padding: 0 0 5px 30px;
		background: url(../images/bullets/red_question.gif) no-repeat;
		background-position: 0 4px;
		background-position: expression("0 3px");
	}

	.subpage #main .requestInfo label {
		color: #000;
		font-weight: bold;
		line-height: 20px;
	}

	.subpage #main .requestInfo input {
		margin-bottom: 5px;
	}
	.subpage #main .requestInfo .input {
		width: 200px;
	}

	.subpage #main .requestInfo textarea {
		width: 300px;
	}

	.ImgEnterBtn {
		width: 65px;
		margin-top: 10px;
	}

	/** 
		added 06-03-2010 by Alison
		targeting Center Homepage: http://takeaction.realtoractioncenter.com/nar/home.html
	**/
	.subpage #main .ga-homeSidebar {
		padding: 8px 8px 10px 8px;
		width:220px;
		margin: 0 0 20px 10px;
	}
	.subpage #main .ga-homeDonations, .subpage #main .ga-homeTellFriend, .subpage #main .ga-homeElectedOfficials, .subpage #main .ga-homeCurrentMembers, .subpage #main .ga-homeSignup, .subpage #main .ga-homeMemberSince {
		display:inline;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	.subpage #main .ga-homeSidebar .ga-homeDonations h1, .subpage #main .ga-homeSidebar .ga-homeTellFriend h1, .subpage #main .ga-homeSidebar .ga-homeElectedOfficials h1, .subpage #main .ga-homeSidebar .ga-homeCurrentMembers h1, .subpage #main .ga-homeSidebar .ga-homeSignup h1, .subpage #main .ga-homeSidebar .ga-homeMemberSince h1 { /*matches .ga-homeSignup h1 (and similar) specs in http://takeaction.realtoractioncenter.com/css/ga-public.css*/
		font-size:12px;
		margin: 1em 0 1em 0;
		padding: 0 0 0 0;
		font-weight:bold;
		width:auto;
	}
	.subpage #main .ga-homeLower h1 { /*matches specs in http://takeaction.realtoractioncenter.com/css/ga-public.css*/
		font-size: 14px;
		font-weight: bold;
		background-color: #e5e5e5;				
		margin: 10px 0;
		padding: 2px;
	}

#printemail {
		width: 163px;
		text-align: right;
		padding-bottom: 5px;
		_padding-bottom: 5px;
}
#promo .utilitynav{
		text-align: right;
		margin-right: expression("15px");
		/* font: 12px/16 Arial; */
		display: block;
}



.subpage #main .reportHdr {
	color: #A7262B;
	width: 450px;
	font-size: 27px;
	font-weight: bold;
	padding-bottom: 15px;
}


#results {
	width: 508px;
}
#results .searchStr {
	padding: 10px 0 5px 0;
	color: #000;
	/* font: 14px/1 Arial; */
	color: #2d2d72;
}
	#results .searchStr span{
		font-weight: bold;
	}
	#results .pagination {
		text-align: right;
		padding-bottom: 5px;
		border-bottom: 1px solid #c2c2c2;
		color: #312D6A;
	}

	#results .pagination span{
		color: #c2c2c2;
	}

	#results  .bottom {
		border: none;
		padding-top: 10px;
	}

	#results .next {
		background: url(../images/icons/blue_triangle.gif) no-repeat right;
		padding-right: 8px;
		font-weight: bold;
	}

#compareResults h3 {
	margin: 0;
	font-size: 14px;
	color: #2d2d72;
	padding-bottom: 10px;
}

#compareResults .optionsTop {
	background: url(../images/bg/options_box_top.png) no-repeat;
	width: 508px;
	height: 14px;
}
#compareResults .optionsBot {
	background: url(../images/bg/options_box_bottom.png) no-repeat;
	width: 508px;
	height: 14px;
}
#compareResults .optionsData {
	background: url(../images/bg/options_box_middle.png) repeat;
	width: 478px;
	width: expression("508px");
	padding: 5px 15px;
	font-size: 13px;
	color: #000;
}

#compareResults select {
	font: 14px/1 Arial;
}

#compareResults .GoBtn{
	padding-left: 12px;
	margin-left: 0;

	padding-left: expression("0px");
	margin-left: expression("12px");
}

.pngCallForAction {
	background: url("../images/headers/calls_for_action_sub.png") no-repeat;
	width: 161px;
	height: 70px;
	text-indent: -9999px;
	display:block;
	margin-left: 10px;
	margin-left: expression("0px");
}
.pngCallForAction:hover {
	cursor: pointer;
}

.CallForAction {
	margin: 20px 0 0 0;
	width: 508px;
}

.heading {
	width: 503px;
	_width: 508px;
	font: 11px Arial;
	font-weight: bold;
	border-bottom: 1px solid #c2c2c2;
	padding: 5px 0 5px 5px;
	background: #F6EDED;
}

.data {
	width: 492px;
	_width: 508px;
	background: url(../images/bg/dotted_rule_body.gif) repeat-x bottom;
	padding: 5px 5px 5px 10px;
}

.highlight {
	background-color: #F6EDED;
}

.last {
	border-bottom: none;
}

.cell1{
	width: 165px;
	vertical-align: top;
	float: left;
}

 .cell2{
	width: 50px;
	vertical-align: top;
	float: left;
}

.cell3{
	width: 150px;
	vertical-align: top;
	text-align: left;
	float: left;
}

.italic {
	font-style:italic;
}

.subhead {
	width: 135px;
	width: expression("165px");
	padding-left: 30px;
}

.realtorName {
	width: 300px;
	vertical-align: top;
	float: left;
}



/* LEFT NAVIGATION */

	#outer {
		list-style-position: outside;
	}

	.subpage #secondary{
		background: url(../images/bg/pinknav_bottom.jpg) no-repeat bottom left;
		margin: 0;
		padding: 0 0 28px 0;
		width: 230px;
		margin-bottom: 10px;
	}
	.secondary_inset {
		background: url(../images/bg/pinknav_middle.jpg) repeat-y;
	}
	
#sectionNavigation-43339678 {
	display: block;
}

	#secondary ul {
		background: url(../images/bg/pinknav_top.jpg) no-repeat;
		padding-left: 15px;
		margin: 0;
		list-style: none;
	}

	#secondary li {
		background: url(../images/bg/nav_rule_1.gif) no-repeat bottom left;
		padding: 5px 0;
		width: 195px;
	}



	#secondary ul .last{
		background: none;
		padding-bottom: 0;
	}
		#secondary li a
		{
			padding-left: 27px;
			background: url(../images/bullets/pinknav_arrow_1.gif) no-repeat;
			color: #962329;
			font: bold 13px arial, sans-serif;
			line-height: 18px;
			text-decoration: none;
			display: block;
		}
			#secondary a:hover {
			background-position: 0 -72px;
			color: #322878;
			}

			#secondary ul li span {
				padding-left: 27px;
				font: bold 13px arial, sans-serif;
				line-height: 18px;
				background: url(../images/bullets/pinknav_arrow_1.gif) no-repeat;
				background-position: 0 -72px;
				color: #322878;
				display: block;
			}

#secondary ul ul {
	background: url(../images/bg/nav_rule_1.gif) no-repeat top left;
	padding: 0 0 0 25px;
	width: 170px;
	margin-top: 5px;
}
#secondary li li {
	width: 170px;
	background: url(../images/bg/nav_rule_2.gif) no-repeat bottom left;
}

	#secondary li li .on{
		background: url(../images/bullets/pinknav_arrow_2.gif) no-repeat 0 -72px bottom left;
		color: #322878;
		padding-left: 18px;
		font: normal 13px arial, sans-serif;
		line-height: 18px;
	}
		#secondary ul ul .last{
				background: none;
				padding-bottom: 0;
			}
#secondary ul ul a {
	font-weight: normal;
	color: #965155;
	background-image: url(../images/bullets/pinknav_arrow_2.gif);
	padding-left: 18px;
}

#secondary ul ul ul {
	background: url(../images/bg/nav_rule_3.gif) no-repeat top left;
	border-top: none;
	padding-left: 10px;
	width: 150px;
}
#secondary ul ul ul .last{
	background: none;
	padding-bottom: 0;
}
#secondary li li li {
	width: 150px;
	background: url(../images/bg/nav_rule_3.gif) no-repeat bottom left;
}
	#secondary li li li .on{
		background: url(../images/bullets/pinknav_arrow_3.gif) no-repeat 0 -72px bottom left;
		color: #322878;
	}
#secondary ul ul ul a {
	color: #603436;
	background-image: url(../images/bullets/pinknav_arrow_3.gif);
}

/**CFA Report page(s)**/
#cfa-report {
	width:100%;
}
#cfa-report td {/*based on .data*/
	padding: 5px 5px 5px 10px;
	font-size:12px;
	line-height: 15px;
	color:#666666;
}
#cfa-report td.report-head {/*based on .heading*/
	font-weight:bold;
	border-bottom: 1px solid #c2c2c2;
	padding: 5px 0 5px 5px;
	background: #F6EDED;
}
#cfa-report td.report-shaded {
	background-color:#eeeeee;
}
#cfa-report td.report-totals {
	font-weight:bold;
	border-top:thin solid #cccccc;
}

/* LEFT NAVIGATION _ HOME */

#getInvolved{
	position: absolute;
	top: 0;
	background: none;
	width: 173px;
	height: 204px;
	margin: 25px 0 0 20px;
	margin-top: expression("25px");
	margin-left: expression("32px");	
}
	.home #secondary  #getInvolved span{
		position: absolute;
		width: 125px;
		margin: 75px 0 0 20px;
		text-align: center;
	}
	#getInvolved a {
		background: url(../images/links/signboard.png) no-repeat;
		display: block;
		width: 173px;
		height: 204px;
		padding: 0;
		font: normal 12px arial, sans-serif; /* 12px/1.2 */
		color: #333176;
	}
	
	   * html #getInvolved a {
				background-image: none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/design/images/links/signboard.png", sizingMethod="crop");								
			}
	
	#getInvolved a:hover {
		background-position: 0 -204px;
		text-decoration: none;
		cursor: hand;
	}

	
	#memberLogin {	
		/*position: absolute;*/
		float: left;
		clear: left;
		top: 0px;
		width: 190px;
		width: expression("200px");		
		/*margin-top: 400px;*/
		padding: 10px 20px 10px 0px;
		_padding-left: 5px;
		font: 12px/16px arial, helvetica, sans-serif;
	}
	
	.home #memberLogin {	
		position: absolute;
		margin-top: 400px;
		_margin-left: 20px;		
	}
	
	.subpage #memberLogin {	
		margin-left: -5px;
		_margin-left: 10px;
		display: inline;
	}
	
	.subpage #memberLogin table {
		margin-left: 20px;
		margin-left: expression("0px");
	}
	
		.home #memberLogin .Title{
			margin: 0;
			padding: 0 0px 5px 0px;
			color: #B02A2F;
			font-size:14px;
			font-weight: bold;
		}
		
		.subpage #memberLogin .Title{
			margin: 0;
			padding: 0 0px 5px 0px;
			color: #81933F;
			font-size:14px;
			font-weight: bold;
		}
		
	  #memberLogin .PromptText {		
			width: 200px;
		}
				
		.subpage #memberLogin .PromptText a{
			color: #81933F;
			width: 150px;
		}
		
		
		
		#memberLogin form {
			margin: 0;
			padding: 0;
		}
				
		#memberLogin form label {
			/*width: 70px;
			float: left;
			*/
		}
		
		#memberLogin form input {
			/*width: 100px;*/
			
		}
		
		#memberLogin .loginFlds {
			padding-bottom: 10px;
		}
		
		#memberLogin p  {
			margin: 0;
			padding: 5px 0 5px 0;
		}
		
		#memberLogin  .newuser{
			margin-top: 10px;
			padding: 0 0 5px 0;
		}
		
		#memberLogin  .newuser a, #memberLogin  .newuser a:hover{
			background: url(../images/bullets/arrow-green.gif) no-repeat 0px 3px;
			padding-left: 13px;
			color: #81933F;
		}
		
		#memberLogin  .Link a, #memberLogin  .Link a:hover{
			margin-top: 10px;
			color: #81933F;
		}		
		
		 #memberLogin  .forgotpwd{
			margin-top: 0px;
			padding: 0 0 5px 0;
		}
		#memberLogin  .forgotpwd a, #memberLogin  .forgotpwd a:hover{
			background: url(../images/bullets/arrow-gray.gif) no-repeat 0px 3px;
			padding-left: 13px;
			color: #666;			
		}
		
		
		#memberLogin  .logout a, #memberLogin  .logout a:hover{
			background: url(../images/bullets/arrow-green.gif) no-repeat 0px 3px;
			padding-left: 13px;
			color: #81933F;
			display: block;
		}
		
		#memberLogin .UserloggedIn h3 {
			margin: 0;
			padding: 0 0px 5px 0px;
			color: #81933F;
		}
		

	  #memberLogin input {
            font-size: 11px;
            padding: 2px;
            line-height: 14px;

        }
        #signinform input {margin: 0 0 5px 0;        }
        #memberLogin input.input-text {
            width: 130px;
        }
		
        #memberLogin input[type="text"] {
            width: 130px;
        }        
		
        #memberLogin input[type="password"] {
            width: 80px;
        }
		
		#memberLogin input.input-password {
            width: 80px;
        }	
#signinform .login{position: relative; top: -26px; left: 93px; text-indent: 0; background-image: none; background: #F5F2E1; border: 1px solid #376206; height: 21px; width: 48px;}		
	#memberLogin #signinform  .login   {position: relative; top: -26px; left: 83px; text-indent: 0; background-image: none; background: #F5F2E1; border: 1px solid #376206; height: 21px; width: 48px;}
	
/* the following -- added 5-11-2009 by Alison */
	.home #memberLogin #social_media {	
		display:block;
		width: 160px;
		width: expression("170px");
		float:left;
		padding-top:10px;
		margin-left:10px;
		margin-left: expression("0px");
	}
	

	

