@charset "utf-8";
/* CSS Document */

  body {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #ffffff;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
  }
  .oneColElsCtr #container {
	width: 49.5em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
  }
  .oneColElsCtr #mainContent {
        padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background-image: url(images/bg_vc.jpg);
		background-repeat:no-repeat;
        height: 600px;
  }
    .oneColElsCtr #mainContent_contact {
        padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background-image: url(images/bg_contact.jpg);
        height: 600px;
  }
  .oneColElsCtr #contact {
	width: 50em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	float:left;
	margin-left:7px;
  }

  .h1{
  font-family : verdana;
  font-size : 13px;
  letter-spacing:0.5px;
  font-weight : 800;
  padding-left :1px;
  text-align : left;
  color: #333333;
  }
  .h2{
  font-family : verdana;
  font-size : 13px;
  letter-spacing:0.5px;
  font-weight : 800;
  color: #FF6600;
  padding-left :0px;
  text-align : left;
  }
  .h3{
  font-family : verdana;
  font-size : 13px;
  letter-spacing:0.5px;
  font-weight : 800;
  color: #000066;
  padding-left :8px;
  text-align : left;
  }
  
   .text_2{
        font-family : verdana;
        font-size : 12px;
        color : #000066;
        font-weight:600;
        padding-left :0px;
        padding-top:2px;
        padding-right:3px;
        text-align : justify;
        }
		
  .text_contact{
        font-family : verdana;
        font-size : 12px;
        color : #000066;
        padding-left :3px;
        padding-top:5px;
        padding-right:3px;
        text-align : left;
        }

  .text{
        font-family : verdana;
        font-size : 12px;
        line-height:18px;
        color : #000066;
        font-weight:400;
        padding-left :3px;
        padding-top:5px;
        padding-right:3px;
        text-align : left;
        }
        a:link.text {
  text-decoration : none;
  color: #000066;
  }
  a:visited.text  {
  text-decoration : none;
  color : #000066;
  }
  a:hover.text {
  text-decoration :underline;
  font-size:12px;
  color: #FF0000;
  }
   .text_3{
        font-family : verdana;
        font-size : 12px;
        color : #000066;
        font-weight:400;
        padding-left :3px;
        padding-top:5px;
        padding-right:10px;
        text-align : right;
        }
        a:link.text_3 {
  text-decoration : none;
  color: #000066;
  }
  a:visited.text_3  {
  text-decoration : none;
  color : #000066;
  }
  a:hover.text_3 {
  text-decoration :underline;
  font-size:12px;
  color: #FF0000;
  }
  #main {
	width:787px;
	height:230px;
	z-index:1;
	margin-top: 1px;
	padding-top: 200px;
  }
    #main_contact {
	width:600px;
	height:230px;
	z-index:1;
	margin-top: 1px;
	padding-top: 190px;
	padding-left:10px;
  }
    #map {
	width:770px;
	height:400px;
	z-index:1;
	margin-top: 200px;
	padding-left: 10px;
  }
  #apDiv1 {
        width:235px;
        height:221px;
        z-index:1;
        top: 197px;
        margin-left: 15px;
        float: left;
  }
  #apDiv2 {
        width:235px;
        height:221px;
        z-index:1;
        top: 192px;
        float: left;
        margin-left: 26px;
  }
  #apDiv3 {
        width:235px;
        height:221px;
        z-index:1;
        float: right;
        margin-right: 15px;
  }
  .style1 {color: #E03001}

