@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bkgd.jpg);
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	height: 55px;
	background-repeat: no-repeat;
	padding: 0;
	margin-bottom: 5px;
	background-color: #E6E8E9;
} 
.twoColFixLtHdr    #header  h11  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #E0E0E0;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr  #sidebar2 {
	width: 223px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-color: #E5E5E5;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-left-color: #D4D4D4;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D2D2D2;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 243px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #949494;
	margin-bottom: 25px;
	margin-top: 50px;
	margin-left: 263px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
}
#footer  p  a:link {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
}
#footer   p   a:visited {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
}
#footer    p    a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: underline;
	color: #919191;
}
.twoColFixLtHdr  #footer  td {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	text-align: left;
	margin-top: 0px;
}
#mainContent  p a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
#mainContent   p  a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	text-align: left;
	text-decoration: none;
}
#mainContent    p   a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
	text-align: left;
	text-decoration: underline;
}
.smPrint  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
	text-align: left;
	font-style: italic;
}
.smPrint a:link  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #505050;
	text-align: left;
	font-style: italic;
	text-decoration: none;
}
.smPrint  a:visited  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #505050;
	text-align: left;
	font-style: italic;
	text-decoration: none;
}
.smPrint   a:hover  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #8F8F8F;
	text-align: left;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}
.lists  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	text-align: left;
}
.lists   a:link  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	text-align: left;
	text-decoration: none;
}
.lists    a:visited   {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	text-align: left;
	text-decoration: none;
}
.lists     a:hover    {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
	text-align: left;
	text-decoration: underline;
}
#mainContent  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #B9B9B9;
	text-align: left;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 0px;
}
#mainContent   h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3D3D3D;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
	padding-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #151515;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
}
#mainContent h2 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F6F6F6;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#mainContent h2  a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F6F6F6;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#mainContent h2   a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B9B9B9;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.headshot {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939393;
}
#sidebar1 table {
	margin-top: 10px;
}
.embedListings {
	height: 100%;
	width: 512px;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	line-height: 16px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
.headshot {
	margin: 0px;
	padding: 0px;
}
#sidebar1  p a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
}
#sidebar1   p  a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
}
#sidebar1    p   a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A8A8A8;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#MenuBar1 {
}
.socMedia {
}
.neighGuides {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
img
{  border-style: none;
}
.pForm {
	font-size: 12px;
	text-align: center;
	color: #535353;
	background-color: #D1D1D1;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7E7E7E;
	border-bottom-color: #7E7E7E;
}
#sidebar2   textarea, input {
	color: #535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A8A8A8;
	border-right-color: #A8A8A8;
	border-bottom-color: #A8A8A8;
	border-left-color: #A8A8A8;
	background-color: #F6F6F6;
}
.sidebarHdr1 {
	color: #D1D1D1;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	background-color: #2E4F82;
	padding-left: 5px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
.sidebarHdr1 a:link {
	color: #D1D1D1;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	background-color: #2E4F82;
}
.sidebarHdr1  a:visited {
	color: #D1D1D1;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	background-color: #2E4F82;
}
.sidebarHdr1   a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	text-decoration: none;
	background-color: #2E4F82;
}
#sidebar2 table td {
	text-align: left;
}
#sprytextarea1 textarea {
	height: 100px;
	width: 175px;
}
#sprytextfield1 #email {
	width: 175px;
}
.subhdr {
	font-size: 14px;
	color: #545454;
	text-decoration: underline;
}
.smlPrint_Corcoran {
	font-size: 9px;
	padding: 10px;
	background-color: #EBEBEB;
	margin-top: 10px;
}
.smlPrint_Corcoran a:link {
	font-size: 9px;
	background-color: #EBEBEB;
	font-weight: bold;
	text-decoration: none;
	color: #282828;
}
.smlPrint_Corcoran  a:visited {
	font-size: 9px;
	background-color: #EBEBEB;
	font-weight: bold;
	text-decoration: none;
	color: #282828;
}
.smlPrint_Corcoran   a:hover {
	font-size: 9px;
	background-color: #EBEBEB;
	font-weight: bold;
	text-decoration: underline;
	color: #676767;
}
.navBar {
	margin-bottom: 0px;
	height: 40px;
}
#mainContent  table tr {
	height: 175px;
}
