
* {
	margin: 0;
	padding: 0;
}
 	
body {
  font: 62.5%/1.4  Arial, Helvetica, Verdana, sans-serif;
  color: #333;
  background: #a8cbe2 url(/images/nlbg.gif) repeat-x top left;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
}

img {  
	border: 0; 
}

fieldset, form, label, legend
 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

form input[type="hidden"] {
	margin: 0px;
	padding: 0px;
}

ol,ul { 
	list-style:none; 
}

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
}
q:before,q:after { 
	content:""; 
}

/* Typography and Default Stylings
================================== */
h1 {
	font-size: 2.2em;
  	line-height: 1.0em;
}

h2 {
  	font-size: 1.6em;
  	line-height: 1.0em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	line-height: 1.0em;
}

h4 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
}

h5 {
	font-size: 1.3em;
	line-height: 1.0em;
}

h6 {
	font-size: .9em;
	font-weight:normal;
}

p { 
	font-size: 1.2em;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
}
	
dt,th { 
	font-size: 1.3em;
}

li, dd, td {
	font-size: 1.0em;
}

.small {
	font-size: 1.0em;
}

.smaller {
	font-size: .8em;
}

.bigger {
	font-size: 1.1em;
}

.biggest {
	font-size: 1.2em;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

a:link, a:visited {
	color: #3366cc;
	text-decoration: none;	
}

a:hover {
	color: #6699ff;
	text-decoration: none;
}


/*Ugliness Styles for Legacy Users */

.red {
	color: #FF0000;
}

.grn {
	color: #228B22;
}

.ylw {
	color: #FFFF00;
}

.prp {
	color: #A020F0;
}

.org {
	color: #FFA500;
}

/* WARNING: "clearfix" used by 3rd party libs like lightview!  Use our own name to avoid conflict */
.nl_clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
} 

.nl_clearfix { 
  height: 1%;
}

.clear {
	clear: both;
}

.clear_right {
	clear: right;
}


/* Main Layout 
================================== */

/* The main layout consists of two wrappers-first wrapper  
includes everything-nl content floated left and inner wrapper floated right */
#wrapper {
	width: 924px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 10px 10px 10px; 
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #ceecec;
}

/*Contains main content and secondary content */
#innerwrapper {
	float: right;
	width: 730px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #3e598f;
	background-color: #ffffff;
	margin-bottom: 10px;
}


/*Wrapper for main content goes inside innerwrapper*/
#maincontentwrapper {
	float: left;
	width: 558px;
}

.maincontentborder {
	width: 556px;
	/*float: left; not floating fixes ie bottom margin bug*/
	border: 1px solid #96b8fc;
	margin-bottom: 10px;
	overflow:hidden;
}

/*Box that actually contains the content */
.maincontent {
	width: 532px;
    float: left;
	line-height: 1.4em;
	padding: 10px;
	border: 2px solid #fff;
	background-color: #fff;
	overflow:hidden;
}

#home .maincontent {
	width: 532px;
    float: left;
	line-height: 1.4em;
	padding: 10px;
	border: 2px solid #fff;
	background-color: #f2f6fa;
	overflow:hidden;
}

/*Secondary content floated right of maincontent-will include other pages from 
within site or related content to the main content 
================================== */
#secondarycontent {
	float:right; 
	width: 162px; 
}

/*NLcontent floated left has all Neighborhood Link related content */
#nlcontent {
	float: left;
	width: 162px;
	margin-top: -13px;
}

/* Footers main purpose is to clear floats innerwrapper and nlcontent */
#footer { 
	width: 100%;
	clear: both; 
	background-color: #ceecec; 
}

/* Styling for All the stuff that goes in inner wrapper before or after main content: 
banners, headers, menus, and copyright 
================================================================= */


#leaderboarda {
	width: 728px;
	height: 90px;
	background-color: #ffffff;
	background: url(/images/leaderboardbg.gif) repeat-x top left;
	border: 1px solid #fff;
	margin: 0px 0px 20px 0px;
}

#leaderboardb {
	float: left;
	width: 728px;
	height: 121px;
	background-color: #ffffff;
	/*background: url(/images/leaderboardbg.gif) repeat-x top left;*/
	border: 1px solid #96b8fc;
	margin: 0px 0px 20px 0px;
	display:inline; 
}

#leaderboardc {
	width: 728px;
	height: 90px;
	background-color: #fff;
	border: 1px solid #fff; 
	margin: 0px 0px 20px 0px;
}

#neighborhoodname {
	float:left;
	width: 728px;
	margin: 0px 0px 10px 0px;
}


