/* User Navigation related css */
.border {height:1em; background:#781351; clear:left}
#navigation-login a
{
color: #000;
background: #ffa20c url(http://www.realnexus.com/images/left_tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation-login a span
{
background: url(http://www.realnexus.com/images/right_tab.gif) right top no-repeat;
padding-right: 10px
}

#navigation-login a, #navigation-login a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation-login a, #navigation-login a span
{
float: none
}
/* End hide */

#navigation-login a:hover
{
color: #fff;
background: #781351 url(http://www.realnexus.com/images/left_tab_hover.gif) left top no-repeat;
padding-left: 10px
}

#navigation-login a:hover span
{
background: url(http://www.realnexus.com/images/right_tab_hover.gif) right top no-repeat;
padding-right: 10px
}

#navigation-login ul
{
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0
}

#navigation-login li
{
  list-style-type: none;
  float: left;
  margin: 0;
} 
/* End of User Navigation related css */
body {
  font-family:arial,helvetica,sans-serif;
  font-size:12px;
  background-color:#e2eae2;
 }
#wrapper {
  width:900px;
  margin:0px auto;
  padding:10px;
  /*position:center;*/
  background-color:#f7fdf7;
 }


#header-relationship {
  margin-top:1px;
  padding-bottom:0px;
  background-image: url(http://www.realnexus.com/images/business/background_business.gif);
  background-repeat: repeat;
  /*position:left;*/
 }

#links-left {
  float:left;
  margin-top:0px;
  margin-bottom:5px;
  width:700px;
 }
#links-right {
  float:left;
  margin-top:0px;
  margin-bottom:5px;
  width:200px;
 }
#content {
  margin-top:0px;
  padding-bottom:0px;
 }
#content div {
  padding:5px;
  /*border:1px solid #ff3300;*/
  float:left;
 }
#content-left {
  width:500px;
 }

table.comments
 {
   border-width: 0px 0px 0px 0px;
   padding: 12px 2px 2px 2px;
   border-style: solid;
   border-color: #e1dede;
   border-spacing: 0px;
}
table.comments th
 {
   border-width: 0px 0px 0px 0px;
   padding: 2px 2px 2px 2px;
   background-color: #BEC8D1;/*#6b6767;*/
   color: #444444;
   text-align: left;
   font-size: 13px;
   -moz-border-radius: 0px 0px 0px 0px;
 }
table.comments td
 {
   padding: 1px 1px 1px 5px;
   color: #444444;
 }
table.comments tr.tdLight td
 {
   vertical-align: text-top;
   border-width: 0px 0px 0px 0px;
   padding: 1px 1px 1px 1px;
   background-color: #f7fdf7;
   -moz-border-radius: 0px 0px 0px 0px;
 }
table.comments tr.tdDark td
 {
   vertical-align: text-top;
   border-width: 0px 0px 0px 0px;
   padding: 1px 1px 1px 1px;
   background-color: #ededed;
   -moz-border-radius: 0px 0px 0px 0px;
 }
table.comments tr.tdLightBlue td
 {
   vertical-align: text-top;
   border-width: 0px 0px 0px 0px;
   padding: 8px 8px 8px 8px;
   background-color: #BBBBBB;
   -moz-border-radius: 0px 0px 0px 0px;
 }
table.comments tr.tdDarkBlue td
 {
   vertical-align: text-top;
   border-width: 0px 0px 0px 0px;
   padding: 8px 8px 8px 8px;
   background-color: #BEC8D1; /*#76B5A8;*/
   -moz-border-radius: 0px 0px 0px 0px;
 }

#content-main {
  margin-left:10px;
  width:180px;
 }
#content-right {
  margin-left:10px;
  width:134px;
 }
#content-right1 {
  width:880px;
}

.quote{border:1px Solid #505050;background-color:#ffffff;width:85%;margin:2px;padding:5px;color:#505050;font:11px verdana,sans-serif;}

#content-right1 td
{
  width:880px;
}
#footer {
          float:left;
          margin-top:10px;
          /*margin-bottom:10px;*/
          padding:10px;
          border:1px solid #bbb;
          width:878px;
          text-align:center; 
	}
#bottom {
          clear:both;
          text-align:right;
        }
a.menu {
    color: white;
    font-family: Tahoma;
    font-size: 7pt;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #339999;
    padding: 5px;
    position: relative;
}

a.menu span {
        display: none;
        position: absolute;
        top: 30px;
        left: 5px;
        width: 125px;
        padding: 5px;
        z-index: 100;
        background: #000;
        color: #ededed;
        -moz-border-radius: 5px; /* this works only in camino/firefox */
        -webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.menu {
    font-size: 99%;
    background-color: #5A8EC6;
}

a:hover.menu span {
        display: block;
}

.toolbar {
    background-color: #339999;
    padding: 5px 0px 5px 0px;
}

#menu a, #menu a:visited {
  text-align:center; 
  text-decoration:none; 
  color:#000; 
  display:block; 
  width:7em; 
  height:1.2em; 
  border:0.5em solid #fff;
  }
#menu a:hover {
  color:#fff;
  background-color:#b2ab9b; 
  border-color:#dfd7ca #b2ab9b;
  }

a.menu-left {
    color: white;
    font-family: Tahoma;
    font-size: 7pt;
    font-weight: bold;
    border-left: 1px solid white;
    text-decoration: none;
    background-color: #339999;
    padding: 5px;
    text-align:right;
    position: relative;
}

a.menu-left span {
        display: none;
        position: absolute;
        top: 30px;
        left: 5px;
        width: 125px;
        padding: 5px;
        z-index: 100;
        background: #000;
        color: #ededed;
        -moz-border-radius: 5px; /* this works only in camino/firefox */
        -webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.menu-left {
    font-size: 99%;
    background-color: #5A8EC6;
}
a:hover.menu-left span {
        display: block;
}

.hr {
  border: 0;
  width: 97.7%;
  color: #f00;
  background-color: #f7fdf7;
  height: 1px;
}
.roundcont {
  padding: 5px 5px 5px 5px;
  width: 250px;
  background-color: #ededed; /*#e2eae2;*/
  color: #000000;
  /*margin: 5px;*/
}

.roundcont p {
  margin: 0 10px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.roundtop { 
  background: url(http://www.realnexus.com/images/tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

.roundbottom {
  background: url(http://www.realnexus.com/images/br.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

img.corner {
  width: 15px;
  height: 15px;
  border: none;
  display: block !important;
  text-align:left;
}
#body-content{
  margin-top:0px;
  /*padding-bottom:0px;*/
  padding: 5px 0px 5px 0px;
}
#body-content h1{
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #252c4b;
  padding-left: 3px;
}
#body-content h2{
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #252c4b;
  padding-left: 3px;
}
#body-content h3{
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #252c4b;
  padding-left: 3px;
}
#body-content p{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4d4848;
  padding-left: 3px;
  padding-right: 10px;
}

#body-content li{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4d4848;
  padding-left: 3px;
  padding-right: 10px;
}
p.formClass{ font-size: 11pt;
             color: #252C4b;
             font-weight: bold;
           }

