HTML, BODY {
    height: 100%;
}
BODY {
  color: #000000;
  margin: 0px;
  padding: 0px;
  font: 13px arial, helvetica, sans-serif;
  text-align:center;
  height:auto;
  overflow:-moz-scrollbars;
  min-width: 1000px;
  background:#ffffff;
}
P {
  line-height:16px;
  padding:5px;
  margin:0px;
  font-size: 12px;
}
li {
  font: 12px arial, helvetica, sans-serif;
  padding:5px;
  line-height:16px;
}
A {
  text-decoration: none;
  color:#0000ff;
}
A:hover {
  text-decoration: underline;
}

FORM {
  margin:0px;
  padding:0px;
  line-height:17px;
}

IMG {
  margin:0px;
  padding:0px;
  border:0px;
}
H1 {
   clear: both;
   padding:0px;
   margin:0px 0px 5px 0px;
   font-size: 20px;
   line-height:20px;
   font-weight: bold;
   color: #a84e00;
}
H2{
  font-size: 18px;
  font-weight:bold;
  text-align:left;
  margin:0px;
  padding:0px;
  color:#a84e00;
}
H3{
  font-size: 16px;
  font-weight:bold;
  text-align:center;
  margin:0px;
  padding:0px;
  color:#a84e00;
}
H4{
  font-size: 14px;
   line-height:20px;
  font-weight:bold;
  text-align:center;
  margin:0px;
  padding:0px;
  color:#868686;
}
td {
    font-size: 12px;
    line-height:18px;
    padding:3px 0px 3px 0px;
}
input, select {
    color:#111111;
}
h4 {
   clear: both;
   color:#111111;
   font-weight:bold;
   font-size: 16px;
   padding:0px;
   margin:0px 0px 10px 0px;
}
.leftContent li,.rightContent ul {
   text-align:left;
   padding:1px 0px 0px 10px;
}
.leftContent li,.rightContent li {
  list-style:none;  
  padding:5px 0px;
}

.stateInd , .stateIndImg, .stateIndSelected{
  float:left;
  list-style:none; 
  padding:7px 3px 5px 3px;
  font: 12px verdana;
  font-weight:normal;
}
.stateIndImg {
  padding:5px 3px 5px 3px;
}
.stateIndSelected {
  font-weight:bold;
  text-decoration:underline;
}
/* styles for div */

#mainContainer {
  width:1000px;
  height:auto;
  margin:0px auto;
  padding:0px;
  text-align:center;
  background:#ffffff;
}
#borderContainer {
  width:100%;
  margin:0 auto;
  padding:0;
}

#centerContainer {
  width:1000px;
  margin:0 auto;
  padding:0px;
  display:table;
  text-align: center;
  border:1px solid #868686;
}

#contentContainer {
  width:99%;
  margin:0px auto;
  padding:10px 0px 5px 0px;
  text-align: left;
  background:#FFFFFF;
  overflow:visible;
  min-height:440px;
  font-size:13px;
  line-height:17px;
  z-index:1px;
  height:expression(this.scrollHeight < 440? "440px" : "auto" );
}
#logoContainer {
    float:left;
}
#stageIndicator {
   border:0px solid #000000;
}
.clsErrorMsg {
    color:#ff0000;
}
.clear {
  clear:both;
  overflow:hidden;
  height:2px;
}
.divPadding {
    padding:5px;
}
.divInfo {
    padding:5px;
  font-size:13px;
  line-height:17px;
  width:800px;
  margin:0 auto;
}
.divInfo p,.divInfo li  {
  font-size:13px;
  line-height:20px;
}

.clsText {
    border:1px solid #868686;
}
.clsTableBorder_left {
    border-left: 1px solid #868686;
    padding:0px;
}
.clsTableBorder_right {
    border-right: 1px solid #868686;
    padding:0px;
}
.clsTableBorder_bottom {
    border-bottom: 1px solid #868686;
    padding:0px;
}
.clsTableHeader_left,.clsTableHeader_right {
    background: url("../images/tab/bg_table_header_left.gif") no-repeat;
    height:auto;
    padding:0px;
    width:7px;
}
.clsTableHeader_right {
    background: url("../images/tab/bg_table_header_right.gif") no-repeat;
}
.clsTableHeader {
    background: url("../images/tab/bg_table_header.gif");
    height:auto;
    border-bottom:0px solid #E4D2A4;
    padding:0px 0px 0px 10px;
    color:#ffff00;
    text-align:left;
    font-size:14px;
    line-height:40px;
    font-weight:bold;
}
.clsTableBorder_bottom td {
    padding:0px;
    margin:0px;
}

