/* hyperlink Styles */
a:link, a:visited, a:active { 
	text-decoration: none;
	color: #000000;
	}	
	
a:hover { 
	text-decoration: none; 
	color: #0678E8;
	}


/* layout styles */
/* bgcolor */
body{ 
	background-color: #EBF3F8;
	margin: 0px; 
	}
/* background of content area of page */
div.all{
	background-image: url('images/slice.gif');
	background-repeat: repeat-y;
	top:0px;
	left:0px;
	width:780px;
	}
div.all1{
	top:0px;
	left:100px;
	width:780px;
	}
/* background and position of logo and menu items */
div.logo{
	background-image:url('images/top.jpg');
	background-repeat: no-repeat;
	position:absolute;
	width:780px;
	height:145px;
	top: 0px; 
	left: 0px;
	}
	
div.logoAdmin{
	background-image:url('images/topAdmin.jpg');
	background-repeat: no-repeat;
	position:absolute;
	width:780px;
	height:145px;
	top: 0px; 
	left: 0px;
	}
/* position of top bar of menu */
div.menu1{
	position:absolute;
	left:326px;
	top:70px
	}
/* position of bottom bar of menu */
div.menu2{
	position:absolute;
	left:313px;
	top:92px
	}
/* position of title bar */
div.title{
	position:absolute;
	left:290px;
	top:112px;
	}
	
div.link{
	font: 13px verdana,  sans-serif;
	color: #000000;
	position:absolute;
	left:340px;
	top:68px
	}

	
div.link1{
	font: 13px verdana,  sans-serif;
	color: #000000;
	position:absolute;
	left:340px;
	top:90px
	}
	
div.logout{
	font: 12px verdana,  sans-serif;
	color: #000000;
	position:absolute;
	left:5px;
	top:147px;
	width: 135;
	}
	
div.pageTitle{
	font: 18px verdana, sans-serif;
	font-weight:bold;
	color: #056BCF;
	position:absolute;
	left:145px;
	top:138px;
	width:585;
	}	
	
div.jobDetail{
	font: 13px/22px verdana, sans-serif;
	font-weight:bold;
	color: #056BCF;
	}
	
div.newsTitle{
	font: 13px/22px verdana, sans-serif;
	font-weight:bold;
	color: #056BCF;
	}

	

/* position of left side navigation */
div.subNavigation {
	width:126px;
	position:absolute;
	left:5px;
	top:147px
	}
/* font style left side navigation */
div.sub {
	font: 12px verdana,  sans-serif;
	color: #000000;
	}
	
/* content styles */
/* position of main content */
div.content {
	font: 13px verdana,  sans-serif;
	color: #000000;
	margin-top:138px;
	margin-left:10px;
	}
/* content page titles */
h1 {
	font: 18px verdana, sans-serif;
	font-weight:bold;
	color: #056BCF;
	width:585px;
	}
/* tag line text on IWON page */
h2 {
	font: 11px verdana, sans-serif;
	font-style:italic;
	font-weight:bold;
	color: #056BCF;
	margin-left:10px;
	margin-right:10px;
	}
/* content text */	
p.content {
	font: 13px verdana, sans-serif;
	color: #000000;
	width:575px;
	}
/* paragraph title */	
p span {
	font: 13px/22px verdana, sans-serif;
	font-weight:bold;
	color: #056BCF;
	width:585px;
	}
/* office locations page text */	
p.map {
	font: 13px verdana, sans-serif;
	color: #000000;
	width:600px;
	}
/* small text - bottom text links and management team */	
p.small {
	font: 10px verdana, sans-serif;
	color: #000000;
	}	
/* table text */	
p.table {
	font: 13px verdana, sans-serif;
	color: #000000;
	}
/* table title text for products and services */		
div.tableTitle {
	font: 13px verdana, sans-serif;
	font-weight:bold;
	color: #056BCF;
	width:575px;
	}
/* table title text for careers */		
p.tableTitle {
	font: 13px/10px verdana, sans-serif;
	font-weight:bold;
	color: #056BCF;
	}

/* careers table text */	
div.jobTable {
	font: 13px verdana, sans-serif;
	color: #000000;
	margin-top:15px;
	}
/* careers blue row */
tr.table{
	background-color:#CBE3F5;
}
/*careers light blue row */
tr.table1{
	background-color:#E1ECF5;
}
/* ul position */
div.ul {
	width:585px;
}
/* ul text */
ul{
	font: 13px verdana, sans-serif;
	color: #000000;
	}
/* ol text */
ol{
	font: 13px verdana, sans-serif;
	color: #000000;
	}
	

/* Tree Menu Styles for sitemap */
#treeview {border-left:0px solid #007AC2;}
#treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
}

#treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:  url(images/sitemap/page.gif) no-repeat left 1px;
list-style-type: none;
padding-left: 18px;
margin-left:0px;
margin-bottom: 3px;
font-weight:bold;
width:500px;
}

#treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:  url(images/sitemap/plus.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


#treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

#treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/*
li span {
	font: 13px/22px verdana, sans-serif;
	font-weight:bold;
	color: #056BCF;
	width:585px;
	}*/

/*	
div.table {
	font: 13px verdana, sans-serif;
	color: #000000;
	width:575px;
	}*/
	