/* sliding image browser for galleries ------------------------------------------------------------------------------------ */
/* slider */

div#slider
{ 
    /*clear: left;*/
    width: 239px;
    height: 118px; 
	overflow: hidden;	
	padding: 0px;
	margin: 0 0 0 2px;
	border-right: 1px solid #E6E6E6;
	float: left;
	z-index:50;

}

*html div#slider {
	width: 240px;
	overflow: hidden;
	position:relative;	
}

div#slider_sub
{ 
	position:relative;
	visibility:visible; 
	left:0px; top:0px; 
	overflow:hidden;
}

div#slider_sub img
{
    margin: 0 5px 0 0;
}

div#slider_sub img#last
{
    margin-right: 0;
}

div#topGalleryControls span {
	width: 118px;
	display: block;
	float: left;
	margin-top: 3px;
}

div#topGalleryControls a:link, div#topGalleryControls a:visited {
	color: #DFDFDF;
	font-size: 10px;
}

div#topGalleryControls a:hover {
	color: #666;
}

div#topGalleryControls span.previous a:link, div#topGalleryControls span.previous a:visited {
	background-image: url(/layout/gallery_previous_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 11px;
}

div#topGalleryControls span.previous a:hover {
	background-image: url(/layout/gallery_previous_on.gif);
}

div#topGalleryControls span.next {
	text-align: right;
}

div#topGalleryControls span.next a:link, div#topGalleryControls span.next a:visited {
	background-image: url(/layout/gallery_next_off.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 11px;
}

div#topGalleryControls span.next a:hover {
	background-image: url(/layout/gallery_next_on.gif);
}

/* REDEFINED HTML TAGS ----------------------------------------------------------------------- */

body {
	font-family: arial, helvetica, sans-serif;
	padding: 0; /* TO CENTER CONTENT ON IE */
	background-color: #FFF;
}


h1 {
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	text-align: left; /* TO CENTER CONTENT ON IE */
	background-color: #FFF;
	letter-spacing: -2px;
	font-size: 24px;
	color: #024D6D;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 15px;
	white-space: normal;
	text-align: left;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #666;
}

/* FONTS ON THE FLY --------------------------------------------------------------------------- */

.amplitude_black_18pt {
}

.amplitude_black_14pt img {
	margin: 7px 0 8px 0;
}

.amplitude_black_14pt_singale_layout img {
	margin: 7px 0 0 10px;
}

.amplitude_bold_11pt img {
	margin: 9px 0 9px 0;
}

.amplitude_black_11pt {
	display: block;
}

.amplitude_black_11pt img {
	margin: 9px 0 9px 0;
}

.amplitude_book_9pt img, .amplitude_book_14pt img, .amplitude_book_18pt img {
	vertical-align: bottom;
}

.amplitude_book_9pt {
	display: block;
	height: 9px;
}

.amplitude_book_9pt a:hover img {
	padding-bottom: 1px;
	border-bottom: solid 1px #C00;
}

/* For rollover underlines in IE */

*html .amplitude_book_9pt a:link, *html .amplitude_book_9pt a:visited /* THIS SELECTOR FOR IE ONLY */ {
	white-space: nowrap;
	text-decoration: none;
}

*html .amplitude_book_9pt a:hover /* THIS SELECTOR FOR IE ONLY */ {
	background-image: url(/layout/link_underline.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
}

*html .amplitude_book_9pt a:link img, *html .amplitude_book_9pt a:visited img, *html .amplitude_book_9pt a:hover img /* THIS SELECTOR FOR IE ONLY */ {
	border: 0;
	padding-bottom: 2px;
}

/* CONTAINER --------------------------------------------------------------------------------- */

#container {
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* TOP PANEL --------------------------------------------------------------------------------- */

#top_panel {
	height: 90px;
	margin-bottom: 5px;
	background-image: url(/layout/search_form_bkgrd.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#banner_area {
	height: 90px;
	float: left;
}

#search {
	margin: 0 0 0px 733px;
	padding: 6px 6px 0 9px;
}

*html #search /* THIS SELECTOR FOR IE ONLY */ {
	padding: 2px 6px 0 7px;
	border: 1px solid #C00; /* Border set to remove extra spacing on form which only displays in IE */
}

#search input.form_radio {
	margin: 0 2px 0 2px;
	padding: 0;
}

