/* CSS Document */

.contcontain
{
width: 1000px;
margin: auto;
border: #C0C0C0 solid 2px;
background-image:url(../images/rxbg.jpg);
background-repeat: no-repeat;
}

div#contenttitle
{
margin-top: 50px;
margin-bottom: 50px;
height: 20px;
padding-left: 40px;

}

div#contenttext
{
height:auto;
padding-left: 50px;
padding-right: 500px;
}

/* Tab CSS */

* { margin:0px; padding:0px; }

.tusual {
  color:#111;
  width:570px;
  margin-left: 380px;
  margin-top: 10px;
  z-index:1;
}
.tusual li { list-style:none; float:left;}
.tusual ul a {
  display:block;
  padding:10px 0px 10px 0px;
  text-decoration:none;
  margin-right:3px;
  margin-left:0px;
  color:#000000;
  background: #dfdfdf;
  width: 170px;
  border-top: #d4d4d4 solid 1.5px;
  border-left: #d4d4d4 solid 1.5px;
  border-right: #d4d4d4 solid 1.5px;

}
.tusual ul a:hover {
  color:#ffffff;
  background:f1f1f1;
  }
.tusual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#f1f1f1;
  cursor:default;
  position: relative;
  bottom: -1px;
  }
  
.tusual div {
  padding:30px 30px 30px 30px;
  clear:left;
  background-image:url('http://www.wmcbusinessservices.com/image/bg/tab/tabbg300.png');
  font:10pt Georgia;
  border-left: #d4d4d4 solid 1.5px;
  border-right: #d4d4d4 solid 1.5px;
  border-bottom: #d4d4d4 solid 1.5px;
  border-top: #d4d4d4 solid 1.5px;

}


.timg {float: right; margin-left: 30px; display:block; margin-top: 0px}


#bigtab
		{
		font-size:15px;
		color: #463C3C;
		}
		
#subtab
		{
		font-size:13px;
		color: #3e3e3e;
		}