@charset "utf-8";

* {margin:0; padding: 0}
h1, h2, h3, h4, h5, h6, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 0;
}

ul { 
list-style-image: url(../images/arrow.jpg); 
padding-left: 40px;

} 

ul.sublist {list-style-image: none; padding-left: 40px;}
				
p, h1 {margin-bottom: 15px;}
h1 {margin-top: 30px;}

h1 {color: #444c4d; font-size: 24px; line-height: 32px; font-weight: normal;}
h2 {color: #a13129; font-size: 22px; line-height: 26px; font-weight: normal; margin-bottom: 10px;}
h3 {color: #444c4d; font-size: 18px; line-height: 22px; font-weight: normal;}
body  {
	font: 14px  Helvetica, Arial, sans-serif;
	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: #444c4d;
	line-height: 22px;
}

a { text-decoration: none}

 #container { 
	width: 930px; 
	background: #FFFFFF;
	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. */
} 
#header { height: 151px; width: 930px; float: left; padding: 0; } 


/**********************************NAV**********************************/


#navContainer {
width: 713px;
height: 49px;
float: left;

	}
	
	
#navigation {
	width: 713px;
	height: 49px;
	float: left;
	overflow: hidden;
	z-index: 50;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	}
	
#navigation ul {
list-style: none;
padding: 0px;
margin: 0px;
}

#navigation li {
display: inline;
float: left;
}

#navigation a {
	display: block;
	height: 49px;
	background-image: url(../images/menu.jpg);
	text-indent: -5000px;
}
.current {background-position: 0 -100px;}

#nav-home a {background-position: 0 0; width: 56px;}
#nav-home a:hover {background-position: 0 -100px;}
#nav-home a:active {background-position: 0 -100px;}
#nav-home a.current {background-position: 0 -100px;}

#nav-about a {background-position: -56px 0; width: 141px;}
#nav-about a:hover {background-position: -56px -100px;}
#nav-about a:active {background-position: -56px -100px;}
#nav-about a.current {background-position: -56px -100px;}

#nav-services a {background-position: -197px 0; width: 127px}
#nav-services a:hover {background-position: -197px -100px;}
#nav-services a:active {background-position: -197px -100px;}
#nav-services a.current {background-position: -197px -100px;}

#nav-resources a {background-position: -324px 0; width: 157px;}
#nav-resources a:hover {background-position: -324px -100px;}
#nav-resources a:active {background-position: -324px -100px;}
#nav-resources a.current{background-position: -324px -100px;}

#nav-login a {background-position: -481px 0; width: 98px;}
#nav-login a:hover {background-position: -481px -100px;}
#nav-login a:active {background-position: -481px -100px;}
#nav-login a.current {background-position: -481px -100px;}

#nav-contact a {background-position: -579px 0; width: 134px;}
#nav-contact a:hover {background-position: -579px -100px;}
#nav-contact a:active {background-position: -579px -100px;}
#nav-contact a.current {background-position: -579px -100px;}


#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	text-indent: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Arial Narrow", Tahoma, sans-serif
	}
/******************************************************* Products drop (Separate classes needed for varying widths. 
The other properties have to be repeated in order to disinherit properties from parent list items.  ***************/
#drops ul.drop {

	padding:5px;
	clear:both;
	float:left;
	margin-top:35px;
	margin-left: -60px;
	background-image:url(../images/services-drop-bg.png); 
	text-indent: 0px;
	width: 250px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;

	}
	

#drops ul.drop li {
	clear:both;
	background-image:none;
	text-indent: 0px;
	height: 30px;
	width: 250px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #808080;
	}
	
#drops ul.drop a {
	color:#444c4d;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	background-image:none;
	text-indent: 0px;
	height: 30px;
	width: 250px;
	font-weight: bold;
	text-align: center;
	}
	
#drops ul.drop a:hover {
	color: #a13129;
	
}

#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	
}

#drops li {
	float: left;
	z-index:1;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	/* width: 10em; */
	left: -999em;
}

#drops li:hover ul {
	left: auto;

}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}

/******************************************************* Resources drop ************/	
#drops ul.drop2 {

	padding:5px;
	clear:both;
	float:left;
	margin-top:35px;
	margin-left: -35px;
	background-image:url(../images/resources-drop-bg.png); 
	text-indent: 0px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
	}	
	
#drops ul.drop2 li {
	clear:both;
	background-image:none;
	text-indent: 0px;
	height: 30px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #808080;
	}	
#drops ul.drop2 a {
	
	color:#444c4d;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	background-image:none;
	text-indent: 0px;
	height: 30px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	
#drops ul.drop2 a:hover {
	color: #a13129;

}	


/******************************************************* Login drop ************/	
#drops ul.drop3 {

	padding:5px;
	clear:both;
	float:left;
	margin-top:35px;
	margin-left: -35px;
	background-image:url(../images/resources-drop-bg.png); 
	text-indent: 0px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;

	}	
	
#drops ul.drop3 li {
	clear:both;
	background-image:none;
	text-indent: 0px;
	height: 30px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #808080;
	}	