*html #search input.form_radio /* THIS SELECTOR FOR IE ONLY */ {
	margin: 0;
}

#search input.form_text_field {
	margin: 3px 0 6px 0;
	width: 124px; // width: 120px;
}

*html #search input.form_text_field /* THIS SELECTOR FOR IE ONLY */ {
	margin-top: 0;
}

#search input.form_button {
	height: 20px;
	width: 36px;
	margin: 0;
	padding: 0;
}

#search a:link, #search a:visited, #search a:hover {
	margin-bottom: 3px;
	display: block;
}

/* HEADER -------------------------------------------------------------------------------- */

#logo_area {
	width: 780px;
	float: left;
}

#logo_area span.amplitude_book_9pt {
	height: 31px;
	padding-top: 4px;
}

*html #logo_area span.amplitude_book_9pt {
	height: 35px;
}

/* Top Nav Bar Styles */

#top_nav {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 3px 0;
	padding: 0 0 0 2px;
	list-style: none;
	height: 43px;
}

*html #top_nav {
	padding-bottom: 4px;
}



/* CONTENT ----------------------------------------------------------------------------------- */

#contents { /* TO SET RIGHT HAND PANEL BACKGROUND TO 100% HEIGHT OF CONTENT */
	background: url(/layout/right_hand_bkgrd.gif) top right repeat-y;
	clear: both;
}

#main_pane {
	width: 520px;
	float: left;	
}

#page_header {
	margin: 0;
	padding: 0;
}

#header {
}

/* CLEARING DIV's */

.clear_both {
	clear: both;
	padding: 0;
	margin: 0;
}

/* PAGE CONTENT */

.more {
	font-weight: bold;
	background-image: url(/layout/more.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
}

*html .more {
	display: inline-block;
}

.more a:link, .more a:visited {
	text-decoration: none;
	color: #666;
}

.more a:hover {
	color: #C00;
}

.date {
	color: #999;
	font-size: 9px;
	margin-right: 1px;
}

.section {
	color: #999;
	font-size: 9px;
	margin-right: 1px;
}

.section:HOVER {
	color: #CC0000;
	font-size: 9px;
	margin-right: 1px;
	text-decoration: underline;
}

/* MPU Styles (appears on most pages) */

#mpu_bkgrd {
	text-align: right;
	background-image: url(/layout/light_grey_diagonal_bkgrd.gif);
}

#mpu_container {
	margin-left: auto;
	width: 300px;
	height: 250px;
	border-left: 4px solid #FFF;
}

/* Subs Block (appears on most pages) */

#subs_block {
	padding: 5px 6px 20px 6px;
}

#subs_block a:link, #subs_block a:visited, #subs_block a:hover {
	display: block;
	background-color: #000;
}

/* Page Number Styles For Multiple Pages */

#page_numbers {
	padding-top: 3px;
	color: #999;
	text-align: right;
	font-size: 12px;
}

#page_numbers a	, #page_numbers li a:visited {
	color: #999;
}

#page_numbers span {
	color: #ccc;
}

#page_numbers a:hover {
	color: #C00;
	text-decoration: underline;
}

/* RIGHT HAND PANEL -------------------------------------------------------------------------- */

#right_panel {
	margin-left: 733px;
}

*html #right_panel /* THIS SELECTOR FOR IE ONLY */ {
	margin-left: 732px;
}

#right_panel div.amplitude_black_14pt {
	background-color: #FFF;
	display: block;
	text-align: left;
}


/* FOOTER ------------------------------------------------------------------------------------ */

#footer {
	clear: both;
	width: 780px;
	margin-left: 5px;
	height: 58px;
	padding-top: 4px;
}

#footer p {
	color: #999;
	font-size: 9px;
	float: left;
	width: 700px;
}

*html #footer p {
	width: 697px;
}

#footer p a:link, #footer p a:visited {
	color: #999;
	text-decoration: none;
}

#footer p a:hover {
	color: #C00;
}
	
span.searchHighlight {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}

/* (AM) ADDITIONS ---------------------------------------------------------------------------- */

.caption {
padding-top:10px;
color:#666;
}

#image_caption {
	padding: 3px 0 0 8px;
	width: 475px;
	text-align: right;
	color: #999;
	text-align: right;
}