#mainnav {
	float: left;
	width: 728px;
	border: 1px solid #96b8fc;
	margin: 0px 0px 10px 0px;
}


#mainnav ul {
	list-style-type:none;
	float: left;
	width: 724px;
	border: 1px solid #ffffff;
	background-color:#f2f6fa;
	margin: 0px;
	padding: 1px;
}

#mainnav li {
	float: left;
	font-size: 1.3em;
	line-height: 1.5em;
	border-right: 1px solid #ffffff;
	padding: 0px 20px;
}

#mainnav li.last {
	border-right: none;
}

/* Method for indicating current page via menu */
#home .home a,
#discussions .discussions a,
#calendar .calendar a,
#documents .documents a,
#meet .meet a,
#info .info a {
	font-weight: bold;
	color: #3366cc;
	font-size: 1.1em;
}


/* Styling for Main Content
================================== */
.maincontent p {
	font-size: 1.3em;
	line-height: 1.4em;
}

.maincontent h4 {
	font-size: 1.4em;
	margin-top: 12px;
}

.maincontenttag {
	font-size: 1.3em;
	color: #6666cc;
	padding: 8px 5px 8px 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 10px 0px 15px 0px;
}



.offsite {
  background: url(/images/external.gif) no-repeat right top;
  padding-right: 12px;
}

.application_pdf { 
	background: url(/images/icon_pdf.gif) no-repeat right top; 
	padding: 0px 18px 5px 0;
 }

.application_msword { 
	background: url(/images/icon_doc.gif) no-repeat right top; 
	padding: 0px 18px 5px 0;
 }

.application_vnd_ms_excel { 
	background: url(/images/icon_excel.gif) no-repeat right top; 
	padding: 0px 18px 5px 0;
 }


/* Generic Def List used on many pages either half the page or full width-somtimes put inside a generic div */
dl.generic  {
	width: 100%;
	margin: 0;
	padding: 0;
}

.generic dt {
	font-size: 1.4em;
	font-weight: bold;
	background-color: #f2f6fa;
	padding:5px;
	margin: 0;
}

.generic dd {
	font-size: 1.3em;
    line-height: 1.4em;
    padding-left: 5px;
    margin: 0;
}

/*Styling for Edit links in a dt-current size should be 11.2px-80% of 14px */
.edit_span { 
	float: right;
	background: url(/images/caret.gif) no-repeat left;
	padding-left: 8px;
	padding-right: 5px;
	font-size: .8em;
	font-weight: normal;
}

/*Most edit links are in a div with class layout_perm_sprout */
div.layout_perm_sprout .edit_span {
	font-size: 1.12em;
}


.title_header {
	width: 522px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #f2f6fa;
	clear: right;
}


.add_new  {
	padding-left: 18px;
	background: url(/images/startaddredtran.gif) no-repeat left center;
}

.edit_delete {
	width: 40px;
	float: right;
	margin: 0 0 0 0;
	display: inline;
}

.edit_delete img {
	padding-left: 7px;
	float: right;
	display: inline;
}


/*NL network Logo styling */
#nlnnborder {
width: 160px;
border:1px solid #FFFFFF;
margin-bottom:10px;
margin-left:0px;
}
#nlnn {
width: 108px;
background:transparent url(/images/nlnnbg4.gif) repeat-y scroll left top;
border:1px solid #91BABA;
padding:10px 25px;
font-size:0.9em;
line-height:1.4em;
text-align:center;
}

#nlnn img {
padding-bottom:2px;
}

/* Weather Stuff  */

#weather {
	font-size: .9em;
	line-height: 1.3em;
}

#weather img {
	float: left;
	padding-right: 10px;
}

.weatherdate {
	padding-bottom: 5px;
}

#weatherlinks {
	padding-top: 5px;
}



/*Generic box used for NL Content  */
.nlbox {
	float: left;
	font-size: 1.0em;
	width: 160px;
	border: 1px solid #91baba;
	background-color: #e7f3f4;
	/*background: url(/images/nlcommunitybg.gif) repeat-x top left; */
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}

.nlinnerbox {
	width: 138px;
	border: 1px solid #ffffff;
	padding: 10px;
	background-color: #e7f3f4;
	/*background: url(/images/userbg.gif) repeat-x top left;*/
	overflow: hidden;
}

.nlbox h2 {
	color: #446b79;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
}

.nlbox h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
}

.nlbox h4 {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}

.nlbox fieldset {
	border: none;
}

/*Generic Def List used for NL Content  */
.nlbox dl {
	width: 138px;
	border: 1px solid #ffffff;
	padding: 10px;
	overflow: hidden;
}

