/**** Main **********************************************************************************************************************************************************/
table {
	color: #7D7D80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
}
	
body {
	color: #7D7D80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
}

p {
	color: #7D7D80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
}

/**** Headers **********************************************************************************************************************************************************/
h1 {
	color: #7D7D80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;
	text-align: left;
	text-decoration: none;
}
	
h2 {
	color: #7D7D80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
}

h3 {
	color: #7D7D80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}

.hdr {
	font-size: 18px;
	color: #000000;
	line-height: 24px;
}

/**** Bullet Points **********************************************************************************************************************************************************/
ul {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-color: #7D7D80;
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;	
}

ol {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-color: #7D7D80;
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;	
}

li {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-color: #7D7D80;
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;	
}

.hdr_ul {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-color: #7D7D80;
	list-style-type: none;
	margin-left: -15px;
	padding-left: -15px;
}

.numbers {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-color: #7D7D80;
	list-style-type: decimal;
	margin-left: 12px;
	padding-left: 12px;	
}

/**** Links **********************************************************************************************************************************************************/
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
	
a:hover {
	color: #000000;
	text-decoration: underline;
}

/**** Images **********************************************************************************************************************************************************/
.img_bground_index {
	background-attachment: scroll;
	background-image: url(/img/index/bground_index.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.img_bground {
	background-attachment: scroll;
	background-image: url(/img/bground.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.img_lhs {
	margin: 0px 8px 8px 0px;
	padding: 0px 8px 8px 0px;
	text-align: left;
}

.img_rhs {
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 10px 15px;
	text-align: right;
}

/**** Font Sizes **********************************************************************************************************************************************************/
.small {
	font-size: 11px;
	line-height: 13px;
}

.small_div {
	font-size: 11px;
	line-height: 13px;
	margin: 0px 1px 0px 1px;
	padding: 0px 1px 0px 1px;	
}

a.small:link, a.small:visited {
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}

a.small:hover {
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;
}

a.smallest:link, a.smallest:visited { font-size: 9px; line-height: 9px; text-decoration: none; }
a.smallest:hover { font-size: 9px; line-height: 9px; text-decoration: underline; }

.index { font-size: 14px; line-height: 18px; color: #7D7D80; }

a.index:link, a.index:visited { font-size: 14px; line-height: 18px; color: #C5C5C7; }
a.index:hover { font-size: 14px; line-height: 18px; color: #FFFFFF; text-decoration: none; }

#browse {
	color: #7D7D80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
}

.browse_header {
	color: #7D7D80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
}

/**** Navigation **********************************************************************************************************************************************************/
.nav_div {
	color: #DDDDDD;
	font-size: 12px;
	margin: 0px 2px 0px 2px;
	padding: 0px 2px 0px 2px;
}

a.nav:link, a.nav:visited {
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

a.nav:hover {
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	text-decoration: underline;
}

/*** RHS Navigation **********************************************************************************************************************************************************/
.rhs {
	color: #ababab;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.rhs_header {
	color: #ababab;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
}

a.rhs:link, a.rhs:visited {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

a.rhs:hover {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
}

/**** Breadcrumbs **********************************************************************************************************************************************************/
.crumbs {
	color: #666666;
	font-size: 10px;
	line-height: 13px;
}

.crumbs_div { 
	color: #BBBBBB;
	font-size: 10px;
	line-height: 13px;
	margin: 0px 1px 0px 1px;
	padding: 0px 1px 0px 1px;
}

a.crumbs:link, a.crumbs:visited {
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	text-decoration: none;
}

a.crumbs:hover {
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	text-decoration: underline;
}

/**** Footer **********************************************************************************************************************************************************/
.ftr {
	color: #888888;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

a.ftr:link, a.ftr:visited {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

a.ftr:hover {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	text-decoration: underline;
}

/**** Inputs **********************************************************************************************************************************************************/
.input {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 20px; width: 100%;
	line-height: normal;
	padding: 2px 0px 0px 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}

.button {
	border: none;
	background-color: #000000;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
} 

.dropdown {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	padding: 2px 0px 0px 2px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

.textarea {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 75px;
	line-height: normal; 
	padding: 2px 0px 0px 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}

/*** LightBox 2.0 **********************************************************************************************************************************************************/
#lightbox {
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	background-color: #fff;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

#imageContainer {
	padding: 10px;
}

#loading {
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
}

#hoverNav {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	background: transparent url(/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	height: 100%;
	width: 49%;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	float: right;
	right: 0;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/lightbox/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer {
	background-color: #fff;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	overflow: auto;
	width: 100%
}

#imageData {
	color: #666;
	padding:0 10px;
}

#imageData #imageDetails {
	float: left;
	text-align: left;
	width: 70%;
}
	
#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	clear: left;
	display: block;
	padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose {
	float: right;
	padding-bottom: 0.7em;
	width: 66px;
}	
		
#overlay {
	background-color: #000;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}