/* Layout                    						*/
/* Type Stylesheet  Hebron Services 2009            */

body{background-color:#FFF;}

/*  --  For Centering Layouts  --  */
#oCon{width:100%;}
#iCon{text-align:left; width:940px; /* Width of Design */}


/*  --  Header  --  */
#header{position:relative; top:0; left:0; height:75px; width:940px; border-bottom:1px solid #CCC;}
#logo{
	position:absolute;
	top:3px;
	left:-8px;
	background-image: url(files/logo.gif);
	width: 380px;
	height: 66px;
}

    /*  --  Nav  --  */
    #nav{position:absolute; top:20px; right:10px; height:26px; /* IE6: height:37px; */ width:900px; padding:12px 0 0; text-align:right;}
    	#nav li{display:inline;}
    	#nav li a{padding:29px 20px;}
        #nav .active a{background-image:url(/img/arrowUp.gif); background-repeat:no-repeat; background-position:bottom center;}

	
/*  --  Feature  --  */
#feature{background-color:#FFF; position:relative; top:0; left:0px; width:940px; background-repeat:no-repeat; border-bottom:5px solid #000;}
	.index #feature{height:400px; background-image:url(/img/bgFeature-Index.png);}
	.sub #feature{height:263px; background-image:url(/img/bgFeature-Sub.png);}
	#feature img{
	position:absolute;
	width: 938px;
	height: 240px;
}
		.index #feature img{bottom:173px; left:82px;}
		.sub #feature img{bottom:16px; left:1px;}
    #feature h1{position:absolute; padding:10px 10px 6px; background-color:#CC0100;}
    	.index #feature h1{top:125px; left:275px;}
    	.sub #feature h1{top:50px; left:220px;}
    #feature p{
	position:absolute;
	width:922px;
	height: 227px;
}
		.index #feature p{top:8px; left:8px;}
		.sub #feature p{top:17px; left:10px; width:917px;}
    
    
   
/*  --  Content  --  */
#content{background-color:#FFF; position:relative; top:0; left:0; width:920px; padding:30px 10px;}
	.index #content{}
    
    
/*  --  Subnav  --  */
#subnav, #subcontent{float:left;}
.index #subnav{width:390px;}
	.index #subnav p{width:350px;}

.sub #subnav{width:240px;}

	
/*  --  Subcontent  --  */
.index #subcontent{width:510px; margin:0 0 0 10px;}
	.index #subcontent img{float:left; margin:0 20px 0 0;}
.sub #subcontent{width:625px; margin:0 55px 0 0;}

#subnav h3, #subcontent h3{margin:0 0 10px 0;}
#subnav p, #subcontent p{font-size:11px; color:#666;}
.sub #subnav ul, .sub #subcontent ul{margin:15px 0px 5px 45px;}
	.sub #subnav li, .sub #subcontent li{color:#666; font-size:12px; margin:5px; list-style-type:disc; float:left; width:250px;}
.sub #subnav p, .sub #subcontent p{font-size:12px;}
	#subnav p strong, #subcontent p strong{font-size:12px; font-weight:bold;}




/*  --  Footer  --  */
#footer{width:940px; font-size:10px; font-family:Arial,Helvetica,sans-serif; color:#999; padding:10px; border-top:1px solid #CCC; width:920px;}
	#footer li{margin:0; padding:0; display:inline; font-family:Arial,Helvetica,sans-serif; font-size:10px; color:#999;}
	#footer li a{font-family:Arial,Helvetica,sans-serif; font-size:10px; color:#999; text-decoration:none;}