.nlbox dt {
	color: #446b79;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
}

.nlbox dd {
	line-height: 1.45em;
	margin-bottom: 8px;
	overflow: hidden;
}

.nlbox dd a {
	display: block;
	font-size: 1.3em;
	padding-bottom: 1px;
}

.nlbox dd img {
	float: left;
    margin-right: 8px;
}

/*Signinbox styling change generic dl a bit */


.nlbox #signinbox  dt {
	width: 138px;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding-bottom: 2px;
	overflow: hidden;
}

.nlbox #signinbox dd {
	margin: 0;
	padding: 0;
}

.nlbox #signinbox dd.avatar {
	margin-bottom: 10px;
}

.nlbox #signinbox  a {
	font-size: 1.0em;
	line-height: 1.4em;
}

.nlbox #signinbox  dd.admin  {
	
}

.nlbox #signinbox  dd.admin.alert  {
	width: 138px;
	margin-top: 10px;
}

.nlbox #signinbox  dd.admin.alert a {
	line-height: .9em;
	color: #ff0000;
}

.nlbox #signinbox  dd.admin.alert a:hover {
	color: #fe7b7b;
}


/* Zillow Form Styling-Best method was putting the form into the list */
.nlbox form dd {
	line-height: 1.45em;
	margin-bottom: 1px;
}

.nlbox label {
  	font-size: 1.1em;
  	margin-right: 15px;
}

.nlbox input {
 	width: 130px;
 	margin-bottom: 5px;
}

.nlbox input:focus, .nlbox textarea:focus {
 	background: #ecf2fe;
}

.nlbox form img {
	float: none;
	margin: 0;
}

#address_state {
	width: 20px;	
}

#address_zip  {
	width: 50px;
	margin-left: 15px;	
}

#zip  {
	width: 123px;
}

/*NL Pro Ad */
.nlbox dl#nlpbox dt {
	color: #446b79;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
	text-align: center;
}

.nlbox dl#nlpbox dd{
	font-size: 1.1em;
	line-height: 1.45em;
	margin-bottom: 2px;
	text-align: center;     
}


.nlbox dl#nlpbox dd img {
	float: none;
	background: #ffffff;
	padding: 1px;
	border: 1px solid #91baba;
	margin: 0;
}


.nlbox dl#nlpbox dd a{
	font-weight: normal;
	font-size: 1.2em;
}

/*Bottom Nav Bar */
#nlnav {
	float: right;
	width: 750px;
	border: 1px solid #91baba;
	margin-bottom: 10px;
	padding: 8px 0;
	background-color: #e7f3f4;
	/*background: url(/images/nlcommunitybg.gif) repeat-x top left;*/
	clear: right;
}

#nlnav ul {
	list-style-type:none;
	float: left;
	width: 730px;
	margin: 0px;
	padding: 0px;
}

#nlnav li {
	float: left;
	border-right: 1px solid #ffffff;
	padding: 2px 10px 2px 10px;	
}

#nlnav li.last {
	border-right: none;
}

#nlnav li a {
	display: block;
	font-size: 1.2em;
	line-height: .9em;
	padding-bottom: 3px;
}

/*Goes Under Nl nav bar in footer div */
#copyright {
	width: 742px; 
	font-size: .9em;	
	margin-left: 180px;
}


/* Styling for Secondary Content
================================== */
.secondarybox {
	float: right;
	width: 160px;
	margin-bottom: 10px;
	background-color:#ffffff;
	border: 1px solid #96b8fc;	 
}
/*only on homepage box is blue */
#home .secondarybox {
	float: right;
	width: 160px;
	margin-bottom: 10px;
	background-color:#f2f6fa;
	border: 1px solid #96b8fc;	 
}
.secondarybox dl {
	float: right;
	width: 136px;
	padding: 10px;
	border: 2px solid #ffffff;
}

.secondarybox dt {
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px solid #96b8fc;
	margin-bottom: 5px;
}

#home .secondarybox dt {
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 5px;
}

.secondarybox dd {
	font-size: 1.3em;
	line-height: 1.3em;
	padding-top:5px;
	margin: 0;
}

.secondarybox dd img {
	border: 1px solid #96b8fc;
}

/* Styling for Profile view and edit pages
================================== */

/*Styles for Both pages */
h1.profile  {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
}

.profile_title {
	width: 522px;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #f2f6fa;
	padding:5px;
	margin: 10px 0;
}

.link_back {
	font-size: 1.4em;
	margin-bottom: 10px;
}

