/*========================================================================================
	PNG/The CSS that's required for Transparent PNG's
==========================================================================================*/
/*Background PNG images can't be tiled. This is a limitation of the IE filter. Padding and borders don't indent the PNG image. An easy fix for this is wrapping your PNG images in container DIVs or similar.*/

body, img, #featured, #shell, #shell-photo, {
	behavior: url(/CSS/iepngfix.htc);
}
/*-----------------Internet Explorer 6 STYLES-----------------*/
/*IE6 does not recognize hyperlinks when a .PNG file is used as a background for a DIV.
Essentially, none of the content was clickable in IE6 when trying to make .PNG files 
be backgrounds of a DIV, so I had to create a separate DIV for the .PNG background image
and then create another DIV to ABSOLUTE position the navigation/hyperlinks over that background DIV.
NOTE: You cannot nest the second DIV inside the .PNG background one. It has to live outside of it
and simply be absolutely positioned on top of the .PNG background DIV*/

/*========================================================================================
	SPECIAL STYLES
==========================================================================================*/

#special .menu h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ff7401;
	padding-left: 20px; /* IE6 needs more padding */
	padding-top: 15px;
	text-transform: uppercase;
	background-image: none;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
}
#special .menu ul {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 20px; /* IE6 needs more padding */
}
#special .menu ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	display: block;
	height: 18px;
	width: 140px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
}

/*========================================================================================
	CONTENT PRICON STYLES
==========================================================================================*/

/* ------------------------------ table/chart ------------------------------ */
#one-column-emphasis {
	font-size: 12px;
	width: 455px; /* too wide in IESUX */
	text-align: left;
	border-collapse: collapse;
}
/* ------------------------------ items ------------------------------ */
.items {
	width: 715px;
	height: 275px;
	float: left;
	position: relative;
}

/* ------------------------------ contact form ------------------------------ */
.contact-form {
	font-size: 12px;
	line-height: 2em;
	margin-bottom: 70px;
	width: 455px; /* too wide in IESUX */
}
/* ------------------------------ Accordian ------------------------------ */
.accordion_child ul li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
/* ------------------------------ HighSlide ------------------------------ */
.closebutton {
    /* NOTE! This URL is relative to the HTML page, not the CSS */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='highslide/graphics/close.png', sizingMethod='scale');

	background: none;
	cursor: hand;
}

/*========================================================================================
	CONTENT SECCON STYLES
==========================================================================================*/

/* ------------------------------ secNav ------------------------------ */
#content .secCon .secNav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: none;
}
/* ------------------------------ Indented secNav ------------------------------ */
#content .secCon .secNav ul li.sub {
	position: relative;
	margin-left: 15px;
	margin-top: -20px;
}
/* ------------------------------ sideBar ------------------------------ */
#content .secCon .sidebar ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: none;
}