/* CSS Document */



body{
	background:#FFFFFF;
	text-align:center;
}

.top_bg{
background-image:url(../images/top_bg.jpg);
background-repeat:repeat-x;
height:544px;}

.text_white{
font-family: Tahoma;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
padding-left:15px;
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.link-green{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#377913;
font-weight:none;
text-decoration:underline;
}

.link-green:hover{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#377913;
font-weight:none;
text-decoration:none;
}

.link-white{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#95f947;
font-weight:none;
text-decoration:underline;
}

.link-white:hover{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#ffffff;
font-weight:none;
text-decoration:none;
}

.border{
border-top:1px dotted #96f948;
}

.border-right{
border-right:1px dotted #96f948;
}


.content-bg{
background-image:url(../images/content-bg.jpg);
background-repeat:repeat-x;
background-color:#377913;
}

.home-content-bg{
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-color:#377913;
}

.banner-right-bg{
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
height:103px;
}

.heading{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#ffffff;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5bb02e;
	text-decoration: none;
	padding-top: 5px;
	background-color:#377913;
}

.Privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5bb02e;
	text-decoration: none;
	text-transform:uppercase;
	padding-top: 5px;
	font-weight:bold;
}

.Privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5bb02e;
	text-decoration:underline;
	text-transform:uppercase;
	padding-top: 5px;
	font-weight:bold;
}

.footer-bg-car{
background-image:url(../images/footer_bg_add.gif);
background-repeat:repeat-x;
background-position:-200px 0px;
}

.header-img{
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
height:395px;
width:1080px;}

a img { border:0;}

* html img,

 

* html .png{

 

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

 

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

 

        this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

 

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

 

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

 

       

 

    );

                }

input, select, textarea {
    font-size: 11px;
  font-family: Tahoma;
  color: #333333;
  padding:2px;
}

input {
  width: 245px;
  margin-bottom: 13px;
}


select {
  min-width: 90px;
}


select, textarea {
  margin-bottom: 13px;
}

.long_select{
  width: 250px;
}


textarea {
  width: 520px;
}


input[type="submit"] {
  float: right;
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 20px;
  width:189px;
  height: 40px;
  background: url(../images/btn_send.png) no-repeat left top;
  border: none;
  cursor: pointer;
}

input[type="radio"] {
  width: 12px;
}
