/******************************************************************************
 **********                          Global                          **********
 ******************************************************************************/

body {
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Tahoma, 'Sans-Serif';
	font-size: 11px;
	color: #6F6F6F;
	line-height: 150%;
}

td {
	font-family: Verdana, Tahoma, 'Sans-Serif';
	font-size: 11px;
	color: #6F6F6F;
	line-height: 150%;
}

h2 {
	color: #DE8804;
	font-family: Verdana, Tahoma, 'Sans-Serif';
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	/* border: 2px dotted #68943E; */
}

h3 {
	color: #DE8804;
	font-family: Verdana, Tahoma, 'Sans-Serif';
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.subTitle {
	position: relative;
	top: -5px;
}

strong {
	color: #6A9913;
}

a {
	color: #F19425;
	text-decoration: none;
}

a:hover {
	color: #D16200;
	text-decoration: underline;
}

/* Remove border around images that are in a link or implement an image map. */

img {
	border: 0px;
}

address {
	font-style: normal;
	margin: 20px;
}

/******************************************************************************
 **********                         Forms                            **********
 ******************************************************************************/

form {
	
	/* NOTE: Strips off trailing space in Internet Explorer. */
	
	margin: 0px;
	
}

label {
	cursor: pointer;
}

input {
	font-family: Verdana, Tahoma, 'Sans-Serif';
	font-size: 11px;
}

select {
	font-family: Verdana, Tahoma, 'Sans-Serif';
	font-size: 11px;
}

textarea {
	font-family: Verdana, Tahoma, 'Sans-Serif';
	font-size: 11px;
}

input.button {
	background-color: #CCE5A2;
	color: #416400;
}

.validationError {
	color: red;
}

.example {
	font-style: italic;
}

/******************************************************************************
 **********                         Header                           **********
 ******************************************************************************/

.pageContentLink {
	display: none;
}

.headerTopNaviation {
	height: 27px;
}

.headerTopNavigation .navigationItem {
	height: 27px;
	display: block;
	float: left;
}

.headerTopNavigation .navigationItem img {
	margin-top: 10px;
	margin-right: 5px;
}

.headerTopNavigation .navigationItem form input.text {
	
	/* NOTE: Possible issue in older versions of Internet Explorer in which the
	 * padding dimensions are included in the width. Probably not an issue
	 * because their is enough play in the dimensions. */
	
	width: 125px;
	border: 2px dotted #68943E;
	padding-left: 2px;
	color: #68943E;
	font-weight: bold;
	background-color: #FBF6C3;
	position: relative;
	top: -3px;
}

.headerTopNavigation .navigationItem form input.image {
	margin-top: 4px;
	margin-right: 0px;
}

.headerBottomNavigation {
	/* do nothing */
}

.headerBottomNavigation .navigationItem {
	display: block;
	float: left;
	/* margin-left: 10px; */
}

/******************************************************************************
 **********                    Basic Page Layout                     **********
 ******************************************************************************/

.pageContent {
	width: 740px;
	margin: 15px;
}

.leftColumn {
	width: 150px;
	margin: 15px 0px 15px 0px;
	font-size: 11px;
	float: left;
	
	/* NOTE: We're setting the display to inline to overcome a bug in Internet
	 * Explorer which causes the margin to double on floated objects in the
	 * direction that they are floated. */
	
	display: inline;
}

.middleColumn {
	width: 450px;
	margin: 15px 10px 15px 10px;
	float: left;
	
	/* NOTE: We're setting the display to inline to overcome a bug in Internet
	 * Explorer which causes the margin to double on floated objects in the
	 * direction that they are floated. */
	
	display: inline;
}

.middleColumn.expanded {
	width: 570px;
}

.rightColumn {
	float: right;
	width: 120px;
	
	/* NOTE: We're setting the display to inline to overcome a bug in Internet
	 * Explorer which causes the margin to double on floated objects in the
	 * direction that they are floated. */
	
	display: inline;
}

.navigation {
	/* do nothing. */
}

.navigation .item {
	padding: 5px;
}

.bannerAdVertical {
	/* do nothing. */
}

.bannerAdHorizontal {
	text-align: center;
	clear: both;
}

.footer {
	margin: 10px;
	width: 740px;
	clear: both;
}

.footer .navigation {
	text-align: center;
	color: #D16200;
}

.footer .copyright {
	text-align: center;
}

.sortOptions {
	/* do nothing. */
}


/******************************************************************************
 **********                       Form Table                         **********
 ******************************************************************************/

table.formTable {
	border-collapse: collapse;
}

table.formTable tr td.label {
	width: 100px;
}


/******************************************************************************
 **********                     Search Results                       **********
 ******************************************************************************/

.searchResults {
	/* do nothing */
}

.searchResults table {
	border-collapse: collapse;
	clear: both;
	width: 100%;
	border: 1px solid #CCE5A2;
}

.searchResults table tr.odd {
	background-color: #ffffff;
}

.searchResults table tr.even {
	background-color: #FBF6C3;
}

.searchResults table tr th, .searchResults table tr td {
	padding: 2px 4px 2px 4px;
	font-size: 11px;
	text-align: left;
}

.searchResults table tr th {
	font-weight: bold;
	color: #416400;
	background-color: #CCE5A2;
	border: 1px solid #CCE5A2;
	vertical-align: bottom;
}

.searchResults table tr td {
	border: 1px solid #CCE5A2;
}

.searchResults table tr td.text, .searchResults table tr th.text {
	text-align: left;
}

.searchResults table tr td.number, .searchResults table tr th.number {
	text-align: right;
	white-space: nowrap;
}

.searchResults table tr td.date, .searchResults table tr th.date {
	text-align: right;
	white-space: nowrap;
}

.searchResults table tr td.link, .searchResults table tr th.link {
	text-align: center;
	white-space: nowrap;
}

.searchResults table tr td.link.fixed, .searchResults table tr th.link.fixed {
	width: 50px;
}

.searchResults table tr td.boolean, .searchResults table tr th.boolean {
	text-align: center;
	white-space: nowrap;
}

.searchResults .navigation {
	clear: both;
}

.searchResults .navigation .location  {
	float: left;
}

.searchResults .navigation .buttons {
	float: right;
}

.footnotes {
	margin-top: 5px;
}


/******************************************************************************
 **********                    Basic Page Layout                     **********
 ******************************************************************************/

.siteMap {
	margin: 10px;
}

.siteMap table tr td {
	width: 33%;
	vertical-align: top;
}