/* standard */
@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  background-color: #5d5b5b;
}
#website {
  text-align: center;
  padding: 20px;
  background-image: url(../images/body_gradient.gif);
  background-repeat: repeat-x;
  background-color:#5d5b5b;
}
#h1_txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: right;
  padding-top: 3px;
  padding-right: 2px;
  padding-bottom: 0px;
  padding-left: 2px;
}

body, .body_text_normal, .body_text_normal a:link, .body_text_normal a:visited, .body_text_normal a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #585858;
  text-decoration: none;
}
.body_text_normal a:hover {
  font-size: 11px;
  text-decoration: underline;
}
.body_text_medium, .body_text_medium a:link, .body_text_medium a:visited, .body_text_medium a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #585858;
  text-decoration: none;
}
.body_text_medium a:hover {
  font-size: 13px;
  text-decoration: underline;
}
.body_text_large, .body_text_large a:link, .body_text_large a:visited, .body_text_large a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #585858;
  text-decoration: none;
}
.body_text_large a:hover {
  font-size: 16px;
  text-decoration: underline;
}

.brown_text_small, .brown_text_small a:link, .brown_text_small a:visited, .brown_text_small a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #641c00;
  text-decoration: none;
}
.brown_text_small a:hover {
  font-size: 10px;
  text-decoration: underline;
}
.brown_text_normal, .brown_text_normal a:link, .brown_text_normal a:visited, .brown_text_normal a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #641c00;
  text-decoration: none;
}
.brown_text_normal a:hover {
  font-size: 11px;
  text-decoration: underline;
}
.brown_text_medium, .brown_text_medium a:link, .brown_text_medium a:visited, .brown_text_medium a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #641c00;
  text-decoration: none;
}
.brown_text_medium a:hover {
  font-size: 13px;
  text-decoration: underline;
}
.brown_text_large, .brown_text_large a:link, .brown_text_large a:visited, .brown_text_large a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #641c00;
  text-decoration: none;
}
.brown_text_large a:hover {
  font-size: 16px;
  text-decoration: underline;
}

.black_text_normal, .black_text_normal a:link, .black_text_normal a:visited, .black_text_normal a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.black_text_normal a:hover {
  font-size: 11px;
  text-decoration: underline;
}
.black_text_medium, .black_text_medium a:link, .black_text_medium a:visited, .black_text_medium a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}
.black_text_medium a:hover {
  font-size: 13px;
  text-decoration: underline;
}
.black_text_large, .black_text_large a:link, .black_text_large a:visited, .black_text_large a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
.black_text_large a:hover {
  font-size: 16px;
  text-decoration: underline;
}

.yellow_text_normal, .yellow_text_normal a:link, .yellow_text_normal a:visited, .yellow_text_normal a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffcc5d;
  text-decoration: none;
}
.yellow_text_normal a:hover {
  font-size: 11px;
  text-decoration: underline;
}
.yellow_text_medium, .yellow_text_medium a:link, .yellow_text_medium a:visited, .yellow_text_medium a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ffcc5d;
  text-decoration: none;
}
.yellow_text_medium a:hover {
  font-size: 13px;
  text-decoration: underline;
}
.yellow_text_large, .yellow_text_large a:link, .yellow_text_large a:visited, .yellow_text_large a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffcc5d;
  text-decoration: none;
}
.yellow_text_large a:hover {
  font-size: 16px;
  text-decoration: underline;
}

.orange_text_normal, .orange_text_normal a:link, .orange_text_normal a:visited, .orange_text_normal a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffc20a;
  text-decoration: none;
}
.orange_text_normal a:hover {
  font-size: 11px;
  text-decoration: underline;
}
.orange_text_medium, .orange_text_medium a:link, .orange_text_medium a:visited, .orange_text_medium a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ffc20a;
  text-decoration: none;
}
.orange_text_medium a:hover {
  font-size: 13px;
  text-decoration: underline;
}
.orange_text_large, .orange_text_large a:link, .orange_text_large a:visited, .orange_text_large a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffc20a;
  text-decoration: none;
}
.orange_text_large a:hover {
  font-size: 16px;
  text-decoration: underline;
}

