@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #003366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #navarea {
	position: absolute; 
	top: 0px;
	display: inline; 
	margin-left:200px;
	padding:4px 0 0 0;	
	z-index:1;
}

.oneColFixCtrHdr #design.table {
	position: absolute; 
	top: 0px;	
	margin:0; padding:0;
	border:none; outline:none;
	z-index:2;	
}

/* Design Layout */

.oneColFixCtrHdr #designr1c1 {
	background:transparent url(../images/main_01.jpg) no-repeat 0 0; overflow:visible;
	width:1004px; height:26px;
}
.oneColFixCtrHdr #designr2c1 {
	background:transparent url(../images/main_02.jpg) no-repeat 0 0; overflow:visible;	
	width:1004px; height:75px;
}
.oneColFixCtrHdr #designr3c1 {
	background:transparent url(../images/main_03_a.jpg) no-repeat 0 0; overflow:visible;		
	width:355px; height:350px;
}
.oneColFixCtrHdr #designr3c2 {
	background:transparent url(../images/main_03_b.jpg) no-repeat 0 0; overflow:visible;	
	width:300px; height:350px;	
}
.oneColFixCtrHdr #designr3c3 {
	background:transparent url(../images/main_03_c.jpg) no-repeat 0 0; overflow:visible;	
	width:349px; height:350px;		
}
.oneColFixCtrHdr #designr4c1 {
	background:transparent url(../images/main_04_a.jpg) no-repeat 0 0; overflow:visible;	
	width:355px; height:299px;	
}
.oneColFixCtrHdr #designr4c2 {
	background:transparent url(../images/main_04_b.jpg) no-repeat 0 0; overflow:visible;		
	width:300px; height:299px;		
}
.oneColFixCtrHdr #designr4c3 {
	background:transparent url(../images/main_04_c.jpg) no-repeat 0 0; overflow:visible;		
	width:349px; height:299px;			
}


/* Alignment is specifically for the scroller id below */
.oneColFixCtrHdr #mainContent {
	margin:0px;
	padding-left:5px;
	padding-right:10px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* Note:  this is not currently being used as the text was incoporated directly into the image.  Leaving it in case that changes */
.oneColFixCtrHdr #scroller {
	margin:0; padding:0;
	overflow: auto; width: 265px; height:260px; scrollbar-base-color:#a49d8b;
	font-size:.9em;
	line-height:1.4em;
}


/* ------------- Footer ------------------- */

.oneColFixCtrHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#8bb6df;
	font-size:11px;
}
.oneColFixCtrHdr #footer a {
	font-size:11px;		
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	color:#8bb6df;
}
.oneColFixCtrHdr #footer a:hover, .oneColFixCtrHdr #footer a:active {
	color:#ffcc00;
}


/* ------------- Validation ------------------- */

.oneColFixCtrHdr #validators, .oneColFixCtrHdr #validators a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
	text-align:center;
	padding:0 0 5px 0;
	}
.oneColFixCtrHdr #validators a {
    text-decoration: none;	
}	
.oneColFixCtrHdr #validators a:link, .oneColFixCtrHdr #validators a:visited {
    color:#336699;		
	}
.oneColFixCtrHdr #validators a:hover, .oneColFixCtrHdr #validators a:active {
    color:#6699cc;
	}	