.gridHeading td{
    background-color:#080400;
    color:#ffffff;
    font-weight:bold;
    border-right:1px solid #ffffff;
    text-align:center;
    padding:3px;
}
.gridData td{
    border-bottom:1px dotted #868686;
    color:#000000;
    padding:2px;
}
.bgTableColor {
    background-color:#cccccc;
}

.bgTableColor td{
    color:#000000;
    padding:2px;
}
/******************************/

.style1 {
	font-size: 14px
	}

.style6 {
	font-family: Verdana, "Times New Roman";
	font-size: 12px;
	color: #FFFFFF;
	}

ul.directory li
{
	width:43%;
	margin:0 1% 20px 2%;
	float:left;
	display:inline;
	margin-bottom:20px;
}
ul.directory ul
{
	list-style-type:disc;
}
ul.directory li ul li
{
	width:auto;
	font-size:130%;
	float:none;
	display:list-item;
	margin-bottom:10px;
	margin-left:1.2em;
}
ul.directory a
{
	color:#039;
	text-decoration:none;
}
#search-browse
{
	border-top:1px solid #CCC;
	padding:20px 0;
	width:100%;
	position:relative;
	text-align:center;
	font-size:130%;
	clear:both;
	margin-top:1em;
}
#search-browse #alpha
{
	border-bottom:0;
	margin:0;
	padding-bottom:0;
}
#search-browse #alpha h3
{
	display:inline;
	margin:0;
	padding-right:15px;
	color:#999;
	font-size:100%;
	font-weight:bold;
}
#search-browse #alpha ul
{
	margin:0;
	padding:0;
	display:inline;
	text-transform:uppercase;
}
#search-browse #alpha ul li
{
	display:inline;
}
#search-browse #alpha ul li a
{
	padding:0 2px;
	text-decoration:none;
	font-size:92%;
}
#search-browse #alpha ul li a:hover
{
	text-decoration:underline;
}

/******************************/
/*************Rounded Corners Styles Starts ***************/
.topLeftCurve, topRightCurve , .bottomLeftCurve, .bottomRightCurve {
    width:18px;
    height:15px;
    background:url(../images/tab/top_left_curve.gif) no-repeat;
}
.topRightCurve {
    background:url(../images/tab/top_right_curve.gif) no-repeat;
}
.topCenterCurve {
    background:url(../images/tab/top_center_curve.gif) repeat-x;;
}
.centerLeftCurve {
    background:url(../images/tab/center_left_curve.gif) repeat-y;
}
.centerRightCurve {
    background:url(../images/tab/center_right_curve.gif) repeat-y;
}
.bottomLeftCurve {
    background:url(../images/tab/bottom_left_curve.gif) no-repeat;
}
.bottomCenterCurve {
    background:url(../images/tab/bottom_center_curve.gif) repeat-x;
}
.bottomRightCurve {
    background:url(../images/tab/bottom_right_curve.gif) no-repeat;
}

.divProd {
  float:left;width:193px;height:250px;background:url(../images/bg_products.gif) no-repeat;margin-right:3px;

}
.pad15 {  padding:15px;	}

.pdtHead_1{color:#4088d5;}
.pdtHead_2{color:#b85939;}
.pdtHead_3{color:#da8500;}
.pdtHead_4{color:#768918;}
.pdtHead_5{color:#613ab9;}
.pdtHead_1, .pdtHead_2, .pdtHead_3, .pdtHead_4, .pdtHead_5 { text-align:center;}

.clear10px { height:10px;
   overflow:hidden;
   clear:both;
}
#footerContainer a { color:#ffffff;}
#footerContainer td {
    border-right:1px solid #aaaaaa;
    padding:0px;
}
.footerLinksText,.footerLinksText a {
   color:#403f3f;
   text-align:left;
   text-decoration: none;
   font-size:10px;font-family:arial;
}

.pad5 {  padding:5px;}
.pad10 {  padding:10px;	}