.green_text_normal, .green_text_normal a:link, .green_text_normal a:visited, .green_text_normal a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #224d30;
  text-decoration: none;
}
.green_text_normal a:hover {
  font-size: 11px;
  text-decoration: underline;
}
.green_text_medium, .green_text_medium a:link, .green_text_medium a:visited, .green_text_medium a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #224d30;
  text-decoration: none;
}
.green_text_medium a:hover {
  font-size: 13px;
  text-decoration: underline;
}
.green_text_large, .green_text_large a:link, .green_text_large a:visited, .green_text_large a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #224d30;
  text-decoration: none;
}
.green_text_large a:hover {
  font-size: 16px;
  text-decoration: underline;
}

.red_text_small, .red_text_small a:link, .red_text_small a:visited, .red_text_small a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #cf4c4c;
  text-decoration: none;
}
.red_text_normal, .red_text_normal a:link, .red_text_normal a:visited, .red_text_normal a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #C0042E;
  text-decoration: none;
}
.alert {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #C0042E;
  text-decoration: none;
  font-weight: bold;
}
.red_text_normal a:hover {
  font-size: 11px;
  text-decoration: underline;
}
.red_text_medium, .red_text_medium a:link, .red_text_medium a:visited, .red_text_medium a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #C0042E;
  text-decoration: none;
}
.red_text_medium a:hover {
  font-size: 13px;
  text-decoration: underline;
}
.red_text_large, .red_text_large a:link, .red_text_large a:visited, .red_text_large a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #C0042E;
  text-decoration: none;
}
.red_text_large a:hover {
  font-size: 16px;
  text-decoration: underline;
}

.blue_text_normal, .blue_text_normal a:link, .blue_text_normal a:visited, .blue_text_normal a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #20b3e8;
  text-decoration: none;
}
.blue_text_normal a:hover {
  font-size: 11px;
  text-decoration: underline;
}
.blue_text_medium, .blue_text_medium a:link, .blue_text_medium a:visited, .blue_text_medium a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #20b3e8;
  text-decoration: none;
}
.blue_text_medium a:hover {
  font-size: 13px;
  text-decoration: underline;
}
.blue_text_large, .blue_text_large a:link, .blue_text_large a:visited, .blue_text_large a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #20b3e8;
  text-decoration: none;
}
.blue_text_large a:hover {
  font-size: 16px;
  text-decoration: underline;
}

.dark_blue_text_normal, .dark_blue_text_normal a:link, .dark_blue_text_normal a:visited, .dark_blue_text_normal a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #006bb6;
  text-decoration: none;
}
.dark_blue_text_normal a:hover {
  font-size: 11px;
  text-decoration: underline;
}
.dark_blue_text_medium, .dark_blue_text_medium a:link, .dark_blue_text_medium a:visited, .dark_blue_text_medium a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #006bb6;
  text-decoration: none;
}
.dark_blue_text_medium a:hover {
  font-size: 13px;
  text-decoration: underline;
}
.dark_blue_text_large, .dark_blue_text_large a:link, .dark_blue_text_large a:visited, .dark_blue_text_large a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #006bb6;
  text-decoration: none;
}
.dark_blue_text_large a:hover {
  font-size: 16px;
  text-decoration: underline;
}

.white_text_normal, .white_text_normal a:link, .white_text_normal a:visited, .white_text_normal a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}
.white_text_normal a:hover {
  font-size: 11px;
  text-decoration: underline;
}
.white_text_medium, .white_text_medium a:link, .white_text_medium a:visited, .white_text_medium a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}
.white_text_medium a:hover {
  font-size: 13px;
  text-decoration: underline;
}
.white_text_large, .white_text_large a:link, .white_text_large a:visited, .white_text_large a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.white_text_large a:hover {
  font-size: 16px;
  text-decoration: underline;
}

.left_div, .ldiv {
  text-align: left;
}
.right_div, .rdiv {
  text-align: right;
}
.center_div, .cdiv {
  text-align: center;
}
.vmiddle {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}
.pad0 {
  padding: 0px;
  margin: 0px;
}
.pad5 {
  padding: 5px;
}
.pad10 {
  padding: 10px;
}
.pad20 {
  padding: 20px;
}
form {
  margin: 0px;
  padding: 0px;
}
td {
  vertical-align: top;
}
p {
padding:0px;
margin:0px;
}

