.link:link { color: #6a6a6a; }
.link:active { color: #3f3b3b; }
.link:hover { color: #4f4a4a; }
.link:visited { color: #8f8686; }
.abs { position: absolute; }
.rel { position: relative; }
.rounded {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.shadow {
  -moz-box-shadow: 0px 3px 5px #cccccc;
  -webkit-box-shadow: 0px 3px 5px #cccccc;
  box-shadow: 0px 3px 5px #cccccc;
}
.bg-dBlue { background-color: dark blue; }
.bg-lBlue { background-color: light blue; }
.bg-lGrey { background-color: light grey; }
.bord-dGrey { border: 1px solid dark grey; }
.bord-lGrey { border: 1px solid light grey; }
.bord-dBlue { border: 1px solid dark blue; }
.textspecial { color: #5298c0; }
.abs { position: absolute; }
.rel { position: relative; }
.fleft { float: left; }
.fright { float: right; }
.blo { display: block; }
.non { display: none; }
.hid { visibility: hidden; }
.center {
  margin: auto;
  text-align: center;
}
.clearfix .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix .clearfix { display: inline-block; }
.clearfix * html .clearfix { height: 1%; }
.clearfix .clearfix { display: block; }
.reset {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: auto;
  float: none;
  clear: none;
  line-height: auto;
}
.widBig { width: 445px; }
.widSmall { width: 209px; }
.widFull { width: 640px; }
.colLeft {
  width: 330px;
  float: left;
  margin: 0px 10px 20px 0px;
  border-right: 3px dotted dark blue;
  padding-right: 35px;
}
.colLeft .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.colLeft .clearfix { display: inline-block; }
.colLeft * html .clearfix { height: 1%; }
.colLeft .clearfix { display: block; }
.colRight {
  width: 330px;
  float: left;
  margin: 0px;
}
.colRight .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.colRight .clearfix { display: inline-block; }
.colRight * html .clearfix { height: 1%; }
.colRight .clearfix { display: block; }
.largemap {
  height: 187px;
  width: 638px;
  border: 1px solid dark grey;
  border-width: 0px 1px 1px;
  margin-bottom: 20px;
}
HTML, BODY {
  background: #b5bcc0 url(../images/layout_images/page-bkg.png) repeat-x 0 0;
  margin: 0px;
}
BODY {
  margin: auto;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  line-height: 1.4em;
  position: relative;
}
A.save:before {
  position: relative;
  top: 1px;
  right: 3px;
  content: url(../images/8xCheck.gif);
}
A.cancel:before {
  content: "";
  position: relative;
  top: 1px;
  right: 3px;
  content: url(../images/8xDelete.gif);
}
A.edit:before {
  position: relative;
  top: 3px;
  right: 6px;
  content: url(../images/10xEdit.gif);
}
A.add:before {
  content: "";
  position: relative;
  top: 1px;
  right: 3px;
  content: url(../images/8xPlus.gif);
}
A.hide { display: none; }
H1 {
  color: #252525;
  font-size: 2.4em;
  letter-spacing: 0.012em;
  margin: 32px 0px 25px 39px;
  width: 640px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d0d0d0;
}
.yield {
  padding: 0px 0px 0px 0px;
  height: auto;
  overflow: hidden;
}
A:active {
  border: none;
  outline: none;
}
A:visited {
  border: none;
  outline: none;
}
A:focus {
  border: none;
  outline: none;
}
.youarehere {
  background: #cbe0ec;
  width: 960px;
  color: #458ab3;
  border: 1px solid #ffffff !important;
  border-width: 0px 0px 1px 0px !important;
  z-index: 100 !important;
}
.moreInfo { clear: both; }
DIV#footer {
  background-color: #b4bbbf;
  padding-right: 3px;
  padding-left: 1px;
}
.content { background: url(../images/layout_images/content-bgs-wide.png) repeat-y 0 0 !important; }
.nosidebar { background: url(../images/layout_images/content-bg.png) repeat-y 0 0 !important; }
LI.title {
  font-size: 1.2em;
  margin: 0px 0px 0px -3px;
  color: #6f6f6f;
}
DIV#main-content { padding: 0px 2px 15px; }
DIV#errorExplanation {
  border: 4px solid #ce0707;
  padding: 5px 5px 5px 17px;
  margin-right: 158px;
}
.capitalize { text-transform: capitalize; }
SELECT#profile_birthdate_3i {
  float: left;
  max-width: 50px;
}
SELECT#profile_birthdate_1i {
  float: left;
  max-width: 65px;
  margin: 0px 62px 12px 0px;
}
SELECT#profile_birthdate_2i {
  float: left;
  max-width: 58px;
}
#tweetTime {
  color: #5298c0;
  font-size: 0.625em;
  padding-left: 11px;
}
#tweetText {
  padding-left: 0px;
  margin-bottom: 3px;
}
.x { font-size: 1em; }
.fieldWithErrors INPUT {
  border: 1px solid #e60909;
  color: #020202;
  font-weight: 700;
}
.fieldWithErrors INPUT:focus {
  border: 1px solid #ef7a7a;
  color: #020202;
  font-weight: 700;
}
.fieldWithErrors SELECT {
  border: 1px solid #e60909;
  color: #020202;
  font-weight: 700;
}
.fieldWithErrors SELECT:focus {
  border: 1px solid #ef7a7a;
  color: #020202;
  font-weight: 700;
}
.fieldWithErrors TEXTAREA {
  border: 1px solid #e60909;
  color: #020202;
  font-weight: 700;
}
.fieldWithErrors TEXTAREA:focus {
  border: 1px solid #ef7a7a;
  color: #020202;
  font-weight: 700;
}
div#logo {
  width: 620px;
  height: 31px;
  background: url(../images/layout_images/dg-logo.png) no-repeat 0 0;
  clear: both;
  margin: 14px 0 30px 15px;
}
div#logo A:hover {
  color: none;
  background: none;
}
div#logo A SPAN.tagline { font-size: 13px; }
#search INPUT.txt { font-size: 12px; }
div#nav-bar {
  margin: 3px 2px;
  background-color: #000000;
  height: 35px;
  overflow: hidden;
}
div#nav-bar #search INPUT.txt {
  margin-right: 1px;
  font-size: 12px;
}
div#nav {
  float: left;
  display: inline;
}
div#nav ul {
  margin: 0;
  padding: 4px 0 0 15px;
}
div#nav ul li {
  list-style: none;
  background: url(../images/layout_images/nav-div.gif) no-repeat 0 50%;
  padding: 0 1px 0 4px;
  float: left;
  display: inline;
}
div#nav ul li:first-child { background: none; }
div#nav ul li a {
  display: block;
  background: url(../images/layout_images/nav-tab-right.gif) no-repeat 100% 0;
  line-height: 31px;
  font-weight: bold;
}
div#nav ul li a span {
  display: block;
  background: url(../images/layout_images/nav-tab-left.gif) no-repeat 0 0;
  padding: 0 10px 4px 10px;
  line-height: 27px;
  font-size: 13px;
}
div#nav ul li a:link {
  color: #ffffff;
  text-decoration: none;
}
div#nav ul li a:visited {
  color: #ffffff;
  text-decoration: none;
}
div#nav ul li a:hover {
  background-position: 100% -31px;
  color: #000000;
}
div#nav ul li a.active:link {
  background-position: 100% -31px;
  color: #000000;
}
div#nav ul li a.active:visited {
  background-position: 100% -31px;
  color: #000000;
}
div#nav ul li a:hover span { background-position: 0 -31px; }
div#nav ul li a.active:link span { background-position: 0 -31px; }
div#nav ul li a.active:visited span { background-position: 0 -31px; }
#UtilityBar UL LI { padding: 5px 0px 0px 1px; }
#UtilityBar UL LI A {
  font-size: 9.9px;
  padding: 1px 6px;
}
#UtilityBar UL LI A:hover {
  font-size: 9.9px;
  padding: 1px 6px;
}
#UtilityBar UL LI A:active {
  font-size: 9.9px;
  padding: 1px 6px;
}
#UtilityBar UL LI A:visited {
  font-size: 9.9px;
  padding: 1px 6px;
}
#UtilityBar UL LI A:link {
  font-size: 9.9px;
  padding: 1px 6px;
}
DL .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
DL .clearfix { display: inline-block; }
DL * html .clearfix { height: 1%; }
DL .clearfix { display: block; }
DL DT {
  float: left;
  text-align: right;
  width: 110px;
  margin-right: 2px;
  clear: left;
}
DL DD {
  color: #5298c0;
  margin-left: 110px;
}
DL DT + DD { margin-bottom: 10px; }
#sideNavigation {
  background: transparent none;
  padding: 30px 0px 0px;
  float: right;
}
#sideNavigation .sidebarModule {
  border-bottom: 1px solid #b7c6d0;
  width: 242px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#sideNavigation .sidebarModule:first-child { border-bottom: 3px double #b7c6d0; }
