body {
color: #000;
background: #3cadcd url(../images/bg.png) no-repeat top center;
font-size: 12px;
margin:0;
	}
	 
a {color: #fff;}
	 
.header_cotainer {
width: 100%;
height: 100px;
display: block;
/*Gradient BG*/
background: #fff; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#fff'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fff)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #eaeaea,  #fff); /* for firefox 3.6+ */
border-bottom:2px solid #000;
}
	 
.banner_container {
width: 100%;
height: 280px;
display: block;
background:url(../images/bannerBG.png) no-repeat;
overflow: hidden;
text-align:right;
border-top:10px solid #3cadcd;
border-bottom:10px solid #3cadcd;
}
	 
.content_container {
width: 100%;
height: 100%;
display: block;
background-color:#fff;
}
.prefooter_container {
width: 100%;
display: block;
overflow: hidden;
background: #fff;
border-bottom:3px solid #000;
} 
.footer_container {
width: 100%;
height:50px;
display: block;
overflow: hidden;
color: #fff;
}
/*======================Header Section======================*/
.social
{
position:relative;
float:right;
left:80px;
top:70px;
}
.social img
{border:3px solid transparent;}
.grid2 img
{border:30px solid transparent;}
.grid7 h1
{
color:#000;
font-size:30px;
line-height:70px;
}
/*================Banner Section==============================*/
.banner_container h1
{
color:#73a806;
font-size:30px;
line-height:5px;
}
.banner_container h3
{
color:#000;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}
.banner_container p
{
color:#000;
font-size:14px;
}
.banner_container img
{border:3px solid transparent;}
.banner_container a
{text-decoration:none;
color:#000;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
line-height:37px;
}
.banner_text
{
position:relative;
float:right;
left:420px;
}
/*================================Content Section============================*/
.grid6
{
border-bottom:3px solid #000;
}
.caption
{
width:300px;
height:40px;
display:block;
background:#fff;
position:relative;
float:left;
}
.caption p
{
color:#000;
font-size:16px;
font-weight:bold;
margin-left:10px;
line-height:10px;
}
.readmore
{
width:64px;
height:40px;
display:block;
background:#fff;
position:relative;
float:left;
}
.readmore a
{text-decoration:none;
}
.readmore img
{border:15px solid transparent;}

.grid4
{
position:relative;
background:#fff;
height:130px;
width:240px;
display:block;

}
.grid4 h1
{
color:#000;
font-size:26px;
line-height:40px;
text-align:center;
}
.grid8
{
background:#fff;
height:130px;
display:block;
width:408px;
display:block;
}
.grid8 p
{
color:#000;
font-size:14px;
line-height:18px;
margin-right:14px;
}
/*=========================Footer Section======================*/
.footer_container p
{
color:#fff;
font-size:12px;
text-align:center;
}