@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   layout.css
   * Sets up the page layout.
   
-------------------------------------------------------------- */

/* Global */

html {margin:0; padding:0; background: #666;}

body {margin: 0; padding:0; width:100%; text-align:center;}

body#home a#homenav,
body#products a#productnav,
body#contact a#contactnav,
body#news a#newsnav { color: #000000; background: #FFFFFF url();}


/* Clears Floats */

.clear { clear:both; height:0px; margin:0;}

/*-----------------------------------------------------------*/

/* Main Divs */

#container {background:#FFF; width:1000px; padding:0; margin:0px auto; text-align:left;}

#headerHome{background:url(../images/ApicV1_header.jpg) no-repeat; width:1000px; height:350px;}
#headerServices{background: url(../images/ApicV1_header_marketing.jpg) no-repeat; width:1000px; height:350px;}
#headerResources{background: url(../images/ApicV1_header_maze.jpg) no-repeat; width:1000px; height:350px;}
#headerAbout{background: url(../images/ApicV1_header_sign.jpg) no-repeat; width:1000px; height:350px;}
#headerContact{background: url(../images/ApicV1_header_marketing.jpg) no-repeat; width:1000px; height:350px;}
#headerLinks{background: url(../images/ApicV1_header_marketing.jpg) no-repeat; width:1000px; height:350px;}

	#headerShow {position:relative; top: 150px; left:0; width:600px; height:200px; /*overflow:auto;*/}

#nav{width:1000px; height:150px;}
#navHome{background:url(../images/ApicV1_navbarHome.jpg) no-repeat; width:1000px; height:95px; padding:55px 0 0 0;}
#navServices{background: url(../images/ApicV1_navbar_marketing.jpg) no-repeat; width:1000px; height:95px; padding:55px 0 0 0;}
#navResources{background: url(../images/ApicV1_navbar_maze.jpg) no-repeat; width:1000px; height:95px; padding:55px 0 0 0;}
#navAbout{background: url(../images/ApicV1_navbar_sign.jpg) no-repeat; width:1000px; height:95px; padding:55px 0 0 0;}
#navContact{background: url(../images/ApicV1_navbar_marketing.jpg) no-repeat; width:1000px; height:95px; padding:55px 0 0 0;}
#navLinks{background: url(../images/ApicV1_navbar_marketing.jpg) no-repeat; width:1000px; height:95px; padding:55px 0 0 0;}

#content {background: #CCC url(../images/contentBack.png) repeat-y; width:1000px; overflow:auto;}

	#contentBody{float:left; width:420px; padding:50px 50px 50px 100px;}
	
	#sidebar {float:right; width:360px; background: #999; top:0px; padding:30px 30px 25px 30px;}
	
#footer {background: #333; width:800px; height:250px; padding: 30px 100px 0 100px; overflow:auto;}

#footerLeft {float:left; width: 55%; padding: 0 70px 0 0;}
#footerRight {float:left; width: 30%; padding: 0 30px 0 0;}