.formfield {
  color: #23211d;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #494640;
  background-color: #ffffff;
  width: 300px;
}
.formfield2 {
  color: #23211d;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #494640;
  background-color: #ffffff;
}
.formfield3 {
  color: #23211d;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #494640;
  background-color: #ffffff;
  width: 50px;
  text-align: center;
}
.formfield3rd {
  color: #23211d;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 0px solid #ffffff;
  width: 150px;
}
.formbutton {
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #494640;
  background-color: #23211d;
}
.hidden {
  display: none;
}
.new_row {
  clear: both;
  padding: 0px;
}
.menudiv {
  padding: 0px;
  position: relative;
  background-color: #606139;
}
#bg_1 {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: top;
  text-align: left;
  background-color: #ffffff;
}
#content_area {
  background-image: url(../images/content_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 20px;
  text-align: left;
}
#side_menu {
  width: 180px;
}
#sc_bg {
  background-image: url(../images/shopping_cart_bg.jpg);
  background-position: left;
}
#content_area a:link, #content_area a:visited, #content_area a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffcc5d;
  text-decoration: none;
  font-weight: bold;
}
#content_area a:hover {
  font-size: 11px;
  text-decoration: underline;
}
#footer, #efooter {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #4b4949;
  font-size: 10px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
  color: #c3c4c3;
  text-decoration: none;
}
#footer a:hover {
  color: #c3c4c3;
  text-decoration: underline;
}
.e_footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #4d4a44;
  font-size: 10px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.e_footer a:link, .e_footer a:visited, .e_footer a:hover, .e_footer a:active {
  color: #4d4a44;
  text-decoration: none;
}
.e_footer a:hover {
  text-decoration: underline;
}
#newsletter_rego {
  position: absolute;
  width: 700px;
  margin-left: 128px;
  //margin-left: -370px;
  margin-top: 50px;
  background-color: #39372f;
  filter: alpha(opacity=95);
  opacity: 0.95;
  padding: 20px;
  display: none;
}
.r1 {
  background-color: #23211d;
}
#other_source {
  display: none;
}
.pic_border {
  padding: 1px;
  border: 1px solid #641c00;
}
.sc_info {
  position: absolute;
  display: none;
  top: -110px;
  left: 20px;
}
.home_text {
  padding-left: 40px;
}
#page_title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #DA1111;
  text-decoration: none;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  font-weight: normal;
}
.page_title_2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #641c00;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
.line {
  background-color: #c6ada3;
  height: 1px;
  width: 100%;
}
.pframe {
  background-image: url(../images/pframe.jpg);
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  height: 202px;
  width: 132px;
  padding: 5px;
}
.pname {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #641c00;
  text-decoration: none;
  font-weight: normal;
}
.ppic {
  width: 124px;
  height: 119px;
  background-color: #e9dfdc;
  margin-left: 4px;
  //margin-left: 0px;
  margin-bottom: 10px;
}
.pbutton1 {
  margin-top: 8px;
  float: left;
  margin-left: 5px;
}
.pbutton1a {
  margin-top: 12px;
  float: left;
  margin-left: 5px;
}
.pbutton2 {
  margin-top: 6px;
  float: right;
  position: relative;
}
.pbutton2a {
  margin-top: 8px;
  float: right;
  position: relative;
}
.qty {
  color: #641c00;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px solid #ede5e2;
  background-color: #ffffff;
  width: 30px;
}
#product_image, #shopping_cart {
  background-image: url(../images/popup_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  position: absolute;
  z-index:10;
  background-color:#faf8f7;
  padding:20px;
  display: none;
  border: 1px solid #641c00;
  width: 650px;
}
#shopping_cart{
  filter: alpha(opacity=95);
  opacity: 0.95;
}
.ebg {
  background-image: url(../images/ebg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  text-align: left;
  background-color: #ffffff;
}
.menulink a:link, .menulink a:visited, .menulink a:active {
  background-image: url(../images/bullet.gif);
  background-repeat: no-repeat;
  background-position: top left;
  text-align: left;
  padding: 0px;
  padding-left: 15px;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #641c00;
  text-decoration: none;
  margin: 0px;
}
.menulink a:hover {
  color: #b28e80;
}
/*.c2a_left {
  width: 160px;
  float: left;
}
#c2a_1, #c2a_2{
  float: right;
  height: 133px;
  text-align: left;
}
#c2a_3{
  float: right;
  height: 146px;
  text-align: left;
}
#c2a_1 {
  background: url(../images/right_cta.gif);
  background-repeat: no-repeat;
  width: 155px;
}
#c2a_2 {
  background: url(../images/right_cta.gif);
  background-repeat: no-repeat;
  width: 155px;
}
#c2a_3 {
  background: url(../images/contact_us_right_cta.gif);
  background-repeat: no-repeat;
  width: 155px;
}
*/
#c2a_1{
  background: url(../images/about_us.jpg);
  background-repeat: no-repeat;
  width: 333px;
  height:152px;
  float:left
}
#c2a_1right{
   width: 148px;
  height:152px;
  float:right;
}
#c2a_2{
  background: url(../images/services.jpg);
  background-repeat: no-repeat;
  width: 333px;
  height:148px;;
}
#c2a_3{
  background: url(../images/contact_us.jpg);
  background-repeat: no-repeat;
  width: 333px;
  height:175px;;
}
#data_area1{
  background: url(../images/gradient.gif);
  background-repeat:repeat-y;
  background-position:bottom;
  margin-top: 0px;
  margin-bottom:0px;
  margin-left: 0px;
}
#data_area{
padding-left:0px;
padding-right:0px;
  margin-top: 0px;
  margin:0px;
  padding:0px;
  margin-bottom:0px;
  margin-left: 0px;*/
  padding-right:157px;
}

