/*-------------------Main Content-----------------------*/
#container_home
{
	width:100%;
	
	
	/*---Stuff for footer---*/
	min-height: 100%;
	height: auto ! important; /*! important overrides height for user*/
	height: 100%;
	margin:13px auto 0;
	/*---End Stuff for footer---*/
}
#head_content
{
	width:960px;
	
	
	/*---Stuff for footer---*/
	

	margin:13px auto 0;
	/*---End Stuff for footer---*/
}
	
	#content_home
	{
		width:960px;
		margin:0 auto;
		height:475px;
		
		
	}
	
	#feature_homepage
	{
		background:#fff url('../images/bg_halfpage.jpg') repeat-x;
		height:301px;
		padding-top:39px;
		width:100%;
		
		text-align:center;		
	}
		#fadeshow /*js slideshow for mobile page*/
		{	margin:0 auto;
			position: relative;
			/* for IE */
			filter:alpha(opacity=90);
			/* CSS3 standard */
			opacity:.9;
		}
		
		/*------------Begin Page Info---------------*/
		#pageinfo_home
		{
			/*position: relative;*/
					width: 600px;
			float: left;
			padding: 5px 10px 0 35px;
			font: 5px Arial, sans-serif;
			color:#07090e;
			line-height:22px;
		}
		
		div .image_home
		{
			width: 261px;
			height: 136px;
			padding-left:35px;
			float: right;
			background:url(../images/logo_box.jpg) no-repeat;
			text-align:center;
			margin-top:7px;
		}
		
		
		/*Main page data*/
		.hometext {color: #000000;font: 11px /14pt Verdana, Arial, sans-serif;}
		.hometext a {color: #0000ff;font: bold 11px /18pt Verdana, Arial, sans-serif; text-decoration:none;}
		.hometext a:hover {color: #c12f26;;font: bold 11px /18pt Verdana, Arial, sans-serif; text-decoration:none}
		
		
/*------------------Graphic Boxes-----------------------*/

	#box1, #box2, #box3, #box4 {
		width: 242px;
		height:109px;
		padding:8px 175px 8px 8px;
		border:1px solid #d9d8d9;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		line-height:14px;
		color: #000000;
		font-style:italic;
		text-align:left;
		}
		
	#box1 {background: url(../images/box1_img.jpg);float:left;margin:20px 0 15px 35px;}
	#box2 {background: url(../images/box2_img.jpg); float:right; margin:20px 25px 15px 10px;}
	#box3 {background: url(../images/box3_img.jpg);float:left;margin:0 0 0 35px;}
	#box4 {background: url(../images/box4_imgz.jpg); float:right; margin:0 25px 0 0;}
	
	
	#box1 a, #box2 a, #box3 a, #box4 a {font:bold 11px/ 14px Verdana, Arial, Helvetica, sans-serif; text-decoration:none; color: #0000ff; font-style:italic;}
	#box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover {text-decoration:none; color: #c12f26;}

/*-----------------End Main Content-----------------*/	


/*----------------Drop Down-------------------------*/
.nav
{
	margin-top: 0;
	z-index:1000;
}
