/*
=================================================================
 General
=================================================================
*/

body {
	color: #000;
	font-size: 0.9em;
}

/*
=================================================================
 Site Layout
=================================================================
*/

#leftNav, #rightNav {
	margin-left: 10px;
	margin-right: 10px;
}

#leftNav {
	border-right: 2px solid black;
	width: 300px;
	padding-right: 10px;
}

#leftNav .listBox {
	border-bottom: 1px solid black;	
}

#rightNav {
	border-left: 2px solid black;	
}

#contentHolder {
	margin-left: 340px;
	margin-right: 240px;
}

.content {
	margin-bottom: 15px;
}

/*
=================================================================
 Page Header
=================================================================
*/

#pageHeader {
	background: url(Images/OAO_heading.jpg) 250px 10px no-repeat;
	height: 90px;
	border-bottom: 2px solid black;
}

#pageHeader span {
	display: none;
}

#headerLink {
	display: block;
	background: url(Images/small_logo.jpg) 0 15px no-repeat;
	height: 75px;
	width: 57px;
	margin: 0 0 0 120px;
}

div#pageHeader div#commonNav ul {
	top: 90px;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
}

/*
=================================================================
 Anchors
=================================================================
*/

a {
	color: #000000;
	text-decoration:none;
}

.listBox a {
	color: #000000;	
}

a:hover {
	color: #FF4500;
	text-decoration: underline;
}

/*
=================================================================
 Headers
=================================================================
*/

h3, h2 {
	font-size:1.2em;
	height:1.7em;
	padding-top:0.5em;
	color: red;
	padding-left:0.5em;
}

h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}

h4, h5 {
	font-size: 1.2em;
	margin: 15px 10px 10px 0;
	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.gif) no-repeat 0 5px;
}

#leftNav li {
	background: url(images/black_icon.gif) 4px 5px no-repeat;
}

#leftNav li.hasChildren {
	background: url(images/pointer.gif) 4px 5px no-repeat;
}

#commonNav li {
	background: url(images/pointer.gif) 7px 6px no-repeat;
}

#search li {
	background: url(images/pointer.gif) 0 5px 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;
}

div#siteMapContainer ul {
	margin-left: 0;	
}

/*
=================================================================
 Breadcrumb
=================================================================
*/

div.contentBreadcrumb {
	margin-left: 10px;
	margin-bottom: 10px;
}

/*
=================================================================
 Sorter
=================================================================
*/

div.sorter div.controls {
	border-bottom: 1px solid black;	
}

/*
=================================================================
 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;
}