h1, h2, h3, h4, h5, h6 {
padding:0px;
margin:0px;
}
#data_background{
background-color:#5d5b5b;
padding: 0px;
margin: 0px;
margin-right:0x;
padding-right:2px;
}
.left_gradient{
  background: url(../images/left_gradient.gif);
  background-repeat:no-repeat;
  width:4px;
  height:21px;
}
.right_gradient{
  background: url(../images/right_gradient.gif);
  background-repeat:no-repeat;
  width:2px;
  height:21px;
}
.middle_gradient{
  background: url(../images/middle_gradient.gif);
  background-repeat:repeat-x;
  height:21px;
  width:949px;
}
.table_stats{
width:621px;
}
#content_text{
  color:#585858;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  padding-left:10px;
  padding-right:25px;

}
#right_divbox{
margin:0px;
padding:0px;
clear:right;
float:right;
width:2px;
min-height:382px;
background-image:url(../images/side_shadow.gif);
background-repeat:repeat-y;
}
#left_divbox{
  min-height:382px;
  margin:0px;
  padding:0px;
  clear:none;
  float:left;
  width:620px;
  background-image:url(../images/gradient.gif);
  background-repeat:repeat-y;
  background-position:bottom;
}
#content_box{
  margin:0px;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 50px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#585858;
}
#cta_td_background{
  background: url(../images/left_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  margin: 0px;
  padding: 0px;
}
#about_left{
  background: url(../images/about_us_left.jpg);
  background-repeat: no-repeat;
  width: 167px;
  height:118px;
  float:left
}
#about_right{
  width: 166px;
  float: right;
}
#services_left{
  background: url(../images/services_left.jpg);
  background-repeat: no-repeat;
  width: 153px;
  height:118px;
  float:left
}
#services_right{
  width: 180px;
  float: right;
}
#contact_us_left{
  background: url(../images/contact_us_left.jpg);
  background-repeat: no-repeat;
  width: 234px;
  height:145px;
  float:left
}
#contact_us_right{
  width: 99px;
  float: right;
}
#location_left{
width: 262px;
float:left;
}
#location_right{
width: 262px;
float:right;
}
.left_side{
float:left;
width:50%;
text-align:center;
}

