/* CSS Document */

body{
margin:0;
padding:0;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
}
h1{
font-size:12px;
color:#007C3D;
font-weight:bold;
padding:0;
margin:0;
}
h2{
font-size:12px;
color:#000000;
font-weight:bold;
padding:0;
margin:0;
}

.border{
border-left:1px solid #007C3D;
border-right:1px solid #007C3D;
}
/* Header CSS starts here */
.top_bg{
background-image:url(../images/topbg.gif);
background-repeat:repeat-x;
height:27px;
}
.banner_bg{
background-image:url(../images/banner_bg.jpg);
background-repeat:repeat-x;
height:151px;
}
.newsletter{
font-weight:bold;
color:#ffffff;
font-size:11px;
}
.newsletterbox{
border:1px solid #000000;
width:149px;
height:16px;
}
.textarea_box{
border:1px solid #000000;
width:200px;
height:50px;
}
.submit{
border:1px solid #000000;
height:25px;
width:75px;
background-color:#007C3D;
color:#FFFFFF;
font-weight:bold;
padding:2px;
cursor:pointer;

}
.subscribe_button{
border:1px solid #000000;
}
.bullets{
background-image:url(../images/bullet.gif);
background-repeat:no-repeat;
width:6px;
height:27px;
}
.linksbg{
background-image:url(../images/links_bg.gif);
background-repeat:repeat-x;
height:27px;
}
.links{
padding-left:8px;
padding-right:8px;
}

.top:link, .top:active, .top:visited{
color:#007C3D;
font-weight:bold;
text-decoration:none;
}
.top:hover{
text-decoration:underline;
}
.titles{
font-family:Arial, Helvetica, sans-serif

}
.text{
font-weight:normal;
text-align:left;
}
.text ul{
margin:0px;
padding:0px;
}
.text li{
display:list-item;
list-style:none;
background-image:url(../images/arrow.gif);
background-position:left top;
background-repeat:no-repeat;
padding-left:15px;
}


/* Header CSS Ends here */

/* Footer CSS starts here */
.blackstrip{
background-color:#000000;
height:2px;
}
.greengradient_bg{
background-image:url(../images/bottom_bg.gif);
background-repeat:repeat-x;
height:39px;
}
.footertext{
color:#ffffff;
line-height:15px;
padding:3px;
}
.email:link, .email:active, .email:visited{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
.email:hover{
text-decoration:underline;
}
/* Footer CSS Ends here */