#sideNavigation H1 {
  color: #515151;
  letter-spacing: -0.05px;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 18px;
  width: 200px;
  margin: 0px 0px 17px 20px;
  border-bottom: 1px solid #adbfc9;
}
#sideNavigation H2 {
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 1px;
  letter-spacing: 0.15px;
}
#sideNavigation UL {
  margin-left: 20px;
  width: 200px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#sideNavigation UL + UL {
  border-top: 1px solid #adbfc9;
  padding-top: 10px;
}
#sideNavigation LI {
  list-style: url(/images/layout_images/sidebar_list_bullet.png);
  list-style-position: inside;
  font-size: 12px;
  margin-left: 8px;
  line-height: 14px;
  padding: 2px 0px 4px;
}
#sideNavigation LI A { margin-left: -4px; }
#sideNavigation LI A:link { color: #6a6a6a; }
#sideNavigation LI A:active { color: #3f3b3b; }
#sideNavigation LI A:hover { color: #4f4a4a; }
#sideNavigation LI A:visited { color: #8f8686; }
#sideNavigation LI A:link { color: #515151; }
#sideNavigation LI A:visited { color: #515151; }
#nameSpace {
  margin: 40px 0px 0px 42px;
  height: 58px;
  width: 640px;
}
#nameSpace #image {
  width: 70px;
  float: left;
}
#nameSpace #image .icon {
  width: 70px;
  height: 58px;
  position: relative;
}
#nameSpace #image .icon IMG {
  height: 58px;
  width: 70px;
}
#nameSpace #image .icon:hover .name A { display: block; }
#nameSpace #image .icon .name A {
  position: absolute;
  display: none;
  top: 0px;
  width: 70px;
  float: left;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
#nameSpace #image .icon .name A:hover { color: #252525; }
#nameSpace #ncm {
  margin-left: 86px;
  width: 555px;
  overflow: hidden;
  height: 90px;
}
#nameSpace #ncm #name {
  float: left;
  font-size: 26px;
  letter-spacing: 1.3px;
  color: #252525;
  line-height: 20px;
  margin-right: 4px;
}
#nameSpace #ncm #city {
  display: inline;
  font-size: 12px;
  letter-spacing: 0.95px;
  color: #666666;
  line-height: 28px;
}
#nameSpace #ncm #motto {
  line-height: 20px;
  font-size: 17px;
  color: #8c8c8c;
  font-style: italic;
  margin-top: -6px;
  height: 55px;
  display: block;
  clear: left;
}
#nameSpace #ncm #motto:hover A[class="hide"] { display: inline; }
#nameSpace #ncm #motto A {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.01px;
}
#nameSpace #ncm #motto A[name="save"] {
  float: right;
  margin: -19px 0px 0px 15px;
  width: auto;
}
#nameSpace #ncm #motto A[name="cancel"] {
  float: right;
  margin: -19px 0px 0px 15px;
  width: auto;
}
#nameSpace #ncm textarea {
  line-height: 20px;
  font-size: 17px;
  color: #8c8c8c;
  font-style: italic;
  margin-top: -6px;
  height: 55px;
  display: block;
  clear: left;
}
#nameSpace #ncm textarea:hover A[class="hide"] { display: inline; }
#nameSpace #ncm textarea A {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.01px;
}
#nameSpace #ncm textarea A[name="save"] {
  float: right;
  margin: -19px 0px 0px 15px;
  width: auto;
}
#nameSpace #ncm textarea A[name="cancel"] {
  float: right;
  margin: -19px 0px 0px 15px;
  width: auto;
}
#nameSpace #ncm textarea {
  width: 553px;
  max-width: 553px;
  height: 40px;
  margin-top: 0px;
  font-size: 17px;
  line-height: 20px;
}
#map {
  width: 640px;
  margin: 40px 0px 20px 42px;
  height: 183px;
  overflow: hidden;
  background: #99b3cc;
  margin-top: 19px;
}
#menu {
  width: 640px;
  margin: -20px 0px 20px 42px;
}
#menu #tabs A {
  float: left;
  display: block;
  height: 47px;
  background-color: #f1f2f3;
  color: #666666;
  line-height: 47px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
