@charset "UTF-8";
/* CSS Document */



/* STRUCTURE */

body  {
    position:relative;
	background: url(img/bg.gif) top center repeat-y #3f5693;
	margin:0px;
    padding:0px;
    height:100%;
    width:100%;
	color:#333333;
    font-size:16px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
}
.erSite #container { 
    position:relative;
    height:100%;
	width: 1000px;
	margin: 0 auto; 
	border: 0px;
	text-align: left; 
} 
.erSite #header { 
    float: left;
    position:relative;
    padding: 0 0px 0 0px;
} 

.erSite #sidebar1 {
	float: left;
	width: 220px; 
	padding: 0px 0px 0px 0px; 
}

.erSite #mainContent {
    width: auto;
	float:right;
	margin: 0 0px; 
	padding: 0 10px;
} 
.erSite #footer { 
	width: auto;
	float:none;
} 
.erSite #footer p {
	margin: 0; 
	padding: 10px 0;
}
.floatR { 
	float: right;
	margin-left: 8px;
}
.floatL { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* TEXT STYLES */

a {
	color:#e89923;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
color:#3f5693;
}


.smallfont {
	font-size: 10px;
	color: #666666;
}

.heading {
	font-size: 16px;
	color: #3f5693;
	font-weight:bold;
}

.heading2 {
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}

.subheading {
	color: #666666;
	font-weight:bold;
}

.footertext
{
TEXT-ALIGN: center; 
FONT-SIZE: 10px; 
LEFT: 30px; 
COLOR: #666666; 
POSITION: relative
	
}

.textIndent
{
	text-indent: 20px;
}

ul {
	list-style-image:url(img/listimg.gif);
}

/*ol { color:#3f5693; }  */

/* CONTENT */


.navBar {  
    position:relative;
	top:20px;
	padding-left:20px; 
	right:0px;
}
	
.homeFlash {
	position:relative;
	top:30px;
	left:0px;
	right:100px;
	width: auto;
	padding-right:20px;	  
}

.pageData {
	position:relative;
	top:17px;
	left:0px;
	right:0px;
	width: 600px;
	padding-right:80px;	
}

.3btnsHome { 
    position:relative;
	top:30px;
	left:0px;
	right:100px;
	width: auto;
	padding-right:20px;	  
}

.demoarea {
display:none;

}

.greyShimL {
	background-image:url(img/greyShimL.gif);
	position:relative;
}

.greyShimR {
	background-image:url(img/greyShimR.gif);
	position:relative;
}
