/*document styles*/
html,body{
	padding: 0;
	margin: 0;
	font: normal normal normal 12px/20px  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	
}
body{
	background: #fff url("bg.jpg") top center repeat-x;

	/*padding: 15px 0px;*/
	/*Uncheck for Padding on top n bottom*/
}

/*heading styles*/

h2{
font-size: 14px;
color: #478019;
margin: 0px;
}
h3{
font-size: 15px;
margin: 0px;
color: #fff;
padding-left: 50px;
padding-top: 10px;
background: #fff url("sBUTTON.jpg")  left center no-repeat; 
height: 30px;
}
 h3, h4 {
	font-size: 12px;
	margin: 0px;
	}
h5{
font-size: 15px;
margin: 0px;
padding: 0px;

}


/*link styles*/
a,a:visited	{color: #478019	;text-decoration: none;}
a:hover		{color: #FFF;
			 background:#000;}
a img		{border: 0;}


/**************
rollover button style
**************/
#navcontainer
{
margin: 0 auto;
font-size: 14px;
text-align: center;
text-transform: lowercase;
}

ul#navlist
{
text-align: right;
list-style: none;
padding-top: 55px;
margin: 0 auto;
}

ul#navlist li
{
display: inline;
padding: 0px;
}

ul#navlist li a
{
padding: 0.8em 2em 0.8em 2em;
color: #FFF;
text-decoration: none;
background:  url("hoverBUTTON.jpg") no-repeat center;
}

#navcontainer>ul#navlist li a { 
width: auto;
}

ul#navlist li#active a
{
background:  url("aBUTTON.jpg") no-repeat center ;

color: #FFF;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #FFF;
background: url("aBUTTON.jpg") no-repeat center;

}

/**************
Container style
**************/
#container{	
	width: 956px;
	margin: auto;
	position: relative;
	xbackground: #fff; 
}

/***********
Header style
***********/
#headerpic{
	background: url("headerIMG.jpg") top no-repeat;
	height: 79px;
	overflow: hidden;
}
#bighead{
	height: 260px;
	color: #FFF;

	background: url("bighead.jpg") bottom no-repeat;
}


/************
Content style
************/
#content{
	float: right;
	width: 741px;
	background: url("post_bottom.gif") bottom left no-repeat;
	position: relative;
}

/*******************
COLUMNS
******************/

#side{
	padding: 0 0px 0 0px;
	height:500px;
	float: left;	
	font-size: 10px ;	
	width: 210px;
	background:  url("sideBG.jpg") no-repeat bottom right;
	
	}
#side1{
height:245px;
background:  url("sideIMG1.jpg") no-repeat bottom right;
}
#side2{
height:245px;
background:  url("sideIMG2.jpg") no-repeat bottom right;
}
#side3{
height:245px;
background:  url("sideIMG3.jpg") no-repeat bottom right;
}
#side4{
height:245px;
background:  url("sideIMG4.jpg") no-repeat bottom right;
}
#side5{
height:245px;
background:  url("sideIMG.jpg") no-repeat bottom right;
}
#mid{	
	background: url("rightBG.jpg") no-repeat top;
	padding: 5px;
	width: 400px;
	float: left;	
	}
#right{
	xborder: 1px solid  #6b596f;
	padding: 5px;
	xmargin-right: 9px;
	background: url("midBG.jpg") no-repeat top;
	width: 300px;
	xheight: 500px;
	color: #000;
	float: right;
	}
#rightbg{
height: 650px;
}
#contentlink{
clear:both;
padding-left:5px; 
padding-bottom:210px;
width: 736px; 
background: #fff url("contentdeco.jpg") no-repeat bottom;

}
/***********
Footer style
***********/
#footer{
	clear: both;

	background: #d3ecc0 url("footerBG.jpg") repeat;
	height: 180px;
	
	color: #000;
	font-size: 14px;
	text-align: right;
}
#footercenter{
	width: 956px;
	position: relative;	margin: auto;
}
#copyrightfooter{
	clear: both;
	text-align: center;
	background: url("hoverBUTTON.jpg") center repeat-x; 
	color: #fff;
	padding-bottom: 10px;

}
#address{

	padding:40px 15px 10px 15px;
	line-height:30px;
	float: left;
	width: 300px;
	margin-top:20px;
	color: #000;
	background: #cff1b6 url("addrBG.jpg") center no-repeat;
}
#footernavi{
	margin-top:20px;
	padding:30px 15px 30px 15px;
	xborder: 1px #333 solid;
	xbackground: #cff1b6;
float: right;
xheight: 200px;
}



/*******************
end HOMEPAGE STYLES
******************/

