/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the ONLY ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */

/* right column typography */
#rightcolumn p {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif; color: #5D5D5D;
	padding-bottom: 12px;
}

/* lawyer biography styles */
.name {
	background-color: #FFFDE4; border-bottom: 1px dotted #5D5D5D; 
	padding-top: 10px; padding-bottom: 10px; padding-left: 12px;
}
.admitted {
	padding-top: 10px; padding-bottom: 10px; padding-left: 12px;
	border-bottom: 1px dotted #5D5D5D; margin-bottom: 12px;
}
.namename {
	font: 16px/16px Georgia, "Times New Roman", Times, serif;
	color: #8b1239; font-weight: bold;
}
/* style for builings page only */
.address {
	padding-top: 10px; padding-bottom: 10px; padding-left: 12px;
	border-bottom: 1px dotted #5D5D5D; margin-bottom: 12px;
}
.buildpic {
	text-align: left; width: 128px; padding-bottom: 30px;
}

/* footer */
#footer p {
	font: 10px Verdana, Arial, Helvetica, sans-serif; color: #333; padding: 13px 20px;
}

#footer a:link, #footer a:visited {
	font: 10px Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
	text-decoration: underline; color: #999;
}
#footer a:hover, #footer a:active {
	font: 10px Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
	text-decoration: none; color: #999;
}

#footerredlinks a:link, #footerredlinks a:visited {
	font: 12px Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
	text-decoration: none; color: #a10b2f; padding-left: 25px;
}
#footerredlinks a:hover, #footerredlinks a:active {
	font: 12px Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
	text-decoration: underline; color: #a10b2f; padding-left: 25px;
}

/* search field */
.searchfield {margin-right:15px; padding: 3px 3px 2px 3px; border: 1px solid #a10b2f;}
.searchbutton {padding: 1px;}
.searchresult {color: #a10b2f; font-weight: bold;}

#WNTitle {font: italic 14px Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