#drops ul.drop3 a {
	color:#444c4d;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	background-image:none;
	text-indent: 0px;
	height: 30px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	
#drops ul.drop3 a:hover {
	color: #a13129;
}

#drops ul.drop4 {
	position:relative;
	top:-66px;
	right:-220px;
	background-color:#FFFFFF;
	padding:5px;
	clear:both;
	float:left;
	margin-top:35px;
	margin-left: -35px;
	background-image:url(../images/resources-drop-bg.png); 
	text-indent: 0px;
	width: 170px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;

	}	
	
#drops ul.drop4 li {
	clear:both;
	background-image:none;
	text-indent: 0px;
	height: 30px;
	width: 170px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #808080;
	}	
#drops ul.drop4 a {
	color:#444c4d;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	background-image:none;
	text-indent: 0px;
	height: 30px;
	width:170px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	
#drops ul.drop4 a:hover {
	color: #a13129;
}


#loginDrop {
	font-family: "Arial Narrow", Tahoma, sans-serif;
	position:absolute;
	width:175px;
	height:96px;
	z-index:1;
	left: 444px;
	top: 137px;
	background-image:url(../images/drops-background.png);
	text-indent: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	visibility: hidden;
}

#loginDrop a:link {color:#444c4d;
	font-size: 12px;}
	
	#loginDrop a:visited {color:#444c4d;
	font-size: 12px;}
	#loginDrop a:hover {color: #a13129;
	font-size: 12px;}
	#loginDrop a:active {color:#444c4d;
	font-size: 12px;}

#apLogin{
	background-color: #FFFFFF;
	font-family: "Arial Narrow", Tahoma, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 148px;
	top: 61px;
	z-index: 500;
	width: 175px;
	border: 1px solid #444c4d;
	text-align: left;
	background-image:url(../images/drops-background.png);
	visibility: hidden;
}


#apLogin a:link {color:#444c4d;
	font-size: 12px;}
	
	#loginDrop a:visited {color:#444c4d;
	font-size: 12px;}
	#loginDrop a:hover {color: #a13129;
	font-size: 12px;}
	#loginDrop a:active {color:#444c4d;
	font-size: 12px;}

/****************************end NAV*********************************/

#flash { width: 930px; height: 377px; float: left; padding: 0; }

#sidebar1 {
	float: right; 
	width: 254px;
	height: 582px;
	padding: 54px 30px 0px 36px;
	background-image: url(../images/home_14.jpg);
	line-height: normal;
	font-size: 13px;
}

#sidebar1 p { margin-bottom: 25px; }
 #mainContent { 
 	width: 548px;
	float: left;
	height: 431px;
	padding: 60px 30px 0 32px; 
	background-image: url(../images/home_15.jpg);
	background-repeat: no-repeat;
} 

 #mainContentSubpage { 
 	width: 870px;
	float: left;
	padding: 0px 30px 0 30px; 
	background-image: url(../images/subpageContent-bg.jpg);
	background-repeat: repeat-y;

} 

#lowerNav { width: 930px; height: 40px; float: left; color: #b5b5b5; font-size: 11px; text-transform: uppercase; text-align: center; line-height: 40px;}
#lowerNav a { color: #b5b5b5 }
 #footer { 
	padding: 0;
	width: 930px;
	float: left;
	height: 164px;
	background-image: url(../images/home_17.jpg); 
	background-repeat: no-repeat;
	text-align: center;
	font-size: 13px; 
	line-height: normal;

} 
 #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer h2 { font-size: 14px; margin: 0px; color: #666; line-height: normal; font-weight: bold; margin-bottom: 8px; margin-top: 24px;}

 #footer a {color: #444c4d;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#logo {
	width: 217px;
	height: 151px;
	float: left;
}
.epsiRed {
	color: #a13129;
}
.epsiBlue {
	color: #0018ff;
}
#contentTop {
	width: 610px;
	height: 145px;
	float: left;
	background-image:url(../images/home_13.jpg); 
	background-repeat: no-repeat;
}

#contentTop  h1 {line-height: 24px; margin-left: 190px; margin-top: 50px;}
#aboutTopLeft {
	width: 611px;
	height: 150px;
	float: left;
	font-size: 17px;
	line-height: 28px;
	padding: 40px 15px 0 0;
}
#aboutMission {
	width: 840px;
	height: 188px;
	float: left;
	line-height: 22px;
	padding: 20px 0px 20px 30px;
}

#aboutMission p { 
	margin-left: 20px;

}
#knowledge {
	width: 822px;
	height: 290px;
	float: left;
	padding: 0px 20px 0px 28px;
}
#stability {
	width: 374px;
	height: 237px;
	float: left;
	padding: 22px 40px 0px 28px;
}
#integrity {
	width: 408px;
	height: 237px;
	padding: 22px 20px 0px 0px;
	float: left;
}
#aboutTopRight {
	width: 244px;
	height: 190px;
	float: left;
}
.imageRight {
	float: right;
	margin-bottom: 30px;
	padding-left: 30px;
}
#home-btm-right {
	width: 261px;
	height: 145px;
	float: left;
	margin-top: 0px;
	padding-top: 20px;
}
