/*
=================================================================
 General
=================================================================
*/

body {
	font-family: Arial, Helvetica, sans-serif;	
}

img {
	border: none;
}

/*
=================================================================
 Site Layout
=================================================================
*/

#leftNav {
	margin-left: 10px;
	margin-right: 10px;
	width: 320px;
}

#rightNav {
	margin-left: 10px;
	margin-right: 10px;
}

#contentHolder {
	margin-left: 340px;
	margin-right: 240px;
}

.content {
	border: 1px solid #8bb1b1;
	margin-bottom: 15px;
	padding-left: 10px;
}

/*
=================================================================
 Page Header
=================================================================
*/

#pageHeader {
	background: url(images/bgn_tile.gif) repeat-x;
	height: 58px;
}

#headerPanel {
	background: url(images/gateways_header_logo.gif) top left no-repeat;
	height: 50px;
	padding: 15px 10px 10px 280px;
	width: 260px;
}

#headerPanel h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #036d7d;
}

#headerPanel span {
	display: none;	
}

div#pageHeader div#commonNav ul {
	margin-top: 2px;
	border: solid 2px #1648a4;
	border-top: none;
	border-right: none;
}

div#headerRight {
	height: 52px;
}

/*
=================================================================
 Anchors
=================================================================
*/

a {
	color: #000066;
	text-decoration:none;
}

a:hover {
	color: #FF4500;
	text-decoration: underline;
}

div#pageHeader a.homeLink {
	width: 300px;
	height: 60px;	
}

/*
=================================================================
 Headers
=================================================================
*/

h3, h2 {
	font-size:1.2em;
	height: 19px;
	background-repeat: no-repeat;
	background-position: right;
	color: #003366;
	padding-left:0.5em;
	border: 1px solid #003366;	
	border-left: none;
	border-right: none;
}

h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}

h3.rightHeader {
	background-image: url(Images/resources_icon.gif);
}

h3.hot {
	background-image: url(Images/hottopics_icon.gif);	
}

h3.browse {
	background-image: url(Images/browse_icon.gif);		
}

.listBox {
	background: url(Images/header_tile.gif);	
}

.content h3{
	border: none;
	background: none;
	padding: 10px 10px 15px 10px;
	text-align: center;
}

h4, h5 {
	font-size: 1.2em;
	margin: 15px 10px 10px 10px;
	background: url(Images/bar.gif) repeat-x left 18px;
	padding-bottom: 5px;
}

h5 {
	font-size: 1.2em;
}

.content .content {
	border: none;
}

#leftNav .webObject h3 {
	border-top: none;	
}

/*
=================================================================
 Lists
=================================================================
*/

ul {
	margin-left: 10px;
	list-style: none;
}

li {
	margin: 5px 0 5px 10px;
	padding-left: 15px;
	background: url(images/pointer_blue.gif) no-repeat 0 2px;
}

#leftNav li {
	background: url(images/blue_list.gif) 3px 4px no-repeat;
}

#leftNav li.hasChildren {
	background: url(images/pointer_blue.gif) 0 2px no-repeat;
}

#leftNav a.pn_News__Events {
	display: block;
	margin-bottom: 15px;	
}
*html #leftNav a.pn_News__Events {
	margin-bottom: 0;	
}


#commonNav li {
	background: url(images/pointer_blue.gif) 7px 2px no-repeat;
}

#search li {
	background: url(images/pointer_blue.gif) 0 2px no-repeat;
}

#rightNav li {
	background: url(images/pointer_orange.gif) no-repeat 0 2px;	
}

.listBox {
	border: 1px solid #003333;
	border-top: none;
	background: url(images/bgn_menu.gif) repeat-x;
}

.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#siteMapContainer ul {
	margin-left: 0;
}

/*
=================================================================
 Breadcrumb
=================================================================
*/

div.contentBreadcrumb {
	margin-left: 10px;
	margin-bottom: 10px;
}

/*
=================================================================
 Sorter
=================================================================
*/

div.sorter div.controls {
	background: url(images/bgn_menu.gif) repeat-x;
	border: 1px solid #8bb1b1;	
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 7px;
}

/*
=================================================================
 Go Button
=================================================================
*/

button.go {
	background: none;
	background-color: #abd5d5;
	color: #000000;
	border: 1px solid #52a0a0;
	padding: 0;
	position: relative;
	top: -2px;
	height: 20px;
}

button.go span {
	display: block;
	text-transform:capitalize;
	position: relative;
	left: -1px;
}

/*
=================================================================
 Search
=================================================================
*/

#search {
	width: 300px;
	float: right;
	background: none;
	border: none;
	padding: 0;
	height: 50px;
	padding-top: 2px;
}

#search .listBox, #search .listContent {
	background: none;
	padding: 0;	
}

#search ul {
	top: 12px;
	font-size: 0.7em;
	position: absolute;
	right: 10px;
}

#search li {
	background-position: 0 0;	
}

#search h3 {
	margin: 0;
	border: none;	
	padding-left: 40px;
	background: url(Images/search_icon.gif) 10px 0 no-repeat;
}