table.profile {
	width: 532px;
	float: left;
	margin: 10px 0;
}
.profile th, .profile td {
	width: 190px;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}

.tbl_header {
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	background-color: #f2f6fa;
	text-align: left;
}

.top_row {
	padding-top: 5px;
}

/*Profile view page only for mojo edit */
.profile td.mojo {
	width: 100px;
	float: left;
	margin-left: -100px;
	font-size: .9em;
}


table#admin_tbl {
	width: 532px;
	float: left;
	margin: 15px 0px;
}


#admin_tbl th {
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
	background-color: #f2f6fa;
} 


#admin_tbl td {
	font-size: 1.2em;
	padding: 10px 15px 3px 15px;
}


.rowcolor {
	background-color: #f9f9f9;
}

/*For prefs pulldown explanation */
table#prefs {
	margin-bottom: 15px;
}


#prefs th {
	padding-left: 5px;
}

td#finder_explain {
	font-size: 1.1em;
	font-style: italic;
	padding-bottom: 15px;
}

#prefs td.finder_explain {
	font-size: 1.1em;
	padding-bottom: 10px;
}

.bio_img {
	width: 100%;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	overflow: hidden;
}

.bio_img img {
	margin-right: 8px;
	vertical-align: middle;
}


/* For request access to become an editor panel */
p.member_review {
	margin: 8px 0;
}


/*New Additions from Gateway Styling-need to be dispursed */

/* Used in Zip code and state and city pages-should go in zip.css ??  */
h2.search_legend  {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	padding-left: 5px;
	font-style: italic;
	margin: 1px 0 0px 0;
}

/* Should replace all nlnn styling */
#nl_network {
	width: 158px;
	float: left;
	border: 1px solid #91baba;
	background-color: #ffffff;
	margin-top: 10px;
	margin-left: 0px;
	padding: 1px;
}

#nl_network p {
	font-size: 1.0em;
	line-height: 1.0em;
	text-align: center;
	padding-bottom: 8px;
}

#global_nav ul {
	list-style-type:none;
	float: left;
	width: 750px;
	margin: 0px 0 0px 170px;
	padding: 0 0 2px 0;
	display: inline;
	clear: both;
}

/*Global Nav Styling */
#global_nav li {
	float: left;
	font-size: 1.4em;
	line-height: 1.5em;
	background:url(/images/gnavdiv.gif) no-repeat  right;
	padding: 0px 12px;
	color: #bbb;
}

#global_nav .dark {
	color: #000;
}

#global_nav li.last {
	background: none;
}

/*New Leaderboard styling-child div always has 728x90 banner or google ad */
#leader_board {
	float: right;
	width: 750px;
	height: 110px;
	border-left: 1px solid #3e598f;
	border-right: 1px solid #3e598f;
	border-bottom: 1px solid #3e598f;
	background-color: #ffffff;
}

#leader_board div{
	margin: 10px 0 0 10px;
	border: 1px solid #ffffff;
}

/*Standard Search used on Gateway and zip, state and city pages  */
.search_form {
	width: 316px;
	margin: 0;
	padding: 0;
	}
.search_form fieldset {
	margin: 8px 0 10px 0px;
	padding: 0;
	border: 0;
	}

.search_form input { 
	width: 228px; 
	color: #666;
	font-size: 1.0em;
	margin-left: 10px; 
}

.search_form input.submit_query { 
	margin-left: 2px;
	border: none;
	width: 57px;
	vertical-align: bottom;
}


/* appears once on each page */
#share_it {
	width: 162px;
	float: right;
	margin-bottom: 10px;
}

input.submit_button {
	margin-top: 10px;
}

/*notifications*/
.notify {
  	background: #ffdfdf;
  	float: left;
  	border: 1px solid #df7d7d; 
	border-width: 1px 0;
  	margin: 0 0 1em 0; 
	padding: 1em;
	width: 710px;
}

/*Changed from h3 to h2*/
.notify h2{
	margin-bottom: .5em;
}

/*Changed from ol to ul*/
.notify ul {
	list-style: decimal inside;
	padding: 0;
}

/*Changed from ol to ul*/
.notify ul li {
	font-size: 1.3em;
	line-height: 1.4em;
	border-bottom:1px dotted #df7d7d;
	padding: 2px;
}

/*Used to hide icons and divs for ie*/
.hide_ud {
	display: none;
}

/*Error Messages */
/*Changed name from error_msg to errorExplanation*/
.errorExplanation {
  background: #ffdfdf;
  border: 1px solid #df7d7d; 
	border-width: 1px 0;
  margin: 0 0 1em 0; 
	padding: 1em;
}

