/*
=================================================================
 General
=================================================================
*/

body {
	font-family: Arial, Helvetica, sans-serif;	
}

/*
=================================================================
 Site Layout
=================================================================
*/

#leftNav, #rightNav {
	margin-left: 10px;
	margin-right: 10px;
	color: #006666;
}

#leftNav {
	border-right: 2px solid #DAA520;
	width: 300px;
	padding-right: 10px;
}

#leftNav .listBox {
	border-bottom: 1px solid #DAA520;
}

#rightNav {
	border-left: 2px solid #DAA520;	
}

#contentHolder {
	margin-left: 340px;
	margin-right: 240px;
}

.content {
	margin-bottom: 15px;
}

/*
=================================================================
 Page Header
=================================================================
*/

#pageHeader {
	background: #FFFFDD url(Images/logo_notype.jpg) 50px 10px no-repeat;
	height: 91px;
	border-bottom: 4px solid #DAA520;
}

#headerPanel {
	padding: 40px 0 0 130px;	
}

div#pageHeader div#commonNav ul {
	top: 78px;
	border-left: 2px solid #DAA520;
	border-top: 2px solid #DAA520;
}

/*
=================================================================
 Anchors
=================================================================
*/

a {
	color: #000066;
	text-decoration:none;
}

.listBox a {
	color: #006666;	
}

a:hover {
	color: #FF4500;
	text-decoration: underline;
}

/*
=================================================================
 Headers
=================================================================
*/
h1 {
	font-size: 1.4em;
	color: #25A421;
}

h3, h2 {
	font-size:1.2em;
	height:1.7em;
	padding-top:0.5em;
	color:#DAA520;
	padding-left:0.5em;
}

h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}

h4, h5 {
	font-size: 1.2em;
	margin: 15px 10px 10px 10px;
	padding-bottom: 5px;
}

h5 {
	font-size: .9em;
	padding-bottom: 10px;	
}

.content h3 {
	text-align: center;
	color: #003333;
	font-size: 1.5em;
}



/*
=================================================================
 Lists
=================================================================
*/

ul {
	margin-left: 10px;
	list-style: none;
}

li {
	margin: 5px 0 5px 10px;
	padding-left: 15px;
	background: url(images/pointer_green.gif) 3px 4px no-repeat;
}

#leftNav li {
	background: url(images/green_list.gif) 3px 4px no-repeat;
}

#leftNav li.hasChildren {
	background: url(images/pointer_green.gif) 3px 4px no-repeat;
}

#leftNav a.pn_Conferences {
	display: block;
	margin-bottom: 15px;	
}

*html #leftNav a.pn_Conferences {
	margin-bottom: 0;	
}

#commonNav li {
	background: url(images/pointer_green.gif) 7px 6px no-repeat;
}

#search li {
	background: url(images/pointer_green.gif) 3px 4px no-repeat;
}

.listBox ul {
	margin: 0;
}

.listBox li {
	margin-left: 0px;
}

div.listContainer {
	clear: both;	
}

ul.entityList li {
	margin-left: 10px;
	margin-right: 10px;
}

#rightNav ul {
	padding-left: 10px;	
}

div#pageFooter ul {
	padding-top: 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;
}

/*
=================================================================
 Breadcrumb
=================================================================
*/

div.contentBreadcrumb {
	margin-left: 10px;
	margin-bottom: 10px;
}

/*
=================================================================
 Sorter
=================================================================
*/

div.sorter div.controls {
	border-bottom: 1px solid #DAA520;	
}

/*
=================================================================
 Go Button
=================================================================
*/

button.go {
	background: none;
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #AAAAAA;
	padding: 0;
	position: relative;
	top: -2px;
	height: 20px;
}

button.go span {
	display: block;
	text-transform:capitalize;
	position: relative;
	left: -2px;
	top: -1px;
}

/*
=================================================================
 Search
=================================================================
*/

div#search {
	position: absolute;
	left: 760px;
	width: 220px;
	top: 0px;
}

div#search a {
	font-size: .9em;	
}

div#search h3.search {
	height: auto;
	font-size: .9em;
}

div#search li {
	margin: 0px;	
}

div#search .listContent {
	padding: 0px;	
}