#menu #tabs A:hover {
  background-color: #e9e9e9;
  color: black;
  text-decoration: none;
}
#menu #tabs A:active {
  background-color: #e9e9e9;
  color: black;
}
#menu #tabs A { width: 127px; }
#menu #tabs A + A { width: 149px; }
#menu #tabs A + A + A { width: 175px; }
#menu #actions {
  width: 159px;
  background-color: #f1f2f3;
  height: 29px;
  padding-top: 18px;
  overflow: hidden;
  padding-left: 30px;
}
#menu #actions A {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  margin-left: 20px;
}
.infoModule {
  overflow: hidden;
  padding: 0px 41px 0px;
  width: 640px;
}
.infoModule:hover H1 + A[class="hide"] { display: inline; }
.infoModule:hover H2 + A[class="hide"] { display: inline; }
.infoModule:hover H3 + A[class="hide"] { display: inline; }
.infoModule:hover H4 + A[class="hide"] { display: inline; }
.infoModule:hover H5 + A[class="hide"] { display: inline; }
.infoModule:hover H6 + A[class="hide"] { display: inline; }
.infoModule:last-child { margin-bottom: 34px; }
.infoModule H1 { margin-left: 0px; }
.infoModule H1.center {
  margin: 32px auto 25px;
  text-align: center;
}
.infoModule H2.center {
  margin: 32px auto 25px;
  text-align: center;
}
.infoModule H3.center {
  margin: 32px auto 25px;
  text-align: center;
}
.infoModule H4.center {
  margin: 32px auto 25px;
  text-align: center;
}
.infoModule H5.center {
  margin: 32px auto 25px;
  text-align: center;
}
.infoModule H6.center {
  margin: 32px auto 25px;
  text-align: center;
}
.infoModule H3 {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  height: auto;
  width: 640px;
  margin-bottom: 11px;
  color: #252525;
  font-size: 19px;
}
.infoModule H3 A {
  display: inline;
  float: none;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #252525;
}
.infoModule H2 {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  height: auto;
  width: 640px;
  margin-bottom: 11px;
  color: #252525;
  font-size: 19px;
}
.infoModule H2 A {
  display: inline;
  float: none;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #252525;
}
.infoModule H2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #d0d0d0;
  height: auto;
}
.infoModule H3 + A { float: right; }
.infoModule H4 { margin: 0px 0px -18px -21px; }
.infoModule H5 {
  float: right;
  text-transform: uppercase;
  font-size: 0.75em;
}
.infoModule A + A { margin-right: 35px; }
.infoModule INPUT#note_title {
  width: 640px;
  height: 18px;
  display: block;
  margin-bottom: 10px;
}
.infoModule TEXTAREA#note_note {
  width: 644px;
  max-width: 644px;
  height: 200px;
  display: block;
}
.infoModule P {
  font-size: 15px;
  color: #252525;
  line-height: 19px;
}
.infoModule DL .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.infoModule DL .clearfix { display: inline-block; }
.infoModule DL * html .clearfix { height: 1%; }
.infoModule DL .clearfix { display: block; }
.infoModule DL DT {
  font-size: 15px;
  max-width: 640px -212px;
}
.infoModule DL DD {
  font-size: 15px;
  max-width: 640px -212px;
}
.infoModule DL DT {
  font-size: 15px;
  color: #666666;
  float: left;
  text-align: right;
  width: 212px;
  margin-right: 4px;
  clear: left;
}
.infoModule DL DD {
  color: #252525;
  margin-left: 216px;
  max-width: 428px;
}
.infoModule DL DD A { float: none; }
.infoModule DL DD.capitalize { text-transform: capitalize; }
.infoModule .icon {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.infoModule .icon:hover {
  background: #eeeeee;
  color: #252525;
}
.infoModule .icon:focus {
  background: #ffffff;
  color: #040404;
}
.infoModule .icon:hover .name A { display: block; }
.infoModule .icon .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.infoModule .icon .name A:hover { color: #252525; }
.infoModule .connection {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.infoModule .connection:hover {
  background: #eeeeee;
  color: #252525;
}
.infoModule .connection:focus {
  background: #ffffff;
  color: #040404;
}
.infoModule .connection:hover .name A { display: block; }
.infoModule .connection .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #e9e9e9;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.infoModule .connection .name A:hover { color: #252525; }
.infoModule .member {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.infoModule .member:hover {
  background: #eeeeee;
  color: #252525;
}
.infoModule .member:focus {
  background: #ffffff;
  color: #040404;
}
.infoModule .member:hover .name A { display: block; }
.infoModule .member .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #e9e9e9;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.infoModule .member .name A:hover { color: #252525; }
.halfwModule {
  overflow: hidden;
  padding: 0px 41px 0px;
  width: 640px;
}
.halfwModule:hover H1 + A[class="hide"] { display: inline; }
.halfwModule:hover H2 + A[class="hide"] { display: inline; }
.halfwModule:hover H3 + A[class="hide"] { display: inline; }
.halfwModule:hover H4 + A[class="hide"] { display: inline; }
.halfwModule:hover H5 + A[class="hide"] { display: inline; }
.halfwModule:hover H6 + A[class="hide"] { display: inline; }
.halfwModule:last-child { margin-bottom: 34px; }
.halfwModule H1 { margin-left: 0px; }
.halfwModule H1.center {
  margin: 32px auto 25px;
  text-align: center;
}
.halfwModule H2.center {
  margin: 32px auto 25px;
  text-align: center;
}
.halfwModule H3.center {
  margin: 32px auto 25px;
  text-align: center;
}
.halfwModule H4.center {
  margin: 32px auto 25px;
  text-align: center;
}
.halfwModule H5.center {
  margin: 32px auto 25px;
  text-align: center;
}
.halfwModule H6.center {
  margin: 32px auto 25px;
  text-align: center;
}
.halfwModule H3 {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  height: auto;
  width: 640px;
  margin-bottom: 11px;
  color: #252525;
  font-size: 19px;
}
.halfwModule H3 A {
  display: inline;
  float: none;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #252525;
}
.halfwModule H2 {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  height: auto;
  width: 640px;
  margin-bottom: 11px;
  color: #252525;
  font-size: 19px;
}
.halfwModule H2 A {
  display: inline;
  float: none;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #252525;
}
.halfwModule H2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #d0d0d0;
  height: auto;
}
.halfwModule H3 + A { float: right; }
.halfwModule H4 { margin: 0px 0px -18px -21px; }
.halfwModule H5 {
  float: right;
  text-transform: uppercase;
  font-size: 0.75em;
}
.halfwModule A + A { margin-right: 35px; }
.halfwModule INPUT#note_title {
  width: 640px;
  height: 18px;
  display: block;
  margin-bottom: 10px;
}
.halfwModule TEXTAREA#note_note {
  width: 644px;
  max-width: 644px;
  height: 200px;
  display: block;
}
.halfwModule P {
  font-size: 15px;
  color: #252525;
  line-height: 19px;
}
.halfwModule DL .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.halfwModule DL .clearfix { display: inline-block; }
.halfwModule DL * html .clearfix { height: 1%; }
.halfwModule DL .clearfix { display: block; }
.halfwModule DL DT {
  font-size: 15px;
  max-width: 640px -212px;
}
.halfwModule DL DD {
  font-size: 15px;
  max-width: 640px -212px;
}
.halfwModule DL DT {
  font-size: 15px;
  color: #666666;
  float: left;
  text-align: right;
  width: 212px;
  margin-right: 4px;
  clear: left;
}
.halfwModule DL DD {
  color: #252525;
  margin-left: 216px;
  max-width: 428px;
}
.halfwModule DL DD A { float: none; }
.halfwModule DL DD.capitalize { text-transform: capitalize; }
.halfwModule .icon {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.halfwModule .icon:hover {
  background: #eeeeee;
  color: #252525;
}
.halfwModule .icon:focus {
  background: #ffffff;
  color: #040404;
}
.halfwModule .icon:hover .name A { display: block; }
.halfwModule .icon .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.halfwModule .icon .name A:hover { color: #252525; }
.halfwModule .connection {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.halfwModule .connection:hover {
  background: #eeeeee;
  color: #252525;
}
.halfwModule .connection:focus {
  background: #ffffff;
  color: #040404;
}
.halfwModule .connection:hover .name A { display: block; }
.halfwModule .connection .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #e9e9e9;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.halfwModule .connection .name A:hover { color: #252525; }
.halfwModule .member {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.halfwModule .member:hover {
  background: #eeeeee;
  color: #252525;
}
.halfwModule .member:focus {
  background: #ffffff;
  color: #040404;
}
.halfwModule .member:hover .name A { display: block; }
.halfwModule .member .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #e9e9e9;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.halfwModule .member .name A:hover { color: #252525; }
.note {
  overflow: hidden;
  padding: 0px 41px 0px;
  width: 640px;
}
.note:hover H1 + A[class="hide"] { display: inline; }
.note:hover H2 + A[class="hide"] { display: inline; }
.note:hover H3 + A[class="hide"] { display: inline; }
.note:hover H4 + A[class="hide"] { display: inline; }
.note:hover H5 + A[class="hide"] { display: inline; }
.note:hover H6 + A[class="hide"] { display: inline; }
.note:last-child { margin-bottom: 34px; }
.note H1 { margin-left: 0px; }
.note H1.center {
  margin: 32px auto 25px;
  text-align: center;
}
.note H2.center {
  margin: 32px auto 25px;
  text-align: center;
}
.note H3.center {
  margin: 32px auto 25px;
  text-align: center;
}
.note H4.center {
  margin: 32px auto 25px;
  text-align: center;
}
.note H5.center {
  margin: 32px auto 25px;
  text-align: center;
}
.note H6.center {
  margin: 32px auto 25px;
  text-align: center;
}
.note H3 {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  height: auto;
  width: 640px;
  margin-bottom: 11px;
  color: #252525;
  font-size: 19px;
}
.note H3 A {
  display: inline;
  float: none;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #252525;
}
.note H2 {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  height: auto;
  width: 640px;
  margin-bottom: 11px;
  color: #252525;
  font-size: 19px;
}
.note H2 A {
  display: inline;
  float: none;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #252525;
}
.note H2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #d0d0d0;
  height: auto;
}
.note H3 + A { float: right; }
.note H4 { margin: 0px 0px -18px -21px; }
.note H5 {
  float: right;
  text-transform: uppercase;
  font-size: 0.75em;
}
.note A + A { margin-right: 35px; }
.note INPUT#note_title {
  width: 640px;
  height: 18px;
  display: block;
  margin-bottom: 10px;
}
.note TEXTAREA#note_note {
  width: 644px;
  max-width: 644px;
  height: 200px;
  display: block;
}
.note P {
  font-size: 15px;
  color: #252525;
  line-height: 19px;
}
.note DL .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.note DL .clearfix { display: inline-block; }
.note DL * html .clearfix { height: 1%; }
.note DL .clearfix { display: block; }
.note DL DT {
  font-size: 15px;
  max-width: 640px -212px;
}
.note DL DD {
  font-size: 15px;
  max-width: 640px -212px;
}
.note DL DT {
  font-size: 15px;
  color: #666666;
  float: left;
  text-align: right;
  width: 212px;
  margin-right: 4px;
  clear: left;
}
.note DL DD {
  color: #252525;
  margin-left: 216px;
  max-width: 428px;
}
.note DL DD A { float: none; }
.note DL DD.capitalize { text-transform: capitalize; }
.note .icon {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.note .icon:hover {
  background: #eeeeee;
  color: #252525;
}
.note .icon:focus {
  background: #ffffff;
  color: #040404;
}
.note .icon:hover .name A { display: block; }
.note .icon .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.note .icon .name A:hover { color: #252525; }
.note .connection {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.note .connection:hover {
  background: #eeeeee;
  color: #252525;
}
.note .connection:focus {
  background: #ffffff;
  color: #040404;
}
.note .connection:hover .name A { display: block; }
.note .connection .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #e9e9e9;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.note .connection .name A:hover { color: #252525; }
.note .member {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.note .member:hover {
  background: #eeeeee;
  color: #252525;
}
.note .member:focus {
  background: #ffffff;
  color: #040404;
}
.note .member:hover .name A { display: block; }
.note .member .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #e9e9e9;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.note .member .name A:hover { color: #252525; }
.comment {
  overflow: hidden;
  padding: 0px 41px 0px;
  width: 640px;
}
.comment:hover H1 + A[class="hide"] { display: inline; }
.comment:hover H2 + A[class="hide"] { display: inline; }
.comment:hover H3 + A[class="hide"] { display: inline; }
.comment:hover H4 + A[class="hide"] { display: inline; }
.comment:hover H5 + A[class="hide"] { display: inline; }
.comment:hover H6 + A[class="hide"] { display: inline; }
.comment:last-child { margin-bottom: 34px; }
.comment H1 { margin-left: 0px; }
.comment H1.center {
  margin: 32px auto 25px;
  text-align: center;
}
.comment H2.center {
  margin: 32px auto 25px;
  text-align: center;
}
.comment H3.center {
  margin: 32px auto 25px;
  text-align: center;
}
.comment H4.center {
  margin: 32px auto 25px;
  text-align: center;
}
.comment H5.center {
  margin: 32px auto 25px;
  text-align: center;
}
.comment H6.center {
  margin: 32px auto 25px;
  text-align: center;
}
.comment H3 {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  height: auto;
  width: 640px;
  margin-bottom: 11px;
  color: #252525;
  font-size: 19px;
}
.comment H3 A {
  display: inline;
  float: none;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #252525;
}
.comment H2 {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  height: auto;
  width: 640px;
  margin-bottom: 11px;
  color: #252525;
  font-size: 19px;
}
.comment H2 A {
  display: inline;
  float: none;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #252525;
}
.comment H2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #d0d0d0;
  height: auto;
}
.comment H3 + A { float: right; }
.comment H4 { margin: 0px 0px -18px -21px; }
.comment H5 {
  float: right;
  text-transform: uppercase;
  font-size: 0.75em;
}
.comment A + A { margin-right: 35px; }
.comment INPUT#note_title {
  width: 640px;
  height: 18px;
  display: block;
  margin-bottom: 10px;
}
.comment TEXTAREA#note_note {
  width: 644px;
  max-width: 644px;
  height: 200px;
  display: block;
}
.comment P {
  font-size: 15px;
  color: #252525;
  line-height: 19px;
}
.comment DL .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.comment DL .clearfix { display: inline-block; }
.comment DL * html .clearfix { height: 1%; }
.comment DL .clearfix { display: block; }
.comment DL DT {
  font-size: 15px;
  max-width: 640px -212px;
}
.comment DL DD {
  font-size: 15px;
  max-width: 640px -212px;
}
.comment DL DT {
  font-size: 15px;
  color: #666666;
  float: left;
  text-align: right;
  width: 212px;
  margin-right: 4px;
  clear: left;
}
.comment DL DD {
  color: #252525;
  margin-left: 216px;
  max-width: 428px;
}
.comment DL DD A { float: none; }
.comment DL DD.capitalize { text-transform: capitalize; }
.comment .icon {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.comment .icon:hover {
  background: #eeeeee;
  color: #252525;
}
.comment .icon:focus {
  background: #ffffff;
  color: #040404;
}
.comment .icon:hover .name A { display: block; }
.comment .icon .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.comment .icon .name A:hover { color: #252525; }
.comment .connection {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.comment .connection:hover {
  background: #eeeeee;
  color: #252525;
}
.comment .connection:focus {
  background: #ffffff;
  color: #040404;
}
.comment .connection:hover .name A { display: block; }
.comment .connection .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #e9e9e9;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.comment .connection .name A:hover { color: #252525; }
.comment .member {
  width: 66px;
  min-height: 55px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.comment .member:hover {
  background: #eeeeee;
  color: #252525;
}
.comment .member:focus {
  background: #ffffff;
  color: #040404;
}
.comment .member:hover .name A { display: block; }
.comment .member .name A {
  position: absolute;
  top: 0px;
  width: 66px;
  float: left;
  display: none;
  background: #e9e9e9;
  opacity: 0.8;
  text-align: center;
  padding-top: 2px;
  color: #515151;
}
.comment .member .name A:hover { color: #252525; }
.halfwModule {
  float: left;
  width: 380px;
}
.halfwModule DL DT { width: 140px; }
.halfwModule DL DD { margin-left: 146px; }
.halfwModule H1 {
  width: 360px;
  margin-left: 0px;
}
.note H3 {
  border: 1px solid #d0d0d0;
  border-width: 1px 0px 0px;
  padding-top: 12px;
  height: auto;
}
.note H3 .info { float: right; }
.note H3 .info .date {
  font-size: 12px;
  color: #666666;
}
.note H3 .info .author {
  font-size: 15px;
  color: #252525;
}
.note .actions {
  padding-bottom: 17px;
  border-bottom: 1px solid #d0d0d0;
}
.note .actions A {
  font-size: 10px;
  background: url(../images/layout_images/nav-div-light.gif) no-repeat top left;
  padding-left: 10px;
  margin-left: 10px;
  margin-right: 0px;
}
.note .actions A:last-child { background: none; }
.comment DL { margin: 20px 0px 0px; }
.comment DL DT {
  width: 100px;
  margin-left: 0px;
  font-size: 14px;
}
.comment DL DD {
  margin-left: 105px;
  width: 535px;
  max-width: 535px;
  line-height: 19px;
  color: #515151;
  font-size: 14px;
}
.comment DL DD TEXTAREA {
  width: 535px;
  max-width: 535px;
  height: 100px;
}
DD > INPUT[type="text"] {
  max-width: 428px;
  min-height: 12px;
  outline: none;
  font-size: 15px;
  color: #252525;
}
DD > INPUT[type="text"]:focus { outline: none; }
INPUT[type="password"] {
  max-width: 428px;
  min-height: 12px;
  outline: none;
  font-size: 15px;
  color: #252525;
}
INPUT[type="password"]:focus { outline: none; }
SELECT {
  max-width: 428px;
  min-height: 12px;
  outline: none;
  font-size: 15px;
  color: #252525;
}
SELECT:focus { outline: none; }
TEXTAREA {
  max-width: 428px;
  min-height: 12px;
  outline: none;
  font-size: 15px;
  color: #252525;
}
TEXTAREA:focus { outline: none; }
#home .infoModule { width: 380px; }
#home .infoModule:first-child {
  width: 880px;
  text-align: center;
}
#home .infoModule:first-child H1 { width: 880px; }
#home .infoModule:first-child A.fbconnect_login_button {
  float: none;
  background: #fafbfc;
  display: block;
  height: 76px;
  line-height: 95px;
  text-align: center;
  vertical-align: middle;
  width: 173px;
  margin: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#home .infoModule:first-child A.fbconnect_login_button:hover { background: #f3f4f5; }
#home .infoModule H1 {
  text-align: center;
  width: 420px;
}
#home .infoModule FORM DL DT.reorder DIV { margin-top: -21px; }
#peopleView { width: 640px; }
#peopleView .bigMap { margin-left: 42px; }
#peopleView .bigMap #javascriptless_map {
  height: 187px;
  border: 1px solid #98b2cb;
  border-width: 0px 55px 0px;
}
#peopleView .menu {
  width: 640px;
  margin: 0px 0px 70px 42px;
}
#peopleView .menu A {
  height: 20px;
  padding: 14px 54px;
  background-color: #f1f2f3;
  color: #666666;
  line-height: 23px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 52px;
  float: left;
}
#peopleView .menu A:hover {
  background-color: #e9e9e9;
  color: black;
  text-decoration: none;
}
#peopleView .menu A:active {
  background-color: #e9e9e9;
  color: black;
}
#peopleView .filters {
  float: right;
  width: 209px;
}
#peopleView .filters INPUT { float: right; }
#peopleView #peopleList {
  margin: 0px 0px 40px 42px;
  float: left;
  width: 70px;
}
#peopleView #peopleList .person {
  height: 130px;
  width: 445px;
  clear: left;
}
#peopleView #peopleList .person .thumb {
  float: left;
  width: 100px;
  height: 100px;
}
#peopleView #peopleList .person .thumb IMG {
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin: auto;
  border: 1px solid #252525;
}
#peopleView #peopleList .person .map {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0px 10px 0px;
}
#peopleView #peopleList .person .map IMG {
  width: 100px;
  height: 100px;
}
#peopleView #peopleList .person .info { padding-top: 2px; }
#peopleView #peopleList .person .info .profileName { font-size: 1.2em; }
#peopleView #peopleList .person .info .address { font-size: 0.8em; }
.groupsList { margin-left: 42px; }
.groupsList A#newGroup {
  float: right;
  margin-right: 40px;
}
.groupsList .group { margin-top: 5px; }
.groupsList .group IMG {
  width: 100px;
  height: 100px;
}
.groupsList .group A { vertical-align: top; }
#resources H2 {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 0px;
}
#featuredItem {
  width: 640px;
  margin-left: 40px;
}
#featuredItem #miniHeading {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  color: #515151;
  font-weight: bold;
  line-height: 28px;
  padding-top: 10px;
}
#featuredItem #video {
  clear: left;
  margin-top: 38px;
  border: 0px;
}
#featuredItem #caption {
  background-color: #f1f2f3;
  overflow: hidden;
  margin-bottom: 38px;
}
#featuredItem #caption #resourceInfo {
  width: 462px;
  float: left;
  margin: 20px 0px 20px 30px;
  background: url(../images/layout_images/profile_list_background.png) repeat-y top right;
}
#featuredItem #caption #resourceInfo H2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0px 0px 10px;
}
#featuredItem #caption #resourceInfo UL#info { margin: 0px; }
#featuredItem #caption #resourceInfo UL#info LI {
  font-size: 10px;
  font-weight: bold;
  color: #8c8c8c;
  line-height: 16px;
  text-transform: uppercase;
  list-style: none;
}
#featuredItem #caption #resourceInfo UL#info LI:first-child { color: #515151; }
#featuredItem #caption UL#actions {
  width: 120px;
  margin: 15px 0px 0px 0px;
  float: right;
  padding-left: 10px;
}
#featuredItem #caption UL#actions LI {
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
}
#filters {
  width: 650px;
  height: 21px;
  padding: 4px 40px;
  border: 1px solid #d0d0d0;
  border-width: 1px 0px;
}
#filters H4 { float: left; }
#filters UL LI {
  float: left;
  list-style: none;
  font-size: 14px;
  background: url(../images/layout_images/nav-div-light.gif) no-repeat top left;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: -8px;
}
.featureModule {
  padding-left: 42px;
  overflow: auto;
}
.featureModule H3 SPAN {
  font-size: 12px;
  color: #666666;
  margin-left: 6px;
}
.featureModule H2 SPAN {
  font-size: 12px;
  color: #666666;
  margin-left: 6px;
}
.featureModule H1 SPAN {
  font-size: 12px;
  color: #666666;
  margin-left: 6px;
}
.featureModule IMG { float: left; }
.featureModule UL {
  width: 200px;
  margin: 0px 0px 0px 20px;
  float: right;
}
.featureModule UL LI {
  float: left;
  margin: -3px 0px 15px 0px;
  list-style: none;
  width: 180px;
}
.featureModule UL LI H4 { margin: 0px; }
.featureModule UL LI H4 A {
  color: black;
  font-size: 14px;
  text-transform: none;
  line-height: 17px;
  margin: 0px;
  float: none;
}
.featureModule UL LI .date {
  float: left;
  clear: left;
  color: #666666;
}
.featureModule UL LI .subtitle {
  float: left;
  clear: left;
  color: #666666;
}
.featureModule UL LI .scripture {
  float: left;
  clear: left;
  color: #666666;
}
.featureModule UL LI .subtitle { font-style: italic; }
#fullResource { width: 640px; }
#fullResource H1 { margin-bottom: 0px; }
#fullResource #info {
  margin-left: 40px;
  float: left;
  margin-top: 4px;
  margin-bottom: 10px;
}
#fullResource #info .sep {
  background: url(../images/layout_images/nav-div-light.gif) no-repeat top left;
  padding-left: 10px;
  margin-left: 10px;
}
#fullResource #actions {
  margin-left: 40px;
  width: 640px;
}
#fullResource #actions A {
  float: right;
  background: url(../images/layout_images/nav-div-light.gif) no-repeat top left;
  padding-left: 10px;
  margin-right: 10px;
  margin-top: 4px;
  color: #666666;
}
#fullResource #video {
  margin-left: 40px;
  margin-bottom: 5px;
  clear: left;
}
#fullResource #series {
  margin-left: 40px;
  font-weight: bold;
}
#fullResource #series A {
  text-decoration: underline;
  font-weight: normal;
}
#fullResource #scripture {
  font-weight: bold;
  font-size: 14px;
  margin-left: 40px;
  margin-top: 30px;
}
#fullResource #content {
  width: 640px;
  padding-left: 0px;
  margin-left: 40px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  font-size: 14px;
}
#fullResource #content P + P { margin-top: 4px; }
#fullResource #content BLOCKQUOTE {
  margin-left: 30px;
  font-size: 13px;
}
#fullResource #content H4 { font-weight: bold; }
#fullResource #content H4 EM { font-weight: bold; }
#fullResource #copyright {
  width: 610px;
  background: #e8e9eb;
  margin-left: 40px;
  padding: 20px;
  line-height: 12px;
  font-size: 10px;
  margin-bottom: 30px;
}
#fullResource #copyright P {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#fullResource #copyright P + P { padding-top: 5px; }
#byTitle .infoModule { margin-bottom: 13px; }
#byTitle .infoModule H3 {
  width: 640px;
  color: #252525;
  font-size: 19px;
  border: 0px;
  margin-bottom: 0px;
  height: auto;
}
#byTitle .infoModule H4 {
  margin: 0px;
  color: #8c8c8c;
  font-style: italic;
  font-size: 14px;
}
#byTitle .infoModule HR {
  margin: 8px 0px;
  border-color: #d0d0d0;
}
#byTitle .infoModule .info {
  font-size: 12px;
  margin-top: 4px;
}
#byTitle .infoModule .info .scripture { float: left; }
#byTitle .infoModule .info .date {
  float: left;
  background: url(../images/layout_images/nav-div-light.gif) no-repeat top left;
  padding-left: 10px;
  margin-left: 7px;
  color: #666666;
}
#byTitle .infoModule .actions { margin-top: 4px; }
#byTitle .infoModule .actions A {
  text-transform: none;
  background: url(../images/layout_images/nav-div-light.gif) no-repeat top left;
  padding-left: 10px;
  margin-left: 7px;
  margin-right: 0px;
  font-size: 12px;
  color: #515151;
}
#byTitle .infoModule .actions A:last-child { background: none; }
#albumFlow .center #cropdiv {
  width: 209px;
  margin: auto;
}
#albumFlow .center DL DT { width: 157px; }
#albumFlow .center DL DD {
  margin-left: 0px;
  width: 500px;
  text-align: left;
}
.id {
  width: 640px;
  clear: left;
  overflow: auto;
}
.id:hover .actions { display: block; }
.id .icon {
  width: 70px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.id .icon:hover { color: #252525; }
.id .icon:focus { color: #040404; }
.id .icon:hover A.name { display: block; }
.id .icon:hover SPAN.address { display: block; }
.id .icon:hover .actions { display: block; }
.id .icon A IMG {
  width: 70px;
  height: 58px;
}
.id .icon A.name {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id .icon A.name:hover { color: #252525; }
.id .icon SPAN.address {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id .icon SPAN.address:hover { color: #252525; }
.id .icon .actions {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id .icon .actions:hover { color: #252525; }
.id .icon .actions {
  position: absolute;
  top: auto;
  bottom: 0px;
  float: none;
  z-index: 10;
}
.id .icon .actions A {
  margin-left: 0px;
  display: inline;
  text-transform: uppercase;
  font-size: 8px;
}
.id .map {
  width: 70px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.id .map:hover { color: #252525; }
.id .map:focus { color: #040404; }
.id .map:hover A.name { display: block; }
.id .map:hover SPAN.address { display: block; }
.id .map:hover .actions { display: block; }
.id .map A IMG {
  width: 70px;
  height: 58px;
}
.id .map A.name {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id .map A.name:hover { color: #252525; }
.id .map SPAN.address {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id .map SPAN.address:hover { color: #252525; }
.id .map .actions {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id .map .actions:hover { color: #252525; }
.id .map .actions {
  position: absolute;
  top: auto;
  bottom: 0px;
  float: none;
  z-index: 10;
}
.id .map .actions A {
  margin-left: 0px;
  display: inline;
  text-transform: uppercase;
  font-size: 8px;
}
.id .map {
  margin-left: -4px;
  width: 100px;
}
.id .map SPAN.address { width: 100px; }
.id A.name {
  float: left;
  font-size: 26px;
  letter-spacing: 1.3px;
  color: #252525;
  line-height: 20px;
  margin-right: 4px;
}
.id A.name:hover { text-decoration: none; }
.id SPAN.address {
  padding: 0px;
  font-size: 12px;
  letter-spacing: 0.95px;
  color: #666666;
  line-height: 28px;
}
.id SPAN.motto {
  line-height: 20px;
  font-size: 17px;
  color: #8c8c8c;
  font-style: italic;
  margin-top: -6px;
  height: 55px;
  display: block;
}
.id .actions {
  float: right;
  bottom: 0px;
  display: none;
}
.id .actions A {
  float: right;
  margin-left: 5px;
}
.id_big {
  width: 640px;
  clear: left;
  overflow: auto;
}
.id_big:hover .actions { display: block; }
.id_big .icon {
  width: 70px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.id_big .icon:hover { color: #252525; }
.id_big .icon:focus { color: #040404; }
.id_big .icon:hover A.name { display: block; }
.id_big .icon:hover SPAN.address { display: block; }
.id_big .icon:hover .actions { display: block; }
.id_big .icon A IMG {
  width: 70px;
  height: 58px;
}
.id_big .icon A.name {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id_big .icon A.name:hover { color: #252525; }
.id_big .icon SPAN.address {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id_big .icon SPAN.address:hover { color: #252525; }
.id_big .icon .actions {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id_big .icon .actions:hover { color: #252525; }
.id_big .icon .actions {
  position: absolute;
  top: auto;
  bottom: 0px;
  float: none;
  z-index: 10;
}
.id_big .icon .actions A {
  margin-left: 0px;
  display: inline;
  text-transform: uppercase;
  font-size: 8px;
}
.id_big .map {
  width: 70px;
  margin-right: 8px;
  float: left;
  position: relative;
}
.id_big .map:hover { color: #252525; }
.id_big .map:focus { color: #040404; }
.id_big .map:hover A.name { display: block; }
.id_big .map:hover SPAN.address { display: block; }
.id_big .map:hover .actions { display: block; }
.id_big .map A IMG {
  width: 70px;
  height: 58px;
}
.id_big .map A.name {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id_big .map A.name:hover { color: #252525; }
.id_big .map SPAN.address {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id_big .map SPAN.address:hover { color: #252525; }
.id_big .map .actions {
  font-size: 11px;
  position: absolute;
  top: 0px;
  width: 70px;
  float: left;
  display: none;
  background: #ffffff;
  opacity: 0.8;
  text-align: center;
  padding: 2px 0px;
  color: #515151;
  letter-spacing: normal;
  line-height: normal;
}
.id_big .map .actions:hover { color: #252525; }
.id_big .map .actions {
  position: absolute;
  top: auto;
  bottom: 0px;
  float: none;
  z-index: 10;
}
.id_big .map .actions A {
  margin-left: 0px;
  display: inline;
  text-transform: uppercase;
  font-size: 8px;
}
.id_big .map {
  margin-left: -4px;
  width: 100px;
}
.id_big .map SPAN.address { width: 100px; }
.id_big A.name {
  float: left;
  font-size: 26px;
  letter-spacing: 1.3px;
  color: #252525;
  line-height: 20px;
  margin-right: 4px;
}
.id_big A.name:hover { text-decoration: none; }
.id_big SPAN.address {
  padding: 0px;
  font-size: 12px;
  letter-spacing: 0.95px;
  color: #666666;
  line-height: 28px;
}
.id_big SPAN.motto {
  line-height: 20px;
  font-size: 17px;
  color: #8c8c8c;
  font-style: italic;
  margin-top: -6px;
  height: 55px;
  display: block;
}
.id_big .actions {
  float: right;
  bottom: 0px;
  display: none;
}
.id_big .actions A {
  float: right;
  margin-left: 5px;
}
.id_big .icon { width: 121px; }
.id_big .icon A IMG {
  width: auto;
  height: auto;
  max-width: 121px;
  max-height: 100px;
}
.id_big .icon A.name { width: 121px; }
.id_big .icon .actions { width: 121px; }
#head .id { margin: 30px 0px 20px 42px; }
#head .id_big { margin: 30px 0px 20px 42px; }
#Content #Content-inner #Content-inner2 #main-content {
  overflow: hidden;
  padding: 0px;
  background: url(../images/layout_images/sidenav_noarrow.png) repeat-x 0 0 #e6f3fb;
  margin: -2px 0px 2px 2px;
}
#Content #Content-inner #Content-inner2 #main-content #tabHeader { background: brown; }
#Content #Content-inner #Content-inner2 #main-content #youAreHere { padding-left: 40px; }
#Content #Content-inner #Content-inner2 #main-content #youAreHere P {
  vertical-align: middle;
  line-height: 24px;
  margin: 0px 0px 0px 0px;
}
#Content #Content-inner #Content-inner2 #main-content .youarehere {
  background: #cbe0ec;
  width: 960px;
  color: #458ab3;
  border: 1px solid #ffffff !important;
  border-width: 0px 0px 1px 0px !important;
  z-index: 100 !important;
}
#Content #Content-inner #Content-inner2 #main-content #show_flash { background: white; }
#Content #Content-inner #Content-inner2 #main-content .yield {
  height: auto;
  overflow: hidden;
  background: white;
  padding-bottom: 999999px;
  margin-bottom: -999999px;
  min-height: 300px;
}
#Content #Content-inner #Content-inner2 #main-content #sideNavigation + #show_flash + .yield { width: 718px; }
#Footer {
  clear: both;
  font-size: 13px;
}