/*Changed from h3 to h2*/
.errorExplanation h2{
	margin-bottom: .5em;
}

/*Changed from ol to ul*/
.errorExplanation ul {
	list-style: decimal inside;
	padding: 0;
}

/*Changed from ol to ul*/
.errorExplanation ul li {
	font-size: 1.3em;
	line-height: 1.4em;
	border-bottom:1px dotted #df7d7d;
	padding: 2px;
}

/*added to display error div as an inline element.*/
.fieldWithErrors {
  display:inline;
}

/*Changed from error_field to fieldWithErrors*/
/*Apply the error styling to the field itself, not the div wrapper*/
.fieldWithErrors input {
	border: 2px solid #df7d7d;
  border-bottom: 3px solid #df7d7d;
}

/* For All Lightview titles */
.lv_Title {
	font-weight: bold;
	margin-bottom: 0px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #ff0000;
	background-color:#f2f6fa;
}

/*FIXME: copied from forum-nl; needed for newsletter/show; can probably be deleted from forum-nl.css once this is finalized.*/
.breadcrumb_menu {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
}

/* Will be taking over for #panel in individual pages, docs, etc stylesheets */
.nl_lightview_panel {
	height: auto;
}
.nl_lightview_padding {
	border: 1px solid #96b8fc;
	padding: 10px;
	margin-top: 10px;
}

/*Vertical Form Styling Site-Wide */

form.vert_form {
	width: 100%;
	padding-left: 5px;
}

.vert_form label {
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	margin-top: 12px;
	clear: both;
}

.vert_form label.first {
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	margin-top: 5px;
	clear: both;
}

.nl_lightview_padding .vert_form label.first {
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	margin-top: 0px;
	clear: both;
}

.vert_form input {
	width: 200px;
	display: block;
	font-size: 1.2em;
	margin-right: 10px;
	clear: left;
}

.vert_form input.signin {
	width: 260px;
	display: block;
	font-size: 1.2em;
	margin-right: 10px;
	clear: left;
}

.vert_form select {
	width: auto;
	display: block;
	font-size: 1.2em;
	clear: left;
}

.vert_form textarea {
	width: 200px;
	display: block;
	font-size: 1.2em;
	margin-right: 10px;
	clear: left;
}
.vert_form input.non_input {
	width: auto;
	float: left;
	display: block;
	margin-top: 12px;
}

.vert_form input.non_input_small {
	width: auto;
	float: left;
	display: block;
	margin-top: 12px;
}

.vert_form input.non_input_lv {
	width: auto;
	float: none;
	display: block;
	margin-top: 12px;
}

.vert_form input.check_box {
	width: 20px;
	float: left;
	font-size: 1.2em;
	margin-top: 10px;
	margin-right: 2px;
}

div.check_lbl {
	font-weight: normal;
	font-size: 1.2em;
	width: 370px;
	float: left;
	margin-top: 10px;
}

div.check_remember {
	font-weight: normal;
	font-size: 1.2em;
	width: 150px;
	float: left;
	display:block;
	margin-top: 15px;
	margin-bottom: 12px;
}

.vert_form input.remember {
	width: 20px;
	float: left;
	font-size: 1.2em;
	margin-top: 15px;
	margin-right: 2px;
}


div.form_note {
	width: 275px;
	font-size: 1.0em;
	line-height: 1.1em;
	margin-top: 2px;
	color: #666;
}

div.signin_note {
	width: 275px;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-top: 2px;
	color: #666;
}


/* Lightview edit panels */

#panel {
border: 1px solid #96b8fc;
padding: 10px 0 0 10px;
margin-top: 10px;
}

div#mceform {
	margin: 5px 0 10px 0;
}

form.panel_form {
	margin: 0;
	padding: 0;
}

form.panel_form select {
	margin-right: 5px;
	margin-bottom: 15px;
}

form.panel_form input {
	margin-bottom: 5px;
}

form.panel_form label {
	font-weight: bold;
	font-size: 1.3em;
	vertical-align: top;
	padding-right: 2px;
}


form.panel_form input.title_name {
	width: 400px;
}

p.descriptor {
	font-style: italic;
	margin-bottom: 10px;
}

ul.city_wide {
	font-size:1.2em;
	margin-bottom: 15px;
}

ul.city_wide li {
	list-style-type:circle;
	margin-left: 20px;

}

/*Sign-in box styling*/

table#sign_in td {
	padding: 0px 10px 10px 0px;
	background: none;
}

.sign_in_note {
	font-size: 1.3em;
}

form.panel_form label.remember_note {
	font-weight: normal;
}