*
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear_both
{
	clear: both;
}

#container
{
	width: 900px;
	margin: 10px auto;
}

#menu
{
	background: white url('../images/Logowithhalfimg.jpg') no-repeat center top;
	display:block;
	width:840px;
	height:301px;
}

/*-----------------------------------button-------------------------------------*/
#buttons
{
	padding-top:107px;
	padding-left:60%;
	text-align:right;
}

.clear { 
    overflow: hidden;
    width: 100%;
}

a.button 
{
    background: transparent url('../images/button.jpg') no-repeat scroll center right;
	display: block;
	width: 284px;
    height: 37px;
	outline: none;
	padding: 0;
	
	font: normal 14px Comic Sans MS, Tahoma, Verdana, arial, sans-serif;
	color: white;
	text-decoration: none;
	text-align: left;
}

a.button span 
{
    display: block;
    line-height: 17px;
    padding: 10px 30px 10px 30px;
	color: white;
} 

a.button:hover 
{
    background-position: 0 -37px;
    outline: none; 
}

a.button:hover span 
{
	color: #89b121;
} 

a.button:active 
{
    background-position: bottom right;
    outline: none; 
}

a.button:active span 
{
} 
/*-----------------------------------middle-------------------------------------*/
#middle 
{
	margin:auto;
	width:850px;
}

.column
{
	display:block;
	float: left;
	margin:15px;
	width:245px;
	height:920px;
	text-align:left;
}

.issue
{
	background: white;
	display:block;
	padding-top:30px;
	width:100%;
	text-align:left;
}
.issue h1
{
	color: #81992B;
	font-size: 23px;
	font-weight: bold;
}
.issue h1 span
{
	color: #C0C0C0;
	font-size: 23px;
	font-weight: bold;
}

.issue  span
{
	color: #839B2E;
	font-size: 13px;
}

.issue li
{
	margin:20px;
}

a.help
{
	background: transparent url('../images/help.jpg') no-repeat center center;
	display:block;
	width:100%;
	height:185px; 
}

.contact
{
	background: transparent url('../images/contact2.jpg') no-repeat center center;
	display:block;
	width:100%;
	height:200px; 
}

.callus
{
	background: transparent url('../images/callus.jpg') no-repeat center bottom;
	display:block;
	width:100%;
	height:220px; 
}

.pig
{
	background: transparent url('http://lighterfootstep.com/wp-content/uploads/2009/01/green_piggy_bank_250.jpg') no-repeat scroll center center;
	display:block;
	width:100%;
	height:300px; 
}

.outsource
{
	background: transparent url('../images/OutsourceAnswer.jpg') no-repeat center center;
	display:block;
	width:100%;
	height:250px; 
}

a.blue
{
	color: blue; 
	text-decoration: underline; 
	font-size: 13px;
}

/*-----------------------------------footer-------------------------------------*/

#footer 
{
	background: transparent url('../images/bottomcontactsus.jpg') no-repeat center top;
	display: block;
	padding-left: 80px;
	padding-right: 80px;
	height: 70px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: white;
}

#footer  span
{
	color: black;
	font-size: 12px;
}