.border_div
{
border-right:1px solid #dfdfdf;
}
.separator
{
height:1px;
margin:10px 0px 20px 0px;
background-color:#dfdfdf;
border:0px !important;
}
.right_side{
float:right;
width:50%;
text-align:center;
}
.overall_padding{
padding-left:55px;
padding-right:25px;
}
.padding_updown4{
padding-bottom:5px;
padding-top:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#585858;
text-align:center
}
.link_title{
color:#585858;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
text-decoration:none;
}
.footer_style{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #c3c4c3;
  font-size: 10px;
}
.cta_txt1{
color:#FFFFFF;
padding-left:16px;
padding-top:10px;
padding-bottom:10px;
}
.cta_txt2{
padding-left:16px;
color:#FFFFFF;
padding-top:25px;
padding-bottom:30px;
}
.view_style{
padding-left:10px;
}
li{
background-image:url(../images/bullets_transport.gif);
background-repeat:no-repeat;
background-position:0px 5px;;
margin:0px;
padding-left:20px;
list-style:none;
line-height:16px;
font-weight:normal;
}
#content_box a{
color:#930000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;

}
#content_box a:hover{
color:#930000;
text-decoration:underline;
font-weight:bold;
}
#address_style{
padding-top:25px;
}
#tag_line{
  font-weight:bold;
}
#tag_line a:link, #tag_line a:visited, #tag_line a:hover {
color:#930000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
#tag_line a:hover{
color: #930000;
text-decoration:underline;
}
.table_first_left{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#60676a;
background:#eaeef5;
border-bottom:1px solid #ffffff;
border-right:1px solid #ffffff;
padding-left:10px;
padding-bottom:6px;
padding-top:6px;
}
.table_first_right{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#60676a;
background:#eaeef5;
border-bottom:1px solid #ffffff;
padding-left:10px;
padding-bottom:6px;
padding-top:6px;
}
.table_second_left{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#60676a;
background:#f2f5f9;
border-bottom:1px solid #ffffff;
border-right:1px solid #ffffff;
padding-left:10px;
padding-bottom:6px;
padding-top:6px;
}
.table_second_right{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#60676a;
background:#f2f5f9;
border-bottom:1px solid #ffffff;
padding-left:10px;
padding-bottom:6px;
padding-top:6px;
}
ul{
padding:0px;
margin:0px;
}
/*.ul_heading{
padding:0px 4px 20px 20px;
}
.sub_heading{
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#DA1111;
}
*/.title_color{
font-weight:bold;
color:#999999;
}
.black_bold{
color:#000000;
font-weight:bold;
}
.text_weight{
font-weight:bold;
color:#DA1111;
}
.padding_t2{
padding-top:15px;
}
.padding_b2{
padding-bottom:15px;
}
.extra_style{
border:2px solid #004a75;
margin-left:0px;
}
.img_padding{
margin-left: 5px;
}
.sub_heading{
padding:10px 0px 5px 0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#DA1111;!important
}
.ul_heading{
padding:0px 4px 10px 20px;
}
.padding_t10{
padding-top:10px;
}
.padding_b10{
padding-bottom:10px;
}
.div_style{
overflow:auto;
width:auto;
}
img_padding1{
margin-bottom:6px;
}
.form_sub_heading
{
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#DA1111;!important
}
.form_style{
height:14px;
padding:2px;
}
.margin_b3{
margin-bottom:3px;
}
.vtop{

  vertical-align: middle;

}
.vtop_add{

vertical-align: top;
padding-top::8px;
}
.padding_l15{
padding-left:15px;
}
.padding_t20{
padding-top:20px;
}
.formbutton_submit{
background-image: url(../images/submit.gif);;
background-repeat:no-repeat;
cursor:pointer;
width:132px;
height:38px;
border:0;
}
.formbutton_reset{
background-image: url(../images/reset.gif);;
background-repeat:no-repeat;
cursor:pointer;
width:73px;
height:38px;
border:0;
}
.map_style{
margin-left:7px;
}
.padding_t27{
padding-top:27px;
}
.padding_t5{
padding-top:5px;
}
.padding_b5{
padding-bottom:5px;
}
.link_heading2{
padding:0px 0px 20px 0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#DA1111;!important
}
.link_heading1{
padding:10px 0px 20px 0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#DA1111;!important
}
.flow_style{
overflow:auto;
}
.link_title{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
}
.footer_start {
padding-right:5px;
}
.footer_pad {
padding-left:5px;
padding-right:5px;
}
.footer_bar {
border-left:thin solid #BFBFBF;
text-transform:capitalize;
}
.footer_h3{
font-size:10px;
font-weight:normal;
}
.footer_links{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
}

.h2_title{
color:#E24444;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:21px;
font-weight:normal;
margin:0;
text-decoration:none;
}

#serv_new h3
{
 font-weight:normal;
 font-size:11px;
}