/*
=================================================================
 General
=================================================================
*/

body {
	height: 100%;
	background: url(Images/e2e_header_main.jpg) repeat-y;	
}

#pageContainer {
	background-color: #0F6387;
	color: #106a90;
}

h4 {
	font-size: 1em;	
}

/*
=================================================================
 Site Layout
=================================================================
*/

#leftNav {
	margin: 0;
	padding: 0;
	width: 213px;
	font-size: 1.05em;
}

#contentHolder {
	margin-left: 20px;
	margin-right: 240px;
	padding-left: 20px;
	padding-top: 20px;
}

#contentContainer {
	background: #FFF url(Images/e2e_bg.gif) 30px 30px no-repeat;
	margin-left: 213px;	
}

.content {
	margin-bottom: 15px;
	margin-top: 15px;
}

div.webObject.admin {
	background-color: Transparent;	
}

.content p {
	margin-bottom: 6px;	
}

/*
=================================================================
 Page Header
=================================================================
*/

#headerRight {
	background: url(Images/e2e_header_bg2.jpg) top right no-repeat;
	height: 135px;
}

#headerLeft {
	background: url(Images/e2e_header_logo.gif) top left no-repeat;
	height: 135px;
}

#pageHeader {
	background: url(Images/header_links_bg.gif) bottom repeat-x;
	height: 162px;
	margin-bottom: 0;
}

div#pageHeader div#commonNav ul {
	border: solid 2px #BDD2DC;
	border-bottom: none;
	border-right: none;
	top: 118px;
}

/*
=================================================================
 Anchors
=================================================================
*/
a {
	text-decoration: none;	
}

.content a {
	text-decoration: underline !important;	
}

#leftNav a {
	color: #ffffff;
	text-decoration:none;
	line-height: 0;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-size: 1.1em;
}

#leftNav a:hover {
	text-decoration: underline;
}

#pageFooter a {
	color: #106A90;
	text-decoration:none;
}

#pageFooter a:hover {
	color: red;
	text-decoration: underline;
}

.content a img {
	border: none;	
}

a.goBack {
	background: url(Images/back_link_arrow.gif) 5px 4px no-repeat;
	padding-left: 20px;	
	text-decoration: underline;
}

/*
=================================================================
 Headers
=================================================================
*/

h3, h2 {
	font-size:1.2em;
	height:1.7em;
	padding-top:0.5em;
	color:#4178BE;
	padding-left:0.5em;
}

h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}

/*
=================================================================
 Lists
=================================================================
*/

.content li {
	list-style: none;	
}

ul {
	margin-left: 10px;
}

li {
	margin: 5px 0 5px 10px;
	padding-left: 15px;
	background: url(Images/pointer_blue.gif) 5px 4px no-repeat;
}

#leftNav ul, #leftNav ul li, #leftNav ul li ul, #leftNav ul li ul li{
	margin: 0;
	padding: 0;
	line-height: 0;
	list-style: none;
	background: none;
}

#leftNav ul {
	margin-top: 0;	
	margin-bottom: 0;	
}

#leftNav #search ul {
	margin-top: 0;	
	margin-bottom: 0;	
}

#leftNav ul li {
	display: block;
}

#leftNav a {
	background: url(Images/home_link_bg.png) top left no-repeat;
	display: block;
	height: 27px;
	padding-top: 5px;
	line-height: normal;
	padding-left: 20px;
}

*html #leftNav ul li {
	display: block;
	height: 0;
}

#leftNavPic {
	background: url(Images/left_panel_bg.jpg) top left no-repeat;
	height: 422px;
	width: 213px;
}

.listContent {
	background-color: #BEB4AB;
	margin-left: 7px;
}

.listBox ul {
	margin: 0;
}

.listBox li {
	margin-left: 0px;
}

div.listContainer {
	clear: both;
}

ul.entityList li {
	margin-left: 10px;
	margin-right: 10px;
}

div#pageFooter ul li{
	background: none;
}

div#pageFooter ul li a{
	padding-left: 20px;
}

div#pageFooter .upArrowIcon{
	background: url(images/up_icon.gif) no-repeat;
}

div#pageFooter .emailIcon{
	background: url(images/email_icon.gif) no-repeat;
}

div#e2eFooter {
	text-align: center;	
	margin-top: 10px;
}

div#e2eFooter li {
	display: inline;	
	list-style: none;
	background-image: url(images/pointer_footer.gif);
}

div#e2eFooter a {
	color: #106a90;
	text-decoration: underline;
}
div#e2eFooter p {
	color: #999999;
}

#siteMapContainer li {
	margin-left: 0;	
}

/*
=================================================================
 Breadcrumb
=================================================================
*/

div.contentBreadcrumb {
	padding: 10px;
	padding-bottom: 0;
}

/*
=================================================================
 Sorter
=================================================================
*/

div.sorter div.controls {
	border-bottom: 1px solid #0D6286;
}

/*
=================================================================
 E2ENav
=================================================================
*/

#e2eNav li {
	position: absolute;
	list-style: none;
	background: none;
	text-transform: lowercase;
	font-size: 1.1em;
}
