html, body, #wrap {height: 100%;} /* David Bolton, Jr. 03Feb09: IE/FireFox Overflow Footer Fix */

body > #wrap {height: auto; min-height: 100%;} /* David Bolton, Jr. 03Feb09: FireFox Footer Fix */

/* CSS Page Layout*/

body {
	/* David Bolton, Jr. 03Feb09: Placement */
	position:relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* David Bolton, Jr. 03Feb09: Graphics/Color */	
	background-color:#FFF;
	background-image:url(images/ableInterfaceSimple_05.jpg);
	background-position:center;
	background-repeat:repeat-y;
	/* David Bolton, Jr. 03Feb09: Font/Text Area */	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center; /* David Bolton, Jr. 03Feb09: IE Text Align Fix */
}
img {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#header {
/* David Bolton, Jr. 03Feb09: Placement */	
	position: relative;
	height: 105px;

/* David Bolton, Jr. 03Feb09: Graphics/Color */	
	background-image:url(images/ableInterfaceSimple_02.jpg);
	background-position:center;
	background-repeat:no-repeat;
} 
	
#headerBg {
	/* David Bolton, Jr. 03Feb09: Graphics/Color */	
	position: relative;
	height: 105px;
	background-color: #FFF;
} 

#main {
	/* David Bolton, Jr. 03Feb09: Placement */	
	position:relative;
	width: 946px;
	height:auto;
	padding-top:0px;
	padding-bottom:80px;
	/* David Bolton, Jr. 03Feb09: Font/Text Area */	
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}  

#footer {
	/* David Bolton, Jr. 03Feb09: Placement */	
	position: relative;
	background-repeat:no-repeat;
	margin-top: -65px; /* negative value of footer height */
	height: 65px;
	/* David Bolton, Jr. 03Feb09: Graphics/Color */	
	background-image:url(images/ableInterfaceSimple_08.jpg);
	background-position:center;
	background-color:#FFF;
	color: #91ADC8;
} 

#menuMain {
	color: #FFF;
	text-align:right;
	text-transform: capitalize;
	font-weight: bold;
	background-color: #5B94C6;
	vertical-align: middle;
	padding: 5px;
}

#menuSub {
	color: #297CD8;
	text-align:left;
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#backNextNav {
	position:relative;
	text-align:center;
	vertical-align:bottom;
	font-weight: bold;
}

#saveBtn {
	position:relative;
	text-align:right;
	vertical-align:bottom;
	float:right;
	margin-right: 50px;
	font-weight: bold;
}


#pageCounter {
	float:right;
	font-weight: bold;
	color: #184893;
}

/* CSS Text/Font*/

p {
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}



a {
	color: #FFF;
	text-decoration: none;
	padding: 2px;
	background-color: #5E94C5;
}

h1{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	color: #686868;
}

h4{
	margin:0;
	color: #6598CD;
	margin-left: 50px;
}

#main #bullets {
	font-size: 16px;
	color: #5E94C5;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 0px;	
}

#main #indent {
	margin-left: 75px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 0px;	
}

#main #subIndent{
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 0px;	
}
