@charset "utf-8";
/* CSS Document */

/* ------------------------
	Main Layout Style CSS

	Executive Step 2009
	(c) 2009 JC iMages
------------------------- */

/* Page Layout */

html {
	font: 100% Calibri;
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#fff; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	background-color: #f4f5f5;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 4.5em 0;  
	margin:0; 
	border:0;
}



/*  HEADER  */
#header {
	position: absolute;
	display: block;
	top:0;
	left:0;
	height: 4.5em;
	width: 100%;
	border-bottom: 1px solid #ddd;
	z-index: 5;
}

#header .container {
	position: relative;
}

#header, #footer {
	background: #d11241;
}



/*  NAV BAR - inside Header  */

#navigation {
	position: absolute;
	right: 0;
	top: 2.5em;
}

#navigation a {
	padding: 0.4em 0.4em;
	border-left: 1px solid #ddd;
	font-size: 0.8em;
	text-decoration: none;
}

#navigation a.first {
	border: 0;
}



/*  LOGO - inside Header  */

#logo {
	background: url(../media/final.logo.png) no-repeat top center;
	_background-image:url(../media/final.logo-ie.gif);  /* IE sucks because it doesn't understand proper CSS - Firefox does! */
	z-index: 2;	
	height: 100px;
}



/*  WRAPPER - contains body text  */

#wrapper {
	position: relative;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	z-index: 3;
	background: #f4f5f5 url(../media/gradient-grey-dk.png) repeat-x top left;
	_background: #f4f5f5;
	background-color: #f4f5f5;
}

#main	{
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top: 8em; 
	bottom: 11em; 
	left: 10em; 
	right: 0; 
	padding-right: 8.5em;
}

#photoBox {
	width:500px;
	margin: 0 auto;
	display: block;
}

/*  FOOTER  */

#footer {
	position: absolute;
	height: 4em;  
	margin: 0;
	bottom:0;
	left: 0;
	display: block;
	width: 100%; 
	padding: 1em;
	text-align: center;
	font-size: 0.75em;
	border-top: 1px solid #999;
	color: #fff;
	overflow: hidden;
	z-index: 5;
}


#footer p {
	margin: 0;
}


#jcm {
	display: block;
	height: 57px;
	background: url(../media/jcimagesLogoBW.png) center center no-repeat;
	_background: url(../media/jcimagesLogoBW.png) center center no-repeat;
}


/* END */
