/*
=================================================================
 General
=================================================================
*/

body {
	font-family: Arial, Helvetica, sans-serif;	
}

/*
=================================================================
 Site Layout
=================================================================
*/

#leftNav, #rightNav {
	margin-left: 10px;
	margin-right: 10px;
	color: #006666;
}

#leftNav {
	border-right: 1px solid #3A3C94;
	width: 300px;
	padding-right: 10px;
}

#leftNav .listBox {
	border-bottom: 1px solid #3A3C94;	
}

#rightNav {
	border-left: 1px solid #3A3C94;	
}

#contentHolder {
	margin-left: 340px;
	margin-right: 240px;
}

.content {
	margin-bottom: 15px;
}

/*
=================================================================
 Page Header
=================================================================
*/

#pageHeader {
	background: url(Images/banner.jpg) left bottom no-repeat;
	height: 144px;
}

div#pageHeader div#commonNav ul {
	top: 147px;
}

/*
=================================================================
 Anchors
=================================================================
*/

a {
	color: #000066;
	text-decoration:none;
}

.listBox a {
	color: #006666;	
}

a:hover {
	color: #FF4500;
	text-decoration: underline;
}
div#pageHeader a.homeLink {
	width: 350px;
	height: 150px;
}

/*
=================================================================
 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;
}

h4, h5 {
	font-size: 1.2em;
	margin: 15px 10px 10px 0;
	padding-bottom: 5px;
}

h5 {
	font-size: 1.2em;
	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) no-repeat 0 5px;
}

#rightNav li {
	background: url(images/pointer_blue.gif) no-repeat 0 5px;
}

.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 #4f8d1b;	
}

/*
=================================================================
 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: 800px;
	top: 15px;
	width: 220px;
	background: white;
}

div#search h3.search {
	height: auto;
}